Displaying 1 result from an estimated 1 matches for "newcallmsg".
2009 Dec 15
2
member (In use)
...Set(DIALSTART=${EPOCH});
&Queue_log(${UNIQUEID},${PARTNER},${EXTEN},DIAL,${CALLERID(name)});
NoOp(PCmedicInfo: Followme seria:
followme/${PARTNER} - CallerID: ${CALLERID(number)} - UnID: ${UNIQUEID} -
Nao ha partner?... );
Set(NewCallMsg=followme/${PARTNER});
if (${NewCallMsg} = "")
{
Set(NewCallMsg=followme/no-recording);
}
if (${NewCallMsg} = "followme/")
{...