hi fellows.....I need to create a script of symposium that does the following thing: a call enters in our call center, the table idc assigns it to a CDN, after in the master script we associate this CDN with a script, which is the following one:
/*WHERE CDN EQUALS
VALUE 5099:*/
GIVE MUSIC musica_gv
WAIT espera_2_gv
GIVE RAN 21
ROUTE CALL 4924
/*END WHERE*/
GIVE RINGBACK
/*DEFAULT: GIVE RINGBACK*/
SECTION espera
IF AGE OF CALL > espera_max_gv THEN
DISCONNECT
END IF
GIVE MUSIC musica_gv
WAIT espera_2_gv
GIVE RAN men_2_cv
IF NOT QUEUED THEN
IF OUT OF SERVICE Skillset_cv THEN
Give Busy
ELSE
Give RAN Men_1_cv
QUEUE TO SKILLSET Skillset_cv WITH PRIORITY prioridad
EXECUTE espera
END IF
END IF
EXECUTE espera
what we try to do is that the call goes to a voice message of one of our miran2 cards, and after listening to the announcement, we need that the call is not cut, but it is transferred to an phone extension (for example 4924) of our center...but i'm sure that we are making something wrong...please help me!!!!
thaks for all
/*WHERE CDN EQUALS
VALUE 5099:*/
GIVE MUSIC musica_gv
WAIT espera_2_gv
GIVE RAN 21
ROUTE CALL 4924
/*END WHERE*/
GIVE RINGBACK
/*DEFAULT: GIVE RINGBACK*/
SECTION espera
IF AGE OF CALL > espera_max_gv THEN
DISCONNECT
END IF
GIVE MUSIC musica_gv
WAIT espera_2_gv
GIVE RAN men_2_cv
IF NOT QUEUED THEN
IF OUT OF SERVICE Skillset_cv THEN
Give Busy
ELSE
Give RAN Men_1_cv
QUEUE TO SKILLSET Skillset_cv WITH PRIORITY prioridad
EXECUTE espera
END IF
END IF
EXECUTE espera
what we try to do is that the call goes to a voice message of one of our miran2 cards, and after listening to the announcement, we need that the call is not cut, but it is transferred to an phone extension (for example 4924) of our center...but i'm sure that we are making something wrong...please help me!!!!
thaks for all