Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Symposium 4.0 Collecting CLID

Status
Not open for further replies.

srtelengine

Technical User
Mar 31, 2006
131
0
0
US
I have a script that is currently activated, but would like to log the CLID of every call that hits that script. Could I use the following statement:
IF (CLID = @) THEN
Route 7724
END IF

Then where would I retrieve the CLID's from?

Thanks.
 
If you want to capture the CLID of your callers, you will have to use HDX to write the CLID off to a database. As far as I know, no you can not use a wildcard the way you demonstrated. You would capture the CLID in a variable and then use HDX to get it out of Symposium.

If you are wanting to use CLID for routing, then you will have to know the CLID beforehand and enter it into a variable...
IF CLID = VIPs_gv THEN
Route Call 7724
END IF
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top