Search results

  1. J

    Hostname

    I would bet because the new hostname doesn't resolve. Might need to restart the interface.
  2. J

    call-direction extension not working (?)

    I'm not sure what you're trying to accomplish here. FusionPBX already has a 'call-direction' dialplan. Mine looks like: <extension name="call-direction" continue="true" uuid="9ec9dd34-7ab3-4dbc-bdec-d1a35d02e8f5"> <condition field="${call_direction}" expression="^(inbound|outbound|local)$"...
  3. J

    Multi-condition extensions with break=never not working as intended

    I've faced issues with multi-conditions too. Thanks for sharing.
  4. J

    IVR ID to Extension Fusionpbx

    IVR Option 1-> Ring Group 1-> Extension IVR Option 2-> Ring Group 2-> Extension At the Ring Group, put any text in the Caller ID Name Prefix field. Now, they can be notified what option what chosen at the IVR.
  5. J

    Yet Another Homer Thread...

    Had a look at Homer. From what I saw, it really added nothing onto what sngrep already can do and see. I guess if you left it running and monitoring it would be handy to go back and have a look.
  6. J

    Distinctive ring on destination that is just an extension

    Above example is a really round-about way of what I posted simply :)
  7. J

    Distinctive ring on destination that is just an extension

    Personally, if I was you, I would stick to pointing the call to the Ring Group and using the field in there to set Distinctive Ring. Even if there is one single extension, the overhead is tiny and you can use that field easily. If you really want to send an inbound number direct to an...
  8. J

    Voicemail Questions

    Of course it's possible. You will need to track "failed attempts" and create the logic around that, and checking if a voicemail is not accessible. I think I heard of people setting the record time to "1 second" or something like that. Personally, I would use and IVR or recording, and then hang...
  9. J

    Conference Center Call Recording

    does ls -la /var/lib/freeswitch/recordings/ show the files and folder belong to www-datal?
  10. J

    SOLVED Configure button on Yealink for Page/Intercom

    I've got my own job to do @mudasar321. If you are stuck, include what you have done with pictures, then maybe may be willing to assist you.
  11. J

    SOLVED Configure button on Yealink for Page/Intercom

    Yes it is absolutely do able. Have a look at voicemail/index.lua and the corresponding *98 dialplan for your examples.
  12. J

    email messed call from queue

    I've done something similar to this. Simply: - make a new Dialplan entry - copy the below - fill in the 'To' and 'From' fields - set the exit transfer action to go to you voicemail, or whatever you want. - set the exit of your call center to go to this new dialplan
  13. J

    Ring Group Strategy: Rollover - Question

    I wouldn't make the assumption this statement is correct. A better question would be: How can I use a ring group while ignoring DND and Follow me? Personally, I just tell off key users in a ring group who use DND.
  14. J

    Need some guidance please.

    That solution works, so I'm not sure if there is an issue. All I would do is perhaps use a prepended Caller ID name to say 'direct' or 'call center', or a different ring to differentiate the two types of calls.
  15. J

    Webrtc not working

    I'm not going to spend time reading through that.
  16. J

    Change Agent status through user dashboard

    Looks like it's simply the dashboard not working as intended. Someone would need to look at the code and push it to resolve it for you.
  17. J

    Change Agent status through user dashboard

    That's because you have all your BLF SUBSCRIBE(d) against *22. You need something unique like agent+*22<agent_id_here> See this thread: https://www.pbxforums.com/threads/agent-status-blf.549/
  18. J

    Webrtc not working

    It would facilitate others if you put your log in a more appropriate format. Either host on pastebin or at the very least wrap your entries in [ CODE][ /CODE] tags (without the spaces in the tags).
  19. J

    SOLVED Permissions

    @Luís, you could have been more specific as to where you see "Show All" to help those helping you. I will assume you are speaking about Call Detail Records. Disable the permission for "xml_cdr_all" in group you don't want to have those permissions.
  20. J

    xml_cdr: no records showing up

    @goose2600 all of my "b_leg" fields are set to "True". Try turning those on perhaps?