search for: iaxpass

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

2006 May 23
3
AGI ?
...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 = ""; ### Set...
2003 Dec 02
5
IAXTEL configuration for new iaxtel users.
...Messing around and reading on IRC and the mailing list I could get certain things to work and then break other things. Now I can dial a IAXTEL number, 800 number and FWD numbers using the IAXTEL service. The iaxtel configuration I am now using is. iax.conf [general] register => iaxuser:iaxpass@iaxtel.com ; For some reason be it a bug or a feature from what I have read ; the iaxtel context must be the last thing in your iax.conf file. [iaxtel] type = user host = iaxtel.com context = incoming-iaxtel disallow = all ; My preferenc...