Search results

  1. J

    On Hold time out (RingBack)

    "local hold" is a function of the phone, not the phone system. Use park or you might need to consult the phone manufacturer.
  2. J

    On Hold time out (RingBack)

    If you are using "Park" (valet_park in the dialplan) you can change the following to a Ring Group number:
  3. J

    Presence in inter domain

    I was thinking hard phone not soft phone. My apologies.
  4. J

    Presence in inter domain

    Complete guess, but try 123@second.domain.tld as the BLF key?
  5. J

    Voicemail -> Email - Timezone support

    Yes. This is how I did it: 1. Copy the vmain_user dialplan entry. 2. Add a condition to catch these extensions however you want. (You can also do 201|203|304|431 to list individual extensions.) 3. Add an action to set the TZ 4. Change the "Order" to have a lower number than the default vm_main...
  6. J

    Device Profile missing fields

    Small observation - All the ones that "failed" have spaces in the name. Likely an issue rendering the underscore as a space in the PHP somewhere.
  7. J

    Prompt Confirm in Ring Group not working properly

    There would probably be a Lua or Freeswitch error logged. Can you share that?
  8. J

    Call Broadcast Issue

    It kinda states the error right there. Do you have a separate route for "907 area code" numbers vs. Canadian numbers?
  9. J

    new to fusionpbx - call between tenants - solved

    Poor internet etiquette opening a ticket from over two years ago. Can you post logs, or screen shots of your outbound dialplan in a new post referencing this one?
  10. J

    Click-to-Call not waiting for first leg to answer

    With the flag auto_answer=false, FusionPBX will wait till my local extension answers the call before placing the call to the external party.
  11. J

    CDRs for Click-to-Call using curl

    I don't think "mod_json_cdr" or remote logging will be the issue if you do not see it in local CDRs. Are you saying that you can see the click-to-call calls in local CDR but not remote CDR?
  12. J

    SIP trunking outbound calls

    Don't need to add IP to ACL if you are authenticating on 5060. (AFAIK). Causes more issues than solutions in that case. Also, you need to post the full call log for that call for NO_ROUTE_DESTINATION to anyone here at all. Do me a personal favour and post the log in a code block when you do.
  13. J

    SOLVED Twilio Webhook for Incoming SMS

    But you literally did necro a post from 2 years ago... Why not create a new post, reference this one, and leave it rest in peace?
  14. J

    CDRs for Click-to-Call using curl

    There is. You can find mention of it here https://www.fusionpbx.com/members Not sure how else to help since you haven't posted any data.
  15. J

    CDRs for Click-to-Call using curl

    Works for me. Have you assigned the "User" that's using click-to-call to your extension number?
  16. J

    Change Post Install IP Address

    Remember when you installed, and the "completed" prompt said: Installation has completed. Use a web browser to login. domain name: https://xxx.xxx.xxx.xxx username: admin password: xxxxxxxxxx The domain name in the browser is used by default as part of the...
  17. J

    GXP 2170 DNS SRV

    Holy run on sentence Batman. Isn't there a "secondary domain" option in there which handles failover for you by registering to primary and secondary?
  18. J

    Limit max gateway on a domain?

    Look in Advanced > Default Settings. There is a category called "Limits", and there should be an entry called "gateways". Change numeric value, and set from "False" to "True".
  19. J

    Donate Option?

    :p
  20. J

    Problem with installation on AWS EC2 virtual machine

    Looks like you didn't follow the instructions then. As mentioned, you replace [AWS EIP] with your IP as a string. Glad you worked it out.