Search results

  1. M

    SMS app adding new carrier

    Dest, any chance for help with this?
  2. 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...
  3. M

    Outbound SMS

    Can you please share the dialplan?
  4. 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...
  5. 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 ...
  6. 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 ?
  7. M

    SMS app adding new carrier

    so i manage to make it work via cli i'm able to send SMS! curl https://carrier.com/api -H content-type 'application/xml; charset=utf-8' post '<?xml version="1.0" encoding="UTF-8"?> <sms> <user> <username>1234</username><password>1234</password></user><source>test</source> <destinations>...
  8. M

    SMS app adding new carrier

    your idea to use fs_cli to run and test the curl post is great! this is the command i'm sending - curl https://carrier_url.com/api post "<?xml version="1.0" encoding="UTF-8"?>" <sms><user><username></username><password></password></user><source></source><destinations> <phone></phone>...
  9. M

    SMS app adding new carrier

    well, the issue seems to be according carrier request to have this line in command "<?xml version="1.0" encoding="UTF-8"?>" the qustion is in which format to put <?xml version="1.0" encoding="UTF-8"?> in this command? - curl https://carrier_url.com/api post "<?xml version="1.0"...
  10. M

    SMS app adding new carrier

    when try to run both command i'm facing "-ERR no reply". when running attach command there is replay from carrier but with an XML problem...
  11. M

    SMS app adding new carrier

    ok so i run the code via cli here is the issue, carrier respond that there is some problem with xml
  12. M

    SMS app adding new carrier

    Thanks Dest, i change the code to yours - same status.. :( how should i run this code / curl in cli? if i just past the code in cli i'm facing an error message...
  13. M

    SMS app adding new carrier

    Thank you Dest. i have made the change and added to new carrier to `/usr/share/freeswitch/scripts/app/sms/index.lua` and once I'm trying to send message I'm facing the following info in fs_cli log , message not send. i set up default settings according this carrier. where can i see what actualy...
  14. M

    SMS app adding new carrier

    Anyone?
  15. M

    Outbound SMS

    Same issue here, is there any place to view SMS logs?
  16. M

    SMS app adding new carrier

    After doing a huge amount of research i cant find a way how to add new carrier to SMS app. here is the sample code from carrier, wish to have some help how to add it well. $url = "https://carrier.com/api"; $key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; $xml =' <?xml version="1.0" encoding="UTF-8"?>...
  17. M

    changing time condition time from 12 to 24

    Thank you, i'll look into it deeply.
  18. M

    changing time condition time from 12 to 24

    Thanks. I try this and it does shows 24 hours but once click save parameters disappear. Any idea?
  19. M

    changing time condition time from 12 to 24

    Thank you Jonathan, Date & Time is not relevant since its provide date and i'm talking about "Time of Day". attached time condition settings. anyone can help with that?