I'm having trouble getting an IAX2 connection between a couple of servers. I can make calls from server B to server A, but when I call from Server A to server B, I get "No authority found".
If I remove serverA's password on ServerB's iax.conf, calls will go through as "UNAUTHENTICATED". On ServerA I am running Asterisk 1.6.2.9 On ServerB I'm running 1.6.2.13 Any hints for me? The registrations in both directions seem to work fine when I do an iax2 reload from the CLI. config file snips shown below. Thanks Cassius Smith ===================================== On server B, I have the following: [general] register => serverB:longsecretpasswo...@servera_ip [serverA] type=friend host=dynamic auth=md5 secret=longsecretpassword1 context=no911 [serverB] type=friend host=dynamic auth=md5 secret=longsecretpassword2 ; if I remove this, calls go through as UNAUTHENTICATED context=no911 On server A, I have the following: [general] register => serverA:longsecretpasswo...@serverb_ip [serverB] type=friend host=dynamic auth=md5 secret=longsecretpassword2 context=no911 [cary] type=friend host=dynamic auth=md5 secret=longsecretpassword1 context=no911 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
