[Freeswitch-users] mod_sofia.c registered calls how to know

srinivasula reddy srinivas.ksvreddy at gmail.com
Mon Oct 12 21:44:01 PDT 2009


exactly that is what i am trying to do now, if any help that would be great.

On Mon, Oct 12, 2009 at 5:07 PM, Eli Hayun <elihay at savion.huji.ac.il> wrote:

>  Is it possible to keep a list of registered phone, and when FS will start
> it will register them all automatically?
>
>
>
> On Mon, 2009-10-12 at 13:19 +0200, Seven Du wrote:
>
> try open YOUR_FreeSWITCH_INSTALL_DIR/db/*.db, you need sqlite3 to open
> them. not sure how to do that on windows, but on linux:
>
>
> # sqlite3 xx.db
> sqlite> select * from sip_registration;
>
>  2009/10/12 srinivasula reddy <srinivas.ksvreddy at gmail.com>
>
> Hi Mike,
>
> Thanks for your valuable reply,
> when i install freeswitch1.0.2 in my machine(Windows xp operation system) i
> dont have any databasae installed in my system, then from sqllite will come
> into picture, and how can i see the registered users data from sqllite.
>
>
> Thanks
> Srinivas
>
>
>   On Mon, Oct 12, 2009 at 3:04 AM, Michael Jerris <mike at jerris.com> wrote:
>
>
>
>    On Oct 7, 2009, at 10:48 AM, srinivasula reddy wrote:
>
>
>
> Hi
>
> can any please tell me where registered calls are stored, so when incoming
> call came to mod_sofia.c how it will check it is registered or not?\\
>
>
>
>    Calls are not registered and calls have nothing to do with
> registration.  Users are registered so that you may send calls to them.
>  Registration data is stored either in a sqlite database, or optionally if
> you setup odbc, in another database of your choice.  If you try to send a
> call to an unregistered user in the dialplan using the proper syntax to send
> calls to registered users (see the wiki for more details), and that user is
> not registered, the bridge app will fail, optionally letting you continue on
> in the dialplan based on variables such as continue_on_fail and
> hangup_after_bridge.  You can use the sofia_contact function to see if there
> is anyone registered to a specific user.
>
>
>
>    Mike
>
>
>
>
>
>    _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
>
>
> --
> Srinivasula Reddy K
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Srinivasula Reddy K
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/a3376bba/attachment-0002.html 


More information about the FreeSWITCH-users mailing list