Search results

  1. G

    502 Bad Gateway

    Thanks that was the problem when i changed the ownership chown www-data:django-pbx /home/django-pbx/pbx/django-pbx.sock i was able to open the page I have changed the ownership on django-pbx.sock because nginx is starting with django-pbx user. I hope this is the correct solution.
  2. G

    502 Bad Gateway

    Yes i have rebooted the server but still i have the same problem nginx freeswitch and uwsgi is starting without errors
  3. G

    502 Bad Gateway

    Hi everyone I have installed djangopbx following the directions from the video https://www.djangopbx.com/gettingstarted/ I have not seen any errors during install but when i am trying to open the page i am getting the following error in nginx error.log [crit] 638#638: *47 connect() to...
  4. G

    Gateway unable to connect : FAIL_WAIT

    Yes you're right I have managed to solve the problem for me. Fusionpbx does not like special characters in password. I think that the problem is with @ character. About your problem maybe is a dns issue Can you ping the provider ip; Another thing you can try is telnet provider_ip sip_port and...
  5. G

    Gateway unable to connect : FAIL_WAIT

    Hi same thing is happening to me also. Strange thing is when i am trying with vanilla freeswitch is registering ok. 2023-07-29 21:18:34.571887 99.10% [ERR] sofia_reg.c:2662 1440db74-c81b-447f-a7a6-41437ab3bd1b Failed Registration with status Forbidden [403]. failure #7 Maybe is something with...
  6. G

    Fax Notification

    Hi I have fusionpbx 5 and i am receiving fax ok. The problem is that i am not receiving the notification about the fax. On fax server menu i am seeing the fax but in sent i am not seeing anything. Also in fax queue i am not seeing anything Email is working as expected because i am getting...
  7. G

    recording issue

    Hello It seems that the problem exist when you want to record local calls also. I have tried all possible scenarios and it just don t work. This happens also in freeswitch with vanilla configuration. I am testing in debian 11 with freeswitch 1.10.7 Does anyone else has this problem
  8. G

    recording issue

    Update solution found It seems that this is not something with fusionpbx. I have tried this with freeswitch and vanilla configuration and same thing happens. So the solution was to enable this way the recordings <action application="set"...
  9. G

    recording issue

    Hi I have enabled in on extension to record all calls. In inbound calls. Call records are ok When the extension is making an outbound call and i am going from cdr detail record to hear it. I am able to hear only the bleg not aleg(Local extension). I am lost i do not know what i should search...
  10. G

    Call Center agent get single call

    Hi Is there an option that if an agent is talking it will not get queue calls? Thanks in advanced
  11. G

    Ring Group problem on default freeswitch configuration

    Hi I have managed to solve this after a lot of searching the solution was in front of me. <extension name="ring_all"> <condition field="destination_number" expression="^(2100)$"> <action application="bridge"...
  12. G

    Ring Group problem on default freeswitch configuration

    Hi I am playing with freeswitch on debian 11. I have setup freeswitch with default configuration. The only thing that i have changed is default password. Added a gateway in the default directory. Gateway is registering ok and i am able to do outgoing calls and incoming calls to did and then...
  13. G

    Ring Group Rollover

    I have tried this strategy also same thing happens.
  14. G

    Ring Group Rollover

    So what is group timeout for? Is this a fusionpbx behavior or freeswitch? Well i will try the call center solution. I do not like at all the ring group solution you proposed, what if i want the ring group time out to be 1800sec. Well i have already tried that and it is a mess. If you want to...
  15. G

    Ring group missed call email

    Hi Thanks to the following post i have managed to solve this. https://www.pbxforums.com/threads/voicemail-to-email-notification-not-working.6121/#post-25318
  16. G

    Ring Group Rollover

    Hi I have setup a ring group with 2 extensions and strategy rollover. Extension 100 timeout 10 Extension 101 timeout 10 Ring group Timeout 130 When i make a call to the ring group it is ringing the 100 then 101 and then it hangups the call. Is this normal ? I think that the normal behavior...
  17. G

    Ring group missed call email

    Hi I am testing fusionpbx. I am testing missed calls from ring group. Fusionpbx does not send the emails from missed calls. In the email logs i am not seeing nothing. When i test from there the email is working. In the email queue i am seeing the email but it does not sends them. I have...
  18. G

    Group of domain settings

    Hi Thanks for the answer. I had to selected to see the option copy.
  19. G

    Group of domain settings

    Hi In default settings i am seeing the default settings per domain. I am able to override one by one setting. Is there a way to have a group of domain settings and apply them to domains? Thanks in advanced