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)

 

 

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to