I am using following setup to dialout, I can take calls through sip-out
which is defined in sip.conf. My issue is cdr records will have a "s"
for
destination. What Can be wrong and any suggestions to fix? Can this be a
bug I am using Version 0.7.2.
instead of macro-dialout if I directly dialed through the [intern] I get
the correct results. Some how asterisk think I dialed extension "s"
instead
of the number I dialed.
Any help appreciated.
[macro-dialout]
exten => s,1,Dial(SIP/${ARG1}@sip-out,50)
exten => s,2,Busy
exten => s,102,Busy
[intern]
exten => _1NXXNXXXXXX,1,Macro(dialout,${EXTEN},60)
- SamW