Displaying 1 result from an estimated 1 matches for "ddaa79e9".
2014 Oct 30
2
${HASH(SIP_CAUSE,<channel-name>)}
Hello,
I read on the wiki :
Asterisk 1.8 will allow to read SIP response codes in the dialplan via
*${HASH(SIP_CAUSE,<channel-name>)}*. Additionally make sure you're using
the destination channel, not the source channel.
But when I use this in my dialplan, this 'variable' is empty.
Dialplan :
exten => h,n,NoOp(sip cause = ${HASH(SIP_CAUSE,${CHANNEL})})
exten =>