-
Notifications
You must be signed in to change notification settings - Fork 2
Hangup Causes
marcelog edited this page Oct 18, 2014
·
12 revisions
Used in #51
For background on what's behind all of these errors, see Routing.
| error | sip code | Q850 |
|---|---|---|
| incoming_calls_not_allowed_for_client | 403 | INCOMING_CALL_BARRED |
| unknown_incoming_trunk | 580 | CHANNEL_UNACCEPTABLE |
| cant_translate_incoming_ani | 484 | INVALID_NUMBER_FORMAT |
| client_using_unknown_did | 580 | CHANNEL_UNACCEPTABLE |
| cant_translate_incoming_dnis | 484 | INVALID_NUMBER_FORMAT |
| ani_in_wrong_trunk | 580 | CHANNEL_UNACCEPTABLE |
| cant_translate_dnis_by_numplan | 484 | INVALID_NUMBER_FORMAT |
| cant_route_to_local_unallocated_did | 404 | UNALLOCATED_NUMBER |
| unknown_source_for_offnet_call | 580 | CALL_REJECTED |
| no_routes | 404 | NO_ROUTE_DESTINATION |
| no_funds | 402 | OUTGOING_CALL_BARRED |
| no_tariff | 403 | OUTGOING_CALL_BARRED |
| carrier_disabled | 603 | CALL_REJECTED |
| unknown | 500 | NORMAL_CIRCUIT_CONGESTION |
| no_matching_codecs | 488 | INCOMPATIBLE_DESTINATION |
| org_src_channels_exceeded | 403 | OUTGOING_CALL_BARRED |
| org_dst_channels_exceeded | 403 | INCOMING_CALL_BARRED |
| subscriber_src_channels_exceeded | 403 | OUTGOING_CALL_BARRED |
| subscriber_dst_channels_exceeded | 403 | INCOMING_CALL_BARRED |
| organization_src_disabled | 403 | OUTGOING_CALL_BARRED |
| organization_dst_disabled | 403 | INCOMING_CALL_BARRED |
| account_src_disabled | 403 | OUTGOING_CALL_BARRED |
| account_dst_disabled | 403 | INCOMING_CALL_BARRED |
| subscriber_src_disabled | 403 | OUTGOING_CALL_BARRED |
| subscriber_dst_disabled | 403 | INCOMING_CALL_BARRED |