Displaying 1 result from an estimated 1 matches for "fd_l2".
2017 May 08
2
Call does not go voicemail
...irst inside asterisk:
> sip show peers
Something wasn't "happy" about SIP/54 in your system when Asterisk tried
talking to it.
So you tried this:
"...
Even when I put:
exten => 4,n,GotoIf($["${DIALSTATUS}"="BUSY"]?line2)
exten => 4,n(line2),Dial(${FD_L2},20,trw)
exten => 4,n(line2),Voicemail(4)
..."
What that will do is go to the first instance of "4,n(line2)", which is the
line that seems to be triggering the channel failure. If you have the
Asterisk console open, I'll bet you see it spew some errors when you try
that exte...