CrispyRice
Programmer
Hi all,
I have just got a new job and my boss wants me to change the symposium script to redirect some calls to an extrnal call centre...
This is a problem as i haven't even used this product before, i am just a developer with no previous experince of call centre stuff (not what i was hired for i might add) ... not the best start.....
Anyway the script does this:
IF EXPECTED WAIT TIME Wide_Area > give_busy_threshold THEN
GIVE BUSY
END IF
I need it to transfer the call to an external number instead of the GIVE BUSY function.
I have no idea how to achive this but i would really like to give a good impression to my new Boss (I have explained i have no idea )
I notice there are variables within the script manager, would i create one for the external number and create a script that i execute that will transfer it ?
i.e. EXECUTE sent_to_external ?
if i'm on the right lines what would this send_to_external script look like....
Sorry for being such a noobie.
Chris
I have just got a new job and my boss wants me to change the symposium script to redirect some calls to an extrnal call centre...
This is a problem as i haven't even used this product before, i am just a developer with no previous experince of call centre stuff (not what i was hired for i might add) ... not the best start.....
Anyway the script does this:
IF EXPECTED WAIT TIME Wide_Area > give_busy_threshold THEN
GIVE BUSY
END IF
I need it to transfer the call to an external number instead of the GIVE BUSY function.
I have no idea how to achive this but i would really like to give a good impression to my new Boss (I have explained i have no idea )
I notice there are variables within the script manager, would i create one for the external number and create a script that i execute that will transfer it ?
i.e. EXECUTE sent_to_external ?
if i'm on the right lines what would this send_to_external script look like....
Sorry for being such a noobie.
Chris