Search code examples
sipfreeswitch

Freeswitch Issues incoming call Abandoned


I have a server with FS, my problem is making a call to FreeSWITCH from my personal phone. The incoming call is detailed by FS, but it doesn’t process throw DialPlan. Mi server IP is 166.227.33.23 and the incoming call is to throw 65.34.236.149 as you can see in next sip trace. Thanks for helping me

SIP TRACE: link


Solution

  • As you can see in logs you're getting Rejected by acl "domains". Falling back to Digest auth.

    So you have two options :

    1. Add 65.34.236.149:5060 to ACL if this is your FIXED IP.
    2. OR Configure your phone as extension for freeswitch to authenticate with username/password if you have different users(phones) in your network

    Hope this helps