Hi, i tried with “reload chan_iax2.so” but nothing happened, the same “Circuits are Busy, please try again”, here is the configuration:
-----------------------------------Server A:--------------------------------
iax.conf**
[general]
bindport = 4569 ; Port to bind to (IAX is 4569)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes
#include iax_additional.conf
;#include iax_custom.conf
#include additional_a2billing_sip.conf
**iax_additional.conf
[boxb-peer]
username=boxa-user
type=peer
trunk=yes
secret=123123
qualify=yes
host=10.253.1.11
disallow=all
context=from-internal
allow=gsm
[boxb-user]
type=user
trunk=yes
secret=123123
qualify=yes
host=10.253.1.11
disallow=all
context=from-internal
allow=gsm
[boxc-peer]
username=boxa-user
type=peer
trunk=yes
secret=123123
qualify=yes
host=172.16.1.254
disallow=all
context=from-internal
allow=gsm
[boxc-user]
type=user
trunk=yes
secret=123123
qualify=yes
host=172.16.1.254
disallow=all
context=from-internal
allow=gsm
**iax_custom.conf
[priv]
type=user
context=from-internal
disallow=all
allow=ulaw
allow=alaw
allow=gsm
------------------------------Server B-------------------------------------
*iax.conf
[general]
bindport = 4569 ; Port to bind to (IAX is 4569)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes
#include iax_additional.conf
;#include iax_custom.conf
#include additional_a2billing_sip.conf
*iax_additional.conf
[boxa-peer]
username=boxb-user
type=peer
trunk=yes
secret=123123
qualify=yes
host=10.254.1.11
disallow=all
context=from-internal
allow=gsm
[boxa-user]
type=user
trunk=yes
secret=123123
qualify=yes
host=10.254.1.11
disallow=all
context=from-internal
allow=gsm
[boxc-peer]
username=boxb-user
type=peer
trunk=yes
secret=123123
qualify=yes
host=172.16.1.254
disallow=all
context=from-internal
allow=gsm
[boxc-user]
type=user
trunk=yes
secret=123123
qualify=yes
host=172.16.1.254
disallow=all
context=from-internal
allow=gsm
iax_custom.conf*
[priv]
type=user
context=from-internal
disallow=all
allow=ulaw
allow=alaw
allow=gsm
Thanks for the help, we’ve been trying with softphones and regular phones and it’s the same answer.
Thanks