Search results

  1. M

    SOLVED Call forwarding from one trunk to another (Using bridge Application)

    I managed to do it this way using bridge application. I will put the step by step if anyone has difficulty using bridges. Following my topology Step 1 First I added the softswitch IP in Advanced -> ACL. When someone dials starting with prefix 00 the call is forwarded to fusionpbx Step 2 I...
  2. M

    SOLVED Call forwarding from one trunk to another (Using bridge Application)

    This is my topology. Two providers, if provider 1 fails try provider 2
  3. M

    SOLVED Call forwarding from one trunk to another (Using bridge Application)

    I will test it in the way mentioned above, but at first I am testing it this way: 1 - I created a gateway for the provider, and it was registered. 2 - I included the softswitch's IP address in the ACL. 3 - I created an outbound route with a prefix of 00 + any number (calls to other...
  4. M

    SOLVED Call forwarding from one trunk to another (Using bridge Application)

    I have a question. If anyone can help, please let me know. I have a softswitch whose IP address is added to the ACL to accept any calls, and I have two gateways configured, one registered and one unregistered. The call will arrive through the softswitch and be routed directly to the gateways...
  5. M

    Doubts Voicemail to Email

    Thanks, I'll test it and let you know here
  6. M

    Doubts Voicemail to Email

    I've never used it before and I'm going to test it for the first time. Some tutorials on the internet end up installing Postfix and configuring it in fusionpbx, I don't know if it's because of the version of fusionpbx used in the tutorial. The version I'm using
  7. M

    Doubts Voicemail to Email

    Hello everyone, I have a question about voicemail to email. For this functionality to work, just follow what is in the manual in this part? Just changing the necessary values Or do I need to install postfix or some other software and make some more settings?
  8. M

    Doubts about a way to do a 3-way call

    Thanks very much!!!
  9. M

    Doubts about a way to do a 3-way call

    Hello everyone, I need help with this question please. Is there any way to do it this way in fusionpbx? A makes a call to B B answers the call Then A puts the call on hold and makes a call to C C answers the call Then A pulls B into the conversation he was having with C The scenario would...
  10. M

    inbound routes stop working

    thank you very much for the help
  11. M

    inbound routes stop working

    It worked by creating everything separate. (^[2-5]\d{7})$ (^0[1-9][1-9][2-5]\d{7})$ (^9\d{8})$ (^0[1-9][1-9]9\d{8})$ (^1[0-9]{2,4})$ (^0[3,5,8,9]00\d{7})$ Thank you very much!! Is there any material or document where we can learn and understand freeswitch logs ?
  12. M

    inbound routes stop working

    Yes, I actually created an outbound route with the following expression (^\d{3,12}$) To get the emergency numbers which are 1XX and 1XXXX and all other numbers such as mobile or free 0X00XXXXXXX Any way to fix this without changing the outbounds routes ?
  13. M

    inbound routes stop working

    2024-11-05 09:42:56.248528 99.33% [NOTICE] switch_channel.c:1123 New Channel sofia/interno-weclix/16982030694@172.16.11.66 [89629c33-89d7-4faa-839f-000f5a91f143] 2024-11-05 09:42:56.248528 99.33% [INFO] sofia.c:10453 sofia/interno-weclix/16982030694@172.16.11.66 receiving invite from...
  14. M

    inbound routes stop working

    Hello everybody, Could you help me with one question, yesterday the inbound route worked normally, today it is giving an error, 420 bad extension. When a call arrives it is played on an IVR
  15. M

    install and activate bcg_729 in fusionpbx 5.3

    Is anyone using the bcg_729 codec for transconding in fusionpbx 5.3 ? I installed and compiled using https://github.com/xadhoom/mod_bcg729.git. Then unload mod_g729 and load load mod_bcg729 Any other way to transcondig or enable fusion?
  16. M

    How to isolate extensions

    I didn't get to try that. the customer's cpe is a fiberhome ont with fxs port. Could use contexts or dial plans to do this in fusionpbx instead of many domains ?