Recent content by Ganbold

  1. G

    Gateway configured on Freeswitch and proxy as Kamailio

    I spent 2 days on this problem. Please leave any comment. Thanks in advance. Freeswitch's ip address is internal (behind NAT). I'm using a kamailio as proxy server (got Public IP). I registered gateway on freeswitch. When receive a call, SIP register, invite messages are 200 OK. But no RTP...
  2. G

    when change Sip Profile, it is not affect

    Hello, My environment was ubuntu, so maybe difference. On Ubuntu 1) Freeswitch not installed correcty. it gvies following error: mod_pgsql.c:765:17: error: enumeration value ‘PGRES_TUPLES_CHUNK’ not handled in switch [-Werror=switch] 2) in source-release.sh: there is syntax error on the line...
  3. G

    when change Sip Profile, it is not affect

    Thank you. I've fixed install.sh file and it works fine. There is a script error on a source-release.sh.
  4. G

    when change Sip Profile, it is not affect

    Hello, I'm not expert on fusionPBX and freewitch. Just after installed fusionpbx on ubuntu 22.04. When change Internal sip profile. nothing changed. After research, it reads from /usr/local/freeswitch/conf/sip_profile/internal.xml. I set Postgre config on freeswitch, but nothing changed. My old...