Search results

  1. R

    FaxServer Fax to Email no sending email

    So, it looks like it is trying to end the email too soon. I can see a line in the freeswitch.log like the following: /usr/bin/php /var/www/fusionpbx/secure/fax_to_email.php email=user@domain.com extension=500...
  2. R

    FaxServer Fax to Email no sending email

    I have built a FaxServer and assigned a number to it. It will receive the fax, I see it in the FaxServer Inbox, but I don't get an email. I can't find anything in the freeswitch.log log to say why it failed, or what happened. Is there a log I can look at? Thanks, Shredder
  3. R

    SOLVED Custom default settings per domain

    If I look at the CDR for a call, call_direction is set to inbound in all spots usinf the default call_direction dialplan. I think the issue is the RingGroup, but I am not knowledgeable enough to know why it is stoppping it. I do see in the CDR for calls that go to a RingGroup first, the...
  4. R

    SOLVED Custom default settings per domain

    OK. I think I got a little further with this. If I set the destination to go straight to an extension, it works. What I need to do, is have the call go to a RingGroup first. Seems if I it goes to a RingGroup first, I don't get the email. Any ideas? Thanks, Shredder
  5. R

    SOLVED Custom default settings per domain

    Hey Everyone, I was looking at this and have it somewhat working. If an extension places a call, I get the recording emailed. If it is an incoming call, I don't get the recording. I can see the recording in CDR, but it seems from the logs that the script isn't called from an incoming call. I...
  6. R

    Changing Caller ID Information

    Hey Everyone, I have a client that is a small call centre. They have 4 incoming lines, that ring on all extensons. What I want is that the Caller ID information is changed from the person calling to the company they are calling so the person answering the phone knows how to answer the call...
  7. R

    Phonebook Downloading

    I'm having issues getting a phone to download a phonebook.xml file. I am putting the phonebook.xml file in the following directory: /var/www/fusionpbx/app/provision/pb /var/www/fusionpbx/app/provision/pb/<mac address>/ I can see the phone asking for the file in the access.log of nginx, but it...
  8. R

    Page function doesn't hang up

    Weird. The Fusion server I was testing on was 4.4.6. I tried it on a Fusion 4.5.8 afterwards and it worked fine. Guessing something must of changed in the versions. Looks like I will be needing to upgrade my server. :-) Thanks
  9. R

    Page function doesn't hang up

    Actually, I did another test, and it looks like conference does end, but the phone (Grandstream GXP2135) does not let go of the call. Is there maybe a setting on the phone I need? Thanks
  10. R

    Page function doesn't hang up

    I have this same issue. I tried adding to the page conference profile terminate-on-silence and set the value to 10. Call still doesn't hang up. Here is what my page profile looks like: Any ideas would be greatly appreciated. Thanks
  11. R

    G729 test

    Just out of curiosity, does this file work on Debian 9? I have it working on Debian 8, but when building a new Debian 9 server, I seem to be getting issues with G729 traffic. Thanks
  12. R

    Intermittent Voicemail Issue - 5 secs

    Is there anyway to turn sip trace on for a certain domain and just let it go to a log file?
  13. R

    Fusion 4.4 Debain 9 Incoming Call Issue

    Success!!! That was the problem. Is there a list of these type of things that have changed? Thanks for the help.
  14. R

    Fusion 4.4 Debain 9 Incoming Call Issue

    I built a new Fusion 4.4 machine on Debian 9. Built everything up like I nomally did on 4.2 on Debain 8. Phones provision correctly. Can call extension to extension, outgoing works. Incoming does not. I receive this in the logs: 2019-02-27 15:45:36.957677 [WARNING] sofia_reg.c:2935 Can't find...
  15. R

    Intermittent Voicemail Issue - 5 secs

    I was wondering that, but from what I am told, the caller will be leaving a message and talking when it decides that the message is finished. It is weird as I have probably 100 extensions from multiple domains on this server, and this is the only domain where this is happening. Since it is...
  16. R

    Intermittent Voicemail Issue - 5 secs

    I am having an intermittent issue with voicemail. Every now and then, when someone tries to leave a voicemail, it hangs up after 5 seconds. The resultant voicemail is emailed to the extension owner, but contains no audio. Looking at the CDR for the call, it looks like everything is correct. I...
  17. R

    IVR Call Analysis

    Is there a way to see an analysis of an IVR? Meaning how often is option 1 pressed, option 2 pressed, etc?
  18. R

    SOLVED Install mod_bcg729

    Just wanted to follow up. That was the issue. I changed it to G729 and rebooted. All worked great. Thanks for the help.
  19. R

    SOLVED Install mod_bcg729

    I wasn't sure if it used the name of the codec or the filenam. :-) So I should leave the pass through one disabled, and just enable the new one? Thanks
  20. R

    SOLVED Install mod_bcg729

    I'm trying to get G729 codec installed that Digital_Diaz referenced. I have placed the file in the /usr/lib/freeswitch/mod folder. I see it in the modules section of Fusion. I enabled it and disabled the G.729 pass-though codec. If that is all done correctly, then where I get stuck is...