Recent content by mdoupe

  1. M

    Dialplan action based on callerid number?

    Aside from adding the tag, the final version is pretty much the same: <extension name="operator-new" continue="false" uuid="53fa7641-b806-4a8d-bede-a5d8e0c7f05f"> <condition field="destination_number" expression="^0$"/> <condition field="caller_id_number" expression="^50..$"...
  2. M

    Dialplan action based on callerid number?

    I think I've figured it out. I added "break="on-true"" to all of the caller_id_number conditions so if one is false it doesn't stop processing the rule.
  3. M

    Dialplan action based on callerid number?

    Hi all, Hopefully an easy question. :) I am trying to make an operator dialplan that sends to different operators based on the extension that is dialing 0. I've made a simple test dialplan to send two extensions to each other when they dial 0. the first one (3333 > 3334) works, but the second...
  4. M

    SIP Profile setting for early vs late offer

    ok, I took off my blinders and noticed the mention of 3pcc. I see there's a SIP profile option called "enable-3pcc". I don't know enough about SIP to know what that does, but turning it on allowed the call through.
  5. M

    SIP Profile setting for early vs late offer

    Hi all, I am trying to integrate Singlewire Informacast with FusionPBX. When I send a call through to a phone, I get "sofia.c:8032 No SDP in INVITE and 3pcc not enabled, hanging up." in the FreeSwitch log, because InformaCast does not send an early offer. I contacted their support and that's...
  6. M

    Cisco 7942s

    I believe that is for a 7940/60. 7942/62 use an xml configuration. Thank you for posting it though!
  7. M

    Cisco 7942s

    Believe me, I would love to. Unfortunately, I need to make these work or we're not moving to FusionPBX. I did manage to get my tester to send a register with the fqdn with an old firmware version (8.5.4) I found on github, but I seem to be having other issues now. Link to the github in case it...
  8. M

    Cisco 7942s

    ah, I think SPA phones are quite different from 79x2's.
  9. M

    Cisco 7942s

    I get a 404 from that URL, unfortunately. Do your notes mention a specific firmware version?
  10. M

    Cisco 7942s

    If switching to admin mode is different than pressing **# in the settings menu, I don't know how to do it. I can't really find any solid info on google, either. Some people have mentioned an "Unlock Settings" menu option, but I do not have it.
  11. M

    Cisco 7942s

    I can't seem to manually enter a line configuration. I've unlocked it with **#, but pressing select on a line does nothing.
  12. M

    Cisco 7942s

    I can register this phone successfully via SIP on our current FreePBX server. I copied the firmware and provisioning file from FreePBX to FusionPBX, and modified the address, extension, and password. I put the phone on the FusionPBX vlan (where Yealink phones are working great). I can see it...
  13. M

    Cisco 7942s

    Yep, I've made sure it's picking up the config. I've done a pcap, it's sending the IP in the request, not being overwritten at any point.
  14. M

    Cisco 7942s

    Hi all, Shot in the dark (this was posted with no resolution earlier) but I have a multi-tenant FusionPBX that I am trying to register Cisco 7942's to. The Cisco phone tries to register to <ext>@<PBX IP> instead of <ext>@<PBX FQDN>, and freeswitch rejects it. I do not have the IP listed...
  15. M

    Valet Park Questions

    That works great, thanks very much!