[Asterisk-java-users] Hang up the line
Brought to you by:
srt
From: txus <ap...@gm...> - 2006-11-20 21:17:52
|
Hi, I'm testing the tutorial examples , in the first of them the server start to work fine . It Answer the calls but don't hang up the line, but the script end. [root@asterisk1 java]# java -cp asterisk-java-0.3-m1.jar:. org.asteriskjava.fastagi.DefaultAgiServer Nov 20, 2006 10:04:51 PM org.asteriskjava.util.internal.JavaLoggingLog info INFO: Thread pool started. Nov 20, 2006 10:04:51 PM org.asteriskjava.util.internal.JavaLoggingLog info INFO: Listening on *:4573. Nov 20, 2006 10:05:03 PM org.asteriskjava.util.internal.JavaLoggingLog info INFO: Received connection from /192.168.1.120 Nov 20, 2006 10:05:03 PM org.asteriskjava.util.internal.JavaLoggingLog info INFO: Added mapping for 'hello.agi' to class HelloAgiScript Nov 20, 2006 10:05:03 PM org.asteriskjava.util.internal.JavaLoggingLog info INFO: Begin AgiScript HelloAgiScript on daemonPool-1-thread-1 Nov 20, 2006 10:05:05 PM org.asteriskjava.util.internal.JavaLoggingLog info INFO: End AgiScript HelloAgiScript on daemonPool-1-thread-1 I test creating a DIALPLAN in extension_custom.conf and the comunication works fine and hung up the line. exten => atiende,1,Answer exten => atiende,2,Macro(user-callerid) exten => atiende,3,Hangup Anyone can help me? Thanks!! |