Hi!
Need some help collecting CLID and playing it on AACC 6.2 SIP.
/*Collect CLID into variable.*/
ASSIGN CLID TO CBR_InboundNumber_cv /*CBR_InboundNumber_cv = Type CLID */
?
?
?
WAIT 5
/*This GIVE IVR command plays back the CLID*/
ASSIGN c_play_only_gv TO voicexml
ASSIGN c_sip_digits_int_cv TO vars
ASSIGN "YourPhoneNumberIs.wav+%i0" TO prompttoplay
GIVE IVR SERVICE URI serviceuri WITH VXML TREATMENT voicexml PARAMETERS prompttoplay, vars
WAIT 5
DISCONNECT
I'm missing commands (into lines marked with ?) to convert the CLID into vars. Variable vars is a type of Integer.
Thanks!
Need some help collecting CLID and playing it on AACC 6.2 SIP.
/*Collect CLID into variable.*/
ASSIGN CLID TO CBR_InboundNumber_cv /*CBR_InboundNumber_cv = Type CLID */
?
?
?
WAIT 5
/*This GIVE IVR command plays back the CLID*/
ASSIGN c_play_only_gv TO voicexml
ASSIGN c_sip_digits_int_cv TO vars
ASSIGN "YourPhoneNumberIs.wav+%i0" TO prompttoplay
GIVE IVR SERVICE URI serviceuri WITH VXML TREATMENT voicexml PARAMETERS prompttoplay, vars
WAIT 5
DISCONNECT
I'm missing commands (into lines marked with ?) to convert the CLID into vars. Variable vars is a type of Integer.
Thanks!