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

srinivasula reddy srinivas.ksvreddy at gmail.com
Sun Oct 11 21:14:36 PDT 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/566f01e8/attachment-0002.html 


More information about the FreeSWITCH-users mailing list