cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2432
Views
0
Helpful
6
Replies

FAC on CME 8.5

jmarshall9529
Level 1
Level 1

Has anyone been successful in deploying FAC on CME 8.5 using lpcor?   The solution I want is flat all external calls would require a FAC.

2 Accepted Solutions

Accepted Solutions

mdawar
Cisco Employee
Cisco Employee

Following document talk about FAC on UC500. Should be good for CME.

https://supportforums.cisco.com/docs/DOC-9795/

View solution in original post

6 Replies 6

mdawar
Cisco Employee
Cisco Employee

Following document talk about FAC on UC500. Should be good for CME.

https://supportforums.cisco.com/docs/DOC-9795/

asandborgh
Level 4
Level 4

Hello ALL:

I used the 8.5 Guide to implement the FAC with lpcor.  Currently if an lpcor is accepting calls from another group eg accept X, when I add accept X fac the calls go to a fast busy.

Any help really need to expedite the process.

!

voice lpcor enable

voice lpcor custom

group 10 Manager

group 11 LocalUser

group 12 RemoteUser

group 13 PSTNTRunk

group 14 IPTrunk

!

voice lpcor policy PSTNTRunk

service fac

accept Manager fac

accept PSTNTRunk fac

!

!

!

!

!

application

package auth

  param passwd-prompt flash:enter_pin.au

  param user-prompt flash:enter_account.au

  param term-digit #

  param abort-digit *

  param max-digits 32

!

service clid_authen_collect

  param uid-len 4

  param pin-len 4

!

!

dial-peer voice 4 voip

corlist outgoing call-cell

destination-pattern 00.........

lpcor outgoing PSTNTRunk

session protocol sipv2

session target ipv4:10.86.3.50

voice-class codec 1 

dtmf-relay sip-notify rtp-nte

no vad

!

!

!

ephone  3

lpcor type remote

lpcor incoming Manager

lpcor outgoing PSTNTRunk

device-security-mode none

mac-address DC7B.94F8.D8B4

type 7911

button  1:4

!

!

!

voice lpcor enable

voice lpcor custom

group 10 Manager

group 11 LocalUser

group 12 RemoteUser

group 13 PSTNTRunk

group 14 IPTrunk

!

voice lpcor policy PSTNTRunk

service fac

accept Manager fac

accept PSTNTRunk fac

!

!

!

!

!

application

package auth

  param passwd-prompt flash:enter_pin.au

  param user-prompt flash:enter_account.au

  param term-digit #

  param abort-digit *

  param max-digits 32

!

service clid_authen_collect

  param uid-len 4

  param pin-len 4

!

username 1984 password 0 1984

==================================================

calls to the pstn

==================================================

!
!
ephone  3
lpcor incoming Manager
lpcor outgoing PSTNTRunk
device-security-mode none
mac-address DC7B.94F8.D8B4
type 7911
button  1:4
!
================================================================================

When this phone try to place outbound calls will be prompt to enter account and pin then tha call will be allowed

=================================================================================

!


dial-peer voice 4 voip
corlist outgoing call-cell
destination-pattern 00.........
lpcor outgoing PSTNTRunk
session protocol sipv2
session target ipv4:10.86.3.50
voice-class codec 1 
dtmf-relay sip-notify rtp-nte
no vad
!

Hi All:

The issue was not the overall implementation but a trunk group that was being used. The guide pointed to applying the lpcor to the voice-port but when you use a trunk group you have to apply the lpcor under the trunk group settings for it to be effective.  I had resolved the problem and the customer is now working fine.

It was actually when the customer requested a connection to a VoIP provider using a single port, that I was able to solve the problem.  Thanks guys, not surprised you didn't see it as I had about 3 cases with TAC and they wouldn't solve it.

nizarkotakkal
Level 1
Level 1

Hi,

 I need to apply FAC for a user, but only for the calls begin with the digit 0 (for international) . All the calls beginning with any other digit should go without asking FAC.

 I am giving my dial peer configuration below.


dial-peer voice 124 pots
 trunkgroup ALL_T1E1
 corlist outgoing call-international
 description **CCA*INTERNIONAL**
 translation-profile outgoing OUTGOING_TRANSLATION_PROFILE
 preference 3
 destination-pattern 9[0-9]T
 forward-digits all
 no sip-register
!

I want to aplly the setting for the user using this dail peer.