Circuits are busy now.... (Vitelity)

arosa5
Posts: 1
Member Since:
2009-12-07

Hello -

We can make 1 outbound call close to every 30mins or so...
in between calls we get a "All circuits are busy now please try your call again later" msg.

We use the latest trixbox ce and use Vitelity... our firewall router is a monowall.

Incoming seem to be working ok...

Here is our trunk information:

[outbound]
type=friend
dtmfmode=auto
host=0.0.0.0
allow=all
canreinvite=no

[inbound]
type=friend
dtmfmode=auto
context=from-trunk ; (this could be ext-did or from-pstn as well)
insecure=very
canreinvite=no
host=inbound23.vitelity.net

also in the following file (sip_general_custom.conf) we have:
externip=1.2.3.4
localnet=5.4.3.2/255.255.255.0
nat=yes

any suggestions?
Thank you,
Angel



Domhampton
Posts: 102
Member Since:
2007-07-21
firewall?

Not sure, but this smells of incorrectly forwarded ports, have you checked to enusre they are all forwarding (make it a dmz temporarly to prove the point).



SkykingOH
Posts: 9541
Member Since:
2007-12-17
Localnet statement is wrong

Localnet statement is wrong in you sip_general_custom, it's the network number no the host address.

Your outbound peer has no host address or URL.

You can't have two friends for type to the same host. friend is peer and user. It's one or the other but not both.

You need to disallow=all then allow the codec's the carrier wants you to use (g.711 and g.729) don't turn on g.729 if you don't have any licenses.

dtmfmode=auto is unreliable. Choose a dtmfmode the carrier will accept (probably rfc2833)

--

Scott

aka "Skyking"



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.