[Asterisk-code-review] res pjsip outbound registration: Add debugging messages. (asterisk[master])
Joshua Colp
asteriskteam at digium.com
Tue Apr 28 09:50:58 CDT 2015
Joshua Colp has posted comments on this change.
Change subject: res_pjsip_outbound_registration: Add debugging messages.
......................................................................
Patch Set 2: Code-Review-1
(6 comments)
https://gerrit.asterisk.org/#/c/263/2/res/res_pjsip_outbound_registration.c
File res/res_pjsip_outbound_registration.c:
Line 487: (int) info.client_uri.slen, info.server_uri.ptr);
info.client_uri.ptr
Line 651: ast_debug(1, "Sending authenticated REGISTER to '%s'\n", server_uri);
throw a client_uri in here too
Line 658: ast_log(LOG_WARNING, "Failed to create authenticated REGISTER request to '%s'\n", server_uri);
and here
Line 742: ast_debug(1, "Received REGISTER response %d(%.*s) from '%.*s'\n",
and here
Line 765: ast_debug(3, "Destroying registration state for registration to '%s\n",
and here
Line 1186: ast_debug(1, "Unregistering contacts with '%s'\n", state->registration->server_uri);
and here
--
To view, visit https://gerrit.asterisk.org/263
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I577bde7860be0a6c872b5bcb4d5047340bf45d45
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list