cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
442
Views
0
Helpful
1
Replies

IVR

asaidu
Level 1
Level 1

I need a TCL script that can do this:

Caller calls the platform.

Cisco collects CLID.

Cisco sends CLID to Radius which then Authenticates…

IVR prompt tells caller to enter destination number…

Cisco sends destination number to Radius for Authorization based on credit remaining…

After that caller hears his balance and number of minutes…

Call is routed…

This needs to run alongside calling card product. Would I need to program each CLID that can have access to this feature on the Cisco? It sounds like it’s the clid_auth TCL script but it may need to be modified right? can anyone help on this?

1 Reply 1

rwawrig
Level 1
Level 1

sounds like a two stage dialing.

First stage - authentication

second stage - collect the digits and place the call

cisco have some scripts which are doing this:

app_clid_authen_col_npw_cli.2.0.0.tcl

# Mimic the clid_authen_collect script in the SP1.0 release.

#

# It authenticates using (ani, dnis) for (account, password). If

# that fails, it collects account and pin number, then authenticates

# using (account, pin).

#

# If authentication passes, it collects the destination number and

# places the call.

or app_clid_authen_collect_cli.2.0.0.tcl

the voice prompts can be loaded from a local tftp server.

cheers