Peer Oliver schmidt
2003-Aug-06 01:11 UTC
[Asterisk-Users] iax.conf / Registration rejected
Good morning, I am trying to use the Windows iax client. My iax.conf looks like this: [general] port=5036 bindaddr=10.1.3.111 bandwidth=high allow=gsm ; Always allow GSM, it's cool :) tos=lowdelay [pos| type=friend context=default auth=plaintext secret=pos deny=0.0.0.0/0.0.0.0 permit=10.1.3.0/255.255.255.0 host=dynamic defaultip=10.1.3.2 In the registrations dialog of the Windows clients I put pos:pos@10.1.3.111 The * console shows the following messages. Rx-Frame Retry[N/A] -- Seqno: 00 Type: IAX Subclass: REGREQ Tx-Frame Retry[-01] -- Seqno: 00 Type: IAX Subclass: ACK Tx-Frame Retry[000] -- Seqno: 00 Type: IAX Subclass: REGREJ Rx-Frame Retry[N/A] -- Seqno: 00 Type: IAX Subclass: ACK What am I doing wrong? Any pointers are greatly appreciated. Best regards pos
Hi, add in the [pos] section : username=pos and then if it still doesn't work try to comment the lines:> ;deny=0.0.0.0/0.0.0.0 > ;permit=10.1.3.0/255.255.255.0 > ;defaultip=10.1.3.2BR, Dan ----- Original Message ----- From: "Peer Oliver schmidt" <posde@theinternet.de> To: <asterisk-users@lists.digium.com> Sent: Wednesday, August 06, 2003 11:11 AM Subject: [Asterisk-Users] iax.conf / Registration rejected> Good morning, > > I am trying to use the Windows iax client. > > My iax.conf looks like this: > > [general] > port=5036 > bindaddr=10.1.3.111 > bandwidth=high > allow=gsm ; Always allow GSM, it's cool :) > tos=lowdelay > > [pos| > type=friend > context=default > auth=plaintext > secret=pos > deny=0.0.0.0/0.0.0.0 > permit=10.1.3.0/255.255.255.0 > host=dynamic > defaultip=10.1.3.2 > > In the registrations dialog of the Windows clients I put > > pos:pos@10.1.3.111 > > The * console shows the following messages. > > Rx-Frame Retry[N/A] -- Seqno: 00 Type: IAX Subclass: REGREQ > Tx-Frame Retry[-01] -- Seqno: 00 Type: IAX Subclass: ACK > Tx-Frame Retry[000] -- Seqno: 00 Type: IAX Subclass: REGREJ > Rx-Frame Retry[N/A] -- Seqno: 00 Type: IAX Subclass: ACK > > What am I doing wrong? Any pointers are greatly appreciated. > > Best regards > pos > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
On Wednesday 06 August 2003 03:11 am, Peer Oliver schmidt wrote:> Good morning, > > I am trying to use the Windows iax client. > > My iax.conf looks like this: >-snip-> > [pos|^ I'm hoping this is a typo in the email. If it isn't, that might explain everything. -Tilghman