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/[EMAIL PROTECTED],50)
exten => s,2,Busy
exten => s,102,Busy

[intern]
exten => _1NXXNXXXXXX,1,Macro(dialout,${EXTEN},60)

- SamW

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to