#include <stdio.h>#include <stdlib.h>#include "../../dprint.h"#include "../pua/pua.h"#include "registrar_cb.h"#include "pua_bla.h"

Go to the source code of this file.
Functions | |
| void | bla_cb (ucontact_t *c, int type, void *param) |
| void bla_cb | ( | ucontact_t * | c, | |
| int | type, | |||
| void * | param | |||
| ) |
Definition at line 37 of file registrar_cb.c.
References ucontact::aor, BLA_EVENT, bla_outbound_proxy, BLA_SUBSCRIBE, ucontact::c, subs_info::contact, default_domain, subs_info::event, ucontact::expires, subs_info::expires, subs_info::flag, INSERT_TYPE, is_bla_aor, _str::len, LM_DBG, LM_ERR, NULL, subs_info::outbound_proxy, pkg_free, pkg_malloc, subs_info::pres_uri, pua_send_subscribe, ucontact::received, reg_from_uri, subs_info::remote_target, _str::s, server_address, subs_info::source_flag, UL_CONTACT_DELETE, UL_CONTACT_EXPIRE, UL_CONTACT_INSERT, UL_CONTACT_UPDATE, UPDATE_TYPE, and subs_info::watcher_uri.
Referenced by mod_init().
1.5.6