Displaying 1 result from an estimated 1 matches for "maxchan".
Did you mean:
max_chan
2014 Sep 02
2
Custom SIP-header not present in call Asterisk to Asterisk
Hello,
I have a situation where a call comes in to my Asterisk server B. This
call comes from another Asterisk server A. I want to tell to this server
A why 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:...