Search results

  1. L

    Bridge / Originate difference between direct dial to ring group

    I am using Fanvil doorphone with video. When setting the doorphone to ring an extension directly, I can get video preview (display video [not audio] on phone before answering the call) but when setting to go to a ring group even if I only have only one extension in the group it does not display...
  2. L

    Originate Command Loopback

    Can I run originate command instead of sofia/gateway/... I want run it as dial plan so that it gets recorded to cdr and to specific domain etc. I tried as loopback/123456@domain XML dialplan but getting error. 386 loopback/123456@domain-b has executed the last dialplan instruction, hanging up...
  3. L

    SOLVED Updating Advance Settings via GUI breaks its ability to Connect with the Event Socket

    I am able to run ESL remotely by changing the Event Socket IP Address to 0.0.0.0 or :: and adding the ACL info. The issue is that when I do so, I loose local ESL connectivity, hence fs_cli and GUI features that connect to ESL don't work. It seems that 0.0.0.0 denies loopback. Is that possible ?
  4. L

    Shared Voicemail

    You can use call flow. Often used for Day Night Mode but can also be used to toggle forward etc. see https://docs.fusionpbx.com/en/latest/applications/call_flows.html For the BLF part, there are 2 way to handle this 1 - Monitor - ignore SUBSCRIBE and just send NOTIFY each X seconds...
  5. L

    ring groups with confirm

    I configured a ring group to ring an external number along with prompt/confirm option. While it does ring the outside number, the caller does not hear any ringback tone while it is trying to ringing. This happens even if I set the ring (in ring groups)to be music etc. I traced via sngrep and...
  6. L

    Callback on internal busy

    Can FusionPBX do callback? When a previously busy party (only internally) is called. If the the other party cannot be reached or I see that they are on phone (BLF), the caller can enter code for callback request. As soon as the other party is available again, I receive a callback generated by...
  7. L

    PLayback in Lua

    I am running a basic Lua script playback file after bridge as follows; session:execute("playback", "/var/lib/freeswitch/recordings/custom/sounds/flat.mp3") but when I use a variable that is set in the dialplan (file_to_play) it cannot find it session:execute("playback", "..file_to_play..")...
  8. L

    Originate command

    I am trying to run originate command to initiate outbound route as follows; originate sofia/internal/1940@domain.com XML domain.com Relevant results as follows; 9:21 AM ERR NORMAL_CLEARING 9:21 AM 2020-11-17 09:17:02.930209 [INFO] mod_dialplan_xml.c:637 Processing <0000000000>->1940 in...
  9. L

    Spoof Caller ID dialplan

    On inbound call, how can I give a disa with option to set callerID
  10. L

    Consolidate Outbound Routes Dialplans

    Unless you edit the dialplan and set the destination variable based off a regex and then bridge that variable name. Dialplan tags have a "regex" option but I am not sure how it works. see attached
  11. L

    Consolidate Outbound Routes Dialplans

    How can I put outbound dialplan for 7 digit local where it prefixes the area code along with regular North America 11 digit into same outbound dialplan ? Can someone advise the regex to use. Thx
  12. L

    Email to fax format

    Is there a way? Yes. Has someone posted it? No. Is it complicated? Not at all for someone who knows php it needs some editing in the email_fax file
  13. L

    set up a Cross-domain dial plan

    Look into is local dialplan. Although at some point it stopped working. Not sure on latest update?
  14. L

    Waiting for socket

    Is this on an active/busy server?
  15. L

    Can't get voicemail to email working

    Check you php version. Some have a bug with mail function
  16. L

    Play ringtone before IVR prompt

    correct, I did that and when I add voicemail as the next step (higher order number in IVR) it skips the ringing part and goes straight to VM. CLI doesn't show error. I tried with and without inline
  17. L

    Play ringtone before IVR prompt

    I have customer with similar requirement. Wants caller to reach a voicemail but only after ringing few times as to make it look that they did ring an actual phone before hitting voicemail. I ended creating dialplan playback" data="tone_stream://L=2;${us-ring}". issue is that if I direct call to...
  18. L

    SOLVED Remove the + sign on inbound calls

    Master? Try prefix under destinations. Are you refering to display caller id or destination inbound. Number translation will di the trick for both
  19. L

    SOLVED Remove the + sign on inbound calls

    Which versions are u running? Latest should take care if it or atleast you can add it to prefix
  20. L

    Prompt Confirm in Ring Group not working properly

    Did you get this resolved ? indeed seems bug in /usr/share/freeswitch/scripts/confirm.lua