search for: iaxprovider

Displaying 20 results from an estimated 35 matches for "iaxprovider".

2007 Dec 11
2
Iax and ZAP
I have a working system with two fxo and two fxs channels. I recenlty got an IAX2 account I would like to use also. While I have gotten the IAX2 channel to "register", it remains non functional, as the incoming calls, go nowhere and the outgoing calls attempt to go out over the ZAP channel. I can see this, via the CLI, with debugs on. I strongly suspect this is a dial plan/config
2003 May 21
1
gnophone/IAX problem
...blem is that I can call either extension from the other extension fine. In my extensions.conf file I just have a basic setup identifying each client and assigning an extension basically. My iax.conf file is pretty basic as well, see below: [gnophone1] type=friend context=default context=iaxprovider host=192.168.50.1 user=user1 [gnophone2] type=friend context=default context=iaxprovider host=192.168.50.4 user=user2 I'm at a loss at what the problem might be, can anyone help me here? I believe both of the versions of gnophone are the same but I'm not sure as I downloaded th...
2009 Apr 30
1
Registration of 'cstore' rejected: 'Registration Refused' from: '62.213.196.38'
...tion Refused' from: '62.213.196.38' asterisk*CLI> exit Now, before I tell my IAX-provider that the fault lies with them I want to be sure that I did nothing wrong. My iax.conf : [general] autokill=yes bindport=4569 bindaddr=192.168.3.249 register => cstore:my-password at ip-of-iaxprovider [cstore] ; my accountname @ remote Asterisk type=user auth=plaintext,md5 trunk=yes context=from-iaxprovider disallow=all allow=ulaw allow=alaw allow=gsm [attractel] ; IAX-provider type=peer host=ip-of-iaxprovider username=cstore ; username @ remote asterisk secret=my-password ; pass @ remote Aste...
2005 Jan 08
1
No such extension {Scanned}
...al(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9NXXXXXX,2,Congestion [local] ; ; Master context for local, toll-free, and iaxtel calls only ; ignorepat => 9 include => default include => parkedcalls include => trunklocal include => iaxtel700 include => trunktollfree include => iaxprovider -- This message has been scanned for viruses and dangerous content by KE6UPI, and is believed to be clean. KE6UPI thanks MailScanner for their support. Please contact support@ke6upi.com if you have questions about this email.
2009 Feb 26
2
Problems with Outbound Calls
...-e164-switch] switch => DUNDi/e164 [dundi-e164-lookup] include => dundi-e164-local include => dundi-e164-switch [macro-dundi-e164] exten => s,1,Goto(${ARG1},1) include => dundi-e164-lookup [iaxtel700] exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) [iaxprovider] [trunkint] exten => _9011.,1,Macro(dundi-e164,${EXTEN:4}) exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) [trunkld] exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1}) exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) [trunklocal] exten => _9NXXXXXX,1,Dial(${TR...
2004 Sep 08
2
'connecting' voip-numbers to our Asterisk
Hi everyone! I have a problem... We have received a couple of phone numbers for voip from a local voip-provider. The work fine directly with a Cisco 7960, but so far I've not been able yet to integrate them into Asterisk. I've tried: /etc/asterisk/extensions.conf ***** [ip-incoming]
2005 Jan 27
1
Stumped by BroadVoice SIP
...ect=no [globals] CONSOLE=Console/dsp ; Console interface for demo IAXINFO=guest ; IAXtel username/password TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) [iaxtel700] exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) [iaxprovider] [trunkint] exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9011.,2,Congestion [trunkld] exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _91NXXNXXXXXX,2,Congestion [trunklocal] exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten =&g...
2003 Sep 16
3
Follow Me
...non-local extension, the call will go out even if the original incoming >call was made on the PSTN line. > >[trunklocal] >exten => _NXXXXXX,1,Dial(${TRUNK}/${EXTEN}) >exten => _NXXXXXX,102,Dial(${NUFONE}/1${AREACODE}${EXTEN}) >exten => _NXXXXXX,203,Congestion() > >[iaxprovider] >exten => _1NXXNXXXXXX,1,Dial(${NUFONE}/${EXTEN}) >exten => _1NXXNXXXXXX,102,Dial(${TRUNK}) >exten => _1NXXNXXXXXX,203,Congestion() >exten => _011.,1,Dial(${NUFONE}/${EXTEN}) >exten => _011.,102,Congestion() >exten => _1011.,1,Dial(${NUFONE}/${EXTEN}) >exten...
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
...gt; 9 include => longdistance include => trunkint [longdistance] ignorepat => 9 include => local include => trunkld [local] ignorepat => 9 include => default include => parkedcalls include => trunklocal include => iaxtel700 include => trunktollfree include => iaxprovider [macro-stdexten]; exten => s,1,Dial(${ARG2},20) ; Ring the interface, 20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten => s-NOANSWER,1,Voicemai...
2004 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
...ce for demo ;CONSOLE=Zap/1 ;CONSOLE=Phone/phone0 IAXINFO=guest ; IAXtel username/password ;IAXINFO=myuser:mypass TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) [iaxtel700] exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) [iaxprovider] ;switch => IAX2/user:[key]@myserver/mycontext [international] ; Master context for international long distance ignorepat => 9 include => longdistance include => trunkint [longdistance] ; Master context for long distance ignorepat => 9 include => local include => trunkld...
2004 Dec 11
0
Cisco 7960 and Asterisk...not working....
...ce for demo ;CONSOLE=Zap/1 ;CONSOLE=Phone/phone0 IAXINFO=guest ; IAXtel username/password ;IAXINFO=myuser:mypass TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) [iaxtel700] exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) [iaxprovider] ;switch => IAX2/user:[key]@myserver/mycontext [international] ; Master context for international long distance ignorepat => 9 include => longdistance include => trunkint [longdistance] ; Master context for long distance ignorepat => 9 include => local include => trunkld...
2005 Mar 10
2
Cisco and Asterisk
...com/${EXTEN:1}@iaxtel) ; ; The SWITCH statement permits a server to share the dialplain with ; another server. Use with care: Reciprocal switch statements are not ; allowed (e.g. both A -> B and B -> A), and the switched server needs ; to be on-line or else dialing can be severly delayed. ; [iaxprovider] ;switch => IAX2/user:[key]@myserver/mycontext [trunkint] ; ; International long distance through trunk ; exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9011.,2,Congestion [trunkld] ; ; Long distance context accessed through trunk ; exten => _91NXXNXXXXXX,1,Dial(${TRU...
2006 Mar 24
5
GSM/DECT handsets (was gsm picocells)
Now that I actually try and google for it, I can't find any dual mode GSM/DECT handsets, only pages telling me that they exist without any actual information!!! Does anyone know of any such handsets? (and even better, ones that are available in Australia) I've searched a few of the major gsm manufacturers (nokia, Panasonic, sonyericsson) but their web sites are absolutely pathetic to the
2004 Apr 07
2
error 488 - Not Acceptable Here
...participate in the IAXTEL ; call routing system. Most IAXTEL numbers begin with 1-700, but ; there are exceptions. For more information, and to sign ; up, please go to www.gnophone.com or www.iaxtel.com ; [iaxtel700] exten => _91700NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) [iaxprovider] ;switch => IAX2/user:[key]@myserver/mycontext [trunkint] ; ; International long distance through trunk ; exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9011.,2,Congestion [trunkld] ; ; Long distance context accessed through trunk ; exten => _91NXXNXXXXXX,1,Dial(${TRU...
2005 Jul 01
1
asterisk newbie and phones which don't want tocomunicate
hi do u have the sip phones extensions in the extension.conf and are they in the right context (sip-incoming)??? are the sip phone registering to asterisk?? try stop asterisk and reconnect as asterisk -vvvvvvvc to check see them registering... ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Sistemista WebSolvingJaa Sent: Fri 7/1/2005 6:43 PM
2005 Aug 27
2
Problems with registration
...com/${EXTEN:1}@iaxtel) ; ; The SWITCH statement permits a server to share the dialplain with ; another server. Use with care: Reciprocal switch statements are not ; allowed (e.g. both A -> B and B -> A), and the switched server needs ; to be on-line or else dialing can be severly delayed. ; [iaxprovider] ;switch => IAX2/user:[key]@myserver/mycontext [trunkint] ; ; International long distance through trunk ; exten => _9011.,1,Macro(dundi-e164,${EXTEN:4}) exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) [trunkld] ; ; Long distance context accessed through trunk ; exten => _91NXXNX...
2004 Oct 07
1
IAX2 wait on channel
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3179 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041007/98aec720/smime.bin
2003 Sep 13
3
Source for 50-pin amphenol cables?
I'm looking for a source for 50-pin amphenol cables, the ones used to connect Adtran's to punch down blocks. Preferably, one that's mail order and takes orders over the internet. Thanks.
2004 Dec 29
0
Channel Zap/4-1 in prering state
...om/${EXTEN:1}@iaxtel) ; ; The SWITCH statement permits a server to share the dialplain with ; another server. Use with care: Reciprocal switch statements are not ; allowed (e.g. both A -> B and B -> A), and the switched server needs ; to be on-line or else dialing can be severly delayed. ; [iaxprovider] ;switch => IAX2/user:[key]@myserver/mycontext [trunkint] ; ; International long distance through trunk ; exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9011.,2,Congestion [trunkld] ; ; Long distance context accessed through trunk ; exten => _91NXXNXXXXXX,1,Dial(${T...
2004 Dec 21
2
CallerID returned with error on channel 'Zap/4-1'
...com/${EXTEN:1}@iaxtel) ; ; The SWITCH statement permits a server to share the dialplain with ; another server. Use with care: Reciprocal switch statements are not ; allowed (e.g. both A -> B and B -> A), and the switched server needs ; to be on-line or else dialing can be severly delayed. ; [iaxprovider] ;switch => IAX2/user:[key]@myserver/mycontext [trunkint] ; ; International long distance through trunk ; exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9011.,2,Congestion [trunkld] ; ; Long distance context accessed through trunk ; exten => _91NXXNXXXXXX,1,Dial(${TRU...