search for: dialplah

Displaying 3 results from an estimated 3 matches for "dialplah".

Did you mean: dialplan
2015 Feb 25
5
situation with ivr and four-channel gateway
Hi list, I need your help ,I have an incoming call x the ivr and the operator takes the call. ext "101" , If a second call reenters and the operator is talking, I want to send to the extension 102 I use the Variable DIALSTATUS , but not working check IVR [IVRINMA] exten => s,1,Wait(1) exten => s,n,Set(CHANNEL(language)=es) same=> n,Set(TIMEOUT(digit)=4) same=>
2015 Feb 26
0
situation with ivr and four-channel gateway
...; > Channel 3 : XXXXXXX3 "other" > Channel 4 : XXXXXXX4 "other" You just need to use call groups. In your chan_extra.conf (if it's an OpenVox) or chan_dahdi.conf, add something like group=1 to the definition for each span. Now in the [globals] section of your dialplah, have something like MOBILE=EXTRA/r1 for an OpenVox card, or MOBILE=DAHDI/r1 for other makes. Now you need your Dial() statements to be something like Dial(${MOBILE}/${EXTEN},180 Calls will then be made by trying each span in turn until an available one is found. So if you have an incomin...
2015 Feb 26
2
situation with ivr and four-channel gateway
...Stiles <asterisk_list at earthshod.co.uk>: > > You just need to use call groups. > > In your chan_extra.conf (if it's an OpenVox) or chan_dahdi.conf, add > something like > group=1 > to the definition for each span. > > Now in the [globals] section of your dialplah, have something like > MOBILE=EXTRA/r1 > for an OpenVox card, or > MOBILE=DAHDI/r1 > for other makes. Now you need your Dial() statements to be something like > Dial(${MOBILE}/${EXTEN},180 > > Calls will then be made by trying each span in turn until an available one is...