]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_registration: Add debugging messages. 97/297/1
authorMark Michelson <mmichelson@digium.com>
Mon, 27 Apr 2015 19:44:16 +0000 (14:44 -0500)
committerMark Michelson <mmichelson@digium.com>
Wed, 29 Apr 2015 19:31:25 +0000 (14:31 -0500)
commit0037ca59a6e53d7994d6bbe50551ee1414903c10
tree5fd6f17ca19a90f4bde6c70b7c825e56f2a89844
parentf9b633652866e7e5e95534f498802abe2e9ee742
res_pjsip_outbound_registration: Add debugging messages.

When problems occur regarding outbound registrations, it currently
is difficult to debug. Most off-nominal paths had warning messages,
but sometimes we want to know what's going on before hitting the
off-nominal path. This patch adds lots of debugging output that
should give a clearer picture of what is happening with regards
to outbound registrations.

ASTERISK-25020
Reported by Mark Michelson

Change-Id: I577bde7860be0a6c872b5bcb4d5047340bf45d45
res/res_pjsip_outbound_registration.c