Search results

  1. M

    Voicemail Transcription issue

    Well I hope someone will help us. I think it might be something with lua script or something like that. Any help will be appreciated!
  2. M

    Voicemail Transcription issue

    hi guys, having a problem with voicemail transcription with google API when trying to run this option first time. i set up: google_key: MY_KEY google_url: https://speech.googleapis.com/v1p1beta1/speech transcribe_language: en-US transcribe_provider: google transcribe_enabled: enable...
  3. M

    How to change time zone?

    You may change it in cdr php file. Maybe Inc.
  4. M

    Minutes in fusionPBX

    CDR
  5. M

    Agent status case of unregister extension

    we have working queue call center with static agents and i notice that when phone ext' are not register its keep showing "Available" and "Waiting" and "Ready" on call center active page.. how is it possible that ext' is not register and call center active show "Available"? is that a bug?
  6. M

    Openvpn sever

    Thank you. I'll check it.
  7. M

    Openvpn sever

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

    Openvpn sever

    Thank you for helpfully information! Can you share more details about SIP profile to accept connections?
  9. 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.
  10. M

    Missed call notification URL Post

    Curl call to PHP file which checks some data..
  11. 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();
  12. 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...
  13. 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?
  14. 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
  15. 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?
  16. 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.
  17. 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?
  18. M

    Extensions Outbound Another Gateway

    You can do something with Toll Allow in extention and dialplan.
  19. 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?