<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 7, 2009, at 10:48 AM, srinivasula reddy wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br clear="all">Hi<br><br>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?\\<br><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></blockquote></div><div><br></div><div>Calls are not registered and calls have nothing to do with registration. &nbsp;Users are registered so that you may send calls to them. &nbsp;Registration data is stored either in a sqlite database, or optionally if you setup odbc, in another database of your choice. &nbsp;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. &nbsp;You can use the sofia_contact function to see if there is anyone registered to a specific user.</div><div><br></div><div>Mike</div><div><br></div></body></html>