[asterisk-users] error with dial timeout

Philipp Kempgen philipp.kempgen at amooma.de
Tue Jun 2 03:36:49 CDT 2009


BERGANZ François schrieb:

> Exten =>_X.,n,Dial(SIP/ser_sei0/1130,L(10208400:61000:10000))

> But it return that error:
> 
> [Jun  2 10:04:44] WARNING[18920]: app_dial.c:1623 dial_exec_full: Invalid
> timeout specified: 'L(10208400:61000:10000)'

Syntax:
Dial(Technology/resource[&Tech2/resource2...][,timeout][,options][,URL])

You have to pass L() as the options argument.

Exten =>_X.,n,Dial(SIP/ser_sei0/1130,,L(10208400:61000:10000))
                                     ^

    Philipp Kempgen
-- 
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  ->  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
Videos of the AMOOCON VoIP conference 2009 ->  http://www.amoocon.de
-- 



More information about the asterisk-users mailing list