[Freeswitch-users] Connect PHP SOAP Web Server with SQLite database of FS

2009-10-20 Thread homqua
Now I am building a PHP SOAP Web Service to access the database of FS. Anyone has idea about how to access sqlite database of FS through PHP ? I have read about socket event in FS, but I don't know whether it can response with the query of database or not. Thanks for your help. -- View this

Re: [Freeswitch-users] Connect PHP SOAP Web Server with SQLite database of FS

2009-10-20 Thread Chris Burns
If you really wanted: http://php.net/manual/en/book.sqlite.php But I would recommend you make use of ODBC to use a client/server RDBMS. Here's some good reading: http://www.sqlite.org/cvstrac/wiki?p=WhenToUseSqlite On October 20, 2009 10:53:01 am homqua wrote: Now I am building a PHP SOAP Web

Re: [Freeswitch-users] Connect PHP SOAP Web Server with SQLite database of FS

2009-10-20 Thread Michael Jerris
If you really want to access this information outside I would strongly recommend using odbc instead of the internal sqlite db, it does not handle locking contention well. If you need access to things in the core db (like show calls and show channels information) you will need to write a