cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
17447
Views
27
Helpful
50
Replies

CME forced auth codes in 8.5/8.6

thisisshanky
Level 11
Level 11

I m referring to this document (which doesnt seem to help me much)..so thought of posting at this forum....

Has any body successfully implemented FAC in CME..

http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/admin/configuration/guide/cmefac.html

i have setup two LPCor groups one for end users and one for PSTN trunks..to test this functionality i put one ephone under the end users group and another ephone in the PSTN trunk group..and when you call from ephone 1 to 2...it asks for the username and password as programmed but then it hangs up the call...

i can post configs if needed...its pretty similar to whats in the document..

TIA..

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus
50 Replies 50

Praveen Arak
Level 1
Level 1

Dear Team ,

                 Can any body please provide guidance  for single one time pin authentication for LP COR FAC in CME 9.x . Do please suggest and advise doe the best .

 

Regards

 

Praveen

mraj_ Seed
Level 1
Level 1

hi Shanky,

 

am facing issue with this config, the audio file are not on my root flash, will it work ?

 

Hello All,

 

I think this link will help you resolve all your issues.

https://supportforums.cisco.com/discussion/11147326/how-get-lpcor-working-cme-85

It also contains the 123630-FAC-SBCS.zip file that contains the audio files, that will make the LPCOR work.

 

Trust this helps.

Let me know, if any of you face any issues.

 

Regards,

Venkitesh

asotojimenezz
Level 1
Level 1

Hello everyone

 
I need help.which is my mistake ??
 

aaa new-model
aaa authentication login default local
aaa authentication login h323 local
aaa authorization exec h323 local
aaa authorization network h323 local

gw-accounting aaa
aaa session-id common

 

trunk group Telmex-E1
 hunt-scheme least-idle

voice lpcor enable
voice lpcor custom
 group 10 end-user
 group 11 pstntrunk
!
voice lpcor policy end-user
 service fac
 accept end-user fac
 accept pstntrunk fac
!
voice lpcor policy pstntrunk
 service fac
 accept end-user fac
 accept pstntrunk fac

application
 package auth
  param passwd-prompt flash:enter_pin.au
  param max-retries 0
  param passwd 1973285
  param abort-digit *
  param user-prompt flash:enter_account.au
  param term-digit #
  param max-digits 32

username 1 password 0 91724
username 2 password 0 50476
username 3 password 0 87123
username 4 password 0 98237
username 5 password 0 10568
username 6 password 0 29561
username 7 password 0 56102
username 8 password 0 43875
username 9 password 0 87325
username 10 password 0 31854
username 11 password 0 69425
username 12 password 0 79161
username 13 password 0 94989
username 14 password 0 65443

 

controller E1 0/0/0
 framing NO-CRC4
 line-termination 75-ohm
 ds0-group 0 timeslots 1-15,17-31 type r2-digital r2-compelled ani
 cas-custom 0
  country telmex
  category 2
  answer-signal group-b 1
  caller-digits 4
  dnis-digits min 4 max 13
  dnis-complete        
  timer interdigit incoming 1000
  groupa-callerid-end
  trunk-group Telmex-E1

dial-peer voice 921 pots
 trunkgroup Telmex-E1
 corlist outgoing CallCelularLocal
 destination-pattern 9044..........
 incoming called-number 9044..........
 direct-inward-dial
 prefix 044
!
dial-peer voice 931 pots
 trunkgroup Telmex-E1
 corlist outgoing CallCelularNacional
 destination-pattern 9045..........
 incoming called-number 9045..........
 direct-inward-dial
 prefix 045
!
dial-peer voice 941 pots
 trunkgroup Telmex-E1
 corlist outgoing CallLD-Nacional
 destination-pattern 901..........
 incoming called-number 901..........
 direct-inward-dial
 prefix 01


voice register pool  2
 pin 50476
 lpcor type local
 lpcor incoming superuser
 busy-trigger-per-button 2
 id mac 547C.69D7.6706
 type 7841
 number 1 dn 2
 cor incoming Nivel3 default
 presence call-list
 dtmf-relay rtp-nte sip-notify
 username 2 password 50476
 description 7841
 codec g711ulaw


Regards.

Amit23
Level 4
Level 4

how can apply FAC as we have SIP trunk with cme 10.5?

what would change in configuration for FAC in CME?

Warm Regard's
Amit Sahrma

Please review this link for the explanation

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

 

SUMMARY STEPS

1. enable

2. configure terminal

3. voice lpcor ip-trunk subnet incoming

4. index index-number lpcor-group { ipv4-address network-mask | hostname hostname }

5. exit

6. voice service voip

7. lpcor incoming lpcor-group

8. exit

9. dial-peer voice tag voip

10. lpcor outgoing lpcor-group

11. end

 

Examples

The following example shows a LPCOR configuration for VoIP trunks:

voice lpcor ip-trunk subnet incoming

index 1 h323_group1 172.19.33.0 255.255.255.0

index 2 sip_group1 172.19.22.0 255.255.255.0

index 3 sip_group2 hostname sipexample

!

voice service voip

lpcor incoming voip_trunk_1

!

dial-peer voice 233 voip

description H323 trunk outbound dial-peer

destination-pattern 233T

session target ipv4:172.19.33.233

lpcor outgoing h323_group1

!

dial-peer voice 2255 voip

description SIP trunk outbound dial-peer

destination-pattern 255T

session protocol sipv2

session target ipv4:172.19.3