Displaying 1 result from an estimated 1 matches for "e4626c80".
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 :