Displaying 1 result from an estimated 1 matches for "08dbb610".
2009 May 17
1
Capture "Server" header in SIP reply.
..._X.,1,Dial(SIP/user at domain,30,M(GetOtherPartyInfo))
exten => _X.,n,Hangup()
[macro-GetOtherPartyInfo]
exten => s,1,NoOp(SIP Server: ${SIP_HEADER(Server,1)})
unfortunately the above doesn't seem to work:
-- Executing [s at macro-GetOtherPartyInfo:1]
NoOp("SIP/dev-sip.domain.net-08dbb610", "SIP src_server: ") in new
stack
Is there any way to capture SIP headers from reply messages generated
by a called party?
Regards,
Chris