Displaying 1 result from an estimated 1 matches for "z9hg4bk168884d7".
2014 Sep 02
2
Custom SIP-header not present in call Asterisk to Asterisk
...y my server B hangs up.
So just before hanging up, I add a custom SIP-header :
exten => s,n,SIPAddHeader(X-My-Hangup: MaxChan)
exten => s,n,Hangup()
But I notice that this extra SIP-header is not send within the SIP-reponse :
SIP/2.0 603 Declined
Via: SIP/2.0/UDP
xx.xx.xx.98:5060;branch=z9hG4bK168884d7;received=xx.xx.xx.98;rport=5060
From: "5006" <sip:5006 at xx.xx.xx.98>;tag=as50c98b4c
To: <sip:0419 at xx.xx.xx.238>;tag=as3c6e57b0
Call-ID: 6d1039bb22716c6e6dec69fb3e78a8d7 at xx.xx.xx.98:5060
CSeq: 102 INVITE
Server: myasterisk
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER...