Search results

  1. A

    Ring group not working when router 3rd ring group

    Hi, My env enable 5 channel for my number. First land incoming call 1011 its distributed Strategy simultaneous 101, 103, mobile_number its working fine at time ring all 3 device. then Timeout Destination another ring group 1012 its distributed Strategy simultaneous 104, mobile_number. Its...
  2. A

    Can't upload recording file

    I am use this command but no any change, how to upgrade core FS from 5.0.2 to 5.0.4
  3. A

    Follow me not working

    Hi, I am using 6 domain, my another domain follow me is working for local number but one domain not working, when user press 1 then going to 101 extension and 101 enable follow me to my local number. My config : IVR menu user press 1 > 101 extension > follow me to my mobile number. Problem...
  4. A

    Reset admin password

    HI, I see new version FS reset admin password not same as documentation, I can't find config.php from /etc/fusionpbx# this location. I am follow mv /etc/fusionpbx/config.conf /etc/fusionpbx/config.conf-main Setup permission below chmod 755 -R /etc/fusionpbx/ But I face below error...
  5. A

    needed 2nd ivr or record

    but one think I want to use own language for this > "Your call is being transferred" how possible ?
  6. A

    needed 2nd ivr or record

    ok, I will try. Thanks.
  7. A

    needed 2nd ivr or record

    you mean music on hold play > Your call is being transferred, please wait..... Am I right ?
  8. A

    needed 2nd ivr or record

    Hello, Needed 2 ivr manu or other I am not sure. Example : welcome ivr 01: when end user press 1 for support or 2 for sales or press 3 for accounts, then end user here record like below : Your call is being transferred, please wait..... then finally going to support extension. if end user...
  9. A

    Can't upload recording file

    I am try to install today again on Debian 11, But I see record file is stay my local server but not see from web GUI after login. How to show call details record call details record is empty https://prnt.sc/f5o35d3Rd6W9 How to see call details record?
  10. A

    denian 11 installation error

    OS is debian 11.5 desktop version install on physical desktop pc Pentium duel core CPU.
  11. A

    denian 11 installation error

    hi please my attached error. how can I fix this? which OS for best FS using? Success. You can now start the database server using: pg_ctlcluster 13 main start Ver Cluster Port Status Owner Data directory Log file 13 main 5432 down postgres...
  12. A

    how can I transfer call to another EXT after incoming call REV

    Thanks. https://prnt.sc/_NNkQqpstoi_ I want to know what is this features?
  13. A

    how can I transfer call to another EXT after incoming call REV

    Hi, how can I transfer call to another EXT after incoming call REV? I see this option have 3cx soft phone Transfer option, but I want to use any code for transfer to specific EXT. also I see *1 and *8[EXT] but I don't know how to use this ? Please advice me how to use this features code *1...
  14. A

    Can't upload recording file

    HI, I am use ubuntu 20.4 server version, all is working fine but can't upload recording file mp3 to my server, when I upload its updated but not show on. and I find file permission is www-data on -rw-rw-r-- 1 www-data www-data 657576 Oct 10 14:13 english-ivr.mp3 then I upload manual into this...
  15. A

    Error Hangup Cause - NO_ROUTE_DESTINATION

    many many thanks , now inbound is working fine, but outgoing is same error > https://prnt.sc/0xKrfg7g1z23 please help me Thanks.
  16. A

    Error Hangup Cause - NO_ROUTE_DESTINATION

    outbound https://prnt.sc/zu2syGGii3zB Inbound https://prnt.sc/kEzWglz4D9Rt gateway status https://prnt.sc/aIFB0-FCJwwB also check attach log file Thanks,
  17. A

    Error Hangup Cause - NO_ROUTE_DESTINATION

    My FS is latest version hosted on AWS lightsail, SIP provider is telnyx.com, my trunk type is Credentials based connection, connection status is REGED, but can't outbound and Inbound call, error is Hangup Cause - NO_ROUTE_DESTINATION external ext-rtp-ip : is public ip ext-sip-ip : is public...
  18. A

    Can I call record see from different server

    Thanks for your reply, I am new Basically I want to know which conf file working when I click call details report from FS admin, then I implement this code to my other server. Thanks.
  19. A

    Can I call record see from different server

    Hi, I want to create client portal for see my main pbx system for see call report from another server. how is it possible ? Any idea please. Thanks.
  20. A

    how can I enable 60 port for incoming call route

    Thank you for your response!.... 1. I am setup like below /etc/iptables/rules.v4 -A INPUT -p tcp -m tcp --dport 60 -j ACCEPT -A INPUT -p udp -m udp --dport 60 -j ACCEPT 2. /etc/fail2ban# cat jail.local [voip] enabled = true port = 60 logpath = /var/log/60.log action =...