Search results

  1. M

    SIP BYE to Parking Lot instead of Hangup

    I'm trying to make the B leg of the call go to parking lot on a BYE instead of hangup. When the BYE comes, it just hangs up and ends session. I've got a version of this working (sorta), but I dont like it. I'd prefer it to happen in dialplan. I'd then probably just XML-RPC to query the parking...
  2. M

    Forcing OPUS

    I'm having a weird issue, and am stumped. GOAL: Have all endpoints use Opus, and all calls to/from gateway to use PCMU. On the vars, I have: media_mix_inbound_outbound_codec true True global_codec_prefs opus@48000h@20i,PCMU,PCMA True outbound_codec_prefs...
  3. M

    Conference Call

    When I've set up a conference center + room, and dial in as a participant, It does not play a "moderator has not joined" message. I see no options to configure this in Fusion. Is it tucked away somewhere? I'm stumped.
  4. M

    FusionPBX on FreeSWITCH 1.8

    With FreeSWITCH 1.8 being released, I'd like to upgrade to it and still use FusionPBX. Has anybody had success with this? Any breadcrumbs you could share?
  5. M

    mod_callcenter odbc configuration

    I'm unable to find it, but apparently in 1.8 there is fixed up multi server support. I'm trying to add odbc-dsn, cc-instance-id, and reserver-agents.. but nothing I change seems to pick it up, and it really wants to use sqlite3. changed some lua scripts, and so on.. lost, cant find it.. ideas?
  6. M

    ext-rtp-ip question

    I can't seem to find anything that documents this parameter well. I'll probably just test it. Question is: Server A: Primary Node Server B: Standby Node Server C+n = dumb transcoder nodes Is it possible to do something like set the exp-rtp-ip to Server C from Server A, and have server C do...
  7. M

    Disabling Voicemail Globally

    When I update v_voicemails and set voicemail_enabled to false, and disable all the voicemail routes in dialplan manager, it sort of works. However, on registration I still get an SQL error. I cannot figure out how to make registration not try to grab voicemails. For context - my extensions are...
  8. M

    ClueCon

    Anybody heading to Chicago this year?
  9. M

    Proper way of doing memcache flush and reloadxml/reloadacl

    I'm about to embark on building a new save mechanism, but before I do I thought I'd ask the smart people. When I hit save in the GUI, it does a memcache flush, reloadxml and/or reloadacl. How do I disperse that across multiple servers? Say n+1 other servers. Currently I just have a bunch of...
  10. M

    HOMER! Halp!!

    I'm super stumped. The standalone agent isn't working well for me. It does a fine job of capturing SIP, but I have encrypted legs and WebRTC legs. I'd rather FreeSWITCH send the HEP packets than a sniffer. I specifically do not want captagent installed, and want FreeSWITCH to do it. in...
  11. M

    Multiple FreeSWITCH Servers

    If I deploy n+1 FusionPBX servers - for arguments sake, we'll say 3 all using a shared Postgres database (*not for core*) There is a DNS round robin called "phoneswitch.local". Bob registers as 100@phoneswitch.local (10.0.0.1) Alice registers to 101@phoneswitch.local (10.0.0.2) Mary registers...