Displaying 1 result from an estimated 1 matches for "confirmacao".
2012 Jul 19
1
Channel is rsrvd and does not turn off
...99451060,300,
13 active channels
1 active call
4884 calls processed
*Here's the context:*
context khomp-sms {
s => {
Noop(Mensagem recebida);
Noop(Tipo de mensagem: ${KSmsType});
if( "${KSmsType}" = "confirm" ) {
Noop(Mensagem de confirmacao de entrega);
Agi(confirmation.py);
if( "${AGISTATUS}" = "SUCCESS") {
Log(NOTICE,AGI executado com sucesso);
} else {
Log(WARNING,Problema ao executar AGI - Status:
${AGISTATUS});
}
}...