]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_registration: Add debugging messages. 66/266/3
authorMark Michelson <mmichelson@digium.com>
Mon, 27 Apr 2015 19:44:16 +0000 (14:44 -0500)
committerMark Michelson <mmichelson@digium.com>
Tue, 28 Apr 2015 15:45:31 +0000 (10:45 -0500)
commit1bf008fc760a178e8faeb34f033220531ddb5b08
treefae51a31b8ee3a9668e87422659935e4161b9761
parent7ee05892d63d607d3c6fa2811d46015d59aabbd1
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