
Data Fields | |
| sip_from_t * | nr_aor |
| AoR for this registration, NULL if none. | |
| sip_contact_t * | nr_contact |
| Our Contact. | |
| sip_via_t * | nr_via |
| Corresponding Via headers. | |
| unsigned | nr_ready:1 |
| Status of registration. | |
| unsigned | nr_default:1 |
| Kind of registration. | |
| unsigned | nr_by_stack:1 |
| Stack-generated contact. | |
| unsigned sip_route_t * | nr_route:0 |
| Outgoing Service-Route. | |
| sip_path_t * | nr_path |
| Incoming Path. | |
| tport_t * | nr_tport |
| Transport to be used when registered. | |
| nua_dialog_state_t * | nr_dialogs |
| List of our dialogs. | |
| outbound_t * | nr_ob |
| Outbound connection. | |
| unsigned nr_default |
Kind of registration.
If nr_default is true, this is not a real registration but placeholder for Contact header derived from a transport address.
If nr_secure is true, this registration supports SIPS/TLS.
If nr_public is true, transport should have public address.