cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
484
Views
0
Helpful
8
Replies

Configuring offnet and on-net access code on cisco cme 2951

Hi,

I want to know how can I configure on-net and offnet access code on cisco cme.

 

Regards,

Aristide

8 Replies 8

Jaime Valencia
Cisco Employee
Cisco Employee

For off-net, you can configure FAC, the CME configuration guide covers this, not sure exactly what you want for on-net, in the end, it's all dial-peers.

HTH

java

if this helps, please rate

Hi Jaime,

hope you're doing well. I want to know if you are talking about Features access code or force authorization code.

Forced Authorization Code

HTH

java

if this helps, please rate

Can I use "afterhours and pin override" to do it?

FAC on CME (2951 router) is called COR (Call of Restriction).

 

Please follow this guide:

http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/42720-configuring-cor.html

__________________________________________________
Please remember to rate useful posts clicking on the stars below.
LinkedIn Profile: do.linkedin.com/in/leosalcie

No, that's wrong, FAC and COR are two separate features.

HTH

java

if this helps, please rate

Thank you Jaime, I want to know if I can use afterhours and pin override to do FAC?

Hi, 

I'm trying to configure fac but it doesn't work. See my configuration below:

 

voice register pool  120
 pin 1234
 lpcor type local
 lpcor incoming TRUNK
 busy-trigger-per-button 2
 id mac E0D1.73E4.2AFD
 type 7841
 number 1 dn 120
 cor incoming local-outside default
 dtmf-relay rtp-nte sip-notify
!
!
voice lpcor enable
voice lpcor custom
 group 10 TRUNK
!
voice lpcor policy TRUNK
 service fac
 accept TRUNK fac
!
!
voice translation-rule 1
 rule 1 /\(^8\)/ //
 rule 2 /\(^9\)/ //
!
voice translation-rule 2
 rule 1 /\(^0\)/ //
!
!
voice translation-profile DiscardDigit0
 translate called 2
!
voice translation-profile DiscardDigit89
 translate called 1
!
!
!
!
application
 package auth
  param max-retries 0
  param passwd-prompt flash:enter_pin.au
  param abort-digit *
  param term-digit #
  param user-prompt flash:enter_account.au
  param max-digits 32
 !

voice-port 0/0/0:15
 lpcor outgoing TRUNK

!
dial-peer voice 1 pots
 corlist outgoing local-outside
 description Outgoing-calls
 translation-profile outgoing DiscardDigit0
 destination-pattern 0T
 direct-inward-dial
 port 0/0/0:15
 forward-digits all

 

please guys,

I need your help!

 

Regards