Take a look at this tech tip that explains how to enable a basic FAC (Forced Auth Codes) application using an embedded script and fully supported by our TAC: http://supportwiki.cisco.com/ViewWiki/index.php/SBCS:Call_Handling_-_Cis... FAC forces the caller to enter a PIN before calls are placed to certain destination patterns.
|
|||

SUGGESTIONS
Dear all,
This is a good example. However there are some glitch:
1- When dial-peers are done with "9T".
Call will be dialed since there is no COR on voip dial-peer.
Solution: put the COR on the VoIP dial-peer.
2- This config will still not work properly. In my experience, sometimes call is dialed and sometime it ask you to put id and pin code.
And if you press the redial, call is still dialed without asking for id and pin code.
Solution: put "Preference 0" on VoIP dial-peer and "Preference 1,2,3..." on POTS dial-peer.
Thanks
Thanks for this
If you notice, the configuration example does say that you have to configure COR using CCA. Also, this is a reference config that explains how to do the FAC piece with that dial peer. Further PSTN routing really depends on your setup.
Thanks,
Marcos
Info
I follow the steps in
http://supportwiki.cisco.com/ViewWiki/index.php/SBCS:Call_Handling_-_Cis...
I follow it.
application
service clid_authen_collect
param uid-len 3
param pin-len 3
aaa new-model
aaa authentication login h323 local
aaa authorization exec h323 local
aaa authorization network h323 local
username 123 password 123
username 321 password 321
dial-peer voice 2500 pots
description Celular
service clid_authen_collect
destination-pattern 9044.T
port 0/1/0
with any COR list
Wrong configuration
If you notice, the example in the Support Wiki has a VoIP dial peer (it does not include the POTS). Dial peer 2500 is a loopback dial peer that captures an inbound call from the IP phone and sends that call to the UC500 itself, in order to activate the TCL script. After authentication, the TCL script hands the call back to the session application for further POTS routing. Your dial-peer config should be something like this (notice that the dial peer number 2501, corlist, port number and prefix statement are made up):
dial-peer voice 2500 voip
description International Calls
service clid_authen_collect
destination-pattern 9044.T
session target ipv4:10.1.1.1
incoming called-number 9044.T
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 2501 pots
description International Calls POTS
corlist outgoing International
destination-pattern 9044.T
port 0/1/0
prefix 044
!
Marcos
Thank a lot
I will try it this example
HI, I have beed tried to do this example in my UC500
HI, I have beed tried to do this example in my UC500, but it does not work properly, i think i maybe did something wrong. Someone could take a moment for reproduce it and explain this exaple more detailed?, Please!
What is not working?
The configuration note is to give you ideas, but of course each site is different. What exactly is not working? Can you post a partial config to see if we can spot the problem?
Make sure you remove any private information.
Marcos