salam .... if anyone uses fastagi then plz help me... The AGISERVER starts successfully: Jul 18, 2005 2:54:50 AM net.sf.asterisk.util.impl.JavaLoggingLog info INFO: Thread pool started. Jul 18, 2005 2:54:51 AM net.sf.asterisk.util.impl.JavaLoggingLog info INFO: Listening on *:4573. but I m getting this error when i call extension Jul 18, 2005 2:55:13 AM net.sf.asterisk.util.impl.JavaLoggingLog info INFO: Received connection. Jul 18, 2005 2:55:14 AM net.sf.asterisk.util.impl.JavaLoggingLog error SEVERE: Resource bundle fastagi-mapping is missing. Jul 18, 2005 2:55:14 AM net.sf.asterisk.util.impl.JavaLoggingLog error SEVERE: No script configured for agi://192.168.15.213/hello.agi i've placed fastagi-mapping.properties ,asterisk-java.jar and java files in the same folder as mentioned in the tutorial .... http://asterisk-java.sourceforge.net/tutorial.html but i m getting error ... plz tell me how to resolve this __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050718/602ad7b6/attachment.htm
Tobias Wolf
2005-Jul-19 02:17 UTC
[Asterisk-Users] FastAgi ...fastagi-mapping missing error
hi, Adeel Ali schrieb:> > Jul 18, 2005 2:55:13 AM net.sf.asterisk.util.impl.JavaLoggingLog info > INFO: Received connection. > Jul 18, 2005 2:55:14 AM net.sf.asterisk.util.impl.JavaLoggingLog error > SEVERE: Resource bundle fastagi-mapping is missing. > Jul 18, 2005 2:55:14 AM net.sf.asterisk.util.impl.JavaLoggingLog error > SEVERE: No script configured for agi://192.168.15.213/hello.agi > > i've placed fastagi-mapping.properties ,asterisk-java.jar and java filesi hope you have compiled them, and there are also the class files ;-)> in the same folder as mentioned in the tutorial .... > http://asterisk-java.sourceforge.net/tutorial.html > > but i m getting error ... plz tell me how to resolve thiscan you state the command from which you have startet the server? please make sure that the local path is in the classpath. you class files have to be in the proper directory-structure according to their package. if your java files are in package com.asterisk.agi their should be something like this com +-asterisk + +-agi +- ... class files you place ther asterisk-java.jar and the properities file in the same dir which includes com/ and start there the server. good luck tobias