Search results

  1. F

    Call Forward Problem

    you won't be legally allowed to forward calls from your PBX with some other number other than the number allocated to you, unless you are a telecom provider
  2. F

    Internal Profile needs IP inserted?

    Not needed for internal profile, it may be needed for external profile if you are NATing
  3. F

    AWS audio delay and rtp timer.

    Audio not heard on the first few seconds - what is the client that is being used?
  4. F

    Inbound calls drop after 30 seconds

    The call origin party in your case, I assume it is another SIP server, is not receiving the SIP OK message which you are sending after the call is established. The BYE message is from the originator. The internal ip which you are receiving is from the other SIP server which is connecting to...
  5. F

    Sending Different Caller ID per outbound route

    Accounts->Gateway-FromUser
  6. F

    VoIP industry attacks

    Change your default port for a starter, as an experiment, I ran a server on an obscure IP which has no domain registration on random ports and exposed only TLS - no one tried to connect, as soon as I switched it to run on default port with TCP/UDP, I could see IP's from Hongkong, registered to a...
  7. F

    I have multiple registration from the same phone.

    How does a NAT tunnel close for a TCP connection? In my case the multiple registrations used to occur even in LAN. Having said that when a new registration occurs for whatever reason from the client, is it not freeswitch/fusionpbx code which needs to flush out the older registration from its...
  8. F

    I have multiple registration from the same phone.

    I have noticed this as well when I was constantly testing, rescaning/restarting profiles. Do you have NAT-options ping enabled on the profile, I used to have it, now I don't and I haven't noticed multiple registrations. I have also stopped using Zoiper so there are many variables.
  9. F

    wss-binding enable caused internal profile to disappear

    Please ignore my previous message, it appears my ssl cert was corrupted by some some script which re-ran letencrypt
  10. F

    wss-binding enable caused internal profile to disappear

    There appears to be some issue with the code, I tried enabling wss on another profile - I did a backup this time in advance. However the profile didn't disappear. So far so good. The profile was already running TLS on a different port and all the certs were in place. However when I added the...
  11. F

    Post dial delay how is it calculated?

    I am trying to understand what constitutes the value that appears in the PDD column in the CDR When I dial a local extension, the PDD on fusion PBX is 1.5s to 2.5s - however when I call a PSTN line, it is just 0.82 - I don't understand how that is possible (some times it is 0.38). I did a...
  12. F

    wss-binding enable caused internal profile to disappear

    Just noticed something, after restarting freeswitch alone using the command line, all the ringback tone's turned to US ringtone's (fusionpbx was configured with uk ring back tone). It appeared as if that the freeswitch's ringback field had been disabled. The reason for this conclusion is, in the...
  13. F

    wss-binding enable caused internal profile to disappear

    Thank you for your help, the internal profile was present in the v_sip_profiles table, however the settings were not present in the v_sip_profile_settings - no rows returned. I have now recreated them based on internal-ipv6, this didn't have the wss-binding entry, I have just manually added it...
  14. F

    wss-binding enable caused internal profile to disappear

    can you let me know what is the connect string (username/password/dbname) to connect using psql?
  15. F

    wss-binding enable caused internal profile to disappear

    The last entry in the internal profile was wss-binding with value :7443 and the param was disabled. I enabled the param to test out webrtc, however when I did a rescan of the profile, the profile disappeared, the console is complaining that there is no such profile. I checked using the...
  16. F

    Inbound calls drop after 30 seconds

    Next time capture the logs after executing "sofia global siptrace on"
  17. F

    Inbound calls drop after 30 seconds

    If the log file is correct, then, you have incorrectly set the inbound route, there is no "external" profile being used as per the log file. Your inbound call incorrectly hits the internal profile. https://www.pbxforums.com/threads/inbound-call-hits-incorrect-dialplan.5494/#post-21753
  18. F

    Inbound calls drop after 30 seconds

    you need to set like this, don't use autonat in both places ext-rtp-ip autonat:externalip True...
  19. F

    Inbound calls drop after 30 seconds

    https://www.pbxforums.com/threads/32-second-call-disconnection.5464/ Check this link - if it still doesn't work post your external profile settings page