Hello, Hope everyone is enjoying their holiday!
We setup two asterisk servers (From CVS on Wednesday) and set up IAX between the two. Right now they both reside on a switch with a static 192.168.0.x IP address. The first Server is .5 and the second is .30. Our dialplan seems to be working, however on the console we get a flurry of NOTICE and WARNING messages. NOTICE[1116941120]: File chan_iax.c, Line 2878 (register_verify) empty registration from 192.168.0.30 NOTICE[1116941120]: File chan_iax.c, Line 2878 (register_verify) empty registration from 192.168.0.30 WARNING[1142106560]: File chan_iax2.c, Line 470 (iax_error_output): Information element length exceeds message size WARNING[1142106560]: File chan_iax2.c, Line 4191 (socket_read): undecodable frame received I receive the same exact error messages on the second server, but with the .5 IP Address in the NOTICE Messages. I have looked through the .c files to see if I can figure out what is happening, but can't come up with anything. Are these types of messages normal? Additionally, In the iax.conf files, I have set both servers to use A and U law codecs. I have attached parts of my config below. Any help would be greatly appreciated! Best Regards, Brent Franks ------------------------------------------------------------------------ --------- The servers have the same exact config, however the registrations are obviously different. Server 1 Has this: register => hunasterisk:[EMAIL PROTECTED]:5036 [holasterisk] type=friend auth=md5 username=holasterisk secret=2222 context=local host=dynamic defaultip=192.168.0.30 qualify=yes ;trunk=yes While Server 2 has: register => holasterisk:[EMAIL PROTECTED]:5036 [hunasterisk] type=friend auth=md5 username=hunasterisk secret=1111 context=local host=dynamic defaultip=192.168.0.5 qualify=yes ;trunk=yes _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
