cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
195
Views
0
Helpful
2
Replies

CUCME 10.5 , Geolocation Configuration

anilkumar.cisco
Level 4
Level 4

Hello Team,

Could you pls guide me how to configure Geolocation configuration in CUCME..

I know very well , how to configure in CUCM but not sure bout CUCME , Thus pls guide..

Router : 4321, configured as CUCME 10.5.

Best Regards

anil Singh

2 Replies 2

Hi,

The equivalent for geo location in CME is LPCOR. Please see this config example.

http://www.cisco.com/c/en/us/support/docs/unified-communications/unified-communications-manager-express/117880-config-cme-00.html

**** Remember to rate useful posts

Hello Mohamad,

based on the above document and below link.

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/configuration/manual/cmeadm/cmelpcor.html

, I have prepared the below configuration file as per India DOT Guidelines..

Assuming three different entity: Local group for local IP Phone, and remote group for Remote CUCM VOIP Phones/trunk and PSTN-Group for local PSTN breakout..

and applied it respective entity..

voice lpcor enable
voice lpcor custom
 group 1 pstn_group
 group 2 local_group
 group 3 remote_group
!
voice lpcor policy pstn_group
 accept local_group
!
voice lpcor policy local_group
 accept pstn_group
 accept remote_group
!
voice lpcor policy remote_group
 accept local_group
!
voice lpcor ip-phone subnet incoming
 index 1 local_group dhcp-pool VOICE_SCOPE
!
voice lpcor ip-phone subnet outgoing
 index 1 local_group dhcp-pool VOICE_SCOPE


voice service voip
 lpcor incoming remote_group

!
voice register pool  1
 lpcor type local
 lpcor incoming local_group
 lpcor outgoing local_group
 busy-trigger-per-button 2
 id mac 70D3.7946.800C
 type 7821
 number 1 dn 1
 dtmf-relay rtp-nte
 description 5800
 codec g711ulaw
 no vad


!
!
voice-port 0/1/0:15
 lpcor incoming pstn_group
 lpcor outgoing pstn_group
 
!
dial-peer voice 2 voip
 destination-pattern 1...
 lpcor outgoing remote_group
 session protocol sipv2
 session target ipv4:10.191.10.62
 voice-class codec 1
 voice-class sip dtmf-relay force rtp-nte
 dtmf-relay rtp-nte
 no vad

thought to share with you before checking the final configuration.. on live system..