Fiz a instação do módulo de integração do Drupal com o Asterisk (http://drupal.org/project/asterisk), de acordo com o arquivo INSTALL.txt, um arquivo com um tutorial das configurações.
Ao terminar a configuração, fiz a conexão de teste com o servidor Asterisk e obtive sucesso:
Connection with Asterisk server sucessfull
Mas ao fazer os testes de ligação nas opções Call me e Make calls recebo alguns erros:
- Call to demo, from 6600 failed - No caso do 'call me'
- Call to bridge, from 6600 failed - No caso do 'make calls'
O Asterisk funciona perfeitamente, mas acredito que alguma coisa ainda está faltando para que o Drupal acesse o Dialplan do Asterisk (extensions.conf e drupal_integration/conf/drupal-extensions.conf) encontre os contextos 'demo' e 'bridge' e faça as ligações.
Gostaria de saber se alguém já teve esse erro ou imagine alguma coisa que possa me ajudar.
Obrigado
Comments
I made the installation of
I made the installation of the integration module of drupal with asterisk(http://drupal.org/project/asterisk), following the instructions of the archive INSTALL.TXT, a tutorial that comes together with the module.
After the end of configuration, i made the connection test with the Asterisk Server and got sucessfull, giving me the following message:
"Connection with Asterisk server sucessfull".
But when i make the tests "Call me" and "Make calls", i get the following message:
" Call to demo, from 6600 failed " - In the case of 'call me'
"Call to bridge, from 6600 failed " - In the case of 'make calls'
The Asterisk Server is working perfectly, but i think that something is missing for Drupal access the Dialpan of Asterisk server
(extensions.conf e drupal_integration/conf/drupal-extensions.conf) finding the "demo" and "bridge" issues to make the calls.
I'd like to know if somebody got this problem or can imagine some that could help me.
Thanks a lot.