Networking • Automation • Occasional Podcasting

Category: CallManager

  • , , , ,

    CME Auto Dial – The Batphone

    I needed to have a simple two phone system where by if a phone was picked up, it would autodial an ATA. This is for an alert system at an airport. The ATA is auto answered by a PA system that sounds an alarm and allows speech to be blasted. If you search on ebay…

  • FreePBX 13 And Web Meet-me
    , ,

    FreePBX 13 And Web Meet-me

    I’ve been running an install of web meet-me on an ancient version of trixbox. Unfortunately it locks up pretty regularly, though nothing shows up in the logs…it just likes to stop working. I finally had enough and decided to do a new install. I couldn’t find an easy appliance with it installed and ready to…

  • Cisco Call Manager Express/Communications Manager Express, Cheap FXS/FXO Ports, and Asterisk Voicemail
    , , , , ,

    Cisco Call Manager Express/Communications Manager Express, Cheap FXS/FXO Ports, and Asterisk Voicemail

    Here’s the scenario. I’ve got a charter school that has an aaaaaaancient PBX kicking a PRI. Having the system updated is expensive and the PRI is even more expensive. We are going to roll a new PBX for them in about 8 months, and their PRI’s contract is coming up soon. This is a perfect…

  • , ,

    Communications Manager Express Voice Translation Rules

    The Cisco link is here. The idea is that you can transform dialed or dialing numbers on phones or gateways using these methods. First, create a translation rule: voice translation-rule number rule precedence /match-pattern/ /replace-pattern/ Example: voice translation-rule 10 rule 1 /1235551111/ /1235552222/ Then create a translation profile: voice translation-profile name translate {called | calling…

  • ,

    Cisco Callmanager Maximum Number Of Meetme Connections

    By default the value is set to 4. To adjust this follow these instructions: Complete these steps in order to increase the number of participants or sessions for a meet-me conference on Cisco Unified Communications Manager. Go to the Cisco Unified Communications Manager web administration page, and choose System> Service Parameters. Note: Choose Service >…

  • Cisco Callmanager 4 Delete User From Global Directory – Object Not Found
    , ,

    Cisco Callmanager 4 Delete User From Global Directory – Object Not Found

    After attempting to delete users from my callmanager directory I was confronted with a Javascript error stating “Object not found”. When I compared my MLA Enterprise Parameters to the LDAP configuration I found it was referencing an LDAP entry that didn’t exist! All one must do is compare your base LDAP zone to that listed…

  • Connect To Cisco Callmanager 4 LDAP
    ,

    Connect To Cisco Callmanager 4 LDAP

    While trouble shooting some issues I needed to connect into my callmanager’s LDAP database. To do so, open the LDAP config file. c:\dcdsrvr\DirectoryConfiguration.ini [ldap] RETRYDELAY=5000 ldapURL=ldap://CISCOCCM1:8404 dn=cn=Directory Manager, o=cisco.com passwd=0c111104761331001c99 ciscoBase=o=cisco.com dirType=Default dirAccess=true useSSL=true ldapsURL=ldap://CISCOCCM1:8405 Note the port in “ldapURL”. Note also the “dn”. Connect using your favorite LDAP program(I like LDAP admin). Set security…