similar to: iax2, strange native bridge problem????

Displaying 20 results from an estimated 1000 matches similar to: "iax2, strange native bridge problem????"

2004 Dec 14
0
Codec "Uknown" with IAX connection
I am having some problems getting TelIax service to work with *. Outbound calls work just fine. When I try an inbound call the phone rings and there is no audio. Upon further investigation "iax2 show channels" indicates that the codec is "unknown" The provider confirmed that they are set for ulaw and so am I. Does anyone have an idea what could be causing the codecs to
2005 Sep 09
0
Transferred calls dropping out of MeetMe
I'm taking inbound calls on an * server, then transferring them to a second * server where they join a MeetMe conference. If I have 'notransfer=yes' set on the first * server it works fine, but if I allow the transfer (call then shifts to be between the DID provider and the second server), the call is dropped 3-5 minutes later. There is no firewall on my end, and the two
2004 Dec 21
0
IAX2 insists on not using port 4569??
For some reason, starting just today, 1 out 3 of my asterisk servers is having issues calling 1 other server. The only issue I see is that when it registers with the problem server it is using port 1027, not 4569. ie: Registered to 'Server 1', who sees us as 'Server 2':1027 Server 1 then proceeds to timeout trying to register with Server 2. The way I have each server registering
2004 Dec 06
1
iax2 nativ bridge question?
hallo all, i would like to know, as i would suspect, nativ bridiging should work also, if only one iax party is behind an nat router and the other has a public ip. when i connect to iax clients, which have both pubic ip's nativ bridging is working. if one of the clients is behind an nat, the iax2 channels always get routed through the asterisk server (latest stable version from cvs) ?? i
2007 Mar 02
1
Double DTMF digits sent on IAX native bridge
Hi, I have two asterisk servers one is connected to the PSTN and the other one is connected to SIP users. The two servers connect with each other using IAX. When I have an incoming call from PSTN to the asterisk servers and have a forward to go back out to the PSTN the two IAX channel bridge together. Now every time I dial a DTMF digit, the asterisk is sending two DTMF digits. I enable
2005 Mar 05
0
Is anybody having problems with sixtel?
Hi, My termination with sixtel stopped working, is it something I did or anybody else is having the same problem. I am attaching log: *CLI> -- Executing GotoIf("SIP/300-fbe0", "1?4") in new stack -- Goto (macro-dialout-default,s,4) -- Executing GotoIf("SIP/300-fbe0", "1?6") in new stack -- Goto (macro-dialout-default,s,6) -- Executing
2006 Nov 01
1
IAX problem
Hi All, I'm having problem with IAX, I'm trying to connect to speex.co.il from asterisk using: register => username:password@speex.dyndns.org and I cant get it to work. Maybe someone who already got this to work will help... When dialing my speex extension I see the next output from consol: IAX2 Debugging Enabled *CLI> Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno:
2007 Sep 14
2
AGI script fails on IAX channels (from call file).
Hi Guys, I have already tried this one on the developers list. I have not been successful getting much back there and I have notified them that I will post this on the users list instead. Hopefully somebody have tried something similar and can help out. I am developing AGI scripts on Asterisk and have run into some very strange behaviour and I think this is a bug, but I am not completely sure.
2007 Apr 03
0
DTMF via IAX ignored after a few seconds
I'm new to this list, and I apologize if this is an already answered question, but my Google-fu was not strong enough to find the answer if it was. I'm having a problem with DTMF on incoming IAX calls. For the first few seconds of the call (between maybe 1 and 15, it varies from call to call) everything works fine. After that I continue get DTMF_E messages from the remote IAX server
2006 Nov 04
0
iax2 qualify - false "peer unreachable"
I would like to ask, if someone observe also problem with peer qualify problems, my asterisk log is full with UNREACHABLE/REACHABLE messages, even when two asterisks are in LAN environment, please take a look into this debug, I can't find any problem with packet loss, all qualify requests are replied and acknowledged, I will submit bug report, if you will also not find any problems here...
2007 Aug 04
2
IAX2 - DualServer Problem
Hi, I have two asterisk servers and I want to make these servers call each other as they were internal. I have succeeded in one way. Server B can call Server A without problem, but Server A cannot call Server B. Here's the iax configuration of servers Server A: ================== [ipek] auth=rsa context=from-internal host=XXX.XXX.XXX.XXX inkeys=ipek outkey=odtu peercontext=from-internal
2005 May 26
1
How do I diagnose the problem in this Asterisk test session with FWD?
============= SJphone Log ============ Outgoing SIP session Respondent: (sip:8612@192.168.2.2) Remote client: Started: May 26 16:33 Accepted: no Ended: May 26 16:34 End reason: Call rejected: 503 Service Unavailable =============== Asterisk Debug ================ Executing Dial("SIP/2201-a83e", "IAX2/<FWDNUMBER>:@iax2.fwdnet.net/612|60|r") in new stack --
2006 Oct 18
0
IAX2 thru NAT problem
Hi people, i have problem with IAX2 between two asterisk PBX. When i try call some number i get "INVAL" packet, but when i try call same number via OpenVPN (is between this two asterisk) call is working fine.So i debug communications and here is my opinion ... Schema of connection: Asterisk1 -> ADSL router with NAT -> INTERNET -> Asterisk2 A)Calling directly via public
2006 Jun 22
2
iax2 registration problems
On the asterisk1 I got this: register => username:secret@ipaddress2 [eop] username=username secret=secret type=peer host=ipaddress1 auth=md5 on the second box I got this this host is ipaddress2 [incommingiax2] username=username type=user secret=secret host=dynamic context=from-internal-custom auth=md5 on first host 1 am getting: Jun 22 14:42:10 NOTICE[2398]: chan_iax2.c:7411
2004 Jun 26
1
IAX & FWD, No authority found?
Hi Folks, Just wondering if anyone can give me some pointers, I'm configuring Asterisk to talk to FWD's new IAX service. The asterisk server is behind an iptables NAT Firewall, with port 5036 forwarded: $IPTABLES -t nat -A PREROUTING -p udp -d $EXTERNAL_IP --dport 5036 -j DNAT --to-destination 172.16.20.200:5036 I can make outgoing calls just fine, but when I receive an inbound call
2006 May 25
2
jitterbuffer causes flaky IAX2 incoming connections?
I've been having problems with incoming IAX2 calls - some work, but a large fraction are answered with "dead air" or disconnects from my IAX provider. Disabling the jitterbuffer seems to eliminate the problem (so far)! Has anyone else seen this? I'm using 1.2.6, but I'm not sure what my provider is using. A snippet of the a failed incoming call IAX2 debug is attached
2006 Nov 22
0
iax2 - wildiax phone & myself puzzled
I know in advance maybe I'm overlooking something stupid, however I'm really lost and cannot find the solution... Situation: - asterisk-1.2.13 on a linux box with no iptables active. - one iax2 peer defined - one wildiax phone running on my laptop the soft phone is configured to connect & register on asterisk, however, I cannot get it working. What am I missing? Please help!!
2005 Mar 06
1
IAX - Registration Problems
Hi everyone, THis is my second thread regarding the issue.(before I was having problems with accessing my email, which slow down my responses, sorry for that) My setup looks like this Firewall | | Asterisk---Asterisk (two asterisk servers with the same setup for high avail) | | phones Ports 5060, 10000-20000, 4569, 5036 are forwared to 192.168.1.251 which is virtual ip address on one of the
2006 Mar 10
1
IAX / Firefly handshake problem
I had a working 1.0.9 asterisk installation and tried to get a Firefly IAX phone to register, but it was failing. I upgraded to asterisk 1.2.5 and the PBX is working fine, but the IAX phone still won't connect. Below is my iax.conf and the output from setting iax2 debug while the phone tries to connect. Could somebody please give me some pointers? This doesn't seem to be a normal
2010 Apr 29
1
Duplicated DTMF with bridged IAX channels maybe?
Hi, I have a duplicated DTMF issue with, it appears, bridged IAX channels. I have the following setup: PRI IAX <-------->* PSTN <------->* Dialplan I've configured a number on the dialplan server to make and outbound call to the pstn. This call then comes back into the dialplan server to SayDigits(). I'm seeing that a few of my digits are being duplicated