Difference between revisions of "M2 Hangupcause Codes"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 4: Line 4:
| 300 || Not authenticated (accountcode = 0)
| 300 || Not authenticated (accountcode = 0)
|-  
|-  
| 301 || [[301 Originator not found | Originator not found]] (IP/port/Tech.prefix)
| 301 || [[301 Originator not found | Originator not found]]
|-
|-
| 302 || Global Call Limit reached
| 302 || Global Call Limit reached

Revision as of 09:30, 5 May 2015

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 HGC NOT ASSIGNED
310 Suitable Terminator not found
311 User is blocked
312 Caller cancelled the call (Freeswitch HGC ORIGINATOR_CANCEL 487)
313 User call limit reached
314 M2 radius server did not receive accounting start packet (acct start timeout)
315 M2 radius server did not receive accounting stop packet (acct stop timeout)
316 Freeswitch did not find termination point details
317 Registration to termination point failed
318 Originator codecs are not allowed
319 M2 can not make more calls
320 Balance too low to make a call
321 Caller's source number (CallerID) does not match terminator's source regexp
322 Caller's source number (CallerID) is denied by terminator's source deny regexp
323 Terminator's balance limit reached (balance max)
324 Rate margin is lower than allowed
325 Destination number is in blacklist
326 Destination number is not in whitelist
327 Terminator's capacity reached
328 Terminator's user's call limit reached
329 Terminator's CPS limit reached
330 Destination is blocked in Originator's Tariff
331 Destination is blocked in Terminator's Tariff

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



See also