Displaying 1 result from an estimated 1 matches for "ksmstype".
Did you mean:
  km_type
  
2012 Jul 19
1
Channel is rsrvd and does not turn off
...Up      AppDial((Outgoing Line))
SIP/9549-00000f2c    s at macro-dialout-trun Up
 Dial(Khomp/*gebs/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 {...