Differences between revisions 1 and 17 (spanning 16 versions)
Revision 1 as of 2009-09-30 08:43:33
Size: 1266
Editor: 41
Comment: Create page add initial config details.
Revision 17 as of 2014-10-09 06:45:57
Size: 159
Editor: CCastella
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
##master-page:HomepageReadWritePageTemplate
##master-date:Unknown-Date
#format wiki
#language en
= 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
     !
     }}}


...
My name: Jɑna McCulloch<<BR>>
My age: 23<<BR>>
Сountry: Netherlandѕ<<BR>>
Тown: Katԝijk <<BR>>
Post code: 2223 Jc<<BR>>
Addresѕ: Anemoonstraat 167

My name: Jɑna McCulloch
My age: 23
Сountry: Netherlandѕ
Тown: Katԝijk
Post code: 2223 Jc
Addresѕ: Anemoonstraat 167

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