]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip.c: Improve ast_request() diagnostic msgs.
authorRichard Mudgett <rmudgett@digium.com>
Sat, 16 Dec 2017 01:01:02 +0000 (19:01 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Sat, 16 Dec 2017 01:55:44 +0000 (19:55 -0600)
commit267a7dd0dd95815d0090a823d34809b51a2f2da3
tree8b4a4c0b0232495e27a2fd42dc9e26df346f1353
parent3418bd94ff8452fc39931711361caa41358a6fcc
chan_pjsip.c: Improve ast_request() diagnostic msgs.

Attempting to dial PJSIP/endpoint when the endpoint doesn't exist and
disable_multi_domain=no results in a misleading empty endpoint name
message.  The message should say the endpoint was not found.

* Added missing endpoint not found message.

* Added more information to the empty endpoint name msgs if available.

* Eliminated RAII_VAR in request().

Change-Id: I21da85ebd62dcc32115b2ffcb5157416ebae51e4
channels/chan_pjsip.c