Freeswitch issues with flutter dart sip ua

Status
Not open for further replies.

eldarja

New Member
Dec 4, 2020
1
0
1
30
Hey there everyone.

This is probably the wrong place, but I wondered whether anyone could still help. I'm not using FusionPBX, but a merely default configured FS, with Flutter Dart SIP UA.

I'm having issues with setting this up correctly apparently, because I can't receive any calls on the Flutter client.

Calling from Flutter to e.g. Zoiper works fine, but when trying to call from Zoiper to Flutter client, the call just gets terminated, and never lands to the Flutter client.

I've checked out everything within the logs, but can't figure out why this is happening.

The few log lines I think might be related are these
377 2020-12-07 22:56:06.407735 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/80828758@chcjdu1ic5hx.invalid) State CONSUME_MEDIA
378 2020-12-07 22:56:06.407735 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/80828758@chcjdu1ic5hx.invalid) State CONSUME_MEDIA going to sleep
379 2020-12-07 22:56:06.407735 [DEBUG] sofia.c:7326 Channel sofia/internal/80828758@chcjdu1ic5hx.invalid entering state [calling][0]
380 2020-12-07 22:56:06.407735 [DEBUG] sofia.c:7326 Channel sofia/internal/80828758@chcjdu1ic5hx.invalid entering state [terminated][503]
381 2020-12-07 22:56:06.407735 [NOTICE] sofia.c:8559 Hangup sofia/internal/80828758@chcjdu1ic5hx.invalid [CS_CONSUME_MEDIA] [NORMAL_TEMPORARY_FAILURE]
382 2020-12-07 22:56:06.407735 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/80828758@chcjdu1ic5hx.invalid) Running State Change CS_HANGUP (Cur 2 Tot 78)
383 2020-12-07 22:56:06.407735 [DEBUG] switch_core_state_machine.c:848 (sofia/internal/80828758@chcjdu1ic5hx.invalid) Callstate Change DOWN -> HANGUP
384 2020-12-07 22:56:06.407735 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/80828758@chcjdu1ic5hx.invalid) State HANGUP
385 2020-12-07 22:56:06.407735 [DEBUG] mod_sofia.c:453 Channel sofia/internal/80828758@chcjdu1ic5hx.invalid hanging up, cause: NORMAL_TEMPORARY_FAILURE

Basically after this, I get a SIP OK and SIP BYE.

I'd really appreciate any help, hints etc. as I'm not sure where should I look.

Also, I assume this has to do with routing, but I'm testing this within my lan.
 
Status
Not open for further replies.