search for: multidi

Displaying 1 result from an estimated 1 matches for "multidi".

Did you mean: multidim
2004 Dec 01
1
IAX long distance... Re: Asterisk for home office
...; >Thanks, >--Ben Kirkpatrick > > Not really difficult, perhaps its a bit excessive. Although there have been a few (very few) times when I've notcied a brief pause after dialing and found that it had in fact dialed out on the last possible option. The macro is as follows: [macro-multidial] ; ;try sixtel first exten => s,1,ChanIsAvail(${IAXTRUNK5}) exten => s,2,Dial(${IAXTRUNK5}/${ARG1}) exten => s,3,Hangup ; ;try voipjet next exten => s,102,ChanIsAvail(${IAXTRUNK1}) exten => s,103,Dial(${IAXTRUNK1}/${ARG1}) exten => s,104,Hangup ; ;try NuFone next exten =&g...