Recent content by Timothy J. McGary

  1. T

    No outbound calling, inbound works as expected.

    Try adding a "1" to beginning of number some SIP carriers require the country code.
  2. T

    SOLVED FQDN for FusionPBX

    Is your server in the "sip.example.com" or is the host name "sip.example.com" there is some confusion as Fusion (and Asterisk) refer to the collection of phones and the server as a "domain" but my experience is that the term "domain" as used phone server world means the host name of the server...
  3. T

    number_alias

    I am trying to use number_alias, and have seen a post that it requires resetting "permissions". I have not been able to find to where that change is to be made. ?? Thanks
  4. T

    Exchange EMail Setup.

    I have been trying to get the email function working, to no avail. I am getting the following errors when I try ("domain" is a placeholder for the real name): method: smtp smtp_auth: true smtp_from: voicefax@domain.net smtp_from_name: Voice-Fax smtp_host: mail.domain.net smtp_hostname...
  5. T

    E911 - TelNYX

    I was trying to get TelNYX working on the e911 service with FusionPBX> There were a couple of threads in this forum, but no real direct answers. After reading several threads on this forum and some other forums, I got it working. the short answer is to go to the gateway for your provider...
  6. T

    Phones not registering and outbound call issue

    Just one thought. Does your outbound provider require you to provide caller ID. I have one provider that will connect without, it simply applies a CID from my account. But another requires me to supply caller ID, and a,third provider requires me to provide a caller ID that is associated with...
  7. T

    No DNS Result

    From same machine as soft phone open a command prompt window (presuming your using windows) and ping your voip.mydomain.com and see if it can do the nslookup of your fusionpbx server. If you can't then your issue is most likely your DNS setup, if you can then check the config of your phone DNS...
  8. T

    No DNS Result

    Sounds like the phone is unable to resolve the DNS record for fusionpbx machine. Did you place an A record in your DNS server for the host voip.mydomain.com? Are your telephones and computers on the same subnet? If so open a command prompt window (if you are using windows) and do an nslookup...
  9. T

    Domain uuid

    Not necessarily looking to replace Adminer just trying to figure out how to find the uuid for domains without it.
  10. T

    Domain uuid

    I cannot find th emethod to ascertainthe domain_uuid any more. Adminer was removed and I then would go to another inboundroute and on the line to transfer if you clicked into the data entry it would change to the uuid. Not now. Any ideas?
  11. T

    Postgresql keeps stopping.

    Our postgresql service keeps "exiting" or stopping. We have only been able to restart by rebooting the PBX server. We postgresql stops the web page dies, but the PBX keeps processing calls. I understant that th eFusionPBX front end utilizes the postgresql databasse and the core pbx usees a...
  12. T

    Odd behavior on cross tenant dialing.

    Some time ago I had posted a question on cross-tenant dialing. I was able to achieve the cross tenant dial, and to avoid the problem of getting voicemail for a "matching extension' on other domain (If I dialed from Ext 102 on one domain to Ext 102 on another it would go straight to voicemail)...
  13. T

    Add "1" to Ooutbound

    Actually I tired all over again and this time \1+$1 worked so i thought I would leave this up. Simple but pulled hair out for a few minutes. Must have had a stray space or something.
  14. T

    Add "1" to Ooutbound

    I have several providers and have created a call rule that bridges the 10 digit US number to a number of providers in order, and it works fine. The route receives a 10 digit US number or a 1+10 digit number dial string and strips off the "1" if there and bridges the 10 digit number to the...
  15. T

    Inter Tenant Dialing

    figured it out I think the caller_id_number settign cannot be the same. Adding a rule of "action set caller_id_number=888" resolved the issue. I don't know how it will effect the display on other end but that is for another day. thanks again for your help