Difference between revisions of "M2 Hangupcause Codes"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 44: | Line 44: | ||
|} | |} | ||
All M2 HGC returns SIP 503 by default. | |||
This can be changes in /etc/asterisk/m2.conf using | |||
hgcX = code | |||
Where X is M2 HGC, and code is [https://wiki.freeswitch.org/wiki/Hangup_Causes ITU-T Q.850 Code] | |||
<br><br> | <br><br> | ||
= See also = | = See also = | ||
* https://wiki.freeswitch.org/wiki/Hangup_Causes | * https://wiki.freeswitch.org/wiki/Hangup_Causes |
Revision as of 19:44, 7 May 2014
Code | Explanation |
300 | Not authenticated (accountcode = 0) |
301 | Originator not found |
302 | Global Call Limit reached |
303 | Originator Capacity reached |
304 | CPS Limit reached |
305 | Source (CallerID) not accepted by regexp |
306 | Originator Balance Limit reached (Balance Min) |
307 | Originator Rate not found |
308 | Dial Peer not found |
309 | No Dial Peer is available by regexp |
310 | Suitable Terminator not found |
311 | User is blocked |
312 | Caller cancelled the call (CANCEL) |
313 | User call limit reached |
314 | -- |
315 | -- |
316 | -- |
317 | -- |
318 | -- |
319 | -- |
All M2 HGC returns SIP 503 by default.
This can be changes in /etc/asterisk/m2.conf using
hgcX = code
Where X is M2 HGC, and code is ITU-T Q.850 Code