Search results

  1. M

    agent status after FS upgrade [ERR] switch_core_sqldb.c NATIVE SQL ERR unable to open database file

    hello to everyone. I'm running ASTPP 4.0.1 with freeswitch 1.6.20~64bit. with a concurrent calls volume around 70 no problem happens. When calls start to be consistently around 200 calls, freeswitch completely stop to works with following error: 2020-01-14 18:22:58.014930 [ERR]...
  2. M

    single domain migration from server A to B

    is it possible to migrate only one domain per time from a server A to a server B ? or is it more practical and easy migrate by hand?
  3. M

    Troubleshooting Tip - Inbound calls

    So adding the dialplan category, then destination subcategory with ${sip_to_user} value, into the single destination entry of the dialplan, the first line should be: tag condition, type destination, data ^(xxxxxxxxxx)$ where xxxxxxxxxx is the DID it should work?
  4. M

    Troubleshooting Tip - Inbound calls

    https://groups.google.com/forum/m/#!topic/astpp/Fs_xOqPa1aw
  5. M

    Troubleshooting Tip - Inbound calls

    I would ask to you following thing: If I have astpp used for billing and FusionPBX in multi-tenant fashion, how can I manage multiple dids on single domain using only a gateway? To be more clear, I have 17 dids assigned to same customer's on astpp. FusionPBX is connected to astpp with a single...
  6. M

    ASTPP <-> FusionPBX with multiple DIDs => HOW-TO <=

    I would add more I wouldn't use an IP authentication due to multi-tenant of FusionPBX used for different customers
  7. M

    ASTPP <-> FusionPBX with multiple DIDs => HOW-TO <=

    Hello to everyone. I would like to describe my scenario to know how manage it with best possible configuration. Multiple incoming DIIDs -> ASTPP -> Device -> FusionPBX -> Gateway -> Extensions In my scenario, ASTPP device is a number like 20250672. FusionPBX is registered to ASTPP creating a...
  8. M

    FusionPBX 4.4.9 outbound calls doesn't works

    it seems the calls is seen as INBOUND instead as OUTBOUND
  9. M

    FusionPBX 4.4.9 outbound calls doesn't works

    I have migrated from FusionPBX 4.4.4 to 4.4.9. Same identical configuration with multi tenant. No used script for backup and restore but configured done by hand. Now I can't call outbound with 4.4.9 while with 4.4.4 I can successfully make an outbound call. Where can I check the problem?
  10. M

    How To Migration from a Server to a new one

    Can you indicate me correct upgrade procedure to avoid loss or problem ?
  11. M

    How To Migration from a Server to a new one

    Can someone point out into right direction to make what in subject? Pls take in mind there a re some minus customization like sounds, and dialplan things. More, starting FPBX version is 4.4.4 with following details: Source server Version: 4.4.4 Branch: 4.4 Commit...
  12. M

    How are you all doing billing?

    Hello Andrew, you can use even the features of FusionPBX configuring multi-tenant pbx to your customers? Can you contact me in private to make similar your configuration by paying obviously? Thank you
  13. M

    Anyone for FusionPBX 4.4 with Freeswitch 1.8 on Stretch?

    do you know about error about postegresql just after debian 8 or 9 installation script? psql: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432? error: SQLSTATE[08006] [7] could not connect to...
  14. M

    Fusionpbx 4.4 post install error on postegresql Debian 9

    error: SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?<br/> effectively doing netstat it is not running: Active Internet connections (servers and...
  15. M

    Setting up email to fax

    Can you share more information regarding that apps ? FOr now I have setup fax to email (receiving) but not the email to fax (transmitting).
  16. M

    Remove Voicemail greetings on specific dialplan only

    I don't know 999 group is selfmade by fusionpbx not by me. But after flush memcache, restarting profile and reboot, nothing changed...where I wrong?
  17. M

    New Chat server

    Connected thank you. No problem. It is always a pleasure could help someone or receive either.
  18. M

    Remove Voicemail greetings on specific dialplan only

    I preferred to not save, but once saved obviously the row will be moved between 10 and 20 order
  19. M

    New Chat server

    there is anyone on it connected ?
  20. M

    Remove Voicemail greetings on specific dialplan only

    I have tried to remove Voicemail greetings and instructions editing manually the dialplan on specific time condition, clicking on dialplan button and inserting following: action set skip_greetings=true action set skip_instructions=true before the Transfer command. Then I have flushed the...