View previous topic :: View next topic |
Author |
Message |
ngay01042005 at gmail.com Guest
|
|
Back to top |
|
|
chris at cloudtel.com Guest
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Oct 20, 2009 9:06 pm Post subject: [Freeswitch-users] Connect PHP SOAP Web Server with SQLite d |
|
|
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 small daemon that listens on events socket and puts that
information into a database.
Mike
On Oct 20, 2009, at 2:23 PM, Chris Burns wrote:
Quote: | 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:
Quote: | 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.
|
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|