OnCallStateChange
|
Início Anterior Próximo |
|
Delphi:
|
OnCallStateChange(Sender: TObject, Port: smallint; Status: smallint);
|
|
|
Visual Basic:
|
OnCalling(Port As Integer, Status as Integer)
|
|
Port Indica o canal da Placa que gerou o evento
|
|
Status - Indica o estado atual do MakeCall, podendo assumir os seguintes valores:
|
· | csPlayingStartPhrase - Falando frase inicial
|
· | csPickingUp - Iniciando discagem sem transf
|
· | csInitialFlash - Dando flash inicial
|
· | csDialingPrefix - Prefixo apos o flash
|
· | csStartAnalysis - Iniciando supervisao
|
· | csNoAnswerReturn - Retomada em caso de não atendimento
|
· | csPlayingBusyPhrase - Falando frase de ret. caso ocupado
|
· | csPlayingNoAnswerPhrase - Falando frase de ret. caso ocupado
|
· | csWaitingDialTone - Esperando tom de discagem
|
· | csDialing - Discando
|
· | csCalling - Chamando
|
|