Re: [asterisk-users] 10 Caller IDs to be used randomly or progressively

2019-09-19 Thread Markus
Am 18.09.2019 um 01:15 schrieb bilal ghayyad: I have 10 Caller IDs and I need each call (each time) to use one of these Caller IDs to be the caller id. exten => 1234,1,AGI(/var/lib/asterisk/randomcli.sh) randomcli.sh: #!/bin/bash WORDFILE="/var/lib/asterisk/mobilecliall.txt" NUMWORDS=1

Re: [asterisk-users] 10 Caller IDs to be used randomly or progressively

2019-09-17 Thread Antony Stone
On Wednesday 18 September 2019 at 01:15:57, bilal ghayyad wrote: > Hello; > I have 10 Caller IDs and I need each call (each time) to use one of these > Caller IDs to be the caller id. I know that I can use this syntax as > example: > exten => _90ZXX,1,Set(CALLERID(num)=01747576) > > But how

[asterisk-users] 10 Caller IDs to be used randomly or progressively

2019-09-17 Thread bilal ghayyad
Hello; I have 10 Caller IDs and I need each call (each time) to use one of these Caller IDs to be the caller id. I know that I can use this syntax as example: exten => _90ZXX,1,Set(CALLERID(num)=01747576) But how I can set the callerid each time from be one of the 10 caller ids that are