Hello, I am trying to do : 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)' Why? I forgot something ? Thank you Cordialement, BERGANZ Fran?ois P Pensez ? l'Environnement, n'imprimez ce mail que si n?cessaire. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090602/15f248f4/attachment.htm
Try this: Exten =>_X.,n,Dial(SIP/ser_sei0/1130,,L(10208400:61000:10000)) Regards, Mindaugas Kezys http://www.kolmisoft.com VoIP Billing and Routing Solutions From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of BERGANZ Fran?ois Sent: 2009 m. bir?elio 2 d. 11:07 To: asterisk-users at lists.digium.com Subject: [asterisk-users] error with dial timeout Hello, I am trying to do : 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)' Why? I forgot something ? Thank you Cordialement, BERGANZ Fran?ois P Pensez ? l'Environnement, n'imprimez ce mail que si n?cessaire. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090602/5dfcad36/attachment.htm
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 --