Cisco Unified Communications Manager with Cisco Unified Border Element [CUBE IOS-XE 3.15] on ISR 4K using SIP

Size: px
Start display at page:

Download "Cisco Unified Communications Manager 10.5.2 with Cisco Unified Border Element [CUBE 11.0.0 IOS-XE 3.15] on ISR 4K using SIP"

Transcription

1 Verizon SIP Trunking: Cisco Unified Communications Manager with Cisco Unified Border Element [CUBE IOS-XE 3.15] on ISR 4K using SIP JULY 24, 2015 Page 1 of 63

2 Table of Contents Introduction... 3 Network Topology... 4 System Components... 5 Hardware Requirements... 5 Software Requirements... 6 Features... 6 Features Supported... 6 Features Not Supported... 6 Caveats... 6 Configuration... 6 Configuring Cisco Unified Border Element... 6 Network Interface... 7 Global Cisco UBE settings... 7 Media Passing through Cisco UBE (media flow-through vs. media flow-around)... 9 Codecs... 9 Dial peer... 9 Configuration example Configuring Cisco Unified Communications Manager... Error Bookmark not defined. Cisco UCM Version Offnet calls via Verizon SIP Trunk Dialplan Acronyms Important Information Table of Figures Figure 1 Network Topology... 5 Figure 2 Cisco UCM version Figure 3 Service Parameter Figure 4 Service parameter(cont...) Figure 5 Service parameter(cont...) Figure 6 Service parameter(cont...) Figure 7 Service parameter(cont...) Page 2 of 63

3 Figure 8 Service parameter(cont...) Figure 9 Service parameter(cont...) Figure 10 Service parameter(cont...) Figure 11 Service parameter(cont...) Figure 12 Service parameter(cont...) Figure 13 Service parameter(cont...) Figure 14 Service parameter(cont...) Figure 15 Service parameter(cont...) Figure 16 SIP Trunk Security Profile Figure 17 SIP Profile Figure 18 SIP Profile (cont ) Figure 19 SIP Profile (cont ) Figure 20 SIP Profile (cont ) Figure 21 SIP Trunk list Figure 22 SIP Trunk to CUBE Figure 23 SIP Trunk to CUBE (cont ) Figure 24 SIP Trunk to CUBE (cont ) Figure 25 SIP Trunk to CUBE (cont ) Figure 26 Route Pattern list Figure 27 Route Pattern for Voice Figure 28 Route Pattern for Voice(cont ) Introduction Page 3 of 63

4 Service Providers today, such as Verizon, are offering alternative methods to connect to the PSTN via their IP network. Most of these services utilize SIP as the primary signaling method and centralized IP to TDM POP gateways to provide on-net and off-net services. Verizon is a service provider offering that allows connection to the PSTN and may offer the end customer a viable alternative to traditional PSTN connectivity. A demarcation device between these services and customer owned services is recommended. As an intermediary device between Cisco Unified Communications Manager and Verizon network, Cisco Unified Border Element (Cisco UBE) [IOS- XE Release 3.15, CUBE ] can be used. The Cisco Unified Border Element provides demarcation, security, interworking and session control services for Cisco Unified Communications Manager connected to Verizon IP network. This document assumes the reader is knowledgeable with the terminology and configuration of Cisco UCM (Cisco Unified Communications Manager). Only configuration settings specifically required for Verizon interoperability are presented. Feature configuration and most importantly the dial plan are customer specific and need individual approach. This application note describes how to configure a Cisco Unified Communications Manager (Cisco UCM) and Cisco Unified Border Element (Cisco UBE) on ISR 4K for connectivity to Verizon SIP trunking service. The deployment model covered in this application note is CPE (Cisco UCM ) to PSTN (Verizon). Testing was performed in accordance to Verizon generic SIP trunking test methodology and among features verified were basic calls, DTMF transport, Music on Hold (MOH), unattended and attended transfers, call forward, conferences and interoperability with Cisco Unity Connection (CUC) The Cisco UCM configuration detailed in this document is based on a lab environment with a simple dial-plan used to ensure proper interoperability between Verizon SIP network and Cisco Unified Communications. The configuration described in this document details the important configuration settings to have enabled for interoperability to be successful and care must be taken by the network administrator deploying Cisco UCM to interoperate to Verizon SIP trunking network. This application note does not cover the use of Calling Search Spaces (CSS) or partitions on Cisco UCM. To understand and learn how to apply CSS and partitions refer to the cisco.com link below: Network Topology Page 4 of 63

5 Figure 1 Network Topology Cisco IP Phones 7975 and 7965 phones are the devices primarily used throughout the testing to place or receive calls. VentaFax Soft Client is used to perform all fax related scenarios. The fax client is connected to SIP Gateway via FXS port which in turn communicates with Cisco UCM over SIP. System Components Hardware Requirements Cisco UCS-C240-M3S VMWare host running ESXi 5.5 Standard Page 5 of 63

6 Cisco UCM running on VMware Cisco ISR 4431 Cube Cisco 2851 Fax Gateway IP phones 7975(SCCP) and 7965 (SCCP). Software Requirements Cisco Unified Communications Manager IOS-XE version 15.5(2)S, XE3.15 for ISR 4431 IOS 15.0(1)XA3 for Cisco 2851 Fax Gateway Features Features Supported Incoming and outgoing off-net calls using G729 Call hold Call transfer (unattended and attended) Call forward (all, busy and no answer) Calling Line (number) Identification Presentation (CLIP) Calling Line (number) Identification Restriction (CLIR) DTMF (RFC2833) Media flow-through on Cisco UBE Fax (G.711 and T.38) Features Not Supported Caveats Cisco IP phones used in this test do not support blind transfer. Unattended and attended transfer scenarios were tested Cisco IOS Enhanced Conference Bridge is used to establish conference with PSTN using G729 codec CLID is not updated on PSTN phones for transfer scenarios Testing is done with only one PBX Configuration Configuring Cisco Unified Border Element Page 6 of 63

7 Network Interface Configure Ethernet IP address and sub interface. The IP address and VLAN encapsulation used are for illustration only, the actual IP address can vary. For SIP trunks two IP addresses must be configured - for LAN and WAN. interface GigabitEthernet0/0/0 ip address negotiation auto interface GigabitEthernet0/0/1 no ip address shutdown media-type rj45 negotiation auto interface GigabitEthernet0/0/2 description LAN interface ip address negotiation auto redundancy rii 1 redundancy group 1 ip exclusive interface GigabitEthernet0/0/3 description WAN interface ip address negotiation auto redundancy rii 2 redundancy group 1 ip exclusive Page 7 of 63

8 Global Cisco UBE settings In order to enable Cisco UBE IP2IP gateway functionality, following command has to be entered: voice service voip no ip address trusted authenticate address-hiding mode border-element allow-connections sip to sip redundancy-group 1 no supplementary-service sip handle-replaces fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none sip session refresh asserted-id pai early-offer forced no silent-discard untrusted midcall-signaling passthru privacy-policy passthru privacy-policy send-always g729 annexb-all Explanation Command allow-connections sip to sip fax protocol Description Allow IP2IP connections between two SIP call legs Specifies the fax protocol Page 8 of 63

9 asserted-id early-offer forced midcall-signaling passthru Specifies the type of privacy header in the outgoing SIP requests and response messages Enables SIP Delayed-Offer to Early-Offer globally Passes SIP messages from one IP leg to another IP leg Media Passing through Cisco UBE (media flow-through vs. media flow-around) Default Cisco UBE configuration enables Cisco UBE to work in flow-through mode (this test use Flowthrough mode). In order to enable flow-around mode, please perform the following actions: voice service voip media flow-around Codecs G729 is used as the preferred codec for this testing. voice class codec 1 codec preference 1 g729r8 codec preference 2 g711ulaw Dial peer Cisco UBE uses dial-peer to route the call accordingly based on the digits. dial-peer voice 100 voip description incoming from VZ session protocol sipv2 incoming called-number voice-class codec 1 voice-class sip bind control source-interface GigabitEthernet0/0/3 voice-class sip bind media source-interface GigabitEthernet0/0/3 dtmf-relay rtp-nte fax rate Page 9 of 63

10 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad dial-peer voice 101 voip description "incoming call from VZ facing IP-PBX" destination-pattern session protocol sipv2 session target ipv4: :5060 session transport udp voice-class codec 1 voice-class sip asserted-id pai voice-class sip privacy-policy passthru voice-class sip early-offer forced voice-class sip bind control source-interface GigabitEthernet0/0/2 voice-class sip bind media source-interface GigabitEthernet0/0/2 dtmf-relay rtp-nte fax rate fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad dial-peer voice 200 voip description outgoing call to VZ facing VZ network huntstop destination-pattern [2-9]T session protocol sipv2 session target ipv4: :5072 voice-class codec 1 Page 10 of 63

11 voice-class sip rel1xx supported "100rel" voice-class sip asserted-id pai voice-class sip privacy-policy passthru voice-class sip early-offer forced voice-class sip bind control source-interface GigabitEthernet0/0/3 voice-class sip bind media source-interface GigabitEthernet0/0/3 dtmf-relay rtp-nte fax rate fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad dial-peer voice 201 voip description incoming from IP-PBX session protocol sipv2 incoming called-number [2-9]T voice-class codec 1 voice-class sip bind control source-interface GigabitEthernet0/0/2 voice-class sip bind media source-interface GigabitEthernet0/0/2 dtmf-relay rtp-nte fax rate fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad Configuration example The following configuration snippet contains a sample configuration of Cisco UBE with all parameters mentioned previously. Page 11 of 63

12 Active Cisco UBE: User Access Verification Username: cisco Password: % Password expiration warning Cisco Configuration Professional (Cisco CP) is installed on this device and it provides the default username "cisco" for one-time use. If you have already used the username "cisco" to login to the router and your IOS image supports the "one-time" user option, then this username has already expired. You will not be able to login to the router with this username after you exit this session. It is strongly suggested that you create a new username with a privilege level of 15 using the following command. username <myuser> privilege 15 secret 0 <mypassword> Replace <myuser> and <mypassword> with the username and password you want to use CISCO_4K_ROUTER1#sh running-config Building configuration... Current configuration : 5951 bytes Page 12 of 63

13 Last configuration change at 22:52:47 UTC Thu Jul by cisco version 15.5 service config service timestamps debug datetime msec service timestamps log datetime msec no platform punt-keepalive disable-kernel-core boot-start-marker boot system flash bootflash:/isr4400-universalk s s-std.spa.bin boot-end-marker hostname CISCO_4K_ROUTER1 boot-start-marker boot-end-marker vrf definition Mgmt-intf address-family ipv4 exit-address-family address-family ipv6 exit-address-family vrf definition mgmt-intf logging queue-limit Page 13 of 63

14 logging buffered logging rate-limit enable secret 5 $1$EWC0$6QpPfaUZ/L04rhx3qQlj7/ enable password tekv1z10n aaa new-model aaa session-id common ipc zone default association 1 no shutdown no ip domain lookup ip domain name tekvizion.com subscriber templating multilink bundle-name authenticated cts logging verbose voice service voip no ip address trusted authenticate address-hiding mode border-element allow-connections sip to sip Page 14 of 63

15 redundancy-group 1 no supplementary-service sip handle-replaces fax protocol pass-through g711ulaw sip session refresh asserted-id pai early-offer forced no silent-discard untrusted midcall-signaling passthru privacy-policy passthru privacy-policy send-always g729 annexb-all voice class codec 1 codec preference 1 g729r8 codec preference 2 g711ulaw voice class codec 2 codec preference 1 g711ulaw codec preference 2 g729r8 bytes 30 voice class sip-profiles 1 request REFER sip-header Referred-By remove license udi pid ISR4431/K9 sn FOC18261KJL license boot level appxk9 license boot level uck9 Page 15 of 63

16 spanning-tree extend system-id username cisco privilege 15 password 0 tekv1z10n redundancy mode none application redundancy group 1 name voice-b2bha priority 100 failover threshold 75 timers delay 30 reload 60 control GigabitEthernet0/0/0 protocol 1 data GigabitEthernet0/0/0 track 1 shutdown track 2 shutdown vlan internal allocation policy ascending track 1 interface GigabitEthernet0/0/2 line-protocol track 2 interface GigabitEthernet0/0/3 line-protocol ip tftp source-interface GigabitEthernet0 ip ssh version 1 interface GigabitEthernet0/0/0 ip address Page 16 of 63

17 negotiation auto interface GigabitEthernet0/0/1 no ip address shutdown media-type rj45 negotiation auto interface GigabitEthernet0/0/2 description LAN interface ip address negotiation auto redundancy rii 1 redundancy group 1 ip exclusive interface GigabitEthernet0/0/3 description WAN interface ip address negotiation auto redundancy rii 2 redundancy group 1 ip exclusive interface GigabitEthernet0 vrf forwarding Mgmt-intf no ip address shutdown negotiation auto Page 17 of 63

18 interface Vlan1 no ip address shutdown ip forward-protocol nd no ip http server no ip http secure-server ip route ip route ip route control-plane mgcp behavior rsip-range tgcp-only mgcp behavior comedia-role none mgcp behavior comedia-check-media-src disable mgcp behavior comedia-sdp-force disable mgcp profile default dial-peer voice 100 voip description incoming from VZ session protocol sipv2 incoming called-number Page 18 of 63

19 voice-class codec 1 voice-class sip bind control source-interface GigabitEthernet0/0/3 voice-class sip bind media source-interface GigabitEthernet0/0/3 dtmf-relay rtp-nte fax-relay ecm disable fax rate disable fax protocol pass-through g711ulaw no vad dial-peer voice 101 voip description "incoming call from VZ facing IP-PBX" destination-pattern session protocol sipv2 session target ipv4: :5060 session transport udp voice-class codec 1 voice-class sip asserted-id pai voice-class sip privacy-policy passthru voice-class sip early-offer forced voice-class sip bind control source-interface GigabitEthernet0/0/2 voice-class sip bind media source-interface GigabitEthernet0/0/2 dtmf-relay rtp-nte fax-relay ecm disable fax rate disable fax protocol pass-through g711ulaw no vad Page 19 of 63

20 dial-peer voice 200 voip description outgoing call to VZ facing VZ network huntstop destination-pattern [2-9]T session protocol sipv2 session target ipv4: :5072 voice-class codec 1 voice-class sip rel1xx supported "100rel" voice-class sip asserted-id pai voice-class sip privacy-policy passthru voice-class sip early-offer forced voice-class sip bind control source-interface GigabitEthernet0/0/3 voice-class sip bind media source-interface GigabitEthernet0/0/3 dtmf-relay rtp-nte fax rate fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad dial-peer voice 201 voip description incoming from IP-PBX session protocol sipv2 incoming called-number [2-9]T voice-class codec 1 voice-class sip bind control source-interface GigabitEthernet0/0/2 voice-class sip bind media source-interface GigabitEthernet0/0/2 dtmf-relay rtp-nte fax rate Page 20 of 63

21 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad gateway media-inactivity-criteria all timer receive-rtcp 5 timer receive-rtp sip-ua no remote-party-id retry invite 2 timers expires connection-reuse line con 0 logging synchronous stopbits 1 line aux 0 stopbits 1 line vty 0 session-timeout 90 exec-timeout no activation-character logging synchronous transport preferred ssh Page 21 of 63

22 transport input all stopbits 1 line vty 1 4 exec-timeout logging synchronous transport input all End Standby Cisco UBE: CISCO_4K_ROUTER2#sh running-config Current configuration : 5676 bytes version 15.5 service timestamps debug datetime msec service timestamps log datetime msec no platform punt-keepalive disable-kernel-core hostname CISCO_4K_ROUTER2 boot-start-marker boot system flash bootflash:/isr4400-universalk s s-std.spa.bin boot-end-marker vrf definition Mgmt-intf address-family ipv4 Page 22 of 63

23 exit-address-family address-family ipv6 exit-address-family enable secret 5 $1$zQRB$CCbzfD1aYzk3kPvzAm2KU0 enable password cisco aaa new-model aaa session-id common no ip domain lookup ip domain name tekvizion.com subscriber templating multilink bundle-name authenticated cts logging verbose voice service voip no ip address trusted authenticate address-hiding mode border-element allow-connections sip to sip redundancy-group 1 no supplementary-service sip handle-replaces fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none sip Page 23 of 63

24 session refresh asserted-id pai early-offer forced no silent-discard untrusted midcall-signaling passthru privacy-policy passthru privacy-policy send-always g729 annexb-all voice class codec 1 codec preference 1 g729r8 codec preference 2 g711ulaw voice class codec 2 codec preference 1 g711ulaw codec preference 2 g729r8 bytes 30 voice class sip-profiles 1 request REFER sip-header Referred-By remove license udi pid ISR4431/K9 sn FOC license boot level appxk9 license boot level uck9 spanning-tree extend system-id username cisco privilege 15 secret 5 $1$AGR7$e7pQx6UI0be3bzRbc0lr81 Page 24 of 63

25 Page 25 of 63

26 redundancy mode none application redundancy group 1 name voice-b2bha priority 100 failover threshold 75 timers delay 30 reload 60 control GigabitEthernet0/0/0 protocol 1 data GigabitEthernet0/0/0 track 1 shutdown track 2 shutdown vlan internal allocation policy ascending track 1 interface GigabitEthernet0/0/2 line-protocol track 2 interface GigabitEthernet0/0/3 line-protocol ip tftp source-interface GigabitEthernet0 interface GigabitEthernet0/0/0 ip address negotiation auto interface GigabitEthernet0/0/1 no ip address shutdown Page 26 of 63

27 negotiation auto interface GigabitEthernet0/0/2 ip address negotiation auto redundancy rii 1 redundancy group 1 ip exclusive interface GigabitEthernet0/0/3 description Wan Interface ip address negotiation auto redundancy rii 2 redundancy group 1 ip exclusive interface GigabitEthernet0 vrf forwarding Mgmt-intf no ip address shutdown negotiation auto interface Vlan1 no ip address shutdown ip forward-protocol nd no ip http server Page 27 of 63

28 no ip http secure-server ip route ip route ip route control-plane mgcp behavior rsip-range tgcp-only mgcp behavior comedia-role none mgcp behavior comedia-check-media-src disable mgcp behavior comedia-sdp-force disable mgcp profile default dial-peer voice 100 voip description incoming from VZ session protocol sipv2 incoming called-number voice-class codec 1 voice-class sip bind control source-interface GigabitEthernet0/0/3 voice-class sip bind media source-interface GigabitEthernet0/0/3 dtmf-relay rtp-nte fax rate fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad dial-peer voice 101 voip Page 28 of 63

29 description "incoming call from VZ facing IP-PBX" destination-pattern session protocol sipv2 session target ipv4: :5060 session transport udp voice-class codec 1 voice-class sip asserted-id pai voice-class sip privacy-policy passthru voice-class sip early-offer forced voice-class sip bind control source-interface GigabitEthernet0/0/2 voice-class sip bind media source-interface GigabitEthernet0/0/2 dtmf-relay rtp-nte fax rate fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad dial-peer voice 200 voip description outgoing call to VZ facing VZ network huntstop destination-pattern [2-9]T session protocol sipv2 session target ipv4: :5072 voice-class codec 1 voice-class sip rel1xx supported "100rel" voice-class sip asserted-id pai voice-class sip privacy-policy passthru voice-class sip early-offer forced Page 29 of 63

30 voice-class sip bind control source-interface GigabitEthernet0/0/3 voice-class sip bind media source-interface GigabitEthernet0/0/3 dtmf-relay rtp-nte fax rate fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad dial-peer voice 201 voip description incoming from IP-PBX session protocol sipv2 incoming called-number [2-9]T voice-class codec 1 voice-class sip bind control source-interface GigabitEthernet0/0/2 voice-class sip bind media source-interface GigabitEthernet0/0/2 dtmf-relay rtp-nte fax rate fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none no vad gateway media-inactivity-criteria all timer receive-rtcp 5 timer receive-rtp sip-ua no remote-party-id retry invite 2 Page 30 of 63

31 timers expires connection-reuse line con 0 stopbits 1 line aux 0 stopbits 1 line vty 0 session-timeout 90 exec-timeout password tekv1z10n no activation-character logging synchronous transport preferred ssh transport input all stopbits 1 line vty 1 4 exec-timeout password tekv1z10n logging synchronous transport input all end Page 31 of 63

32 Page 32 of 63

33 Configuring Cisco Unified Communications Manager Cisco UCM Version Figure 2 Cisco UCM version Cisco Call Manager Service Parameters Page 33 of 63

34 Navigation path: System-> Service Parameters Select Server* = clus28pubsub CUCM Voice/Video (Active) Select Service*= Cisco CallManager (Active) Select Duplex Streaming Enabled* = True Figure 3 Service Parameter Page 34 of 63

35 Figure 4 Service parameter (cont...) Page 35 of 63

36 Figure 5 Service parameter (cont...) Page 36 of 63

37 Figure 6 Service parameter (cont...) Page 37 of 63

38 Figure 7 Service parameter (cont...) Page 38 of 63

39 Figure 8 Service parameter (cont...) Page 39 of 63

40 Figure 9 Service parameter (cont...) Page 40 of 63

41 Figure 10 Service parameter (cont...) Page 41 of 63

42 Figure 11 Service parameter (cont...) Page 42 of 63

43 Figure 12 Service parameter (cont...) Page 43 of 63

44 Figure 13 Service parameter (cont...) Page 44 of 63

45 Figure 14 Service parameter (cont...) Page 45 of 63

46 Figure 15 Service parameter (cont...) Page 46 of 63

47 Offnet calls via Verizon SIP Trunk Off-net calls are served by SIP trunks configured between Cisco UCM and Verizon network and Calls are routed via Cisco UBE. SIP Trunk Security Profile Navigation Path: System -> Security -> SIP Trunk Security Profile Figure 16 SIP Trunk Security Profile Parameter Value Description Page 47 of 63

48 Incoming Transport Type TCP + UDP Outgoing Transport Type UDP SIP trunks to Verizon should use UDP as a transport protocol for SIP. This is configured using SIP Trunk Security profile, which is later assigned to the SIP trunk itself. SIP Profile Configuration SIP Profile will be later associated with the SIP trunk. Navigation Path: Device-> Device Settings-> SIP Profile Figure 17 SIP Profile Page 48 of 63

49 Figure 18 SIP Profile (cont ) Page 49 of 63

50 Figure 19 SIP Profile (cont ) Page 50 of 63

51 Figure 20 SIP Profile (cont ) Parameter Value Description Default MTP Telephony Event Payload Type 101 RFC2833 DTMF payload type SIP Rel1XX Options Send PRACK for 1xx Messages Enable Provisional Acknowledgements (Reliable 100 messages) Ping Interval for In-service and Partially In-service Trunks (seconds) Ping Interval for Out-ofservice Trunks (seconds) 60 OPTIONS message parameters- interval time 120 OPTIONS message parameters- interval time Page 51 of 63

52 SIP Trunk Configuration Create SIP trunks to Cisco UBE. Create SIP trunks similarly to Cisco Unity Connection and Cisco Fax Gateway. Navigation: Device-> Trunk Figure 21 SIP Trunk list Page 52 of 63

53 Figure 22 SIP Trunk to CUBE Page 53 of 63

54 Figure 23 SIP Trunk to CUBE (cont ) Page 54 of 63

55 Figure 24 SIP Trunk to CUBE (cont ) Page 55 of 63

56 Figure 25 SIP Trunk to CUBE (cont ) Page 56 of 63

57 Parameter Value Description Device Name VERIZON Name for the trunk Device Pool G729_pool Default Device Pool is used for this trunk Media Resource Group List MRGL_MTP MRG with resources:ann, CFB, MOH and MTP Significant Digits 4 4 digits Extension for all CPE phones Destination Address Virtual IP address of the Cisco UBE SIP Trunk Security Profile SIP Profile Verizon Non Secure SIP Trunk Profile Standard SIP Profile w/early media disabled SIP Trunk Security Profile configured earlier SIP Profile configured earlier Dialplan Page 57 of 63

58 Route Pattern Configuration Navigation: Call Routing-> Route/Hunt-> Route Pattern Route patterns are configured as below, Cisco IP phone dial digits number to access PSTN via Cisco UBE, 9 is removed before send to Cisco UBE; for FAX call, Access Code 9 is used at Cisco Fax gateway, 9 is removed at Cisco UCM and 10 digits number is send to Cisco UBE to Verizon network. Figure 26 Route Pattern list Page 58 of 63

59 Figure 27 Route Pattern for Voice Page 59 of 63

60 Figure 28 Route Pattern for Voice (cont ) Setting Value Description Route Pattern 9.@ for Voice call, Specify appropriate Route Pattern Gateway/Route List Verizon for Route Pattern 9.@ SIP Trunk name configured earlier Numbering Plan NANP for Route Pattern 9.@ North American Numbering Plan Call Classification Offnet for Route Pattern 9.@ a Restrict the transferring of an external call to an external device Discard Digits PreDot for Route Pattern 9.@ Specifies how to modify digit before they are sending to Verizon network. Page 60 of 63

61 Acronyms Acronym CPE Cisco UBE Cisco UCM MTP POP PSTN ESBC SCCP SIP Definitions Customer Premise Equipment Cisco Unified Border Element Cisco Unified Communications Manager Media Termination Point Point of Presence Public Switched Telephone Network Enterprise Session Border Controller Skinny Client Control Protocol Session Initiation Protocol Page 61 of 63

62 Important Information THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES Page 62 of 63

63 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA USA Tel: NETS (6387) Fax: European Headquarters CiscoSystems International BV Haarlerbergpark Haarlerbergweg CH Amsterdam The Netherlands wwweurope.cisco.com Tel: Fax: Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA USA Tel: Fax: AsiaPacific Headquarters Cisco Systems, Inc. Capital Tower 168 Robinson Road #22-01 to #29-01 Singapore Tel: Fax: Cisco Systems has more than 200 offices in the following countries and regions. Addresses, phone numbers, and fax numbers are listed on the Cisco Web site at Argentina Australia Austria Belgium Brazil Bulgaria Canada Chile China PRC Colombia Costa Rica Croatia Czech Republic Denmark Dubai, UAE Finland France Germany Greece Hong Kong SAR Hungary India Indonesia Ireland Israel Italy Japan Korea Luxembourg Malaysia Mexico The Netherlands New Zealand Norway Peru Philippines Poland Portugal Puerto Rico Romania Russia Saudi Arabia Scotland Singapore Slovakia Slovenia South Africa Spain Sweden Switzerland Taiwan Thailand Turkey Ukraine United Kingdom United States Venezuela Vietnam Zimbabwe CCENT, Cisco Lumin, Cisco Nexus, the Cisco logo and the Cisco Square Bridge logo are trademarks of Cisco Systems, Inc.; Changing the Way We Work, Live, Play, and Learn is a service mark of Cisco Systems, Inc.; and Access Registrar, Aironet, BPX, Catalyst, CCDA, CCDP, CCVP, CCIE, CCIP, CCNA, CCNP, CCSP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, EtherFast, EtherSwitch, Fast Step, Follow Me Browsing, FormShare, GigaDrive, HomeLink, Internet Quotient, IOS, iphone, iq Expertise, the iq logo, iq Net Readiness Scorecard, iquick Study, LightStream, Linksys, Meeting Place, MGX, Networking Academy, Network Registrar, Packet, PIX, ProConnect, ScriptShare, SMARTnet, StackWise, The Fastest Way to Increase Your Internet Quotient, and TransPath are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries. All other trademarks mentioned in this document or Website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0705R) Printed in the USA Page 63 of 63

CISCO SMALL AND MEDIUM BUSINESS CLASS VOICE SOLUTIONS: CISCO CALLMANAGER EXPRESS BUNDLES

CISCO SMALL AND MEDIUM BUSINESS CLASS VOICE SOLUTIONS: CISCO CALLMANAGER EXPRESS BUNDLES OVERVIEW CISCO SMALL AND MEDIUM BUSINESS CLASS VOICE SOLUTIONS: CISCO CALLMANAGER EXPRESS BUNDLES COMPANY PROFILE Cisco CallManager Express (CME) promotional bundles are appropriate for small businesses

More information

Cisco Router and Security Device Manager File Management

Cisco Router and Security Device Manager File Management Application Note Cisco Router and Security Device Manager File Management Introduction Cisco Router and Security Device Manager (SDM) allows you to view and manage the file system on your Cisco router

More information

CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND 12.4T FEATURE SETS FOR THE CISCO 3800 SERIES ROUTERS

CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND 12.4T FEATURE SETS FOR THE CISCO 3800 SERIES ROUTERS PRODUCT BULLETIN NO. 2877 CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND FEATURE SETS FOR THE CISCO 3800 SERIES ROUTERS This product bulletin details changes to the Cisco IOS Software packaging for Cisco

More information

CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND 12.4T FEATURE SETS FOR THE CISCO 2800 SERIES ROUTERS

CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND 12.4T FEATURE SETS FOR THE CISCO 2800 SERIES ROUTERS PRODUCT BULLETIN NO. 2879 CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND FEATURE SETS FOR THE CISCO 2800 SERIES ROUTERS This product bulletin details changes to the Cisco IOS Software packaging for Cisco

More information

Cisco GLBP Load Balancing Options

Cisco GLBP Load Balancing Options Data Sheet Cisco GLBP Load Balancing Options Last updated: December 2005 INTRODUCTION The purpose of this document is to discuss the options that Cisco Gateway Load Balancing Protocol (GLBP) one of Cisco

More information

Figure 1. The Cisco Aironet Power Injectors Provide Inline Power to Cisco Aironet Access Points and Bridges

Figure 1. The Cisco Aironet Power Injectors Provide Inline Power to Cisco Aironet Access Points and Bridges DATA SHEET CISCO AIRONET POWER INJECTOR Cisco Aironet Power Injector products increase the deployment flexibility of Cisco Aironet wireless access points and bridges by providing an alternative powering

More information

CISCO IOS SOFTWARE FEATURE PACKS FOR THE CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES (MODULAR) INTEGRATED SERVICES ROUTERS

CISCO IOS SOFTWARE FEATURE PACKS FOR THE CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES (MODULAR) INTEGRATED SERVICES ROUTERS CISCO IOS SOFTWARE FEATURE PACKS FOR THE CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES (MODULAR) INTEGRATED SERVICES ROUTERS This product bulletin provides details on the Cisco IOS s for

More information

CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS

CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS DATA SHEET CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS The Cisco industry-standard Small Form-Factor Pluggable Interface Converter (SFP) for packet-over-sonet/sdh (POS), optical networking,

More information

Microsoft Lync 2013 [v5.0.8308.0] to Verizon Business SIP Trunk via the Cisco Unified Border Element 10.5 [IOS 15.4(3)M]

Microsoft Lync 2013 [v5.0.8308.0] to Verizon Business SIP Trunk via the Cisco Unified Border Element 10.5 [IOS 15.4(3)M] Application Note Microsoft Lync 2013 [v5.0.8308.0] to Verizon Business SIP Trunk via the Cisco Unified Border Element 10.5 [IOS 15.4(3)M] 12/12/2014 Table of Contents Introduction... 2 Network Topology...

More information

CISCO CATALYST 3750 SERIES SWITCHES

CISCO CATALYST 3750 SERIES SWITCHES AT-A-GLANCE CISCO CATALYST 3750 SERIES SWITCHES Product Part Number Port Speed Number Cisco Catalyst 3750-24TS 3750-24TS 3750-24FS 3750-24PS 3750-24PS 3750-48TS 3750-48TS 3750-48PS WS-C3750-24TS-S 10/100

More information

Cisco Aironet 1130AG Series

Cisco Aironet 1130AG Series Ordering Guide Cisco Aironet 1130AG Series The Cisco Aironet 1130AG Series IEEE 802.11a/b/g Access Point is a fixed-configuration, dual-band access point. Built in to the access point are two radios each

More information

CISCO AIRONET POWER INJECTOR

CISCO AIRONET POWER INJECTOR DATA SHEET CISCO AIRONET POWER INJECTOR Cisco Aironet Power Injector products increase the deployment flexibility of Cisco Aironet wireless access points and bridges by providing an alternative powering

More information

Integra Telecom SIP Trunking: Connecting Cisco Unified Communications Manager 8.5(1) via the Cisco Unified Border Element using SIP

Integra Telecom SIP Trunking: Connecting Cisco Unified Communications Manager 8.5(1) via the Cisco Unified Border Element using SIP Application Note Integra Telecom SIP Trunking: Connecting Cisco Unified Communications Manager 8.5(1) via the Cisco Unified Border Element using SIP June 3, 2011 Table of Contents Introduction... 2 Network

More information

Cisco 3640 - PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with CallManager using Analog FXS and FXO Interfaces as an MGCP Gateway

Cisco 3640 - PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with CallManager using Analog FXS and FXO Interfaces as an MGCP Gateway Application Note Cisco 3640 - PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with CallManager using Analog FXS and FXO Interfaces as an MGCP Gateway Introduction This application note describes

More information

CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES

CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES DATA SHEET CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES Offering a single ISDN BRI S/T interface, this WIC may require an external Network Termination 1 (NT1),

More information

NETWORK AVAILABILITY IMPROVEMENT SUPPORT OPERATIONAL RISK MANAGEMENT ANALYSIS

NETWORK AVAILABILITY IMPROVEMENT SUPPORT OPERATIONAL RISK MANAGEMENT ANALYSIS DATA SHEET NETWORK AVAILABILITY IMPROVEMENT SUPPORT OPERATIONAL RISK MANAGEMENT ANALYSIS Operational Risk Management Analysis helps you maintain and improve network availability by evaluating the risks

More information

and 2, implemented With Cisco Unified Border Control Element (CUBE)

and 2, implemented With Cisco Unified Border Control Element (CUBE) www.xo.com XO SIP Service Customer Configuration Guide for Cisco Unified Communications Manager (CUCM) 8.0.3 XO SIP Packages 1 and 2, implemented With Cisco Unified Border Control Element (CUBE) 1 PRODUCT

More information

Level 3 SIP Trunking: Connecting Cisco Unified Communications Manager 7.1(3) via the Cisco Unified Border Element using SIP

Level 3 SIP Trunking: Connecting Cisco Unified Communications Manager 7.1(3) via the Cisco Unified Border Element using SIP Application Note Level 3 SIP Trunking: Connecting Cisco Unified Communications Manager 7.1(3) via the Cisco Unified Border Element using SIP August 19, 2010 Table of Contents Introduction... 2 Network

More information

CISCO CALLMANAGER EXPRESS 3.2

CISCO CALLMANAGER EXPRESS 3.2 ORDERING GUIDE CISCO CALLMANAGER EXPRESS 3.2 To be used by authorized partners and direct accounts only. HOW TO ORDER CISCO CALLMANAGER EXPRESS 3.2 Cisco CallManager Express (CME) is a feature in Cisco

More information

CISCO IP PHONE EXPANSION MODULE 7914

CISCO IP PHONE EXPANSION MODULE 7914 DATA SHEET CISCO IP PHONE EXPANSION MODULE 7914 Call coverage is a critical capability for administrative assistants and others who must monitor, manage, and cover the various status of calls. This requires

More information

Cisco Solution Incentive Program Asia Pacific

Cisco Solution Incentive Program Asia Pacific Channel Incentive Offerings Cisco Solution Incentive Program Asia Pacific User Guide This program will expire on December 31, 2006. Cisco Systems reserves the right to cancel or modify this program at

More information

Cisco Outbound Option

Cisco Outbound Option Data Sheet Cisco Outbound Option Today s contact center is about more than just handling inbound telephone calls it is about fully integrated, multi-channel customer interaction. The Cisco Intelligent

More information

CISCO 10GBASE X2 MODULES

CISCO 10GBASE X2 MODULES DATA SHEET CISCO 10GBASE X2 MODULES Figure 1. Cisco 10GBASE X2 and Xenpak Module PRODUCT OVERVIEW The Cisco 10GBASE X2 modules (Figure 1) offers customers a wide variety of 10 Gigabit Ethernet connectivity

More information

Cisco Unified Communications Manager 9.1.2 with Cisco Unified Border Element 10.0.1 (IOS 15.4(2)T) using SIP

Cisco Unified Communications Manager 9.1.2 with Cisco Unified Border Element 10.0.1 (IOS 15.4(2)T) using SIP Application Note COX SIP Trunking: Cisco Unified Communications Manager 9.1.2 with Cisco Unified Border Element 10.0.1 (IOS 15.4(2)T) using SIP May 06, 2014 Page 1 of 58 Table of Contents Introduction...

More information

Cisco ATA 186 Analog Telephone Adaptor

Cisco ATA 186 Analog Telephone Adaptor Data Sheet Cisco ATA 186 Analog Telephone Adaptor The Cisco ATA 186 Analog Telephone Adaptor is a handset-to-ethernet adaptor that turns traditional telephone devices into IP devices. Customers can take

More information

City Government Improves Caller Service and Cultivates Economic Vitality

City Government Improves Caller Service and Cultivates Economic Vitality Customer Case Study City Government Improves Caller Service and Cultivates Economic Vitality EXECUTIVE SUMMARY CITY OF SACRAMENTO, CALIFORNIA 445,000 residents 97 square miles INDUSTRY Local Government

More information

Enabling High Availability for Voice Services in Cable Networks

Enabling High Availability for Voice Services in Cable Networks White Paper Enabling High Availability for Voice Services in Cable Networks When customers place a telephone call, they expect it to go through on the first attempt and they expect it to continue without

More information

CISCO NETWORK CONNECTIVITY CENTER MPLS MANAGER 1.0

CISCO NETWORK CONNECTIVITY CENTER MPLS MANAGER 1.0 DATA SHEET CISCO NETWORK CONNECTIVITY CENTER MPLS MANAGER 1.0 Cisco Network Connectivity Center (NCC) Multiprotocol Label Switching (MPLS) Manager maximizes the availability of VPNs based on MPLS technology.

More information

Intelepeer SIP Trunking: Connecting Cisco Unified Communications Manager 8.5(1) via the Cisco Unified Border Element 1.3 using SIP

Intelepeer SIP Trunking: Connecting Cisco Unified Communications Manager 8.5(1) via the Cisco Unified Border Element 1.3 using SIP Application Note Intelepeer SIP Trunking: Connecting Cisco Unified Communications Manager 8.5(1) via the Cisco Unified Border Element 1.3 using SIP March 25, 2011 Table of Contents Introduction... 2 Network

More information

CISCO MEETINGPLACE FOR OUTLOOK 5.3

CISCO MEETINGPLACE FOR OUTLOOK 5.3 DATA SHEET CISCO MEETINGPLACE FOR OUTLOOK 5.3 Rich-media Conferencing for Microsoft Outlook PRODUCT OVERVIEW Cisco MeetingPlace part of the Cisco IP Communications system is a complete rich-media conferencing

More information

Cisco Conference Connection

Cisco Conference Connection Data Sheet Cisco Conference Connection Cisco IP Communications a comprehensive system of powerful, enterprise-class solutions including IP telephony, unified communications, IP video/audio conferencing,

More information

CISCO CONTENT SWITCHING MODULE SOFTWARE VERSION 4.1(1) FOR THE CISCO CATALYST 6500 SERIES SWITCH AND CISCO 7600 SERIES ROUTER

CISCO CONTENT SWITCHING MODULE SOFTWARE VERSION 4.1(1) FOR THE CISCO CATALYST 6500 SERIES SWITCH AND CISCO 7600 SERIES ROUTER PRODUCT BULLETIN NO. 2438 CISCO CONTENT SWITCHING MODULE SOFTWARE VERSION 4.1(1) FOR THE CISCO CATALYST 6500 SERIES SWITCH AND CISCO 7600 SERIES ROUTER NEW FEATURES New features of the Cisco Content Switching

More information

Cisco IOS Public-Key Infrastructure: Deployment Benefits and Features

Cisco IOS Public-Key Infrastructure: Deployment Benefits and Features Data Sheet Cisco IOS Public-Key Infrastructure: Deployment Benefits and Features Introduction to Public Key Infrastructure Public Key Infrastructure (PKI) offers a scalable method of securing networks,

More information

How To Get A New Phone System For Your Business

How To Get A New Phone System For Your Business Cisco Phone Systems Telemarketing Script Cold Call 1. Locate Contact: Name listed Owner General Manager / Office Manager Chief BDM (Business Decision Maker) Note: Avoid talking to IT since this is not

More information

Feb, 2015. Note: Testing was conducted in tekvizion Labs.

Feb, 2015. Note: Testing was conducted in tekvizion Labs. COLT Communications SIP Trunking: Connecting Cisco Unified Communications Manager (CUCM) 10.5.1 via the Cisco Unified Border Element (CUBE) 10.5 using SIP Feb, 2015 Page 1 of 37 Note: ing was conducted

More information

Verizon IP Trunking Service: Connecting Cisco Unified Communications Manager 6.1(2) via the Cisco Unified Border Element using SIP

Verizon IP Trunking Service: Connecting Cisco Unified Communications Manager 6.1(2) via the Cisco Unified Border Element using SIP Application Note Verizon IP Trunking Service: Connecting Cisco Unified Communications Manager 6.1(2) via the Cisco Unified Border Element using SIP October 27, 2008 Table of Contents Introduction... 2

More information

Application Note. December 2014 Table of Contents

Application Note. December 2014 Table of Contents Application Note Bell Canada SIP Trunking Service: Connecting Cisco Unified Communications Manager 10.5 via the Cisco Unified Border Element 10.5 [IOS 15.4(3)M] using SIP December 2014 Table of Contents

More information

CISCO CATALYST 6500 SUPERVISOR ENGINE 32

CISCO CATALYST 6500 SUPERVISOR ENGINE 32 PRODUCT BULLETIN NO. 2678 CISCO CATALYST 6500 SUPERVISOR ENGINE 32 Cisco Systems introduces the Cisco Catalyst 6500 Series Supervisor Engine 32, the next generation of supervisor engine for the Cisco Catalyst

More information

CISCO IP CONTACT CENTER HOSTED EDITION A CROSS-NETWORK (PSTN TO IP), DISTRIBUTED, INTELLIGENT, HOSTED PLATFORM FOR CONTACT CENTERS

CISCO IP CONTACT CENTER HOSTED EDITION A CROSS-NETWORK (PSTN TO IP), DISTRIBUTED, INTELLIGENT, HOSTED PLATFORM FOR CONTACT CENTERS BROCHURE CISCO IP CONTACT CENTER HOSTED EDITION A CROSS-NETWORK (PSTN TO IP), DISTRIBUTED, INTELLIGENT, HOSTED PLATFORM FOR CONTACT CENTERS Responding to a changing marketplace and intense competition,

More information

Cisco Unified IP Phone 7906G

Cisco Unified IP Phone 7906G Q&A Cisco Unified IP Phone 7906G GENERAL QUESTIONS What is the Cisco IP Phone 7906G? The new Cisco Unified IP Phone 7906G is the latest Cisco Systems full-featured basic set IP phone providing enhanced

More information

NETFLOW PERFORMANCE ANALYSIS

NETFLOW PERFORMANCE ANALYSIS WHITE PAPER NETFLOW PERFORMANCE ANALYSIS INTRODUCTION The Cisco IOS NetFlow feature set allows for the tracking of individual IP flows as they are received at a Cisco router or switching device. Network

More information

End-of-Sale and End-of-Life Announcement for the Cisco Catalyst 2970 Series Switches

End-of-Sale and End-of-Life Announcement for the Cisco Catalyst 2970 Series Switches Product Bulletin No. EOL1092 End-of-Sale and End-of-Life Announcement for the Cisco Catalyst 2970 Series Switches Cisco Systems announces the end-of-sale and end-of-life dates for Cisco Catalyst 2970 Series

More information

CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES

CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES DATA SHEET CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES Offering a single ISDN BRI S/T interface, this WIC may require an external Network Termination 1 (NT1),

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR SELECTIVE CISCO CATALYST 6503, CATALYST 6506 AND CATALYST 6509 CHASSIS

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR SELECTIVE CISCO CATALYST 6503, CATALYST 6506 AND CATALYST 6509 CHASSIS PRODUCT BULLETIN NO. 3037 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR SELECTIVE CISCO CATALYST 6503, CATALYST 6506 AND CATALYST 6509 CHASSIS Cisco Systems announces the end-of-sale and end-of-life dates

More information

SURGE PROTECTION CABLES FOR SMART SERIAL INTERFACES

SURGE PROTECTION CABLES FOR SMART SERIAL INTERFACES DATA SHEET SURGE PROTECTION CABLES FOR SMART SERIAL INTERFACES Surge events, including ElectroStatic Discharge (ESD) and lightning surges, are common in many parts of the world, especially during electrical

More information

The endpoints used in this testing all have E.164 numbering which is supported by Cisco UCM Release 7.0(1).

The endpoints used in this testing all have E.164 numbering which is supported by Cisco UCM Release 7.0(1). Application Note Microsoft Office Communications Server 2007 Enterprise Edition using Direct SIP to Cisco Unified Communications Manager 7.0(1) Simultaneous Ring Feature November 6, 2008 - Revision 1 Table

More information

CISCO WAN MANAGER 15.1

CISCO WAN MANAGER 15.1 DATA SHEET CISCO WAN MANAGER 15.1 Cisco WAN Manager is a high-performance, carrier-class element- and network-management product for the Cisco MGX Family, Cisco BPX Family, and Cisco IGX Family of multiservice

More information

Customizing Your Cisco Unified IP Phone on the Web

Customizing Your Cisco Unified IP Phone on the Web Phone Guide Customizing Your Cisco Unified IP Phone on the Web Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

SERIAL AND ASYNCHRONOUS HIGH-SPEED WAN INTERFACE CARDS FOR CISCO 1800, 2800, AND 3800 SERIES INTEGRATED SERVICES ROUTERS

SERIAL AND ASYNCHRONOUS HIGH-SPEED WAN INTERFACE CARDS FOR CISCO 1800, 2800, AND 3800 SERIES INTEGRATED SERVICES ROUTERS DATA SHEET SERIAL AND ASYNCHRONOUS HIGH-SPEED WAN INTERFACE CARDS FOR CISCO 1800, 2800, AND 3800 SERIES INTEGRATED SERVICES ROUTERS Serial and asynchronous high-speed WAN interface cards (HWICs) provide

More information

CISCO 100BASE-X SFP FOR FAST ETHERNET SFP PORTS

CISCO 100BASE-X SFP FOR FAST ETHERNET SFP PORTS DATA SHEET CISCO 100BASE-X SFP FOR FAST ETHERNET SFP PORTS PRODUCT OVERVIEW The Cisco 100BASE-X Small Form-factor Pluggable (SFP) is a hot-swappable input/output device that plugs into a Fast Ethernet

More information

CISCO IOS IP SERVICE LEVEL AGREEMENT

CISCO IOS IP SERVICE LEVEL AGREEMENT DATA SHEET CISCO IOS IP SERVICE LEVEL AGREEMENT Network services have changed dramatically in recent years, most notably due to the addition of voice, video, and other mission-critical delay- and performance-sensitive

More information

CISCO ATA 186 ANALOG TELEPHONE ADAPTOR

CISCO ATA 186 ANALOG TELEPHONE ADAPTOR DATA SHEET CISCO ATA 186 ANALOG TELEPHONE ADAPTOR The Cisco ATA 186 Analog Telephone Adaptor is a handset-to-ethernet adaptor that turns traditional telephone devices into IP devices. Customers can take

More information

CISCO WAN MANAGER 15 DATA SHEET

CISCO WAN MANAGER 15 DATA SHEET DATA SHEET CISCO WAN MANAGER 15 Cisco WAN Manager is a high-performance carrier-class element and network management product for the Cisco MGX, Cisco BPX, and Cisco IGX series multiservice switches and

More information

PUBLIC KEY INFRASTRUCTURE CERTIFICATE REVOCATION LIST VERSUS ONLINE CERTIFICATE STATUS PROTOCOL

PUBLIC KEY INFRASTRUCTURE CERTIFICATE REVOCATION LIST VERSUS ONLINE CERTIFICATE STATUS PROTOCOL WHITE PAPER PUBLIC KEY INFRASTRUCTURE CERTIFICATE REVOCATION LIST VERSUS ONLINE CERTIFICATE STATUS PROTOCOL CERTIFICATE REVOCATION CHECKING ON CISCO IOS SOFTWARE Introduction The support for x.509 digital

More information

CISCO ATA 188 ANALOG TELEPHONE ADAPTOR

CISCO ATA 188 ANALOG TELEPHONE ADAPTOR DATA SHEET CISCO ATA 188 ANALOG TELEPHONE ADAPTOR The Cisco ATA 188 Analog Telephone Adaptor is a handset-to-ethernet adaptor that turns traditional telephone devices into IP devices. Customers can take

More information

THE CISCO CRM COMMUNICATIONS CONNECTOR GIVES EMPLOYEES SECURE, RELIABLE, AND CONVENIENT ACCESS TO CUSTOMER INFORMATION

THE CISCO CRM COMMUNICATIONS CONNECTOR GIVES EMPLOYEES SECURE, RELIABLE, AND CONVENIENT ACCESS TO CUSTOMER INFORMATION CUSTOMER SUCCESS STORY THE CISCO CRM COMMUNICATIONS CONNECTOR GIVES EMPLOYEES SECURE, RELIABLE, AND CONVENIENT ACCESS TO CUSTOMER INFORMATION EXECUTIVE SUMMARY CUSTOMER NAME Coleman Technologies INDUSTRY

More information

NTL teams with Cisco Advanced Services to reduce risk and deliver the world s largest Cisco Content Delivery Network deployment in just two months

NTL teams with Cisco Advanced Services to reduce risk and deliver the world s largest Cisco Content Delivery Network deployment in just two months Customer Success Story NTL teams with Cisco Advanced Services to reduce risk and deliver the world s largest Cisco Content Delivery Network deployment in just two months EXECUTIVE SUMMARY CUSTOMER NAME

More information

Cisco CNS NetFlow Collection Engine Version 4.0

Cisco CNS NetFlow Collection Engine Version 4.0 Data Sheet Cisco CNS NetFlow Collection Engine Version 4.0 Cisco CNS is a suite of intelligence engines that work with device agents to create a programmable network. Cisco CNS extends the management plane

More information

CISCO IP PHONE SERVICES SOFTWARE DEVELOPMENT KIT (SDK)

CISCO IP PHONE SERVICES SOFTWARE DEVELOPMENT KIT (SDK) DATA SHEET CISCO IP PHONE SERVICES SOFTWARE DEVELOPMENT KIT (SDK) Cisco Systems IP Phone Services bring the power of the World Wide Web to Cisco IP Phones. An integral part of a Cisco AVVID (Architecture

More information

CISCO PIX SECURITY APPLIANCE LICENSING

CISCO PIX SECURITY APPLIANCE LICENSING DATA SHEET CISCO PIX SECURITY APPLIANCE LICENSING The market-leading Cisco PIX Security Appliance Series supports a variety of licensing options, enabling businesses to select the capabilities that are

More information

NetFlow Feature Acceleration

NetFlow Feature Acceleration WHITE PAPER NetFlow Feature Acceleration Feature Description Rapid growth in Internet and intranet deployment and usage has created a major shift in both corporate and consumer computing paradigms. This

More information

CenturyLink SIP Trunking: Connecting Cisco Unified Communications Manager 8.6.1 via the Cisco Unified Border Element 8.6 using SIP

CenturyLink SIP Trunking: Connecting Cisco Unified Communications Manager 8.6.1 via the Cisco Unified Border Element 8.6 using SIP Application Note CenturyLink SIP Trunking: Connecting Cisco Unified Communications Manager 8.6.1 via the Cisco Unified Border Element 8.6 using SIP March 22, 2013 Table of Contents Introduction... 2 Network

More information

CISCO NETWORK ASSISTANT

CISCO NETWORK ASSISTANT DATA SHEET CISCO NETWORK ASSISTANT PRODUCT OVERVIEW Cisco Network Assistant is a PC-based network management application optimized for LANs of small and medium-sized business with up to 250 users. Cisco

More information

Sprint SIP Toll Free: Connecting Cisco Unified Customer Voice Portal 8.5 via the Cisco Unified Border Element 8.8 using SIP

Sprint SIP Toll Free: Connecting Cisco Unified Customer Voice Portal 8.5 via the Cisco Unified Border Element 8.8 using SIP Application Note Sprint SIP Toll Free: Connecting Cisco Unified Customer Voice Portal 8.5 via the Cisco Unified Border Element 8.8 using SIP Nov 6, 2012 Table of Contents Introduction... 3 Network Topology...

More information

CISCO NETWORK ANALYSIS SOFTWARE 3.4

CISCO NETWORK ANALYSIS SOFTWARE 3.4 PRODUCT BULLETIN NO. 2764 CISCO NETWORK ANALYSIS SOFTWARE 3.4 Cisco Systems is proud to announce Cisco Network Analysis Module (NAM) Software 3.4 for both the Cisco Catalyst 6500 and Cisco 7600 Series

More information

Cisco Router and Security Device Manager USB Storage

Cisco Router and Security Device Manager USB Storage Application Note Cisco Router and Security Device Manager USB Storage Introduction The USB Storage feature on the Cisco Router and Security Device Manager (Cisco SDM) allows the Cisco 871 and Cisco 1800,

More information

CISCO METRO ETHERNET SERVICES AND SUPPORT

CISCO METRO ETHERNET SERVICES AND SUPPORT SERVICES OVERIVEW CISCO METRO ETHERNET SERVICES AND SUPPORT In the ever-changing communications market, incumbent service providers are looking for ways to grow revenue. One method is to deploy service

More information

SIP Trunking Configuration Guide for Cisco Unified Communications Manager (CUCM) Version 9.0.1.11005-1 with Cisco Unified Border Element (CUBE)

SIP Trunking Configuration Guide for Cisco Unified Communications Manager (CUCM) Version 9.0.1.11005-1 with Cisco Unified Border Element (CUBE) SIP Trunking Configuration Guide for Cisco Unified Communications Manager (CUCM) Version 9.0.1.11005-1 with Cisco Unified Border Element (CUBE) Table of Contents Introduction... 3 Executive Summary..3

More information

CISCO MDS 9000 FAMILY PERFORMANCE MANAGEMENT

CISCO MDS 9000 FAMILY PERFORMANCE MANAGEMENT WHITE PAPER CISCO MDS 9000 FAMILY PERFORMANCE MANAGEMENT As storage area networks (SANs) grow, so do the challenges for monitoring and resolving performance issues. Summary views of networkwide historical

More information

Cisco Router and Security Device Manager Dial-Backup Solution

Cisco Router and Security Device Manager Dial-Backup Solution Application Note Cisco Router and Security Device Manager Dial-Backup Solution Introduction Point-to-Point Protocol over Ethernet (PPPoE) and IP Security (IPSec) VPN deployments are increasing and require

More information

Cisco Secure Access Control Server Solution Engine

Cisco Secure Access Control Server Solution Engine Data Sheet Cisco Secure Access Control Server Solution Engine The Cisco Secure Access Control Server (ACS) provides a comprehensive identity networking solution and secure user experience for Cisco intelligent

More information

Cisco IP Phone 7912G (Part Number CP-7912G-A)

Cisco IP Phone 7912G (Part Number CP-7912G-A) Q&A CISCO IP PHONE 7911G GENERAL QUESTIONS What is the Cisco IP Phone 7911G? The new Cisco IP Phone 7911G is the latest Cisco Systems full-featured basic set IP phone providing enhanced functions for those

More information

Cisco 2-Port OC-3/STM-1 Packet-over-SONET Port Adapter

Cisco 2-Port OC-3/STM-1 Packet-over-SONET Port Adapter Data Sheet Cisco 2-Port OC-3/STM-1 Packet-over-SONET Port Adapter To meet the continual need for increased router features and performance, Cisco Systems introduces its newest packetover-sonet (POS) port

More information

Cisco Unified IP Phone 7971G-GE

Cisco Unified IP Phone 7971G-GE Data Sheet Cisco Unified IP Phone 7971G-GE Cisco Unified IP phones continue to lead the competition with integrated business functions and converged communications features beyond today's conventional

More information

IS YOUR OLD PHONE SYSTEM HANGING UP YOUR DISTRICT? CISCO K 12 DIRECT LINE SOLUTION FOR IP COMMUNICATIONS

IS YOUR OLD PHONE SYSTEM HANGING UP YOUR DISTRICT? CISCO K 12 DIRECT LINE SOLUTION FOR IP COMMUNICATIONS IS YOUR OLD PHONE SYSTEM HANGING UP YOUR DISTRICT? CISCO K 12 DIRECT LINE SOLUTION FOR IP COMMUNICATIONS THEN YOU NEED A DIRECT LINE. now. CISCO IP PHONE SOLUTIONS Cisco IP phones provide better communications,

More information

State Agency Improves Service Effectiveness by Giving Employees Database Access from Their IP Phones

State Agency Improves Service Effectiveness by Giving Employees Database Access from Their IP Phones Customer Case Study State Agency Improves Service Effectiveness by Giving Employees Database Access from Their IP Phones EXECUTIVE SUMMARY CUSTOMER NAME Arizona Department of Commerce 100 employees 12

More information

6000 WATT AC POWER SUPPLY FOR THE CISCO CATALYST 6500 SERIES CHASSIS

6000 WATT AC POWER SUPPLY FOR THE CISCO CATALYST 6500 SERIES CHASSIS DATA SHEET 6000 WATT AC POWER SUPPLY FOR THE CISCO CATALYST 6500 SERIES CHASSIS PRODUCT OVERVIEW The 6000-watt (W) power supply for the Cisco Catalyst 6500 Series chassis (Figure 1) is a dual AC input

More information

Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise

Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise DATA SHEET Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise Cisco ICM software has traditionally enabled companies to distribute inbound service volume to a variety of termination

More information

CISCO CATALYST EXPRESS 500 SERIES SWITCHES

CISCO CATALYST EXPRESS 500 SERIES SWITCHES Q&A CISCO CATALYST EXPRESS 500 SERIES SWITCHES GENERAL What are the Cisco Catalyst Express 500 Series switches? The Cisco Catalyst Express 500 Series switches deliver Cisco class networking tailored for

More information

Cisco Unified Communications System

Cisco Unified Communications System Q&A Cisco Unified Communications System The Cisco Unified Communications system of voice and video communications products and applications helps organizations of all sizes communicate more effectively

More information

CISCO WIRELESS SECURITY SUITE

CISCO WIRELESS SECURITY SUITE Q&A CISCO WIRELESS SECURITY SUITE OVERVIEW What is the Cisco Wireless Security Suite? The Cisco Wireless Security Suite is an enterprise-ready, standards-based, wireless LAN (WLAN) security solution for

More information

DATA COMPRESSION ADVANCED INTEGRATION MODULES (AIM-COMPR2-V2 AND AIM-COMPR4)

DATA COMPRESSION ADVANCED INTEGRATION MODULES (AIM-COMPR2-V2 AND AIM-COMPR4) DATA SHEET DATA COMPRESSION ADVANCED INTEGRATION MODULES (AIM-COMPR2-V2 AND AIM-COMPR4) The Data Compression Advanced Integration Modules (AIMs) deliver cost-effective options for reducing recurring wide-area

More information

Cisco IOS Voice Gateway PBX Interoperability: Avaya 8500 Communications Manager 2.1 to T1 QSIG with H.323

Cisco IOS Voice Gateway PBX Interoperability: Avaya 8500 Communications Manager 2.1 to T1 QSIG with H.323 Application Note Cisco IOS Voice Gateway PBX Interoperability: Avaya 8500 Communications Manager 2.1 to T1 QSIG with H.323 Table of Contents Introduction...1 Network Topology...2 Limitations...2 Hardware

More information

Cisco IT Data Center and Operations Control Center Tour

Cisco IT Data Center and Operations Control Center Tour Cisco IT Data Center and Operations Control Center Tour Inside the Build Room Page 1 of 8 5. Inside the Build Room Introduction Figure 1. Inside the Build Room Ian: The purpose of the Build room is for

More information

Cisco IOS Telephony Services Survivable/Standby Remote Site Telephony

Cisco IOS Telephony Services Survivable/Standby Remote Site Telephony DATA SHEET Cisco IOS Telephony Services Survivable/Standby Remote Site Telephony As enterprises extend their telephony and high-value application deployments from central sites out to remote offices, one

More information

Empower Your Law Firm with Your Next Phone System

Empower Your Law Firm with Your Next Phone System Empower Your Law Firm with Your Next Phone System BROCHURE CISCO SMB CLASS SOLUTIONS Law Firm Boosts Client Service and its Bottom Line Hahn & Hessen, LLP, a New York City law firm, is using a Cisco IP

More information

SERIAL CONNECTIVITY NETWORK MODULES (NM-1HSSI, NM-4T, NM-4A/S, NM-8A/S, NM-16A/S, NM-16A, NM-32A)

SERIAL CONNECTIVITY NETWORK MODULES (NM-1HSSI, NM-4T, NM-4A/S, NM-8A/S, NM-16A/S, NM-16A, NM-32A) DATA SHEET SERIAL CONNECTIVITY NETWORK MODULES (NM-1HSSI, NM-4T, NM-4A/S, NM-8A/S, NM-16A/S, NM-16A, NM-32A) Cisco Multi-Service Access Routers and Integrated Services Routers offer a wide variety of serial

More information

CISCO CATALYST OPERATING SYSTEM SOFTWARE RELEASE 8.4 FOR CISCO CATALYST 6500 SERIES SWITCHES

CISCO CATALYST OPERATING SYSTEM SOFTWARE RELEASE 8.4 FOR CISCO CATALYST 6500 SERIES SWITCHES PRODUCT BULLETIN NO. 2679 CISCO CATALYST OPERATING SYSTEM SOFTWARE RELEASE 8.4 FOR CISCO CATALYST 6500 SERIES SWITCHES The Cisco Catalyst Operating System (Catalyst OS) Software Release 8.4 for the supervisor

More information

CISCO 7604 ROUTER. Figure 1. Cisco 7604 Router

CISCO 7604 ROUTER. Figure 1. Cisco 7604 Router DATA SHEET CISCO 7604 ROUTER PRODUCT OVERVIEW The Cisco 7604 Router is one of the smallest, redundant routers to offer n x 10 Gigabit Ethernet performance with services. This router is part of the Cisco

More information

It looks like your regular telephone.

It looks like your regular telephone. It looks like your regular telephone. But it s a lot better. CISCO PHONE SYSTEM SOLUTIONS FOR SMALL AND MEDIUM BUSINESSES Between the increased productivity and administrative savings we ve experienced,

More information

New Cisco Catalyst 3750 Series Switches Overview

New Cisco Catalyst 3750 Series Switches Overview Product Bulletin No. 2119 New Cisco Catalyst 3750 Series Switches Overview Cisco Systems is pleased to introduce the new Cisco Catalyst 3750 Series switches, an innovative product line that improves LAN

More information

Transferring Files Using HTTP or HTTPS

Transferring Files Using HTTP or HTTPS Transferring Files Using HTTP or HTTPS First Published: May 5, 2005 Last Updated: May 14, 2009 Cisco IOS Release 12.4 provides the ability to transfer files between your Cisco IOS software-based device

More information

CISCO NETWORK CONNECTIVITY CENTER

CISCO NETWORK CONNECTIVITY CENTER DATA SHEET CISCO NETWORK CONNECTIVITY CENTER The Cisco Network Connectivity Center (NCC) delivers end-to-end management across multiple tools, technologies, and silos. From networks and applications to

More information

Per-Port, Per-VLAN Quality of Service. Trunk-Port Security. 802.1x Private VLAN Assignment. 802.1x Private Guest VLAN

Per-Port, Per-VLAN Quality of Service. Trunk-Port Security. 802.1x Private VLAN Assignment. 802.1x Private Guest VLAN PRODUCT BULLETIN NO. 2782 INTRODUCING CISCO CATALYST 4948-10GE SWITCH 10 Gigabit Ethernet Switching for High-Performance, Rack-Optimized Server Switching Cisco Systems announces the Cisco Catalyst 4948-10GE,

More information

CISCO IP PHONE 7912G. CISCO IP PHONE 7912G FEATURES The Cisco IP Phone 7912G is designed to be easy to use with conveniently placed features.

CISCO IP PHONE 7912G. CISCO IP PHONE 7912G FEATURES The Cisco IP Phone 7912G is designed to be easy to use with conveniently placed features. DATA SHEET CISCO IP PHONE 7912G Cisco IP phones---an integral component of the Cisco IP Communications system---provide superior levels of integrated business features and converged communications---levels

More information

Cisco CNS NetFlow Collection Engine Version 5.0

Cisco CNS NetFlow Collection Engine Version 5.0 Data Sheet Cisco CNS NetFlow Collection Engine Version 5.0 Cisco CNS consists of software and appliance-based applications, which support scalable network deployment, configuration, service assurance monitoring,

More information

HIGH-DENSITY PACKET VOICE DIGITAL SIGNAL PROCESSOR MODULE FOR CISCO IP COMMUNICATIONS SOLUTION

HIGH-DENSITY PACKET VOICE DIGITAL SIGNAL PROCESSOR MODULE FOR CISCO IP COMMUNICATIONS SOLUTION DATA SHEET HIGH-DENSITY PACKET VOICE DIGITAL SIGNAL PROCESSOR MODULE FOR CISCO IP COMMUNICATIONS SOLUTION PRODUCT OVERVIEW The High-Density Packet Voice digital signal processor (DSP) (PVDM2) enables Cisco

More information

Siemens Realitis / GPT isdx using E1 DPNSS to Cisco Unified Communications Manager 9.1 via Aculab ApplianX - IP Gateway release 2.3.

Siemens Realitis / GPT isdx using E1 DPNSS to Cisco Unified Communications Manager 9.1 via Aculab ApplianX - IP Gateway release 2.3. Application Note Siemens Realitis / GPT isdx using E1 DPNSS to Cisco Unified Communications Manager 9.1 via Aculab ApplianX - IP Gateway release 2.3.0 July16 2013 Initial Version Table of Contents Introduction...

More information

THE BUSINESS CASE FOR MANAGED SERVICES IN SMALL AND MEDIUM-SIZED BUSINESSES

THE BUSINESS CASE FOR MANAGED SERVICES IN SMALL AND MEDIUM-SIZED BUSINESSES WHITE PAPER THE BUSINESS CASE FOR MANAGED SERVICES IN SMALL AND MEDIUM-SIZED BUSINESSES IP-based managed services help businesses reap benefits by consistently reducing IT costs while increasing employee

More information

Cisco IP Communicator

Cisco IP Communicator Q & A Cisco IP Communicator Q. What is Cisco IP Communicator? A. Cisco IP Communicator is a software-based application that delivers enhanced telephony support through personal computers. This application

More information