Brian LaVallee
2013-May-10 00:21 UTC
[asterisk-users] qualify=yes: OPTIONS: How to Change?: `From: "asterisk"`
My Google-Fu skills have failed me, I have not been able to find a solution to the problem I am facing. asterisk + from + asterisk + options + qualify != what I am looking for -- When qualify is enabled on a trunk, the From line shows "asterisk". See the SIP message below. I would like to keep qualify enabled without sending the other end any reference to "asterisk". Can anyone point me to a setting that will change or remove `?asterisk?` from `FROM:` in the OPTIONS message? Thanks, Brian LaVallee -- /etc/asterisk/sip.conf (Asterisk 1.8.15-cert1) [general] ; - Truncated [TRUNK] ; - Truncated qualify=yes ; ; end -- IP 4.4.4.4.sip > 3.3.3.3.sip: UDP, length 573 ............................OPTIONS sip:server.carrier.tld SIP/2.0 Via: SIP/2.0/UDP 4.4.4.4:5060;branch=aBcDeFgHiJkLmNo;rport Max-Forwards: 70 From: "asterisk" <sip:accountid at 4.4.4.4>;tag=as1832334c To: <sip:server.carrier.tld> Contact: <sip:accountid at 4.4.4.4:5060> Call-ID: f80a4ad87fee7c9fdc19b7769495fdb5 at 4.4.4.4:5060 CSeq: 102 OPTIONS Date: Thu, 09 May 2013 07:22:30 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH Supported: replaces, timer Content-Length: 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130510/ba730c14/attachment.htm>
Jeremy Kister
2013-May-10 03:22 UTC
[asterisk-users] qualify=yes: OPTIONS: How to Change?: `From: "asterisk"`
On 5/9/13 8:21 PM, Brian LaVallee wrote:> When qualify is enabled on a trunk, the From line shows "asterisk". See the > SIP message below.I had the same annoyance/issue. fixed it in https://issues.asterisk.org/jira/browse/ASTERISK-17616 the patch was included in 1.8.9 rc1. -- Jeremy Kister http://jeremy.kister.net./