Recent content by atmosphere617

  1. A

    no call events in CLI

    You can change the console loglevel with "/log <log level> ".
  2. A

    Email call recording

    You could whip something up with "bind_digit_action" that invokes a lua script. It should be relatively simple to just reuse the send_email function that the voicemail script uses. https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bind_digit_action
  3. A

    SOLVED Ring group with external number

    Ah, good catch. I always get the delimiters mixed up, should've looked that up before posting.
  4. A

    SOLVED Ring group with external number

    Is it possible one of your UA's is forwarding the call? If you are using the "simultaneous" strategy fs will blindly follow any redirect from the UA. Have you tried "enterprise" origination? This will bridge each channel in a separate thread and ignore redirects. In my experience, this is...
  5. A

    Specific music on hold

    When you set the Hold Music in the destination does it actually change the XML in associated "inbound route"?
  6. A

    SOLVED nexmo and fusionpbx don't talk to each other

    Yeah advanced -> sip profiles.The auth-calls param is what tells the profile to do digest authentication on inbound invites. The 487 is the "challenge" from freeswitch, a normal UA will respond to the 487 with a hash of it's creds and nounce string(sent in the 487). The only way that a profile...
  7. A

    SOLVED nexmo and fusionpbx don't talk to each other

    If you cannot anticipate the ip signalling originates from, you will need to use the external context. Allowing 0.0.0.0 is a terrible solution, since it allows anyone to assume the role of any extension on your pbx without authentication. If you had the same trouble (487 response to an invite)...
  8. A

    SOLVED nexmo and fusionpbx don't talk to each other

    It looks like you are trying to route calls from your carrier directly to the internal context. The only way I can think of that you could get this to work would be to add the carrier IP to the "domains" ACL. It would be much easier if you just used the external profile, and terminate calls...
  9. A

    SOLVED nexmo and fusionpbx don't talk to each other

    Yeah, you are really opening yourself up to some serious toll fraud. If you disable authentication on the internal context you're going to get hacked very quickly. I would recommend pointing inbound calls from the provider to the external profile on 5080. Once you get a better understanding of...
  10. A

    SOLVED nexmo and fusionpbx don't talk to each other

    Post some logs or a siptrace or at least some more details about your configuration. No one is going to be able to help you without more information.
  11. A

    SOLVED nexmo and fusionpbx don't talk to each other

    A default fusionpbx instance has an internal profile that runs on port 5060. The internal profile is pointed to each domains "authenticated context". This will always respond with a 487 which informs the client to perform digest authentication. The UA is expected to send another invite with a...
  12. A

    SOLVED nexmo and fusionpbx don't talk to each other

    Those are all response codes that end a transaction. Unfortunately that does nothing in the way of helping to narrow down your problem. I'd recommend installing sngrep on your server and start by posting a screen shot of the dialog between your server and the provider.
  13. A

    adding agent_authorized = true to the dial plan for agent log in/out

    You're dialing *22 and it's asking for a password still? Hard to say, that should definitely work. You'd have to look at the log to see what is going on exactly. Maybe the cache isn't getting flushed when you update the GUI. You could check the cache file to verify it matches up to what you...
  14. A

    adding agent_authorized = true to the dial plan for agent log in/out

    The tag should be "action" not condition. Like this: