Asterisk-Java can't find fastagi-mapping.properties
问题 I'm using Asterisk and I'd like to emit a call from my Java app and then use an AGI script to control what happens. So I've got a first class that contacts the Asterisk server and uses an OriginateAction to start the call (this works well) and an AGI server that runs and should serve AGI requests. Though, it doesn't work because it can't find the fastagi-mapping.properties file. Here is my fastagi-mapping.properties : alertcall.agi = AlertCallScript (It only has one case.) In the same folder,