danbarua / NEventSocket

A reactive FreeSwitch eventsocket library for Modern .Net
Mozilla Public License 2.0
74 stars 37 forks source link

All calls return HangupCause.UnallocatedNumber #65

Closed aistosi closed 7 years ago

aistosi commented 7 years ago

We have another issue. We managed to run our service on another freeswitch server and we are getting HangupCause.UnallocatedNumber for all calls. This is probably freeswitch setup issue but was curious if guys have seen this before.

Thanks,

danbarua commented 7 years ago

Yep, definitely a FreeSwitch issue. Turn up debug logging on FreeSwitch and check out sngrep for troubleshooting SIP.

https://github.com/irontec/sngrep

aistosi commented 7 years ago

Definitely was a setup issue.