[cisco-voip] Helppp!! needed Incoming lines DID
Juan Pablo Romero (IFX AR)
jpablo.romero at ifxnw.com.ar
Mon Apr 12 09:17:15 EDT 2004
You would have to modify the FSM at the bottom of your original TCL script to add one more state, for example: “AUTH_BY_ANI”, and define its transitions.
E.G.:
set fsm(CALL_INIT,ev_setup_indication) "act_Setup AUTH_BY_ANI"
set fsm(AUTH_BY_ANI,ev_authorize_done) "act_AniAuth LANGSELECTION"
In the example above, you’ll also have to write the function “act_AniAuth” where you’ll have to send an aaa request to your radius server with the calling-number and wait for authorization.
Hope this helps,
Juan
-----Mensaje original-----
De: cisco-voip-bounces at puck.nether.net [mailto:cisco-voip-bounces at puck.nether.net] En nombre de Kaan Kamalý
Enviado el: Friday, April 09, 2004 2:38 AM
Para: cisco-voip at puck.nether.net
Asunto: [cisco-voip] Helppp!! needed Incoming lines DID
I am trying to write a tcl script with the following requırements.
On calls coming on certain number I would like to give them a dial tone
for example:
on DID 212 - 369-1800
coming in on ISDN
I would like the user to hear a dial tone.
How would I do it. Any help will be greatly appreciated.
Note: ı already have a working tcl script for preapid calling. I dont want my customers to hear the prompts. I would let them enter the system
by checkıng their caller id(ANI)
Thank you
Kaan Kamali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://puck.nether.net/pipermail/cisco-voip/attachments/20040412/665491af/attachment.html
More information about the cisco-voip
mailing list