Hello everyone,
Here is a sample script, I have not yet finished this on the Symposium that I maintain. But one of the sites uses this to detect the station numbers of a telephone. This also works great as a Detect number for any external numbers just like the phone companys.
/*Caller ID script. CDN xxxxx
Plays caller ID DN from which the call originates*/
ASSIGN CLID TO dn_holder_cv
OPEN VOICE SESSION
/*PLAY PROMPT VOICE SEGMENT dn_caller_id*/
PLAY PROMPT NUMBERBYDIGIT dn_holder_cv
END VOICE SESSION
DISCONNECT
Thanks