Re: [asterisk-users] Length of dial string

2020-05-04 Thread Paddy Grice
Thanks for the info - will build latest version and test Paddy -Original Message- From: Floimair Florian [mailto:f.floim...@commend.com] Sent: 04 May 2020 08:33 To: pa...@wizaner.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Length of dial

Re: [asterisk-users] Length of dial string

2020-05-04 Thread Floimair Florian
Hi Paddy! This used to be 80 characters total (including all characters like channel type, '&' and '/'. Had the same issue in the past where I extended that in the code and recompiled. From what I understand there is basically no longer a hard limit in Dial since the recent change in the latest

Re: [asterisk-users] Length of dial string

2020-05-01 Thread John Covici
length for the dial data in > the DIAL command > > Paddy > > _ > > From: Dovid Bender [mailto:do...@telecurve.com] > Sent: 01 May 2020 10:26 > To: pa...@wizaner.com; Asterisk Users Mailing List - Non-Commercial > Discussion > Subject: Re: [asterisk-user

Re: [asterisk-users] Length of dial string

2020-05-01 Thread Paddy Grice
List - Non-Commercial Discussion Subject: Re: [asterisk-users] Length of dial string Paddy, Why not use local extensions? You can do something like this. Exten => s,1,Dial(Local/set1@call_all&Local/set2@call_all&Local/set3@call_all) [call_all] Exten => set1,1,Dial(SIP/100&SIP/101

Re: [asterisk-users] Length of dial string

2020-05-01 Thread Dovid Bender
Paddy, Why not use local extensions? You can do something like this. Exten => s,1,Dial(Local/set1@call_all&Local/set2@call_all &Local/set3@call_all) [call_all] Exten => set1,1,Dial(SIP/100&SIP/101&SIP/102&SIP/103&SIP/104&SIP/105 Exten => set1,1,Dial(SIP/106&SIP/107&SIP/108&SIP/109&SIP/110&SIP/111

[asterisk-users] Length of dial string

2020-05-01 Thread Paddy Grice
Hi all as per the new release notice for 13.33.0 received today - can anyone advise me the max limit of the string to the Dial Command - see * [ASTERISK-27946 https://issues.asterisk.org/jira/browse/ASTERISK-27946> ] - dial (API): Storage of dialed target uses AST_MAX_EXTE