Recent content by rkbsimpsipper

  1. R

    mod_curl help

    I am having issues getting my cURL request format correct when using mod_curl. My working raw data when ran in terminal and postman is I simplified it to run as a one line command if it makes it easier According to mod_curl or just typing curl in fs_cli, I need this formatted like so I...
  2. R

    Follow me does not work when in a ring group, no matter the strategy, but works when calling the station direct

    Long title, thats the jist of it. I have been comparing this with another working fusion instance and I cant seem to tell where it breaks. But it seems to break with the ring group app itself. Is there a way to recompile or rebuild it and keep my server active? Thanks a bagillion KB
  3. R

    Odd issue after upgrade(just a guess)

    So I updated my udm-pro where this is hosted... For whatever reason this was the issue. In the Security Module(I am running the RC version for site magic)Voip was not set in the detection sensitivity list, but the vlan was in the monitor list. Removing it fixed/Solved the problem. This has never...
  4. R

    Odd issue after upgrade(just a guess)

    then it will count backwards in the negatives until the reg drops
  5. R

    Odd issue after upgrade(just a guess)

    Thanks for the reply. It shows the correct info ``` 192.168.4.2:1213 192.168.3.53:5060 │Via: SIP/2.0/TCP 192.168.4.2:1213;branch=z9hG4bK3008350805629544457;rport=1213 ──────────┬───────── ──────────┬─────────│From: Shelburne 1102...
  6. R

    Odd issue after upgrade(just a guess)

    The pbx server seems to read my sip expire timer at 60 seconds more than what is set on the phones. Which makes them drop out when the expire timer lapses, at least to my un trained eye. Has anyone had this issue? Any help is appreciated Thanks KB
  7. R

    Provisioning multiple Device Profiles With unique Multicast addresses

    The fix below. I was over thinking it. Maybe this can help someone. Simply copy the device template, give www-data folder permissions, edit mac.cfg file to your liking, then assign device in webui correct template. EX: cd /var/www/fusionpbx/resources/templates/provision/fanvil sudo cp -r...
  8. R

    Provisioning multiple Device Profiles With unique Multicast addresses

    I have a single k-12 school district deployment. I have several device profiles that separate the grade groups. I am wanting to edit a provisioning file to contain each grade groups multicast page group. But I want this config to essentially be tied to the device profiles associated with each...
  9. R

    School Bells

    Oh okay, I though you had a trick to directly dial the mcast address from within the school bells event config. In your scenario it is definitely lan only after that first pa gateway device, you can define a different or the same mcast address for the devices residing on the same lan. Then you...
  10. R

    School Bells

    I use school bells with page.lua, using the existing dial plan "*720". It calls every defined extension individually, so it works through NAT. Remove the pin code field in the dial plan. You can only define one extension range, then individual numbers after using a comma as the separator. It is...
  11. R

    external call forwarding issue

    yeah so if you hardcode the external number into the outbound route that sources the gateway it works without editing the extensions effective_caller_id_number=+12345678910
  12. R

    external call forwarding issue

    Twilio uses 5060 so your internal profile will send your internal cid by default. You have to put the twilio number in the outbound and external cid of each extension +1-234-567-8910 before it will originate the call. I really wish it just used 5080, then this would work perfectly without...
  13. R

    GXW410x FXO gateway, outbound working, inbound not..

    I am using a gxw4104 as well. I have the gateway set similar, inbound works very well, cid and all. Outbound it hangs up after the pbx requests an update, the gxw replies with an error in its update, having an extra whitespace character. Anyway you can send me your gateway and outbound route...
  14. R

    Redirecting a paging event from another pbx

    I have been working on getting telecenter u fully integrated into fusionpbx via sip. Telecenter u is a district wide voip pa/intercom platform that sends audio to its own devices via rstp, but it can accept and redirect its traffic via sip. So far I created a gateway using its local ip and sip...