I am currently using Call pilot as a bridge to my Octel. I don't know if you can build alias boxes in Call pilot to route to the mail box you want. I have a phantom set built in my pbx (2072). On my Octel, I built a vm 2072 that points to 6272.
Here is my script.
Master Script:
SECTION CustService
IF (DAY OF WEEK = MONDAY .. FRIDAY) AND (TIME OF DAY <> cs_bus_hrs_mon_fri) THEN
EXECUTE SCRIPT cust_srvc_nite_app
END IF
IF (DAY OF WEEK = SATURDAY .. SUNDAY) AND (TIME OF DAY <> cs_bus_hrs_sat_sun) THEN
EXECUTE SCRIPT cust_srvc_nite_app
END IF
EXECUTE SCRIPT cust_srvc_app
C U S T O M E R S E R V I C E - OPEN
Call Variables:
skillset_cv skillset Primary skillset
priority_cv priority
frrt_cv RAN First RAN
srrt_cv RAN Second RAN
dn_cv DN Night Treatment
Notes:
Holidays, Special Hours of Operation, and Closed are evaluated at the Master
Script.
History:
Chg night fwd number to new phantom
***********************************************************************************/
ASSIGN cust_srvc TO skillset_cv
ASSIGN 4 TO priority_cv
ASSIGN 11 TO frrt_cv
ASSIGN 11 TO srrt_cv
ASSIGN 2072 TO dn_cv
EXECUTE SCRIPT call_flows_ino
/************************************************************************************
C U S T O M E R S E R V I C E - CLOSED
Notes:
Holidays, Special Hours of Operation, and Closed are evaluated at the Master
Script.
History:
Chg night fworward to new phantom
***********************************************************************************/
ROUTE CALL 2072 /* OCTEL MAILBOX */