Difference between revisions of "M4 Disconnect Codes"
m |
|||
Line 148: | Line 148: | ||
{| border="1" cellpadding="5" cellspacing="0" | {| border="1" cellpadding="5" cellspacing="0" | ||
| '''Code''' || ''' | | '''Code''' || '''Reason''' | ||
|- | |||
| || '''Global system codes''' | |||
|- | |- | ||
| 800 || Not authenticated | | 800 || Not authenticated | ||
Line 162: | Line 164: | ||
| 805 || Call terminated by hangup command | | 805 || Call terminated by hangup command | ||
|- | |- | ||
| || '''Radius codes''' | |||
|- | |||
| 814 || Radius server did not receive accounting start packet (acct start timeout) | | 814 || Radius server did not receive accounting start packet (acct start timeout) | ||
|- | |- | ||
| 815 || Radius server did not receive accounting stop packet (acct stop timeout) | | 815 || Radius server did not receive accounting stop packet (acct stop timeout) | ||
|- | |- | ||
| || '''OP codes''' | |||
|- | |||
| 820 || OP not found by IP address | | 820 || OP not found by IP address | ||
|- | |- | ||
Line 184: | Line 190: | ||
| 828 || OP rate margin lower than allowed | | 828 || OP rate margin lower than allowed | ||
|- | |- | ||
| || '''OP User codes''' | |||
|- | |||
| 840 || OP User blocked | | 840 || OP User blocked | ||
|- | |- | ||
Line 198: | Line 206: | ||
| 846 || OP User daily spend limit reached | | 846 || OP User daily spend limit reached | ||
|- | |- | ||
| || '''TP codes''' | |||
|- | |||
| 850 || Suitable TP not found | | 850 || Suitable TP not found | ||
|- | |- | ||
Line 216: | Line 226: | ||
| 858 || TP User call limit reached | | 858 || TP User call limit reached | ||
|- | |- | ||
| || '''Source codes''' | |||
|- | |||
| 860 || Source not accepted by OP regexp | | 860 || Source not accepted by OP regexp | ||
|- | |- | ||
Line 228: | Line 240: | ||
| 865 || Source not in the whitelist | | 865 || Source not in the whitelist | ||
|- | |- | ||
| || '''Destination codes''' | |||
|- | |||
| 870 || Destination empty | | 870 || Destination empty | ||
|- | |- | ||
Line 238: | Line 252: | ||
| 874 || Destination blocked in TP Tariff | | 874 || Destination blocked in TP Tariff | ||
|- | |- | ||
| || '''Other codes''' | |||
|- | |||
| 880 || Dial Peer not found | | 880 || Dial Peer not found | ||
|- | |- | ||
Line 248: | Line 264: | ||
<br><br> | <br><br> | ||
= See also = | = See also = | ||
* [[M2 Hangupcause Codes]] | * [[M2 Hangupcause Codes]] | ||
* https://wiki.freeswitch.org/wiki/Hangup_Causes | * https://wiki.freeswitch.org/wiki/Hangup_Causes |
Revision as of 07:01, 14 June 2021
M4 Disconnect Codes (DC) is a rework of M2 Hangupcause Codes to support a new structure with the idea to move away from ISDB Q.850 codes to the SIP codes.
The rework is done in steps and for some time old HGC codes still are used in the system.
DC Groups
System supports different groups of codes:
- Default - default values for the codes used in case it is necessary to reset back from custom changes from the Global group. Values in the Default group can't be changed in any way
- Global - a global group used for the values which are not set in the Custom Groups. Values in the Global group can be freely changed. Save CDR property can only be changed in the Global group.
- Custom Groups - groups that can be created for custom Code changes.
Each group can be applied to the OP and TP.
Namespace
Disconnect Codes are separated into Namespaces:
- Q.850 - ISDN Q.850 Codes currently used as main codes in the system. Used for Reason Header generation.
- SIP - SIP Codes 3XX-6XX (returned from TP on failed call)
- CORE - Unique Core related codes in the format 8XX (returned when a call fails in the system for various reasons)
Codes
Each code has several properties:
- Code - actual code
- Reason - description of the code
- Changed Code/Reason - SIP code/reason to be used in case if the change is necessary (covers Q.850->SIP mapping also)
- Q.850 - Q.850 Code change. Only applicable to the SIP Codes for SIP->Q.850 mapping. Used for Reason Header generation.
- Reroute - property to tell the system if a call should be rerouted for some code. Applied only in the SIP namespace.
- Reason Header - possible actions with the Reason Header
- Save CDR - should we save CDR for this code. Can only be changed in the Global group.
Code change logic
DC Group can be assigned to the OP and the TP separately. That means OP can have different code change logic compared to the TP.
When the SIP response comes from the TP it's in the format 3xx-6xx. Based on this response and TP DC Group, the response code can be transformed into another code.
After this transformation, the system checks OP DC Group and if the change is necessary to the code - applies it based on OP DC Group.
Logic looks like this:
SIP response (3xx-6xx) from TP -> Code transformation based on TP DC Group -> Code transformation based on OP DC Group -> response with transformed code is sent to OP
Example:
TP sends 503 -> TP DC Group has the rule to transform 503 to 500, so now code is 500 -> OP DC Group has the rule to transform 500 to 501 -> 501 is sent to OP
503 -> 500 -> 501
This is an extreme example to illustrate the logic, usually, such changes are not necessary.
Code change logic for CORE codes 8xx
Core namespace Codes mark call failure inside the system (Core).
Some CORE namespace codes apply only from the OP DC Group because TP is not known yet. For example when OP User is blocked system will return DC 840.
For some codes TP is known, so TP->OP transformation will be applied. For example, when the TP call limit reached, DC will be 852 and it will be taken from this TP's DC Group initially.
Global group Code usage
If OP or TP DC Groups do not have custom changes for the code, Global DC Group is consulted and if the change is found - it's applied from the Global group.
Example:
Using the previous example, let's say TP has no custom change for code 503. So in the first step when 503 is received, the system checks TP DC Group, does not found custom change for 503 code, then the system checks Global DC Group for the code 503. If change is found - it's applied and the logic proceeds further as in the previous example.
Reroute
The system decides if it should try the next TP in the Routing Table based on the code received from the previous TP.
With Reroute YES - the next TP will be tried. With NO - call will end.
Reroute property is only valid for the SIP Namespace.
IMPORTANT! Reroute property is taken from the TP DC Group only. In other words - the DC Group assigned to the OP does not impact Reroute logic of the call.
Reason Header
This property manages the actions of the SIP Reason Header.
Defined in:
Example, how it looks:
Reason: Q.850 ;cause=17 ;text="User busy" ;extension= 01 02 03 Reason: Q.850 ;cause=1 ; text="Unallocated (unassigned) number"
Possible actions:
- Drop - do not send Reason Header, drop it
- Pass - send Reason Header down the line
- Generate if none - pass and if Reason Header is missing - generate it
- Overwrite - drop Reason Header from TP if such comes and generate a new one based on our SIP->Q.850 mapping
OP and TP can impact the final action for the Reason Header. That means that Reason Header actions from OP and TP are combined together to get the final action by which system will decide what to do with the Reason Header.
The table below shows how the final action is calculated:
The logic goes like this: TP sends (or does not send) Reason Header to the system, the system checks TP DC Group what to do with it, does it. Then checks OP DC Group and applies its rule.
If action is "Generate if none" or "Overwrite" - the Reason Header could be generated if SIP Code has a mapping to the Q.850 code. If such mapping does not exist - Reason Header will not be generated.
IMPORTANT! OP DC Group will be used to find the SIP->Q.850 mapping for the Reason Header generation.
Save CDR
Property is used to tell the system if some call's CDR should be saved to DB.
It can be changed only in the Global DC Group and only for SIP and CORE Namespaces.
EXCEPTION: Currently System does not save CDRs when there are too many CPS (>1000/s). HGC 342 / DC 802
IMPORTANT: several variables in the system.conf also influence CDR behavior and should be noted when troubleshooting.
CORE Disconnect Codes
Code | Reason |
Global system codes | |
800 | Not authenticated |
801 | Global call limit reached |
802 | Global CPS limit reached |
803 | Duplicate CallID/UniqueID |
804 | MySQL query timeout |
805 | Call terminated by hangup command |
Radius codes | |
814 | Radius server did not receive accounting start packet (acct start timeout) |
815 | Radius server did not receive accounting stop packet (acct stop timeout) |
OP codes | |
820 | OP not found by IP address |
821 | OP was found by IP but tech prefix does not match |
822 | OP was found by IP but the port does not match |
823 | OP not active |
824 | OP codecs not allowed |
825 | OP call limit reached |
826 | OP CPS limit reached |
827 | OP rate not found |
828 | OP rate margin lower than allowed |
OP User codes | |
840 | OP User blocked |
841 | OP User balance limit reached (balance min) |
842 | OP User balance too low to make a call |
843 | OP User call limit reached |
844 | OP User not allowed to dial through own TPs |
845 | OP User call rate higher than allowed |
846 | OP User daily spend limit reached |
TP codes | |
850 | Suitable TP not found |
851 | TP unreachable (periodic check) |
852 | TP call limit reached |
853 | TP CPS limit reached |
854 | TP reached call limit in a Dial Peer |
855 | TP reached CPS limit in a Dial Peer |
856 | TP User blocked |
857 | TP User balance limit reached (balance max) |
858 | TP User call limit reached |
Source codes | |
860 | Source not accepted by OP regexp |
861 | Source denied by OP regexp |
862 | Source not accepted by TP regexp |
863 | Source denied by TP regexp |
864 | Source in the blacklist |
865 | Source not in the whitelist |
Destination codes | |
870 | Destination empty |
871 | Destination in the blacklist |
872 | Destination not in the whitelist |
873 | Destination blocked in OP Tariff |
874 | Destination blocked in TP Tariff |
Other codes | |
880 | Dial Peer not found |
881 | MNP search error |
882 | MNP CIP does not match TP |