Displaying 4 results from an estimated 4 matches for "executado".
Did you mean:
ejecutado
2012 Jul 19
1
Channel is rsrvd and does not turn off
...ebida);
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});
}
}
Hangup();
}
h => { Hangup(); }
}
*Follow the logs of the channel:*
[2012-07-19 10:15:26] VERBOSE[554] pbx.c: -- Executing [s at khomp-sm...
2016 Aug 11
3
File Server member DC ACL permissions
> Hmm, the numbers seem extremely large, did you set this number in the
> users 'uidnumber' attribute in AD ?
How do I do this uidNumber configuration?
I'm running all services: smbd, nmbd and winbind
It's hard to run the file server as a domain member. When was a file server with DC was much more easy.
2016 Aug 12
0
File Server member DC ACL permissions
...the number, I missed
> > '/home/DOMAIN/iuser:/bin/false'
> > Is this on the DC ?
> > and if so, what do get if you run the same command on the fileserver ?
> > Just to double check, are you running sssd on any of the machines ?
Rowland, os comandos acima foram executados no file server.
I will show the output of the commands, running directly in DC:
# wbinfo -i iuser
DOMAIN\iuser:*:3000166:100:iuser:/home/DOMAIN/iuser:/bin/false
# getent passwd iuser
# id iuser
id: iuser: no such user
I need to configure winbind in the main DC?
The sssd service is di...
2015 Jun 12
0
RES: Banco de dados interno no Asterisk e variáveis em SIP HEADERS
...volve criar outro channel?
Ou seja, o que eu preciso ? que a mesma execu??o do dia plan obtenha um valor recebido do Sip Client, execute uma query num banco de dados e em seguida inclua a resposta como novo hearder field na mensagem a ser enviada de resposta ao mesmo SIP Client.
Tudo isso pode ser executado no mesmo channel? Ou seja, sem precisar fazer um Dial() para o Sip Client?
Por exemplo:
Suponha o seguinte, o SIP client envia um SIP INVITE para o Asterisk, contendo um novo header field na mensagem. O dia plan executa, faz o que tem que fazer, obtem um valor de um banco de dados e em seguida inc...