Search results

  1. P

    FusionPBX and Shoutcast/Icecast Streams

    Yes, I've seen that page. I don't understand how you utilize the streams application though. How do you implement a stream into an extension? I don't see any way to reference the stream in the dialplan. (The docs are sorely lacking!) Ahhh, that's good to know. Once again, something the docs...
  2. P

    FusionPBX and Shoutcast/Icecast Streams

    Thanks for that tidbit. I managed to get Fusion to check for the stream using Lua. I first had to enable CURL in Advanced --> Modules. Note that it seems Fusion can only connect to HTTP streams as opposed to HTTPS and the HTTP stream must begin with shout:// Here's my basic code: -- Session...
  3. P

    FusionPBX and Shoutcast/Icecast Streams

    Hello fellow FusionPBX and FreeSwitch users. I'm looking for some advice about how to build my application. I have an Icecast stream that will be broadcasting only at certain times. I have a phone number that people can dial in to hear this stream. If the stream is not live, I'd like to play a...
  4. P

    Watching TLS SIP traffic with sngrep

    You only need to do one of those options. Either globally, per profile, or in the console. I’m not an expert, but it seems to me that turning it on in fs_cli only modifies the setting for the duration that you have the console open. (If I’m wrong, it certainly wouldn’t survive a restart of the...
  5. P

    Watching TLS SIP traffic with sngrep

    I was struggling with this and finally got it to work! I'm using Debian btw... Install sngrep from command line: bash /usr/src/fusionpbx-install.sh/debian/resources/sngrep.sh In the GUI: If you can't find the page, the URL to it is...
  6. P

    SRTP from Fusion to SIP Trunk

    Hello fellow FusionPBX users. From my understanding, RTP connections are generally established directly between the calling parties. But the default in FusionPBX does not operate in this manner. From a Wireshark capture, I see all RTP packets flowing through the PBX. This corroborates with...
  7. P

    Script to check Gateway Registration Status

    Hello all. Just got up and running with Fusion yesterday. Pretty exciting! I don't know if I was tweaking settings improperly, but my gateway registration went down for awhile, so no phone service. This is obviously a bad thing if a customer is relying on their phone to work 24/7. Is there a...