From: S <s...@ka...> - 2004-03-22 17:26:08
|
Hi IAX Guru's, I have the problem to register a iaxclient (iaxcomm or my own Zaurus client) to asterisk. Here is my observation on asterisk with iax2 debug on where a iaxclient try to register : Rx --> REGREQ TX <-- REGAUTH Rx --> REGREQ TX <-- POKE TX <-- REGACK RX --> ACK RX --> ACK TX <--POKE iax2 show peers Name/Username Host Mask Port Status muggel/muggel (Unspecified) (D) 255.255.255.255 0 UNKNOWN skaAtHome 172.16.16.160 (D) 255.255.255.255 4569 UNREACHABLE ska/ska (Unspecified) (D) 255.255.255.255 0 UNKNOWN And here is the iax2 debug while one asterisk register on a second one. RX --> REGREQ TX <-- REGAUTH RX --> REGREQ TX <-- REGACK RX --> ACK TX <-- POKE RX --> PONG Peer 'XXX' is now REACHABLE! TX <-- ACK The different between both traces is the POKE PONG sequence. In the libiax2/src/iax.c file is no code for the POKE request ? Any comment's ? What is going wrong ? Is there anyone able to register a iaxclient to asterisk ? ( iax2 show peers --> Status OK ) Regards Stephan |