Difference between revisions of "316 Freeswitch did not find termination point details"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
Hangupcause Code - 316. Freeswitch did not find termination point details
Hangupcause Code - 316. Freeswitch did not find termination point details
<br/><br/>
<br/><br/>
This error happens when FreeSwitch is asked to dial specific termination point, but FreeSwitch doesn't have any details about this termination point.
This error happens when FreeSwitch is asked to dial the specific termination point, but FreeSwitch doesn't have any details about this termination point.


How to solve this problem:
How to solve this problem:


* Check if /tmp/m2 directory has 777 permisions
* Check if /tmp/m2 directory has 777 permissions
* Check if /var/log/m2/m2_freeswitch_devices.log is updated when termination point is created or updated via GUI
* Check if /var/log/m2/m2_freeswitch_devices.log is updated when termination point is created or updated via GUI
* Check if /var/log/m2/m2_freeswitch_devices.log show any errors. If everything is OK, then log should end with "Job complete. TP: X, GW: Y configured.". If this line is not present, then something is wrong.
* Check if /var/log/m2/m2_freeswitch_devices.log show any errors. If everything is OK, then the log should end with "Job complete. TP: X, GW: Y configured.". If this line is not present, then something is wrong.
* Even if log does not show errors, manually execute /usr/local/m2/m2_freeswitch_devices and check if it crashes.
* Even if log does not show errors, manually execute /usr/local/m2/m2_freeswitch_devices and check if it crashes.


Line 13: Line 13:


<br><br>
<br><br>
= See also =
----
* [[M2 Hangupcause Codes | Hangupcause Codes]]
See also:
* [[M2 Hangupcause Codes]]

Revision as of 12:20, 29 October 2019

Hangupcause Code - 316. Freeswitch did not find termination point details

This error happens when FreeSwitch is asked to dial the specific termination point, but FreeSwitch doesn't have any details about this termination point.

How to solve this problem:

  • Check if /tmp/m2 directory has 777 permissions
  • Check if /var/log/m2/m2_freeswitch_devices.log is updated when termination point is created or updated via GUI
  • Check if /var/log/m2/m2_freeswitch_devices.log show any errors. If everything is OK, then the log should end with "Job complete. TP: X, GW: Y configured.". If this line is not present, then something is wrong.
  • Even if log does not show errors, manually execute /usr/local/m2/m2_freeswitch_devices and check if it crashes.

Report this issue to developers




See also: