Details
registration_ctxt_new ()
Creates a new RegistrationCtxt (registration context) to be used with #osip_call_leg_register().
registration_ctxt_set_registrar ()
Sets the registrar address.
registration_ctxt_set_password ()
Sets the password to be used for the registration (can be NULL).
registration_ctxt_set_address_of_record ()
void registration_ctxt_set_address_of_record
(RegistrationCtxt *ctxt,
char *addr_of_rec); |
registration_ctxt_set_expires()
#define registration_ctxt_set_expires(r,e) (r)->expires=(e) |
registration_ctxt_set_action()
#define registration_ctxt_set_action(r,a) (r)->action=(a) |
registration_ctxt_destroy ()
Destroys a registration context.