Differences between revisions 1 and 2
Revision 1 as of 2009-09-30 08:43:33
Size: 1266
Editor: 41
Comment: Create page add initial config details.
Revision 2 as of 2009-09-30 08:45:30
Size: 1276
Editor: 41
Comment: allign
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
      !
Line 14: Line 15:
             !
Line 23: Line 24:

      !

Cisco VoiP (Voice over IP)

  • Setup BRI at remote site for breakout using central callmanager, H.323
    •       !
            interface FastEthernet0/0.x
              description VOICE-Vlan
              ip address XX
              h323-gateway voip interface
              h323-gateway voip bind srcaddr XX
            !
            interface BRI1/0
              description ISDN-VoicePort
              no ip address
              isdn switch-type basic-net3
              isdn point-to-point-setup
              isdn incoming-voice voice
              isdn send-alerting
              isdn sending-complete
            !
            voice-port 1/0
              compand-type a-law
            !
            voice-port 1/1
              compand-type a-law
            !
            !
            dial-peer voice 20 voip
              destination-pattern 01132699..
              voice-class codec 1
              session target ipv4:10.110.0.102
              incoming called-number 01132699..
              dtmf-relay h245-alphanumeric
              no vad
            !
            dial-peer voice 3 pots
              destination-pattern .T
              progress_ind alert enable 8
              incoming called-number 9...
              direct-inward-dial
              port 0/1
              forward-digits all
           !

...

Cisco/VoiP (last edited 2017-11-05 10:04:36 by PieterSmit)