On Wed, May 18, 2016 at 02:29:30PM -0300, Vitor Mazuco wrote:
> Hello everyone
> 
> I have a TDM 800 on an Ubuntu Server
> 
> he's just getting call normally, but when I call any number by this
> board, it is silent and not make the call.
> 
> look at the log
> 
> Executing [629886874@ramais:1] Dial("SIP/2000-0000000e",
> "DAHDI/6-1/29xxxxxxx,60,tT") in new stack
> [May 18 14:21:31] WARNING[4332][C-0000000d]: chan_dahdi.c:13433
> dahdi_request: Unknown option '-' in '6-1/29886874'

This should have given you a hint. There is simply no need for this
'-1'. In your dialplan you need to have:

   Dial(DAHDI/6/${THENUMBER})

instead of:

   Dial(DAHDI/6-1/${THENUMBER})

-- 
               Tzafrir Cohen
icq#16849755              jabber:[email protected]
+972-50-7952406           mailto:[email protected]
http://www.xorcom.com

-- 
_____________________________________________________________________
-- 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