Displaying 3 results from an estimated 3 matches for "call_all".
2020 May 01
0
Length of dial string
Paddy,
Why not use local extensions? You can do something like this.
Exten => s,1,Dial(Local/set1 at call_all&Local/set2 at call_all
&Local/set3 at 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&...
2020 May 01
1
Length of dial string
...[mailto:dovid at telecurve.com]
Sent: 01 May 2020 10:26
To: paddy at 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 at call_all&Local/set2 at call_all&Local/set3 at 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&...
2020 May 01
4
Length of 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
<BLOCKED::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