marcelog / FastPAGI

A FastAGI server to be used with PAGI applications
Apache License 2.0
6 stars 6 forks source link

Multiple AGI Call #2

Closed chandrakant2511 closed 10 years ago

chandrakant2511 commented 10 years ago

Hello,

Is this possible to call multiple FastPAGI. Like I have 15 FastAGI, which I have to call. So, how it could be possible?

[application] bootstrap=/var/lib/asterisk/agi-bin/FastPAGI-master/PAGI/docs/examples/quickstart/MyPAGIApplication.php class=MyPAGIApplication bootstrap=/var/lib/asterisk/agi-bin/FastPAGI-master/PAGI/docs/examples/quickstart/MyPAGIApplication1.php class=MyPAGIApplication1 bootstrap=/var/lib/asterisk/agi-bin/FastPAGI-master/PAGI/docs/examples/quickstart/MyPAGIApplication2.php class=MyPAGIApplication2 log4php=/tmp/log4php.properties

Thanks

marcelog commented 10 years ago

No, but you could "route" to the corresponding application in your main application, or even in your fastagi.php script. I'll close this now, since this is not an issue.