]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_registration: Add debugging messages. 63/263/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:43:38 +0000 (10:43 -0500)
commitf47fed2e12b0d7ae2c722139223aabdd1f306e45
tree99323a8a107ca534fec42e6f3be3700cb2af2cf5
parentd7f4788341f08f386341416aa3944c7f9bc0dc1b
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