Recent content by ewallig

  1. Fanvil X7C-V2 - request for updated firmware

    Hi, Please update the supported firmware for the Fanvil X7C-V2 to the current version - 2.12.22.2. The currently supported version, 2.12.20, appears to have an issue that prevents "action URLs" from working properly in some cases. Specific to my case, I have an action URL configured via...
  2. Grandstream GXV-series phones - cannot pickup parked call

    Hi, Just a question for other users - I have a couple of unsupported Grandstream GXV3380 video phones that I'm using with 3cx. They work fine with manual configuration (not provisioned by 3cx) for the most part except for the retrieval of calls from shared parking. Using the "Call park"...
  3. Fanvil X7 - paging plays onhold music

    Hey systemstech, so what I ended up doing was disabling the auto-provision setting on the Fanvils and setting up the function keys manually (only 3 phones in this case). Rather than using the 3CX multicast group I set up one of the sidekeys (function keys on the main screen) with the option of...
  4. Fanvil X7 - paging plays onhold music

    OK, well didn't hear from anyone but worked out the issue by configuring the paging to simply use the multicast address and not the 3CX multicast group...seems to have fixed the issue.
  5. No getting video from call queues

    Hi, OK I've added several Fanvil i16v video door phones to our facility for various doors, gates, etc. In my build I needed the phones to ring on a number of user's phones (front office, warehouse, etc.) so I first tried using a ring group. However, because there doesn't appear to be support...
  6. Fanvil X7 - paging plays onhold music

    Hi, 3CX v16 on-site installation. 160+ handsets, mostly Snom D785 which work great. Trying to add a couple of Fanvil X7 phones for our front office - better feature set (on paper anyway) but I'm having issues with multicast paging. On the Snom phones, I configure a BLF/function key (via custom...
  7. 3cx > FreePBX interop - Server Internal Error

    OK so a little more info - it is indeed the Pi sending the error code. I have been able to manipulate the returned codes using "Asterisk Hangup code causes" and can see the respective SIP responses for the given codes in both the Pi and in the 3cx log: Pi (time is UTC on the Pi)...
  8. 3cx > FreePBX interop - Server Internal Error

    So a little more info...it's actually the Pi sending the 503 error - maybe this is something that I need to address on the Pi vs. the 3cx server.
  9. 3cx > FreePBX interop - Server Internal Error

    I believe that is because there is no actual endpoint (phone, etc.) for this extension. The extension fires a shell script which manipulates the state of a GPIO pin. Here is the custom extension syntax: [custom-exec-lobbydoor] exten => s,1,System(sudo -uasterisk sh /etc/scripts/lobbydoor.sh)...
  10. 3cx > FreePBX interop - Server Internal Error

    Using a Bridge - here's a wireshark capture of an operation - the RasPBX is replying "503" even though the operation is successful: No. Time Source Destination Protocol Length Info 1 0.000000 192.168.52.37 192.168.52.54 SIP 665 Request: REGISTER sip:192.168.52.54 (1 binding) | 2 0.083856...
  11. 3cx > FreePBX interop - Server Internal Error

    That's nifty - hadn't seen that one during my research. As I said in my reply above there's more going on with this project than just what I described above and the Pi (with accessories) gives me the flexibility to address all of the needs.
  12. 3cx > FreePBX interop - Server Internal Error

    Hi, Thanks for the reply - the point of using the Pi (with the RasPBX) was to be able to leverage Linux-style scripting and the Pi's GPIO board as an interface between the IP phone system and our legacy "2-wire" access control system. The only real interop that is occurring is the SIP trunk...
  13. 3cx > FreePBX interop - Server Internal Error

    Hi, I have a 3cx Pro on-premise install which is working great. As part of our overall build, I was tasked to provide control from our 3cx connected phones (Snom D785) to our legacy door access control system. After trying a couple of things I built out the following solution: Rasberry Pi...