Displaying 2 results from an estimated 2 matches for "sipat01".
Did you mean:
simad01
2014 Oct 30
2
${HASH(SIP_CAUSE,<channel-name>)}
...e 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 => h,n,NoOp(sip cause = ${HASH(SIP_CAUSE,CHANNEL)})
CLI :
[Oct 30 14:48:03] -- Executing [h at pbx-routing:5]
NoOp("SIP/SipAT01-00000015", "sip cause = ") in new stack
[Oct 30 14:48:03] -- Executing [h at pbx-routing:6]
NoOp("SIP/SipAT01-00000015", "sip cause = ") in new stack
Can anyone tell me how this should be used ?
Kind regards,
Jonas.
-------------- next part -------------...
2014 Oct 31
0
asterisk-users Digest, Vol 123, Issue 38
...; > Dialplan :
> >
> > exten => h,n,NoOp(sip cause = ${HASH(SIP_CAUSE,${CHANNEL})})
> > exten => h,n,NoOp(sip cause = ${HASH(SIP_CAUSE,CHANNEL)})
> >
> > CLI :
> >
> > [Oct 30 14:48:03] -- Executing [h at pbx-routing:5]
> > NoOp("SIP/SipAT01-00000015", "sip cause = ") in new stack
> > [Oct 30 14:48:03] -- Executing [h at pbx-routing:6]
> > NoOp("SIP/SipAT01-00000015", "sip cause = ") in new stack
> >
> >
> > Can anyone tell me how this should be used ?
> >
>...