[asterisk-users] * and mj
Danny Nicholas
danny at debsinc.com
Wed Sep 1 11:27:20 CDT 2010
Looks to me like the problem is with your dial command;
You're trying to do dial(sip/a,30,r)
Instead of
Dial(sip/a/b,30,r)
In simple terms, if I have extension sip/170 and I do
Dial(sip/170,30,r)
That's ok because sip/170 is an extension
But the magicjack is a trunk, so I have to do
Dial(sip/170/w5551212,30,r)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100901/b7bc56e5/attachment.htm
More information about the asterisk-users
mailing list