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 string

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 versions other than a single device
must not exceed this but you can concatenate any number of them within the
Dial string.

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://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
issues.asterisk.org%2Fjira%2Fbrowse%2FASTERISK-27946&data=02%7C01%7Cf.fl
oimair%40commend.com%7C5a5c413f7d8747dab6c408d7eda07497%7C13b1ddb756454e7fbe
663171548559da%7C0%7C0%7C637239145718403259&sdata=JdT9Yvi7ml%2FqzIYMO39k
s68rdMKY2P2DFIAGKCCh6a8%3D&reserved=0> ] - 
dial (API): Storage of dialed target uses AST_MAX_EXTENSION
when it shouldn't

I have been fighting with this issue for months trying to find a
solution I
need to call 20+ devices at the same time so dial strings are very long
I
cant really use a queue(ringall) which was my original idea as the
customer
needs different groups for virtually every call some of which are simple
sip
devices and others have to be local devices (Internal and External
CLIs). 

Paddy Grice





-- 
_
-- Bandwidth and Colocation Provided by
https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.api-dig
ital.com%2F&data=02%7C01%7Cf.floimair%40commend.com%7C5a5c413f7d8747dab6
c408d7eda07497%7C13b1ddb756454e7fbe663171548559da%7C0%7C0%7C6372391457184032
59&sdata=bGS2UUTgQGXjBEKqpzcXyJUAXXsap6PGIOHFTXCW4fc%3D&reserved=0
--

Check out the new Asterisk community forum at:
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.
asterisk.org%2F&data=02%7C01%7Cf.floimair%40commend.com%7C5a5c413f7d8747
dab6c408d7eda07497%7C13b1ddb756454e7fbe663171548559da%7C0%7C0%7C637239145718
403259&sdata=GrULRT%2Bgzqf6rCNUrcnYF81hvus3AWu%2BcLicHlOGFfE%3D&rese
rved=0

New to Asterisk? Start here:
 
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.aster
isk.org%2Fwiki%2Fdisplay%2FAST%2FGetting%2BStarted&data=02%7C01%7Cf.floi
mair%40commend.com%7C5a5c413f7d8747dab6c408d7eda07497%7C13b1ddb756454e7fbe66
3171548559da%7C0%7C0%7C637239145718403259&sdata=i41vU7Bo25YIliWGWPrrHrwD
XodX83wcbG%2FIl%2FS5JIs%3D&reserved=0

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
 
https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.digiu
m.com%2Fmailman%2Flistinfo%2Fasterisk-users&data=02%7C01%7Cf.floimair%40
commend.com%7C5a5c413f7d8747dab6c408d7eda07497%7C13b1ddb756454e7fbe663171548
559da%7C0%7C0%7C637239145718403259&sdata=poTBflJdXsachl7MJCm5%2FUsL0V74b
IHhou1Rhzedg2A%3D&reserved=0



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

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

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 versions other than a single device must not 
exceed this but you can concatenate any number of them within the Dial string.

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://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.asterisk.org%2Fjira%2Fbrowse%2FASTERISK-27946&data=02%7C01%7Cf.floimair%40commend.com%7C5a5c413f7d8747dab6c408d7eda07497%7C13b1ddb756454e7fbe663171548559da%7C0%7C0%7C637239145718403259&sdata=JdT9Yvi7ml%2FqzIYMO39ks68rdMKY2P2DFIAGKCCh6a8%3D&reserved=0>
 ] - 
dial (API): Storage of dialed target uses AST_MAX_EXTENSION
when it shouldn't

I have been fighting with this issue for months trying to find a solution I
need to call 20+ devices at the same time so dial strings are very long I
cant really use a queue(ringall) which was my original idea as the customer
needs different groups for virtually every call some of which are simple sip
devices and others have to be local devices (Internal and External CLIs). 

Paddy Grice





-- 
_
-- Bandwidth and Colocation Provided by 
https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.api-digital.com%2F&data=02%7C01%7Cf.floimair%40commend.com%7C5a5c413f7d8747dab6c408d7eda07497%7C13b1ddb756454e7fbe663171548559da%7C0%7C0%7C637239145718403259&sdata=bGS2UUTgQGXjBEKqpzcXyJUAXXsap6PGIOHFTXCW4fc%3D&reserved=0
 --

Check out the new Asterisk community forum at: 
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.asterisk.org%2F&data=02%7C01%7Cf.floimair%40commend.com%7C5a5c413f7d8747dab6c408d7eda07497%7C13b1ddb756454e7fbe663171548559da%7C0%7C0%7C637239145718403259&sdata=GrULRT%2Bgzqf6rCNUrcnYF81hvus3AWu%2BcLicHlOGFfE%3D&reserved=0

New to Asterisk? Start here:
  
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.asterisk.org%2Fwiki%2Fdisplay%2FAST%2FGetting%2BStarted&data=02%7C01%7Cf.floimair%40commend.com%7C5a5c413f7d8747dab6c408d7eda07497%7C13b1ddb756454e7fbe663171548559da%7C0%7C0%7C637239145718403259&sdata=i41vU7Bo25YIliWGWPrrHrwDXodX83wcbG%2FIl%2FS5JIs%3D&reserved=0

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   
https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.digium.com%2Fmailman%2Flistinfo%2Fasterisk-users&data=02%7C01%7Cf.floimair%40commend.com%7C5a5c413f7d8747dab6c408d7eda07497%7C13b1ddb756454e7fbe663171548559da%7C0%7C0%7C637239145718403259&sdata=poTBflJdXsachl7MJCm5%2FUsL0V74bIHhou1Rhzedg2A%3D&reserved=0

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

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Length of dial string

2020-05-01 Thread John Covici
Or you could just increase MAX_EXTENSION and recompile.

On Fri, 01 May 2020 06:25:36 -0400,
Paddy Grice wrote:
> 
> [1  ]
> [1.1  ]
> Hi Dovid
>  
> Yes was one of the options but as the required list is dynamic becomes very
> messy - and all combinations problem - where as "call all workers job xxx"
> is what is needed so the ability to call 20+ numbers is what is needed - agi
> does a database search for all jobx workers and constructs a dialstring with
> SIP, DAHDI and Local devices. 
>  
> Can someone tell me where to find maximum string 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-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&SIP/102&SIP/103&SIP/104&SIP/105
> Exten => set1,1,Dial(SIP/106&SIP/107&SIP/108&SIP/109&SIP/110&SIP/111
> Exten => set1,1,Dial(SIP/112&SIP/113&SIP/114&SIP/1015&SIP/116&SIP/117
> 
> 
> On Fri, May 1, 2020 at 3:22 AM Paddy Grice  wrote:
> 
> 
> 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_EXTENSION
> when it shouldn't
> 
> I have been fighting with this issue for months trying to find a solution I
> need to call 20+ devices at the same time so dial strings are very long I
> cant really use a queue(ringall) which was my original idea as the customer
> needs different groups for virtually every call some of which are simple sip
> devices and others have to be local devices (Internal and External CLIs). 
> 
> Paddy Grice
> 
> 
> 
> 
> 
> -- 
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
> 
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> [1.2  ]
> [2  ]
> -- 
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> Check out the new Asterisk community forum at: https://community.asterisk.org/
> 
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com

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

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Length of dial string

2020-05-01 Thread Paddy Grice
Hi Dovid
 
Yes was one of the options but as the required list is dynamic becomes very
messy - and all combinations problem - where as "call all workers job xxx"
is what is needed so the ability to call 20+ numbers is what is needed - agi
does a database search for all jobx workers and constructs a dialstring with
SIP, DAHDI and Local devices. 
 
Can someone tell me where to find maximum string 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-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&SIP/102&SIP/103&SIP/104&SIP/105
Exten => set1,1,Dial(SIP/106&SIP/107&SIP/108&SIP/109&SIP/110&SIP/111
Exten => set1,1,Dial(SIP/112&SIP/113&SIP/114&SIP/1015&SIP/116&SIP/117


On Fri, May 1, 2020 at 3:22 AM Paddy Grice  wrote:


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_EXTENSION
when it shouldn't

I have been fighting with this issue for months trying to find a solution I
need to call 20+ devices at the same time so dial strings are very long I
cant really use a queue(ringall) which was my original idea as the customer
needs different groups for virtually every call some of which are simple sip
devices and others have to be local devices (Internal and External CLIs). 

Paddy Grice





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

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

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

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

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
Exten => set1,1,Dial(SIP/112&SIP/113&SIP/114&SIP/1015&SIP/116&SIP/117


On Fri, May 1, 2020 at 3:22 AM Paddy Grice  wrote:

> 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_EXTENSION
> when it shouldn't
>
> I have been fighting with this issue for months trying to find a solution I
> need to call 20+ devices at the same time so dial strings are very long I
> cant really use a queue(ringall) which was my original idea as the customer
> needs different groups for virtually every call some of which are simple
> sip
> devices and others have to be local devices (Internal and External CLIs).
>
> Paddy Grice
>
>
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

[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_EXTENSION
when it shouldn't

I have been fighting with this issue for months trying to find a solution I
need to call 20+ devices at the same time so dial strings are very long I
cant really use a queue(ringall) which was my original idea as the customer
needs different groups for virtually every call some of which are simple sip
devices and others have to be local devices (Internal and External CLIs). 

Paddy Grice


 


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

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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