Recent content by cemotyz09

  1. C

    letsencrypt install certificate fail

    You did check it's using the correct VCN and that has the ports open right?
  2. C

    letsencrypt install certificate fail

    I am using an Oracle instance as well and it works. I had issues before but I'm almost certain that wasn't the error I was getting, it seems your letsencrypt credentials may be wrong from the error. My error was I hit the quota limit, I can't remember if I got a 400 or something else but I'd...
  3. C

    SOLVED nginx not starting..

    Wget the file if you have it installed. You could also try curl. I just think it would be less room for error. You can also still just uncomment what you commented, the only changes the script makes is to the key and cert lines.wget...
  4. C

    SOLVED nginx not starting..

    You're running the command in the terminal, so that won't work. I think you just need to uncomment what you commented or just copy the default file contents at the link Adrian provided and it should work.
  5. C

    Remote Phone Receive Call Issues

    Probably need to add twillio ip block to acl list since you didn't specify anything about acl list but a log would help more knowledgeable folks to know I'm sure.
  6. C

    SOLVED nginx not starting..

    Next line says it can't find the cert. Double check it's being created by the script and permissions are correct.
  7. C

    SOLVED nginx not starting..

    I believe you want to try nginx -t that should give you the reason why it isn't starting.
  8. C

    Grandstream GRP2612

    /var/www/fusionpbx/resources/templates/provision/grandstream/XXX
  9. C

    Extension Outbound Caller ID Number issue

    It seems the permission you want off should be 'outbound_caller_id_select'
  10. C

    Outbound Caller ID Number - Drop Down Menu

    This post seems to have the solution but it wasn't confirmed yet.
  11. C

    account.x.sip_server_host issue in config file

    I think it's located at /var/www/fusionpbx/resources/templates/provision/grandstream/XXX where you can edit the template
  12. C

    how to set IVR menu variable

    I don't know if it works but it was discussed here.
  13. C

    How to configure calls to SIP URIs on other SIP servers

    I have a dialplan using that uri i just didn't think about it. For some reason the above doesn't work even though I have a test dialplan that performs the same actions just more directly. I copied the freeswitch conference dialplan and just changed destination to the 4444 uri and that works...
  14. C

    How to configure calls to SIP URIs on other SIP servers

    I've added the sip uri dialplan from the freeswitch vanilla configs after the VM dialplan <extension name="external_sip_uri" continue="true" uuid="07e235a2-5638-42ea-a447-05442cc56aa7"> <condition field="source" expression="mod_sofia"/> <condition field="${outside_call}"...
  15. C

    IM Messaging

    I'm trying to get messaging working between 2 linphone clients. The behavior of an issue of the client is discussed here, my question is is there a way to get freeswitch to behave how the client expects just for messaging? I've attached a sngrep capture when messages are sent and it does seem...