[asterisk-users] TDM800 just receive calls, but not make

Tzafrir Cohen tzafrir.cohen at xorcom.com
Thu May 19 02:38:29 CDT 2016


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 at 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:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com



More information about the asterisk-users mailing list