Posted by Jerry Stuckle on 11/07/07 12:58
Ravi wrote:
> Thank you guys for all u r replys.
>
>
> let me say one thing that after initiating the process i need not to
> display it in browser.Actually i am using it to communicate with
> Asterisk server.
>
> Initiated process by the user will have some phone no [may be in
> thousands] my program should able to repeat the the loop to make
> calls. Then when the call connected then Asterisk will raise some
> events on one port where i should listen it. After completion of calls
> the listening program should stop. Where i am thinking that is it
> possible to bind these 2 things into one class to avoid db connection.
>
> I know these things can be done in C++ or Java but all my project is
> done in PHP where this is a simple module in that. I appreciate if
> anybody advises me something.
>
> Regards,
> Ravindr.Y
>
>
Ravi,
Maybe the rest of your project is being done in PHP, but that doesn't
mean PHP is the best piece for this. You're going to run into a lot of
problems.
I don't know why you don't want to use a database. That would be a
logical way to handle things.
I think you should reexamine your approach to this piece.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|