similar to: Using IAXTEL with RSA authentication. MD5 works, RSA not. [2]

Displaying 20 results from an estimated 2000 matches similar to: "Using IAXTEL with RSA authentication. MD5 works, RSA not. [2]"

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
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 Feb 21
2
Conecting to asterisk server through NAT usingIAX
Hallo Did you allow udp outgoing on 4569 as well.. i found udp bit different than tcp when comming to firewalls liaan ----- Original Message ----- From: "Bartosz Wegrzyn - asterisk" <junk@lexon.ws> To: <timebandit001@gmail.com>; "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Monday, February 21, 2005 12:29
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
2009 Oct 02
1
IAX2 Call rejected, CallToken Support required
Hi All, I am using Asterisk 1.4.26.2 and I am getting the following problem making connections to this server. My other servers are Version 1.2.x which have no problems and this 1.4.26.2 server can call the other 1.2.x servers. The error is: chan_iax2.c:4251 handle_call_token: Call rejected, CallToken Support required. If unexpected, resolve by placing address 192.168.25.250 in the
2009 Aug 27
1
Documentation on RSA key authentication ?? (No way to send secret to peer)
Is there any documentation on IAX RSA authentication because I followed http://www.voip-info.org/wiki/index.php?page=Asterisk+iax+rsa+auth and it's not working... Asterisk 1 : -r--r--r-- 1 root root 272 Aug 25 10:34 server2.pub -r-------- 1 root root 963 Aug 24 19:38 server1.key Asterisk 2 : -r-------- 1 root root 963 Aug 24 19:53 server2.key -r--r--r-- 1 root root 272 Aug 25 09:02
2005 Aug 07
1
Unable to connect to FWD
Hi, My asterisk server is behind firewall and i am trying to connect to FWD. i hv configured as mentioned in this link http://www.freeworlddialup.com/advanced/iax. i am able to register my server with FWD. But when i dial 393612, i always get 'No one is available to answer this time, try again later'. I hv portforwarded tcp 4569 and 5060 from my firewall to my asterisk server. Any idea
2004 Jan 30
2
IAX call problems
hi, I use IAX softphone with asterisk and I notice that a call between two IAX softphones end after 1 min. Then I can't hear anything but the call still in progress. I have this log in asterisk IAX debug: Rx-Frame Retry[No] -- OSeqno: 002 ISeqno: 002 Type: IAX Subclass: ACK Timestamp: 00016ms SCall: 21589 DCall: 00001 [192.168.1.22:4569] Tx-Frame Retry[000] --
2008 Feb 26
1
iax trunking problem
i have 2 asterisk servers one on CentOS and one on Fedora , i configured IAX trunking between the 2 servers so that i dial -say from a sip extension 2000 on fedora server to a sip extension 3000 on CentOS server the call seems to be established but hangup automatically after very short time and here is the iax2 set debug command result on centos server and also my iax.conf and extension.conf and
2006 Nov 23
1
Re: How to change IAX default port 4569 to some other port :Debug Message Attached
iax2 debug is giving following messages repeatedly. Tx-Frame Retry[003] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ Timestamp: 00001ms SCall: 00010 DCall: 00000 [xxx.xxx.157.230:4569] USERNAME : XXX9072835 REFRESH : 60 Tx-Frame Retry[002] -- OSeqno: 002 ISeqno: 000 Type: IAX Subclass: PING Timestamp: 20001ms SCall: 00006 DCall: 00000
2015 May 13
1
registering IAX with Teliax
Hopefully this is really a generic question about IAX and doesn't turn out to be something specific to Teliax, because they haven't been too helpful so far. All they can tell me is that my login shows "status unknown" on their end, which prevents me from receiving inbound calls on my Teliax number. Outbound calls through the same server work fine, which rules out most networking
2004 Oct 06
2
IAX2 Sporadic TX/RX retries
Hi, I'm trying to track down why I'm getting calls dropped on an infrequent basis between two asterisk servers which are at the same physical location and connected to each other with UTP ethernet. Here is the connection diagram Asterisk Server 1 ===UTPENET== Switch ====UTPENET==== Asterisk Server 2 I see sporadic RX and TX frame retries when I enable iax2 debugging on either box.
2004 Jul 01
2
IAX2 to IAX2 connection problems
Hi My head hurts... Can anyone help out here, my remote IAX can see my local IAX and visa versa, conversation starts, I can dial my remote (POTS) landline number, remote end answers, trys to route to local iax2, I see it start the conversation here, the extension (SIP) rings once and then it dies... Both ends are defined with accept IPADDRESS to keep it in the family and simple.. Debug info
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
2003 Apr 11
1
How to change login for iaxtel.com IAX?
Hi, I created an iaxtel account, and was given a password containing an "@" character. The directory pages imply that they change the web login password only. How do I reset my IAX password so that it is usable in the iax.conf file? Thanks, Steve
2004 Apr 02
2
All calls go to Voice mail and never ring.
I'm starting to get this to work! Well I got Voice Mail to work! All calls goes to voice mail without ringing the users phone (iaxComm). Here is my iax.conf and my extensions.conf Any help would be great!! Thanks -------------- next part -------------- A non-text attachment was scrubbed... Name: extensions.conf Type: application/octet-stream Size: 1039 bytes Desc: extensions.conf Url :
2010 May 05
1
IAX2 Auto-congesting call due to slow response
Hi all, I am trying to connect to a softphone application using an Iax channel on Asterisk 1.4.30. I can do outbound calls, from softphone to asterisk, but not inbound from asterisk to softphone. I get the following Debug: ---------------------------------------------------------------------- ---------------------------------------------------------------------- Tx-Frame Retry[000] -- OSeqno:
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
2008 Mar 28
1
how to register IAX user without password
hi, i want to call PC2PC between to IAX client without authentication i want to allow every user to use PC2PC no any password required. Please let me know what i have need to do in IAX.conf or any other file to allow any user to call Pc2Pc. My IAX.conf [guest] type=user context=default callerid="Guest IAX User" My extensions.conf [default]
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