Displaying 1 result from an estimated 1 matches for "clientb_number".
Did you mean:
clienta_number
2007 Sep 27
2
IAX configuration
...ype in the CLI> iax2 show registry
and i see that server A is registered in B and B in A. so it seems fine.
Now I update the extensions.conf file accordingly.
in server A i define something like
exten => clientA_Number,1,Dial(sip/$(exten),10)
exten => clientA_Number,2,hangup()
exten => clientB_Number,1,Dial(iax2/serverB,$(exten))
exten => clientB_Number,2,hangup()
i do the similar in serverB.
i am very frustrated because the call does not work. the error is Call
rejected by x.x.x.x No authority found
Again, after doing a lot of tests, i noticed that if i add a new user
in iax.conf like:...