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

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Reply via email to