Displaying 1 result from an estimated 1 matches for "0821fe08".
Did you mean:
0821e01
2007 May 04
0
1.2.x -> 1.4.x upgrade: dialplan block no longer works
...;; default
exten => _s-!,1,Gosub(s-NET,1)
When calling that macro whith no argument ($ARG1 empty):
exten => _0[1-9]XXXXXXXX,1,Macro(dialcapi)
The call is not routed. Apparently "_s-!" does not match "s-":
-- Executing [0145201798@admin:1] Macro("SIP/0146472130-0821fe08", "dialcapi") in new stack
-- Executing [s@macro-dialcapi:5] Gosub("SIP/0146472130-0821fe08", "s-|1") in new stack
== Auto fallthrough, channel 'SIP/0146472130-0821fe08' status is 'UNKNOWN'
Any idea why?