Yaw-Ming Chen | So my understanding is A has a IVR received "user id" which is digits and you like to pass them to Tcl, is that right ? If this is the case and A make a call to Tcl (router) then there is a way. For example, "A" receive "user id", "7777" then "A" can call to reach Tcl router, say number is 408-555-1234. So instead of calling 4085551234 we can call 4085551234*7777. Then in Tcl use "set dnis [infotag get leg_dnis]" we can get dnis = 4085551234*7777 then we can oarse this string to get user id 7777. Thanks |
| Please sign in to flag this as inappropriate. |