Monday, June 23, 2014

Part_3 Lab3:SIP/SCCP configuration. Telephony System integrated Mobile Jabber.

Topology for Telephony system



























Telephony system configuration on CME 

  1. Voice Service trusted list
  2. CUE
  3. Jabber: SIP
  4. IPPhone: SCCP
  5. E1 controller

Voice Service Trusted List
 voice service voip 
   ip address trusted list
     ipv4 192.168.3.0 255.255.255.0     #this site subnets in trusted
   allow-connections h323 to h323       #for signal protocol trans-code
   allow-connections h323 to sip 
   allow-connections sip to h323
   allow-connections sip to h323
   allow-connections sip to sip
   fax protocol t38 version 0 ls-redundancy 0      #for FAX 
  sip   
   bind control source-interface GigabitEthernet0/0   #sip: jabber in this subnet connected to WAN port
   bind media source-interface GigabitEthernet0/0    #sip: jabber in this subnet connected to WAN port
   registrar server
   
CUE
interface Integrated-Service-Engine0/0     #this module born in the CME router
 description Loopback interface used to manage
 integrated application module
 ip unnumbered Vlan90  #no ip add, but associate with vlan 90
 service-module ip address 192.168.90.1 255.255.255.0   #CUE address
 service-module ip default-gateway 192.168.90.254

interface GigabitEthernet0/1/3
 description Interface used to Communicate with integrated service  #router interface associate with CUE 
 switchport access vlan 90     #associate with vlan 90 by access
 no ip address
 service-module ip address 192.168.90.1 255.255.255.0    #same as Integrated-Service-Engine0/0
 service-module ip default-gateway 192.168.90.254      #same as Integrated-Service-Engine0/0

http:192.168.90.1












SIP
   voice register global
      mode cme
      source-address  192.168.3.132 port 5060    #CME WAN port g0/0 ip, 5060 SIP port number
      max-dn 100
      max-pool 20    # =sccp:  max-ephone 20 
      authenticate register    #required to authentication for each user jabber app  
      authenticate realm  xxxx.com.au
      timezone 10 
      tftp-path falsh:   #must to config, sccp have tpth by default file in flash: .its 
      file text            #must config, save in text files
      create profile 

   voice register dn 1
     number 0415111111      #one jabber number 
     name XXX1
     Label XXX1.COM-XXX


   voice register dn 2

     number 0415222222      #second jabber number 
     name XXX2
     Label XXX2.COM-XXX




  voice register dn 3

     number 0415333333     #second jabber number 
     name XXX3
     Label XXX3.COM-XXX

  Jabber: (3 jabber smart phones)

   voice register pool 1      #=   sccp : ephoen 1
       registration-timer max 720 min 660    #fix value
       ip mac XXXX.XXXX.XXXX        #mobile smart device mac, could check from current  AP 
      session-transport tcp 
       type CiscoMobile-iOS        #config for iPhone, could change type for Android 
       number 1 dn 1         #=  sccp: button  1 1 
       dtmf-replay rtp-nte
       username XXX1 password 12345


   voice register pool 2      #=   sccp : ephoen 2
       registration-timer max 720 min 660    #fix value
       ip mac XXXX.XXXX.XXXX        #mobile smart device mac, could check from current  AP 
      session-transport tcp 
       type CiscoMobile-iOS        #config for iPhone, could change type for Android 
       number 1 dn 2         #=  sccp: button  1 2
       dtmf-replay rtp-nte
       username XXX2 password 12345



   voice register pool 3     #=   sccp : ephoen 1
       registration-timer max 720 min 660    #fix value
       ip mac XXXX.XXXX.XXXX        #mobile smart device mac, could check from current  AP 
      session-transport tcp 
       type CiscoMobile-iOS        #config for iPhone, could change type for Android 
       number 1 dn 3          #=  sccp: button  1 3 
       dtmf-replay rtp-nte
       username XXX3 password 12345




SCCP 


   telephony-service
   mac-ephone 10 
   mac-dn 600
   ip source-address 192.168.3.132 port 2000    #sccp port number
   web admin system name xxx password 12345   #web GUI, http://X.X.X.X/ccme.html
   create cnf-files

  
   ephone-dn 1
      number 02636311111
      label XXX office
      name XXX

   ephone 1
      mac-address XXXX.XXXX.XXXX
      type 504G      #old 504G need to config typr 
      button 1:1

interface GigabitEthernet0/1/0
  description connect to ipphone
  switchport voice vlan 100    #interface access voice vlan 100
  spanning-tree portfast 


GUI Wed
    ip http server 
    ip http authentication local    #use the local config for user / password 
    ip http path flash:gui     #CME gui file saved in flash 

E1
isdn switch-type primary-net5    #E1 type is net5
  controller E1 0/3/0
  clock source internal    #clock must config
  pri-group timeslots 1-10,16

interface Serial0/3/0:15
  encapsulation hdlc
  isdn switch-type primary-net5
  isdn protocol-emulate network   #  only on PSTN, other isdn protocol-emulate user





  

No comments:

Post a Comment