search for: myiaxprovid

Displaying 2 results from an estimated 2 matches for "myiaxprovid".

Did you mean: myiaxprovider
2006 Jun 12
5
IAX DID channels as incoming hunt group?
Hi: I am looking into getting incoming IAX DID channels for our office. I've found a provider. What I want, though, is an incoming hunt group -- that is, say we have three lines: 555 1212 555 1213 555 1214 Calls coming in on 555 1212 may end up on any one of the three. If 555 1212 is busy, the call forwards to 555 1213, and so on. I was under the impression that this has to be done by the
2006 May 23
3
AGI ?
...P channel is busy, go out the IAX channels, if IAX is all busy, go out the SIP channels. Here is a sample of what I have in my script. #!/usr/bin/perl use strict; use Asterisk::AGI; my $callerId = "MyNumber"; my $log = "/var/log/asterisk/dialout.log"; my $gIaxUser = "MyIAXPROVIDER"; my $gIaxPass = "MYIAXPASS"; my $gIaxHost = "myIAXHost"; my $gSipHost = "MYSIPHost"; ########### SYSTEM VARIABLES ##################### my $AGI = new Asterisk::AGI; my $gDialedNo = shift; my $gNumber = ""; my $gPrefix = ""; my $gAreaCode =...