I was wondering if there is a way of removing the all-circuits-busy-now error or can I simply delete the files? Here is my scenario.
Two Asterisk Servers and using each as a B2B Agent to a PBX. Each Asterisk is connected to a different SIP Trunk provider. So:
SIP1 <–> Asterisk1 <–> PBX01
SIP2 <–> Asterisk2 <–> PBX01 (same as above).
My issue is with outbound calls in the event of a 503. PBX01 has both Asterisk1 and Asterisk2 in the route table and utilizes them in a round robin fashion. If SIP1 returns a 503 (Congestion) then PBX01 knows to go ahead and retry the call against Asterisk2.
This works perfect except for one item. Asterisk1 returns the all-circuits-busy-now.ulaw and starts playing it. Due to early media/such, the user hears this message while PBX01 is silently trying Asterisk2 to complete the call. PBX01 completes the call against the second Asterisk box and the call is up. The problem is, the end user may have hung up upon hearing the all circuits busy message.
If anyone knows of an easy solution that would be great.
Thanks,
dw9