[asterisk-users] All circuits are busy now???
Eric "ManxPower" Wieling
eric at fnords.org
Tue Sep 12 15:40:30 MST 2006
BerkHolz, Steven wrote:
>
>
> "All circuits are busy now" makes perfect sense in my PRI trunk is full.
>
>
>
> How do I stop asterisk from playing this recording when it is a
> wrong/bad number?
>
>
>
> I gat a call today that a user was trying "all day" to call a number in
> Mexico and kept getting the above recording.
>
>
>
> I said, try in on your cell phone, and they received a "this number is
> not is service".
>
>
>
> I would like to either hear the far recording (I think I will get billed
> for this), or internally play a different message.
>
>
>
> I think the issue is that I am using a PRI and am receive the cause code
> that is triggering the above recording.
>
>
>
> Can asterisk play a different message for this? and only play the above
> message if "MY" circuit is busy?
Sounds like you are using some Asterisk GUI. Can't help with that and
this message will only be useful to others.
When Dial exits it will set the value of HANGUPCAUSE to something. Use
the dialplan to play different messages depending on the value of
hangupcause.
See "show application dial" in the Asterisk CLI,
/path/to/src/asterisk/docs/README.variables,
http://www.quintum.com/support/xplatform/network/Q931_Disconnect_Cause_Code_List.pdf
for the cause code values, and
/path/to/src/asterisk/include/asterisk/causes.h for which causes
Asterisk knows about.
More information about the asterisk-users
mailing list