Search results

  1. 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 ?
  2. 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>...
  3. 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>...
  4. 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"...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. M

    SMS app adding new carrier

    Anyone?
  10. M

    Outbound SMS

    Same issue here, is there any place to view SMS logs?
  11. 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"?>...
  12. M

    changing time condition time from 12 to 24

    Thank you, i'll look into it deeply.
  13. 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?
  14. 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?
  15. M

    changing time condition time from 12 to 24

    Hi, I looked everywhere and cant find how to change time from(12hours) AM/PM to 24 hours. Anyone?
  16. M

    Event Guard

    Same issue here. How can I disable event guard?
  17. M

    XML_CDR Answer_stamp sometime without value

    Thank you. I'll try to capture new calls hopefully I'll catch that.. any other idea's will help!
  18. M

    XML_CDR Answer_stamp sometime without value

    well, didn't check SIP 200 OK.. since its randomly happen. but calls does working and client able to talk. i just notice that billsec are empty as well. any idea?
  19. M

    XML_CDR Answer_stamp sometime without value

    attached another db screenshot from same day.
  20. M

    XML_CDR Answer_stamp sometime without value

    Strange problem, randomly part of the outgoing calls does not have answer_stamp. calls using the same Outbound rule. attached screenshot from db. does any one face this issue?