[AsteriskBrasil] Java + asterisk

Cleunio França cleuniofranca em gmail.com
Quarta Abril 9 15:47:31 BRT 2008


Pessoal,
eu to fazendo conexão de asterisk com java.
Eu to usando FastAGI Protocol.

Como eu to só testando o meu arquivo java é esse:
package Pac_Ast;

public class Java_Ast extends BaseAgiScript{
          public void service(AgiRequest request, AgiChannel channel)
throws AgiException{
         answer();
         streamFile("welcome");
          hangup();
    }
}
e o meu extensions.conf é esse:

[default]
exten =>4021,1,Agi(agi://localhost/hello.agi)

e da dando o sequinte erro:

Connected to Asterisk 1.4.0 currently running on edson-desktop (pid = 6065)
Verbosity is at least 3
    -- Starting simple switch on '**Unknown**'
[Apr  9 15:41:32] NOTICE[25769]: chan_zap.c:6369 ss_thread: Got event 18
(Ring Begin)...
  == Starting **Unknown** at default,s,1 failed so falling back to exten 's'
  == Starting **Unknown** at default,s,1 still failed so falling back to
context 'default'
[Apr  9 15:41:32] WARNING[25769]: pbx.c:2405 __ast_pbx_run: Channel
'**Unknown**' sent into invalid extension 's' in context 'default', but no
invalid handler
    -- Hungup '**Unknown**'


Agradeço Antecipadamente,

-- 
Cleunio Bezerra de França Filho
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: http://listas.asteriskbrasil.org/pipermail/asteriskbrasil/attachments/20080409/2d5f84e9/attachment.htm 


More information about the AsteriskBrasil mailing list