Search results

  1. R

    Reload Freeswitch without dropping connections

    Ok. I found out I could enter fs_cli and do a fsctl loglevel <level numer> I used 6 to just drop the debug messages. This doesn't require a reload of any kind. I checked the log file and it is working as I expect. Thanks for all the help and pointing me in the correct direction.
  2. R

    Reload Freeswitch without dropping connections

    So that would be fs_cli -x "reload logfile"? If I did the reloadxml will that mess up the pre-process variables from the other XML files? Thanks.
  3. R

    Reload Freeswitch without dropping connections

    I want to make a change to the /etc/freeswitch/autoload_configs/logfile.conf.xml file. Is there a way to make freeswitch reload the config file without dropping registrations, calls, etc? Thanks, Bob
  4. R

    Fax Transmission Speed

    Sorry @mcs3ss2 I completely missed this response. I took a look at what was there and added them to my Default Settings. I hit reload, but faxes are still coming in at 14400. I do see a few calls that had Unexpected DCN while waiting for DCS or DIS as an error. Not sure if they are valid faxes...
  5. R

    Fax Transmission Speed

    Hey Everyone, I have set up a Fax Server for a client, which seems to work OK, but faxes are being accepted at 14400 baud rate, which can have some issues. Is there a way to limit the transmission speed to 9600? Thanks, Bob
  6. R

    SOLVED db restore & upgrade brakes auto prov

    Sweet. Might have to give this a try. Thanks for the info!!!
  7. R

    SOLVED db restore & upgrade brakes auto prov

    Did you just do a pg_dump on the old server and then push it into the new server? Thanks
  8. R

    SOLVED db restore & upgrade brakes auto prov

    Just wondering if this is in production and working for you? I want to do the same thing: Build a new server and move everything onto it, rather than upgrade from 4.5.xx to 5. Did you have multiple tenants on your old server? Thanks
  9. R

    Multicast Questions

    Actually.... Not a problem with the Snom. It was from the device I was testing with. Looks like it does work as expected. Thanks for the help ad5ou and pushing me in the right direction. Really appreciate it.
  10. R

    Multicast Questions

    OK. Managed to figure it. I did have something configured wrong. I have the Snom PA1 autoanswering the call/page and relaying multicast to a phone. Only issue I have now is I get major feedback from the phone. If I multicast from another phone, I don't get feedback, so it has to be something...
  11. R

    Multicast Questions

    I do have a SNOM PA1 and was looking at it. It seems that it does do multicast relay, but I don't think it works as I expected. My thought was I could call the extension and it would relay the multicast?? I set up a phone to listen for multicast on 239.255.255.245:16911 I set the extension on...
  12. R

    Multicast Questions

    Hey ad5ou, The server is in the cloud. I know I can set up the zones etc, bigger issues are can I passcode protect it (don't want students picking up an extension and paging the whole school) and if I need to then have 3 buttons on each phone to be able to page the 3 different zones. Thanks
  13. R

    Multicast Questions

    Hey All, I have a school as a client, and their old paging system has bit the dust. I tried just using paging by extension, but run into an issue with the number of extensions, so I am thinking better way is to use Multicast paging. I have some questions on if I can set it up as they want...
  14. R

    Show Maximum Concurrent Calls

    No. I never did get an answer on this. Sorry
  15. R

    Intermittent Voicemail Issue - 5 secs

    Sorry, I was never ever to figure out what caused it, but haven't had it happen since. It could have been related to version. The client was originally on 4.4.6 server, but we have moved them to a 4.5.24 server. Not 100% sure that fixed it though. It was happening very randomly.
  16. R

    Issue with incoming number for Jive.net gateway

    I managed to figure this out with some trial and error. I think the real issue was setting Extension to "auth_to_user" with the quotes. If I did it without the quotes, it wouldn't work. Odd, but at least it is working. Thanks for all the help.
  17. R

    Issue with incoming number for Jive.net gateway

    So I spent some time with the trunk provider going over this. They tell me that the invite being sent is gw+<uuid of fusion gateway>+<phonenumber> From doing some googling, i saw a post about putting auto_to_user in the extension field in the advanced settings for the gateway. This does not...
  18. R

    Issue with incoming number for Jive.net gateway

    Yes, that might be a better way to do it, my issue is I really don't want to do something "special" with the inbound route, as if I do someting else, I need to remember to fix it again. Is there something I can get the trunk provider to change, or something I can do with the gateway definition...
  19. R

    Issue with incoming number for Jive.net gateway

    I am having an issue with a gateway with Jive.net (GotoConnect is the new name) An inbound call is passing the FROM information as the username of the gateway, then +phone number. Ex. 0zQFTo7cYVdESeD1fio3EK9TpYUP19+xxx5551212 I can't do alpha numberic in the destination number, so is there a...
  20. R

    Email Delivery Retry

    That would be a PHP call to which script? I'm used to using a MTA (sendmail, postfix), so not sure what to call here to make it retry. Thanks.