Search results

  1. M

    FusionPBX SMS Integration with Bandwidth

    Hi, I have tried both codes. when I use the code: I will use the code button in further. sorry for inconvenience. when I use this code and send outbound messages I can see the callbacks coming from bandwdith in error logs but they are not delivered to the end point :). As the incoming is...
  2. M

    FusionPBX SMS Integration with Bandwidth

    This is what I have in hook file: <?php include "../root.php"; require_once "resources/require.php"; require_once "../sms_hook_common.php"; if ($debug) { error_log('[SMS] REQUEST: ' . print_r($_SERVER, true)); } if (check_acl()) { if ($_SERVER['CONTENT_TYPE'] == 'application/json...
  3. M

    FusionPBX SMS Integration with Bandwidth

    Thanks for Clarification. I think I have to get PHP skills;), when I tried the code this is what I am seeing is below but still getting the response back 2021/03/31 18:01:59 [error] 583#0: *7 FastCGI sent in stderr: "PHP message: [SMS] REQUEST: Array ( [USER] => www-data [HOME] =>...
  4. M

    FusionPBX SMS Integration with Bandwidth

    When we send outbound I believe it won't go through the sms_hook_bandwidth.php. below is the log of the fs_cli when we send outbound, I am getting some curl response back from bandwidth: 2021-03-31 17:38:15.087472 [NOTICE] switch_cpp.cpp:1365 [sms] DIRECTION: outbound 2021-03-31 17:38:15.087472...
  5. M

    FusionPBX SMS Integration with Bandwidth

    When I send a message out I am still getting the call back. Still inbound coming as blank message body and from and To as 0
  6. M

    FusionPBX SMS Integration with Bandwidth

    My recipient is getting outbound message.
  7. M

    FusionPBX SMS Integration with Bandwidth

    When I have posted the error to Bandwidth support they have replied me with this: Are you using one of the Bandwidth Sdk's, or is this error being generated by FusionPBX? The good news is that on our end we are successfully sending you inbound messages as well as outbound message callbacks to...
  8. M

    FusionPBX SMS Integration with Bandwidth

    Hi, When I use the code I got the below error: PHP message: PHP Fatal error: Uncaught Error: Cannot use object of type s
  9. M

    FusionPBX SMS Integration with Bandwidth

    @inder.singh any suggestions on my post?
  10. M

    FusionPBX SMS Integration with Bandwidth

    Hi Jonathan, Thanks for your response on my post. I am really not a php guy. I have added the code that you have provided but I am getting the syntax error: FastCGI sent in stderr: "PHP message: PHP Parse error: syntax error, unexpected end of file in...
  11. M

    Working SMS Integration

    Hi, I am working on the SMS integration with bandwidth and I am having issues with inbound messaging. I have crated separate tread on it and below is the like for the tread: https://www.pbxforums.com/threads/fusionpbx-sms-integration-with-bandwidth.5154/ If you people had any suggestion to...
  12. M

    FusionPBX SMS Integration with Bandwidth

    HI, I am trying to use Bandwidth as an SMS carrier and I was able to send out messages. but when I send an outbound message, immediately I get an inbound message but no content on it. it shows like below ( I believe it's some kind of reply from the carrier) : Extension Time Stamp Source...
  13. M

    FusionPBX SMS Setup

    I am also trying to make the bandwidth.com work with the system. Anyone had an working setup?