Displaying 1 result from an estimated 1 matches for "clienta_number".
2007 Sep 27
2
IAX configuration
...ot define a user like this in users.conf
the registration of the server is rejected.
I type 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...