Hello

when setting a local forward (in this case to extension 23) on a SIP phone, I see the following on the Asterisk CLI :


[Aug 31 14:59:34] -- Got SIP response 302 "Moved Temporarily" back from 11.22.33.44:40670 [Aug 31 14:59:34] -- Now forwarding Local/myaccount184@CallFromQueue-000007f4;2 to 'Local/23@from-internal' (thanks to SIP/myaccount184-00003729)


Question : how can I read the variable which contains the value 'myaccount184' in the context from-internal ?


The following variables I've tried are empty :

ChannelPeerip=${CHANNEL(peerip)}
Channelrecvip=${CHANNEL(recvip)}
Channelfrom=${CHANNEL(from)}
Channeluri=${CHANNEL(uri)}
Channeluseragent=${CHANNEL(useragent)})


You can see this on the CLI output here :

[Aug 31 14:59:34] -- Executing [23@from-internal:7] NoOp("Local/23@from-internal-000007f5;2", "ChannelPeerip= Channelrecvip= Channelfrom=") in new stack [Aug 31 14:59:34] -- Executing [23@from-internal:8] NoOp("Local/23@from-internal-000007f5;2", "Channeluri= Channeluseragent=") in new stack





Anyone knows the correct variable to read ?



Kind regards

Jonas.
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
      http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to