Gatekeeper and FXO

Is possible to register a c2600 with FXO ports to a gatekeeper ?
When I do "sh gatekeeper endpoints" the gatekeeper shows the registration BUT whithout the numbers of c2600 pots
Although I can register the same router with the same configuration using FXS instead of FXO, and the gatekeeper shows the registration with the numbers of c2600 pots.
Thanks

hi, did you sol the problem? Now I have same problem, may be you can advise me
I have 3 routers, R1 is the GK
R1#
interface FastEthernet0/0
  bandwidth 10000
  ip address 192.168.1.1 255.255.255.0
  ip virtual-reassembly
  no ip mroute-cache
  duplex auto
  speed auto
  no cdp enable
gatekeeper
  zone local zone1 xxx.ru 192.168.1.1
  zone local zone2 xxx.ru
  zone prefix zone1 01...
  zone prefix zone2 02...
  gw-type-prefix 1#* default-technology
  no shutdown
Routers R2 and R3 has two IP phones and FXO connected to PBX
Configs similar for R2 and R3
R2#
interface FastEthernet0/0
  ip address 192.168.100.1 255.255.255.0
  no ip mroute-cache
  speed auto
  full-duplex
  no cdp enable
  h323-gateway voip interface
  h323-gateway voip id zone1 ipaddr 192.168.1.1 1719
  h323-gateway voip h323-id zone1
  h323-gateway voip bind srcaddr 192.168.100.1
voice-port 2/0
  cptone RU
  timeouts wait-release 5
  station-id name 1
  station-id number 01000
voice-port 2/1
  cptone RU
  timeouts wait-release 5
  station-id name 1
  station-id number 01001
dial-peer voice 11 pots
  destination-pattern 01...
  port 2/0
dial-peer voice 12 pots
  destination-pattern 01...
  port 2/1
dial-peer voice 02 voip
  destination-pattern 02...
  session target ras
sh gatekeep endpoi  showa only ip phones (eFXS)

Similar Messages

  • Connecting FAX to PSTN line using FXS and FXO ports

    I have 2 cisco 1760 routers with FXS and FXO card installed in each. I have to transport 2 PSTN lines from Head Office to remote loaction using FXS and FXO cards and these lines will be used for  voice calls and FAX( one line each for FAX and voice). I have configured the router for voice lines and it is working fine. Now I am using the same config for running fax machine but it is not working. Can anyone help me out how to configure FAX in this scenario also if anyone can share any sample config. I am attaching my config for both routers. Right now both routers are connected with a cross-over cable for lab test but we will connect them later using satellite connection.
    HO Router (FXO card)
    Current configuration : 1718 bytes
    version 12.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    enable password cisco
    no aaa new-model
    resource policy
    mmi polling-interval 60
    no mmi auto-configure
    no mmi pvc
    mmi snmp-timeout 180
    voice-card 2
    voice-card 3
    ip subnet-zero
    ip cef
    no ip dhcp use vrf connected
    no ip domain lookup
    no ftp-server write-enable
    voice class codec 10
    interface FastEthernet0/0
     ip address 10.10.10.1 255.255.255.248
     speed auto
     h323-gateway voip bind srcaddr 10.10.10.1
    ip classless
    no ip http server
    control-plane
    voice-port 2/0
     output attenuation 0
     echo-cancel coverage 32
     no vad
     no comfort-noise
     timeouts interdigit 3
     timeouts call-disconnect 3
     connection plar opx 2001
     description Remote PSTN#:35296913
     music-threshold -70
    voice-port 2/1
     output attenuation 0
     echo-cancel coverage 32
     no vad
     no comfort-noise
     timeouts interdigit 3
     timeouts call-disconnect 3
     connection plar opx 2002
     description Remote PSTN#:35296914
     music-threshold -70
    voice-port 3/0
    voice-port 3/1
    dial-peer voice 2000 voip
     destination-pattern 200.
     no modem passthrough
     voice-class codec 10
     session target ipv4:10.10.10.2
     incoming called-number .
     dtmf-relay cisco-rtp h245-signal h245-alphanumeric
     fax-relay ecm disable
     fax rate 7200
     fax nsf 000000
     no vad
    dial-peer voice 1321 pots
     description line 1
     huntstop
     destination-pattern 1321
     port 2/0
    dial-peer voice 1322 pots
     description line 2
     huntstop
     destination-pattern 1322
     port 2/1
    line con 0
     password cisco
    line aux 0
    line vty 0 4
     password cisco
     login
    end
    Remote Router (FXS Card):
    version 12.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    enable password cisco
    mmi polling-interval 60
    no mmi auto-configure
    no mmi pvc
    mmi snmp-timeout 180
    voice-card 2
    voice-card 3
    no aaa new-model
    ip subnet-zero
    ip cef
    no ip domain lookup
    no ftp-server write-enable
    voice class codec 10
    interface FastEthernet0/0
     ip address 10.10.10.2 255.255.255.248
     speed auto
     h323-gateway voip bind srcaddr 10.10.10.2
    interface Ethernet1/0
     no ip address
     shutdown
     half-duplex
    ip classless
    no ip http server
    control-plane
    voice-port 2/0
     description PSTN#:
    voice-port 2/1
     description PSTN#:
    voice-port 3/0
    voice-port 3/1
    dial-peer voice 2001 pots
     description Remote
     huntstop
     destination-pattern 2001
     port 2/0
    dial-peer voice 2002 pots
     description Remote
     huntstop
     destination-pattern 2002
     port 2/1
    dial-peer voice 1320 voip
     destination-pattern 132.
     no modem passthrough
     voice-class codec 10
     session target ipv4:10.10.10.1
     incoming called-number .
     dtmf-relay cisco-rtp h245-signal h245-alphanumeric
     fax-relay ecm disable
     fax rate 7200
     fax nsf 000000
     no vad
    line con 0
     password cisco
    line aux 0
    line vty 0 4
     password cisco
     login
    end

    In your voice class codec 10 there aren't any codecs declared.
    Add G.711 codec in this way:
    voice class codec 10
     codec preference 1 g711alaw
    If the fax communication fails again try to disable T.38 and try fax passthrough mode:
     no fax rate
     modem passthrough nse codec g711alaw
     fax protocol pass-through g711alaw
    Regards.

  • What is gatekeeper and where do I find it

    I keep reading about 'gatekeeper' as part of the upgrade feature of Mountain Lion, which I have,,but where is gatekeeper and how do I access it?

    Here's a good gatekeeper writeup:
    http://support.apple.com/kb/HT5290

  • 2500 H323 gatekeeper and Linux H323 client

    Hi all,
    I use 2511 as my gatekeeper and use Linux GnomeMeeting as H323 client, when I try to register from the client to the gatekeeper, the 2511 crash again and again, here is the info
    ========= Dump bp = 4D1594 ======================
    4D1494: 38BB8EA 4D14C8 4D1454 8000000E 1 D0D0D0D 4D14F0 A
    4D14B4: 0 0 0 0 FD0110DF AB1234CD 29 3D6820
    4D14D4: 3884C21 38BB8EA 4D150C 4D1498 8000000E 1 D0D0D0D 4D1534
    4D14F4: 1 0 0 0 0 FD0110DF AB1234CD 29
    4D1514: 3D6820 3884C21 38BB8EA 4D1550 4D14DC 8000000E 1 D0D0D0D
    4D1534: 4D1578 2 0 0 0 0 FD0110DF AB1234CD
    4D1554: 29 3D6820 3884C21 38BB8EA 4D1594 4D1520 8000000E 1
    4D1574: D0D0D0D 0 1 0 0 0 0 FD0110DF
    4D1594: AB1234CD 29 3D6820 32E02C9 38BE502 0 4D1564 496D22
    4D15B4: 0 38BF380 DEADBEEF 38BF380 D0D0D0D D0D0D0D E102C E1028
    4D15D4: D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D DC5678BB 0
    4D15F4: 0 32DD84E 38BE502 0 4D15A8 496CF6 0 D0D0D0D
    4D1614: BEEFBACC D0D0D0D D0D0D0D D0D0D0D E102C E1028 D0D0D0D D0D0D0D
    4D1634: D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D
    4D1654: D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D
    ========= Dump bp->next = 0 ======================
    p
    ========== Dump bp->previous = 4D1564 =====================
    4D14C4: FD0110DF AB1234CD 29 3D6820 3884C21 38BB8EA 4D150C 4D1498
    4D14E4: 8000000E 1 D0D0D0D 4D1534 1 0 0 0
    4D1504: 0 FD0110DF AB1234CD 29 3D6820 3884C21 38BB8EA 4D1550
    4D1524: 4D14DC 8000000E 1 D0D0D0D 4D1578 2 0 0
    4D1544: 0 0 FD0110DF AB1234CD 29 3D6820 3884C21 38BB8EA
    4D1564: 4D1594 4D1520 8000000E 1 D0D0D0D 0 1 0
    4D1584: 0 0 0 FD0110DF AB1234CD 29 3D6820 32E02C9
    4D15A4: 38BE502 0 4D1564 496D22 0 38BF380 DEADBEEF 38BF380
    4D15C4: D0D0D0D D0D0D0D E102C E1028 D0D0D0D D0D0D0D D0D0D0D D0D0D0D
    4D15E4: D0D0D0D D0D0D0D DC5678BB 0 0 32DD84E 38BE502 0
    4D1604: 4D15A8 496CF6 0 D0D0D0D BEEFBACC D0D0D0D D0D0D0D D0D0D0D
    4D1624: E102C E1028 D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D
    4D1644: D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D D0D0D0D
    ============================================
    arse_ll_CryptoH323Token: Unsupporte
    %Software-forced reload
    Unexpected exception to CPU vector 34, PC = 32F54F6
    -Traceback= 32F54F6 32E0606 38BF388 38E54DE 38E5282 38E101C 388490A
    === Flushing messages (00:13:30 EST Mon Jan 3 2005) ===
    Buffered messages:
    00:00:08: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up
    00:00:08: %LINK-3-UPDOWN: Interface Serial0, changed state to down
    00:00:08: %LINK-3-UPDOWN: Interface Serial1, changed state to down
    00:00:20: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up
    00:00:26: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
    00:00:26: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to down
    00:00:28: %SYS-5-CONFIG_I: Configured from memory by console
    00:01:12: %SYS-5-RESTART: System restarted --
    Cisco Internetwork Operating System Software
    IOS (tm) 2500 Software (C2500-IX-L), Version 12.2(27), RELEASE SOFTWARE (fc3)
    Copyright (c) 1986-2004 by cisco Systems, Inc.
    Compiled Tue 02-Nov-04 22:00 by kellmill
    00:01:12: %SNMP-5-COLDSTART: SNMP agent on host TS2511 is undergoing a cold start
    Queued messages:
    Exception: Software forced crash at 0x32F54F6 (PC)
    pls give me helps,
    thanks

    unless we get the full sh ver cannot decode the crash (need image text base information) - initially looks like a crypto token being sent by the client that the GK does not understand

  • 3925 h323 with T1 and FXO

    on the trunkgroup you only have one gateway which contains all ports of both t1 and fxo.so on outbound I just add them to same route group.
    Inbound I use plar to send where i need to go.
    Am I right . I cant seem to find this in the docs  I might blind so any help would be great

    Robert Thomas wrote:So H323 it's all about the dial-peers. You could have both the T1 and the FXO (in esence the router will see them as voice-ports) to the same trunk group, of you could have them as independet trunk groups and your dial-peer configuration will decide which port your call will go to.
    Cannot mix T1 PRI and FXO in the same trunk-group.
    But can use multiple trunk-groups in the same dial-peer.
    Since H323 is peer to peer, CUCM doesn't have the intelligence to select the outgoing port. This is left to the H323 GW configuration, in our case the dial-peers.
    Can use steering digits to let CUCM choose the outgoing port.

  • Differences between FXS and FXO ...?

    Could someone let me know the difference between FXS and FXO with respect to a router, a PBX, a CO Switch, an analog phone, an ISDN phone?

    Here are a couple of URLs explaining the same:
    http://www.qtelnet.com/downloads/FXO-vs-FXS-v3.pdf
    http://www.patton.com/technotes/fxs_fxo.pdf

  • Issue with SPA525g registation and FXO port call calls are not disconnecting properly

    Hi,
    I  have a UC540 and updated it to the latest IOS version with the latest  firmware to my phones and i am having registration problems with SPA525g  IP Phones. I updated the firmware of the phones as well and create  manual tftp bindings with but still it is not registering. I run a  couple of debugs (debug tftp events and debug ephone registration) I can  see from the logs and in the phone that it is taking the proper VLAN  and being discovered via CDP and being pointed to the TFTP server and  still wont register. I can see that it is also taking its own .cnf file  properly then the output sccp token regected invalid devices error is  shown I have a SPA502G and it is working fine. Also there is a previous  issue that all the voice port are shown as engage or offhook even the  calls are disconnected thus make the main PSTN number busy am based in  UAE and our service provider is etisalat I have check with them about  the proper disconnection values but still it the same. That's why I have  arrived in the conclusion to just update everything including the IOS  and the phones firmware. I have put my config in this post, I am also  trying to take the CCNA Voice exam on the 2nd week of april and I think  that if i don't know how fix this issue for our customer then I would  probably fail that exam. any suggestion and help is greatly appreciated  cisco experts.
    ! Last configuration change at 13:36:42 ZP4 Thu Sep 13 2012 by Nick
    ! NVRAM config last updated at 13:45:41 ZP4 Thu Sep 13 2012 by Nick
    version 15.1
    parser config cache interface
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    service internal
    service compress-config
    service sequence-numbers
    hostname UC540
    boot-start-marker
    boot system flash:uc500-advipservicesk9-mz.151-2.T4
    boot-end-marker
    logging buffered 64000
    enable secret 5 $1$3CIf$.rXyHeJQrwd97X/f2dS0M1
    no aaa new-model
    clock timezone ZP4 4 0
    crypto pki token default removal timeout 0
    crypto pki trustpoint TP-self-signed-3558175224
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-3558175224
    revocation-check none
    crypto pki certificate chain TP-self-signed-3558175224
    certificate self-signed 01 nvram:IOS-Self-Sig#3.cer
    dot11 syslog
    dot11 ssid cisco-data
    vlan 1
    authentication open
    dot11 ssid cisco-voice
    vlan 100
    authentication open
    ip source-route
    ip cef
    ip dhcp relay information trust-all
    ip dhcp excluded-address 10.1.3.1 10.1.3.10
    ip dhcp pool phone
       network 10.1.3.0 255.255.255.0
       default-router 10.1.3.1
       option 150 ip 10.1.3.1
    ip name-server 213.42.20.20
    ip name-server 195.229.241.222
    ip inspect WAAS flush-timeout 10
    ip inspect name SDM_LOW cuseeme
    ip inspect name SDM_LOW dns
    ip inspect name SDM_LOW ftp
    ip inspect name SDM_LOW h323
    ip inspect name SDM_LOW https
    ip inspect name SDM_LOW icmp
    ip inspect name SDM_LOW imap
    ip inspect name SDM_LOW pop3
    ip inspect name SDM_LOW netshow
    ip inspect name SDM_LOW rcmd
    ip inspect name SDM_LOW realaudio
    ip inspect name SDM_LOW rtsp
    ip inspect name SDM_LOW esmtp
    ip inspect name SDM_LOW sqlnet
    ip inspect name SDM_LOW streamworks
    ip inspect name SDM_LOW tftp
    ip inspect name SDM_LOW tcp router-traffic
    ip inspect name SDM_LOW udp router-traffic
    ip inspect name SDM_LOW vdolive
    no ipv6 cef
    multilink bundle-name authenticated
    stcapp ccm-group 1
    stcapp
    stcapp supplementary-services
    port 0/0/0
      fallback-dn 301
    port 0/0/1
      fallback-dn 302
    port 0/0/2
      fallback-dn 303
    port 0/0/3
      fallback-dn 304
    trunk group ALL_FXO
    max-retry 5
    voice-class cause-code 1
    hunt-scheme longest-idle
    translation-profile outgoing PROFILE_ALL_FXO
    trunk group ALL_FX0
    voice call send-alert
    voice rtp send-recv
    voice service voip
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    supplementary-service h450.12
    sip
      no update-callerid
    voice class codec 1
    codec preference 1 g711alaw
    codec preference 2 g711ulaw
    voice class dualtone-detect-params 1
    freq-max-deviation 50
    freq-max-power 0
    freq-min-power 13
    freq-power-twist 4
    cadence-variation 6
    voice class custom-cptone UAE-CUSTOM
    dualtone disconnect
      frequency 406
      cadence 398 344 237 527 400
    voice class custom-cptone CCAjointone
    dualtone conference
      frequency 600 900
      cadence 300 150 300 100 300 50
    voice class custom-cptone CCAleavetone
    dualtone conference
      frequency 400 800
      cadence 400 50 200 50 200 50
    voice class cause-code 1
    no-circuit
    voice register global
    voice hunt-group 1 parallel
    list 301,302,303
    timeout 24
    pilot 511
    voice translation-rule 4
    rule 15 // //
    voice translation-rule 1000
    rule 1 /.*/ //
    voice translation-rule 1111
    voice translation-rule 1112
    rule 1 /^9/ //
    rule 3 /^0/ //
    voice translation-rule 2222
    voice translation-rule 3265
    rule 1 /\(^..........$\)/ /9\1/
    rule 2 /\(^.........$\)/ /9\1/
    rule 15 /\(^ABCD$\)/ /ABCD\1/
    voice translation-profile CALLER_ID_TRANSLATION_PROFILE
    translate calling 1111
    voice translation-profile CallBlocking
    translate called 2222
    voice translation-profile INCOMING_CallerID_PROFILE
    translate calling 3265
    voice translation-profile OUTGOING_TRANSLATION_PROFILE
    translate called 1112
    voice translation-profile PROFILE_ALL_FXO
    translate calling 4
    voice translation-profile nondialable
    translate called 1000
    voice-card 0
    dspfarm
    dsp services dspfarm
    license udi pid UC540W-FXO-K9 sn FHK143074G6
    archive
    log config
      logging enable
      logging size 600
      hidekeys
    username cisco privilege 15 secret 5 $1$vjNa$OFKLhupqR8al6x2b8Xmcj/
    username adminac privilege 15 secret 5 $1$NDC.$PtD0y4YGIj5SqI1gghxWE1
    username Nick privilege 15 secret 5 $1$iAmL$tsg7Jf2TEND1NN.h8z2dy/
    ip tftp source-interface Loopback0
    bridge irb
    interface Loopback0
    description $FW_INSIDE$
    ip address 10.1.10.2 255.255.255.252
    ip access-group 101 in
    ip nat inside
    ip virtual-reassembly in
    interface FastEthernet0/0
    description $FW_OUTSIDE$
    ip address 192.168.101.2 255.255.255.252
    ip nat outside
    ip virtual-reassembly in
    duplex auto
    speed auto
    interface Integrated-Service-Engine0/0
    description cue is initialized with default IMAP group
    ip unnumbered Loopback0
    ip nat inside
    ip virtual-reassembly in
    service-module ip address 10.1.10.1 255.255.255.252
    service-module ip default-gateway 10.1.10.2
    interface FastEthernet0/1/0
    switchport voice vlan 100
    macro description cisco-phone
    spanning-tree portfast
    interface FastEthernet0/1/1
    switchport voice vlan 100
    macro description cisco-phone
    spanning-tree portfast
    interface FastEthernet0/1/2
    switchport voice vlan 100
    macro description cisco-phone
    spanning-tree portfast
    interface FastEthernet0/1/3
    switchport voice vlan 100
    macro description cisco-phone
    spanning-tree portfast
    interface FastEthernet0/1/4
    switchport voice vlan 100
    macro description cisco-phone
    spanning-tree portfast
    interface FastEthernet0/1/5
    switchport voice vlan 100
    macro description cisco-phone
    spanning-tree portfast
    interface FastEthernet0/1/6
    switchport voice vlan 100
    macro description cisco-phone
    spanning-tree portfast
    interface FastEthernet0/1/7
    switchport access vlan 20
    spanning-tree portfast
    interface FastEthernet0/1/8
    switchport access vlan 100
    macro description cisco-switch
    interface Dot11Radio0/5/0
    no ip address
    shutdown
    ssid cisco-data
    ssid cisco-voice
    speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
    station-role root
    interface Dot11Radio0/5/0.1
    encapsulation dot1Q 1 native
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 spanning-disabled
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    interface Dot11Radio0/5/0.100
    encapsulation dot1Q 100
    bridge-group 100
    bridge-group 100 subscriber-loop-control
    bridge-group 100 spanning-disabled
    bridge-group 100 block-unknown-source
    no bridge-group 100 source-learning
    no bridge-group 100 unicast-flooding
    interface Vlan1
    no ip address
    bridge-group 1
    bridge-group 1 spanning-disabled
    interface Vlan20
    ip address 10.10.10.1 255.255.255.0
    interface Vlan100
    no ip address
    bridge-group 100
    bridge-group 100 spanning-disabled
    interface BVI1
    description $FW_INSIDE$
    no ip address
    ip nat inside
    ip virtual-reassembly in
    shutdown
    interface BVI100
    description $FW_INSIDE$
    ip address 10.1.3.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    ip forward-protocol nd
    ip http server
    ip http authentication local
    ip http secure-server
    ip http path flash:/gui
    ip dns server
    ip nat inside source list 1 interface FastEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 192.168.101.1
    ip route 10.1.10.1 255.255.255.255 Integrated-Service-Engine0/0
    logging esm config
    access-list 1 remark SDM_ACL Category=2
    access-list 1 permit 192.168.10.0 0.0.0.255
    access-list 1 permit 10.1.3.0 0.0.0.255
    access-list 1 permit 10.1.10.0 0.0.0.3
    access-list 100 remark auto generated by SDM firewall configuration
    access-list 100 remark SDM_ACL Category=1
    access-list 100 deny   ip 192.168.10.0 0.0.0.255 any
    access-list 100 deny   ip host 255.255.255.255 any
    access-list 100 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 100 permit ip any any
    access-list 101 remark auto generated by SDM firewall configuration##NO_ACES_8##
    access-list 101 remark SDM_ACL Category=1
    access-list 101 permit tcp 10.1.3.0 0.0.0.255 eq 2000 any
    access-list 101 permit udp 10.1.3.0 0.0.0.255 eq 2000 any
    access-list 101 deny   ip 10.1.3.0 0.0.0.255 any
    access-list 101 deny   ip 192.168.10.0 0.0.0.255 any
    access-list 101 deny   ip 192.168.101.0 0.0.0.3 any
    access-list 101 deny   ip host 255.255.255.255 any
    access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 101 permit ip any any
    access-list 102 remark auto generated by SDM firewall configuration##NO_ACES_6##
    access-list 102 remark SDM_ACL Category=1
    access-list 102 deny   ip 10.1.10.0 0.0.0.3 any
    access-list 102 deny   ip 10.1.3.0 0.0.0.255 any
    access-list 102 deny   ip 192.168.101.0 0.0.0.3 any
    access-list 102 deny   ip host 255.255.255.255 any
    access-list 102 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 102 permit ip any any
    access-list 102 permit ip 192.168.101.0 0.0.0.3 any
    access-list 103 remark auto generated by SDM firewall configuration##NO_ACES_8##
    access-list 103 remark SDM_ACL Category=1
    access-list 103 permit tcp 10.1.10.0 0.0.0.3 any eq 2000
    access-list 103 permit udp 10.1.10.0 0.0.0.3 any eq 2000
    access-list 103 deny   ip 10.1.10.0 0.0.0.3 any
    access-list 103 deny   ip 192.168.10.0 0.0.0.255 any
    access-list 103 deny   ip 192.168.101.0 0.0.0.3 any
    access-list 103 deny   ip host 255.255.255.255 any
    access-list 103 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 103 permit ip any any
    access-list 105 permit ip any any
    snmp-server community public RO
    tftp-server flash:/phones/521_524/cp524g-8-1-17.bin alias cp524g-8-1-17.bin
    tftp-server flash:/phones/5x5/spa5x5-7-1-3c.bin alias spa5x5-7-1-3c.bin
    tftp-server flash:/phones/525/spa525g-7-4-8.bin alias spa525g-7-4-8.bin
    control-plane
    bridge 1 route ip
    bridge 100 route ip
    voice-port 0/0/0
    cptone GB
    station-id name Cordless
    station-id number 329
    caller-id enable
    voice-port 0/0/1
    cptone AE
    caller-id enable
    voice-port 0/0/2
    cptone AE
    caller-id enable
    voice-port 0/0/3
    cptone AE
    caller-id enable
    voice-port 0/1/0
    trunk-group ALL_FX0 64
    translation-profile incoming INCOMING_CallerID_PROFILE
    supervisory disconnect dualtone mid-call
    supervisory custom-cptone UAE-CUSTOM
    input gain 14
    cptone GB
    connection plar opx 511
    impedance 600c
    description Configured by CCA 4FXO-0/1/0-Custom-BG
    bearer-cap Speech
    caller-id enable
    voice-port 0/1/1
    trunk-group ALL_FX0 64
    translation-profile incoming INCOMING_CallerID_PROFILE
    supervisory disconnect dualtone mid-call
    supervisory custom-cptone UAE-CUSTOM
    input gain 14
    cptone GB
    connection plar opx 511
    impedance 600c
    description Configured by CCA 4 FXO-0/1/1-Custom-BG
    bearer-cap Speech
    caller-id enable
    voice-port 0/1/2
    trunk-group ALL_FX0 64
    translation-profile incoming INCOMING_CallerID_PROFILE
    supervisory disconnect dualtone mid-call
    supervisory custom-cptone UAE-CUSTOM
    supervisory dualtone-detect-params 1
    input gain 14
    cptone GB
    connection plar opx 511
    impedance 600c
    description Configured by CCA 4 FXO-0/1/2-Custom-BG
    bearer-cap Speech
    caller-id enable
    voice-port 0/1/3
    trunk-group ALL_FX0 64
    translation-profile incoming INCOMING_CallerID_PROFILE
    supervisory disconnect dualtone mid-call
    supervisory custom-cptone UAE-CUSTOM
    input gain 14
    cptone GB
    connection plar opx 511
    impedance 600c
    description Configured by CCA 4 FXO-0/1/3-Custom-BG
    bearer-cap Speech
    caller-id enable
    voice-port 0/4/0
    auto-cut-through
    signal immediate
    input gain auto-control -15
    description Music On Hold Port
    sccp local Loopback0
    sccp ccm 10.1.3.1 identifier 1 version 4.0
    sccp
    sccp ccm group 1
    associate ccm 1 priority 1
    associate profile 1 register confprof1
    dspfarm profile 1 conference 
    description DO NOT MODIFY, active CCA conference profile - CCA2.0 codec729
    codec g711ulaw
    codec g711alaw
    codec g729ar8
    codec g729abr8
    codec g729r8
    codec g729br8
    maximum sessions 2
    associate application SCCP
    dial-peer cor custom
    name internal
    name local
    name local-plus
    name international
    name national
    name national-plus
    name emergency
    name toll-free
    dial-peer cor list call-internal
    member internal
    dial-peer cor list call-local
    member local
    dial-peer cor list call-local-plus
    member local-plus
    dial-peer cor list call-national
    member national
    dial-peer cor list call-national-plus
    member national-plus
    dial-peer cor list call-international
    member international
    dial-peer cor list call-emergency
    member emergency
    dial-peer cor list call-toll-free
    member toll-free
    dial-peer cor list user-internal
    member internal
    member emergency
    dial-peer cor list user-local
    member internal
    member local
    member emergency
    member toll-free
    dial-peer cor list user-local-plus
    member internal
    member local
    member local-plus
    member emergency
    member toll-free
    dial-peer cor list user-national
    member internal
    member local
    member local-plus
    member national
    member emergency
    member toll-free
    dial-peer cor list user-national-plus
    member internal
    member local
    member local-plus
    member national
    member national-plus
    member emergency
    member toll-free
    dial-peer cor list user-international
    member internal
    member local
    member local-plus
    member international
    member national
    member national-plus
    member emergency
    member toll-free
    dial-peer voice 1 pots
    port 0/0/0
    no sip-register
    dial-peer voice 2 pots
    port 0/0/1
    no sip-register
    dial-peer voice 3 pots
    port 0/0/2
    no sip-register
    dial-peer voice 4 pots
    port 0/0/3
    no sip-register
    dial-peer voice 5 pots
    description ** MOH Port **
    destination-pattern ABC
    port 0/4/0
    no sip-register
    dial-peer voice 50 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/1/0
    dial-peer voice 51 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/1/1
    dial-peer voice 52 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/1/2
    dial-peer voice 53 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/1/3
    dial-peer voice 54 pots
    description ** FXO pots dial-peer **
    destination-pattern A0
    port 0/1/0
    no sip-register
    dial-peer voice 55 pots
    description ** FXO pots dial-peer **
    destination-pattern A1
    port 0/1/1
    no sip-register
    dial-peer voice 56 pots
    description ** FXO pots dial-peer **
    destination-pattern A2
    port 0/1/2
    no sip-register
    dial-peer voice 2000 voip
    description ** cue voicemail pilot number **
    destination-pattern 388
    b2bua
    session protocol sipv2
    session target ipv4:10.1.10.1
    voice-class sip outbound-proxy ipv4:10.1.10.1 
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad
    dial-peer voice 6 pots
    description "catch all dial peer for BRI/PRI"
    translation-profile incoming nondialable
    incoming called-number .%
    direct-inward-dial
    dial-peer voice 57 pots
    description ** FXO pots dial-peer **
    destination-pattern A3
    port 0/1/3
    no sip-register
    dial-peer voice 69 pots
    destination-pattern 329
    port 0/0/0
    dial-peer voice 300 pots
    trunkgroup ALL_FX0
    description Local Numbers
    destination-pattern 9T
    forward-digits 9
    dial-peer voice 301 voip
    destination-pattern 2..
    session target ipv4:192.168.201.2
    dial-peer voice 303 pots
    trunkgroup ALL_FXO
    trunkgroup ALL_FX0
    description **InternationalCall**
    destination-pattern 88T
    dial-peer voice 304 pots
    trunkgroup ALL_FX0
    description *EM1*
    destination-pattern 9[1-9]T
    forward-digits 3
    dial-peer voice 302 pots
    trunkgroup ALL_FX0
    description **Mobiles**
    destination-pattern 9.[0-9].[0-9]......
    dial-peer voice 305 pots
    trunkgroup ALL_FX0
    description **800-**
    destination-pattern 9[0-9][0-9][0-9]T
    no dial-peer outbound status-check pots
    telephony-service
    sdspfarm conference mute-on 111 mute-off 222
    sdspfarm units 5
    sdspfarm tag 1 confprof1
    conference hardware
    video
    fxo hook-flash
    max-ephones 40
    max-dn 300
    ip source-address 10.1.3.1 port 2000
    max-redirect 20
    auto assign 1 to 1 type bri
    calling-number initiator
    service phone videoCapability 1
    service phone webAccess 0
    service dnis overlay
    service dnis dir-lookup
    timeouts interdigit 5
    system message American Center
    url services http://10.1.10.1/voiceview/common/login.do
    url authentication http://10.1.10.2/CCMCIP/authenticate.asp 
    load 521G-524G cp524g-8-1-17
    load 525G spa525g-7-4-8
    load 501G spa5x5-7-1-3c
    load 502G spa5x5-7-1-3c
    load 504G spa5x5-7-1-3c
    load 508G spa5x5-7-1-3c
    load 509G spa5x5-7-1-3c
    time-zone 35
    date-format dd-mm-yy
    voicemail 388
    max-conferences 8 gain -6
    call-forward pattern .T
    call-forward system redirecting-expanded
    hunt-group logout HLog
    moh MOH2.wav
    multicast moh 239.10.16.16 port 2000
    web admin system name cisco secret 5 $1$iDgA$MKNi2RWfsO0KjuC82kgLJ1
    dn-webedit
    time-webedit
    transfer-system full-consult dss
    transfer-pattern 9.T
    transfer-pattern .T
    secondary-dialtone 9
    fac standard
    create cnf-files version-stamp 7960 Aug 29 2012 12:00:04
    line con 0
    privilege level 15
    logging synchronous
    no modem enable
    line aux 0
    line 2
    no activation-character
    no exec
    transport preferred none
    transport input all
    line vty 0 4
    exec-timeout 0 0
    logging synchronous
    login local
    transport input all
    line vty 5 100
    login local
    transport input all
    ntp master
    end
    Some of the output are not shown becaus it is to long I have attach the  whole config for reference and any advice on how could I optimize and  resolve my issues is greatly appreciated. Thanks

    Nicolo - First off this stuff gets crazy sometimes.  No worries about the exam.  Sometimes when FXO ports go crazy it is due to battery reversal.  If you go to the FXO port settings try turning battery reversal on and or off... depending on its current setting.  See if that helps. 
    As for the 525s not registering..  These are inside the network correct?  Are you connecting one directly to the UC500 with a Cat5E or Cat6 patch cable and the same thing happens?  Does the MAC address on the phone match a MAC address under the EPHONE settings? 
    If you telnet into the UC500 can you execute a "dir" command at the CLI prompt and "CD" (change directory) into the phones folder and then the spa525g folder?  Do files exist in there? 
    Also I only see an IP address under BVI100?  This is the voice side of things what happened to the IP address under BVI1 (Data VLAN).  Can you give us some information about the internal network?  Cna you PING this phone system from the network?  What IP address does it have?

  • Jtech Pager System and FXO

    Hello and thanks in advance.
    I am attempting to connect a Jtech Pager system to a FXO port. This is not an over head paging system just a pager system that uses one analog line. When I attempt to activate the pager system using the created partition I receive a busy signal.
    Will I need a TAMB type device when connecting a pager system? I did not know if this type of device is necessary when using a pager system as it is necessary when using an overhead paging system.

    The cables has ot be corss stacked while connecting two switches.
    With fallback bridging, the switch bridges together two or more VLANs or routed ports, essentially connecting multiple VLANs within one bridge domain. Fallback bridging forwards traffic that the switch does not route and forwards traffic belonging to a nonroutable protocol such as DECnet.

  • Gatekeeper and load balancing

    Dears;
    What is the right rule (right configuration) that I have to place it to be able to distribute for the following VXML browsers in the below algorith:
    zone prefix IPCCKWT_P 4519* gw-priority 10 IPCCSTCVG1 IPCCSTCVG2 IPCCSTCVG3 IPCCSTCVG4
    First request to: IPCCSTCVG1
    Second request: IPCCSTCVG2
    Third request: IPCCSTCVG1
    Fourth request: IPCCSTCVG2
    Fifth request: IPCCSTCVG3
    Sixth request: IPCCSTCVG4
    Seventh request: IPCCSTCVG1
    Eight request: IPCCSTCVG2
    Ninth request: IPCCSTCVG1
    Tenth request: IPCCSTCVG2
    Eleventh request: IPCCSTCVG3
    Thirteeth request: IPCCSTCVG4
    Regards
    Bilal

    Instead of 20 use 9, 10 is the max:
    gw-priority pri-0-to-10 gw-alias - Range is from 0 to 10, where 0 prevents the gatekeeper from using the gateway
    gw-alias for that prefix and 10 places the highest priority on gateway gw-alias. The default is 5.
    Good doc on GKs:
    http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a00800a8928.shtml
    HTH, please rate all useful posts!
    Chris

  • CVP: using the Gatekeeper and the SIP Proxy, why? VXML gateway and the ingress gateway communication?

    Hi All;
    I am actually keep asking with my self, why to use gatekeeper or SIP proxy when deploying the CVP solution, why not to use the Call Manager? Is it because that the concept built on SIP and H323 so call manager can not handle these kind of operations as call manager is supporting MGCP?
    From the other side, what kind of trunk or protocol of communication method is used between the ingress gateway and the VXML browser?
    Any advise?
    Regards
    Bilal

    The main reason is not all who deployed ISN/CVP in the past use Call Manager as the PBX.
    CVP is a powerful solution that covers many deployment scenarios. Its ability to integrate with legacy switches has been very important in the past, and although as we move forward, these types of deployments will probably become fewer, the independence of CVP on Call Manager remains a cornerstone of the design.
    I'm glad it was built that way. Look at some of the other deployment models (like Call Director) in the CVP Guide.
    It's not because Call Manager supports MGCP - you don't need to have any MGCP gateways in your Call Manager deployment. You could have all H.323 gateways and manage the dial plan on the gateways with a gatekeeper. Or use SIP.
    The ingress gateway does not talk to the VXML server - the VXML gateway does.
    In a branch office design, these are one and the same; but that's not the fundamental architecture. The IOS on the VXML gateway runs a voice browser (I guess you could call this a VXML browser). It uses HTTP to send and receive information (VXML documents) from the VXML server - whether this be the CVP Call Server or an external VXML server (like what was brought in-house with the Audium acqusition - the Cisco CVP VXML Server).
    Regards,
    Geoff

  • Router Model 2801 with fxs/DID and FXO card.

    Greetings.I am Yeoh here I just configured DID direct inward dial on the fxs port.RJ11 connection to pbx. dunno wheter it will function or not. should i configure the ring and voltage for the connection to run? Here i have router 2800 . Not really sure what is require to configure but the manager here says we need this running with pbx and only simple flat network. no other routing function used. the important part here is the voip configuration. I have two router one with fxs card another one with fxo. For what i understand is PBX connection plug to fx0 then from router a to router b using fe0/0 to fe 0/0 then from router b i connect it to the phone using FXS/DID is this correct? what is the configs to make my phone running. i plug it in but it seems not responding. no sound at all. just some small "TUK TUK TUK" voice in it.

    Anyone can help me. Please.

  • FXS and FXO configuration and design help

    hi all...
    i am new to voip configuration... and i have to configure the voip for our branch office... we have 2610 with the 2FXS and 2FXO prot... now i have one pulblic IP address which is used by my local lan user...and we have configured NAT/PAT on our VPN concerntrator... now we are looking to establish the VOIP phone (analogphone with the help of FXO and FXS) we have ASTRIK server at our main office and i want to register my local office analog phone with server at our main office... now what kind of configuration we need on our 2610 in order to configure voip...
    connectivity:
    ADSL connection form ISP---VPN 3005---D-Link nonmanagable swithch---LAN
    at present we have above connectivity and now i want to add my 2610 router with analogphone connected to it... how can i connect and how can i configure it...?
    regards
    Devang

    you need to configure pots and voip dialPeers for the incoming/outgoing legs of the calls.
    pots dialPeers will be used for the FXO/FXS ports. voip dialPeers will be used for connection to ASTERISK voip pbx.
    you need voice port configuration for your FXS to connect to your analogPhone.
    you need voice port configuration for your FXO to connect to analog pstn. (if you have any)
    see these links for more info:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010ae1c.shtml
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0080147524.shtml
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010fed1.shtml
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a00801bc341.shtml
    http://www.cisco.com/en/US/tech/tk652/tk653/tech_configuration_examples_list.html
    there are plenty of examples throughout these for reference.

  • SIP and FXO selection

     hi all;
    I need my gateway to route the calls coming from 58XX extensions to PSTN SIP trunk
    and to route the calles coming from 61XX extension to FXO lines
    anybody had this scenario befor ?!
    regards

    Yes you can do that,
    Youse answer-adreess to match inbounf dial-peer and then apply translation rule on that,
    using translation rule prepfix something to your DNIS that chosses your outbound dial-peer.
    on the outbound dial-peer, once gain apply translation rule to remove prefixed digit, and Make DNIS as original.
    There are lot many post on this topic, search for ANI based routing.
    Regards
    Chintan

  • GateKeeper and Redownloading Programs

    So when I download a program from an Unidentified developer the first time I get this message from GateKeeper.
    However, when I DELETE THE PROGRAM and I redownload THE SAME PROGRAM AGAIN it gives me this message instead. ( I used images from google images so its not the same program in the pictures).
    How come I don't have to go to my security and privacy tab and click open anyway when I redownload a program.
    It scares me because I want the message from the first image because it gives more protection when my siblings use my computer. I don't want them to just be able to click open.

    Create a separate standard account for them and then they won't be able to install applications.
    User Account – Add

  • CVP with SIP and FXO

    Hi
    I have two fxo ports. I want to configure SIP at my Gateway. Already I have configured FXO port and Dial-Peer at my SIP Gateway. when I am dialing my number it give sontinuousl ring tone. And its taking my mobile balance also....
    How Can I go further.

    There could be a number of things misconfigured ... but one thing I do observe - you don't have the "handoff" application.
    service handoff flash:handoff.tcl
      paramspace english index 0
      paramspace english language en
      paramspace english location flash
      paramspace english prefix en
    Please describe the call in more detail.
    Are you using an analogue phone connected to the FXO port (I usually use an FXS card for this)?
    What number are you calling?
    Does it start the switch leg and start your ICM script?
    Do you have an explicit "Send To VRU" node? Is it working?
    Is the VRU transfer number coming back to the voice gateway? Why don't you use "Send To Originator" for that label?
    Is the "request instruction" coming back up through the CVP PG to find your script and resume it?
    Can the system find where the correlation ID lives (DNIS length matches length of VRY transfer label)?
    Regards,
    Geoff

Maybe you are looking for

  • MacBook Pro 15 Late 2011 random crashing?

    Hi Everyone, Having some real issuses with my macbook pro at the moment, at random osx will just restart and throw me up an error report when its restarted. Also when i go into boot camp windows wont run for long before bluescreening. System Config:

  • I able to copy and paste files from external hard drive to mac, but not the other way around. Please suggest. Thanks

    I m able to copy and paste selected files from external hard drive to my mac but not the other way around. Im not able to copy files from Mac to external hard drive. The same is working fine with USB flash memory. Please help.

  • Problem installing oracle developer  Suite 10g on window 7 64 bit

    hi am in window 7 64-bit am trying to install my oracle developer suite am geting this error when installing Starting Oracle Universal Installer... Checking installer requirements... Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual

  • Kernel_task consumes a lot of CPU

    Hello! I have MacBook Pro 5,5 with Mac OS 10.6.8. It always slows down during charging and periodically when it works on a battery. I have analyzed threads with Shark and it shows that AppleIntelCPUPowerManagement::~AppleIntelCPUPowerManagement eats

  • Network Design Pointers...

    Hey everyone, I am not too sure if this is the correct location to be posting this, but I have some questions regarding networking design. I have created a test network within Packet Tracer, which I have added as an attachment. I just wanted some poi