Search results

  1. M

    Openvpn sever

    Do I need to set some static route on debian for openvpn subnet?
  2. M

    Openvpn sever

    Thank you for helpfully information! Can you share more details about SIP profile to accept connections?
  3. M

    Openvpn sever

    Hi guys, I was wondering if anyone that using openvon has setup on fusionpbx server or used another server specifically to vpn connection. I'm about to create one and consider maybe to install on dedicated server.
  4. M

    Missed call notification URL Post

    Curl call to PHP file which checks some data..
  5. M

    Missed call notification URL Post

    Solved. found index.lua at usr/share/freeswitch/scripts/app/hangup --handle originate disposition if (originate_disposition ~= nil) then if (originate_disposition == "ORIGINATOR_CANCEL") then missed();
  6. M

    Missed call notification URL Post

    Hi guys, I'm looking for way to send to a 3rd party sever missed call notification with the local extension number and caller number using POST. I have checked extension_edit.php I notice there 2 more options of missed_call_app; text and url. Email will not help in this case... Does anyone try...
  7. M

    SMS app adding new carrier

    Dest, so i guess the issue is - request are not going out from server.. what can be the reason for that?
  8. M

    needed 2nd ivr or record

    Each ring group or cc has a greeting message option, set your prompt there to be played before start ringing
  9. M

    SMS app adding new carrier

    I have try to run curl post from fs_cli and it's working. What do you mean by cli app?
  10. M

    Blf issue, green button even if extension is not registered

    Same issue with Grandstream , once set unregistered ext' on blf key light goes green like the ext' is available but actually does not register and unavailable.
  11. M

    SMS app adding new carrier

    Thank you Dest. i have run this command in lua and check /tmp/sms.send.log but the file is empty.. and sms does not sent. does it mean anything if the sms log is empty?
  12. M

    Extensions Outbound Another Gateway

    You can do something with Toll Allow in extention and dialplan.
  13. M

    SMS app adding new carrier

    Thank's Dest, i have try to add the command you post to index.lua and still nothing happen... no CURL Return and no sms send :( what we are missing here? are you sure there is no way to see outgoing command sent to carrier? some lan output log?
  14. M

    SMS app adding new carrier

    Dest, any chance for help with this?
  15. M

    call recording robotic sound

    friends, need your help.. all incoming call via call center are recorded, somehow when listening the call recording is sound very slowly and robotic :( outgoing calls are recorded well sound also incoming calls that not passing CC. i tried to play the file from freeswitch/recording and that the...
  16. M

    Outbound SMS

    Can you please share the dialplan?
  17. M

    SMS app adding new carrier

    this is the debug log from cli while trying to send sms via index.lua , it is not showing any CURL Returns...
  18. M

    SMS app adding new carrier

    so this is the last command i'm using in SMS index.lua - cmd = " curl " .. api_url .. " -H \"content-type: application/xml; charset=utf-8'\" <?xml version=\"1.0\" encoding=\"UTF-8\"?> <sms><user><username>".. username .."</username><password>".. secret_key ...
  19. M

    SMS app adding new carrier

    Thank's Dest, using this format does not appear errors anymore.. but unfortunately SMS's are still not sending.. without any log or monitor it will be hard to troubleshot problem... anyway to find curl output logs to see whats actually has been sent to carrier ?