[Asterisk-Users] IAX / Firefly handshake problem
Tim Panton
tim at mexuar.com
Sat Mar 11 07:08:58 MST 2006
On 10 Mar 2006, at 21:25, Michael van Rooyen wrote:
> 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 loging
> failed type scenario. Thanks.
>
> [hayley]
> type=friend
> secret=hayley
> host=dynamic
> context=default
> callerid "Hayley" <100>
> permit=192.168.0.0/255.255.255.0
>
> --------------------------------------------------------
> outout from iax2 debug while phone is trying to connect:
>
> Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX
> Subclass: REGREQ
> Timestamp: 00000ms SCall: 22458 DCall: 00000 [192.168.2.1:4569]
> USERNAME : hayley
> REFRESH : 1800
You are only allowing Hayley to come from 192.168.0.0/255.255.255.0
but the rx packet is from
192.168.2.1
Asterisk is saying 2 != 0
Tim Panton
tim at mexuar.com
More information about the asterisk-users
mailing list