Recent content by alexcc

  1. A

    SOLVED Dinstar GSM gateway

    After 3 days struggling with this.. I figured out a solution. Publishing my solution below to save time if anyone else needs assistance. Probably not the most elegant solution but it works. Any suggestions for improvements welcome On Dinstar Step 0: Initial setting on Dinstar UC100...
  2. A

    SOLVED Dinstar GSM gateway

    flushed cached and reloaded ACLs, and restarted Freeswitch.. unfortunately I still get the same message. Should I do anything on the gateway configuration? In my current configuration, the SIP traffic is sent from DINSTAR to my external SIP profile (port 5080) - should I point it to the internal?
  3. A

    SOLVED Dinstar GSM gateway

    Has anyone had any luck configuring the Dinstar gateway to connect to FusionPBX? I tried to follow the instructions on Freeswitch https://freeswitch.org/confluence/display/FREESWITCH/Dinstar+GSM+gateway+FreeSwitch+HowTo On my Fusion PBX - I added an ACL to allow the external IP address of the...
  4. A

    SOLVED Incoming DDID calls not working

    I finally managed to fix it! If anyone faces similar issues. The solution for me was to remove the domain entry from the ACL.
  5. A

    SOLVED Incoming DDID calls not working

    I just configured my FusionPBX box with Sipgate as the gateway. However, it seems that I am unable to receive any calls. The gateway registers correctly In the sample below: Sipgate DDID: 0044771234567 Sipgate username: 14ABCDEFG When I try to call my DDID from my mobile the call just...
  6. A

    SOLVED Unable to make video calls and SIP SIMPLE support

    2. SIP SIMPLE archiving: I managed to do this also for text messages. There is already a table in the freeswitch database called v_messages Step 1: edit /etc/freeswitch/chatplan/default.xml. Make sure that the context name matched the correct SIP profile. In my case 'public'. Add the name...
  7. A

    SOLVED Unable to make video calls and SIP SIMPLE support

    Thank you Sergio!!! This solved the issue
  8. A

    SOLVED Unable to make video calls and SIP SIMPLE support

    Just installed FusionPBX on a VPS - migrating from FreePBX. Its completely cloud instadd all my SIP clients are coming from the internet - there is no local LAN traffic. Two of the features that I am struggling with are video calls and SIP SIMPLE archiving 1. Unable to make video calls: I...