« Back to TCL-API

Is the port or channel an inbound call is received on available to TCL IVR?

Combination View Flat View Tree View
Threads [ Previous | Next ]
I have an e1 setup that uses PRI (such that only one voice port, with 30 channels, is configured).  I know that the gateway is aware of what port/channel the call comes in on, but I can not find a way to retrieve that information in the TCL IVR application that  handles inbound calls.  Is there any way to get that information in my TCL script?

If you are talking about information of "port/channel ", I cannot think of a way to get them so far.

Yes, that is what I am referring to. If you think of anything, let me know. Thanks!

I don't know what will you use this info for ? real time of not real time application.
What I am trying to say is that when call is active there is IOS command to retrieve this info and I think this can be automated.
Don't know if you are familiar with Cisco EEM ? What we can do is that when Tcl is triggered you can use Tcl log command to send INFO syslog and syslog can trigger EEM or EEM tcl script to perform necessary IOS CLI and output the info you need to whatever destination you prefer.