Base config

HondabuffHondabuff Member Posts: 667 ■■■□□□□□□□
Can any post a basic config for allowing my Vic2-2fxo card to access my Magic jack. This is my next progression of setting up peer groups after I have set up the ephones with numbers and they can ring each other. Thanks in advance for the newb question. I have not reached this section of the book yet.
“The problem with quotes on the Internet is that you can’t always be sure of their authenticity.” ~Abraham Lincoln

Comments

  • drkatdrkat Banned Posts: 703
    It looks like the magic jack just has an fxs port on it.. so you'd configure it just as an fxo port - you're going to want to read that section of the book. It's good practice
  • HondabuffHondabuff Member Posts: 667 ■■■□□□□□□□
    I got around to skimming the book and trying to config the Voice port. Turns out that I dont have a PVDM2 Module so Im dead in the water. Show voice port summary is showing EFXS ports for my Vic2-2FXO. Im seriously getting close to the $1000 mark on my lab. Im going to back burner this for now.
    “The problem with quotes on the Internet is that you can’t always be sure of their authenticity.” ~Abraham Lincoln
  • HondabuffHondabuff Member Posts: 667 ■■■□□□□□□□
    Ok here is a base config for enabling the Vic2-2FXO to accept incoming calls after I installed the PVDM2-8 module.

    CME-2801-R1#show voice port summary
    IN OUT
    PORT CH SIG-TYPE ADMIN OPER STATUS STATUS EC
    =============== == ============ ===== ==== ======== ======== ==
    0/0/0 -- fxo-gs up dorm idle on-hook y
    0/0/1 -- fxo-ls up dorm idle on-hook y
    50/0/1 1 efxs up dorm on-hook idle y
    50/0/1 2 efxs up dorm on-hook idle y
    50/0/2 1 efxs up dorm on-hook idle y
    50/0/2 2 efxs up dorm on-hook idle y
    50/0/3 1 efxs up dorm on-hook idle y
    50/0/3 2 efxs up dorm on-hook idle y
    50/0/4 1 efxs up up on-hook idle y
    50/0/4 2 efxs up up on-hook idle y
    50/0/5 1 efxs up dorm on-hook idle y
    50/0/5 2 efxs up dorm on-hook idle y
    PWR FAILOVER PORT PSTN FAILOVER PORT
    ================= ==================

    CME-2801-R1(config)#voice-port 0/0/0
    CME-2801-R1(config-voiceport)#signal groundStart
    CME-2801-R1(config-voiceport)#connection plar 1005
    CME-2801-R1(config-voiceport)#caller-id enable
    CME-2801-R1(config-voiceport)#description 724-555-1234
    CME-2801-R1(config-voiceport)#cptone us
    CME-2801-R1(config-voiceport)#dial-type dtmf
    CME-2801-R1(config-voiceport)#ring number 1
    CME-2801-R1(config-voiceport)#no shut
    CME-2801-R1(config-voiceport)#^Z
    CME-2801-R1#wr
    Aug 28 00:02:38.932: %SYS-5-CONFIG_I: Configured from console by console
    CME-2801-R1#wr


    Now if anyone wants to share how to make my phones dial out, that would be great.
    “The problem with quotes on the Internet is that you can’t always be sure of their authenticity.” ~Abraham Lincoln
  • shodownshodown Member Posts: 2,271
    VOIP is one of the more expensive tracks. 1000 is a lot, but for me when I started investing in voip it has pushed me way over 6 figures for less than a 6K investment. What stock has perfomed at those levels over the past 4 years
    Currently Reading

    CUCM SRND 9x/10, UCCX SRND 10x, QOS SRND, SIP Trunking Guide, anything contact center related
  • HondabuffHondabuff Member Posts: 667 ■■■□□□□□□□
    Ok, Figured out the out going dial plan from your Cisco phone to your POTS thru your FXO card. Must Dial 9 to get out.


    CME-2801-R1#conf t
    Enter configuration commands, one per line. End with CNTL/Z.
    CME-2801-R1(config)#dial-peer voice 91 pots
    CME-2801-R1(config-dial-peer)#description 10-Digit Dialing
    CME-2801-R1(config-dial-peer)#destination-pattern 9[2-9]..[2-9]......
    CME-2801-R1(config-dial-peer)#port 0/0/0
    CME-2801-R1(config-dial-peer)#exit

    Now I can call out to my cell phone and call back in from my cell phone. Good times!!
    “The problem with quotes on the Internet is that you can’t always be sure of their authenticity.” ~Abraham Lincoln
Sign In or Register to comment.