the other channel drivers and to avoid confusion with the "port"
option for users/peers.
+* The "Registry" event now uses "Username" rather than "User" for
+ consistency with IAX.
+
Applications:
* With the addition of dialplan functions (which operate similarly
r->timeout = -1;
res=transmit_register(r, SIP_REGISTER, NULL, NULL);
}
- manager_event(EVENT_FLAG_SYSTEM, "Registry", "Channel: SIP\r\nUser: %s\r\nDomain: %s\r\nStatus: %s\r\n", r->username, r->hostname, regstate2str(r->regstate));
+ manager_event(EVENT_FLAG_SYSTEM, "Registry", "Channel: SIP\r\nUsername: %s\r\nDomain: %s\r\nStatus: %s\r\n", r->username, r->hostname, regstate2str(r->regstate));
ASTOBJ_UNREF(r,sip_registry_destroy);
return 0;
}