[OpenSIPS-Users] OpenSIPS registration
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Wed Feb 11 11:29:00 CET 2009
Well, the idea is as follows - if you receive an OPTIONS point to your
server and without username, it means it needs to be handled by the
proxy and not by a user.
So, do something like this in the begining of the script:
if (is_method("OPTIONS") && uri==mysqelf && $rU==NULL ) {
sl_send_reply("200","OK");
exit;
}
Or, instead of sl_send_reply(), much nicer will be use the
options_reply() function for "options" module:
http://www.opensips.org/html/docs/modules/1.4.x/options.html#id228112
Regards,
Bogdan
michel freiha wrote:
> Hello Bogdan,
>
> No I'm not doing anything to OPTIONS packets...Any idea about what
> should i do please?
>
> Regards
>
> On Wed, Feb 11, 2009 at 12:13 PM, Bogdan-Andrei Iancu
> <bogdan at voice-system.ro <mailto:bogdan at voice-system.ro>> wrote:
>
> Hello michel,
>
> nothing is done automatically, so do you handle the OPTION
> requests in your script ?
>
> Regards,
> Bogdan
>
> michel freiha wrote:
>
> Dear All,
>
> The registration is OK but the problem is that OpenSIPs does
> not reply to OPTIONS packets as you can see in the SIP trace
> on http://pastebin.com/d20338f0d
>
> Please check and let me know
>
> Regards
>
> On Wed, Feb 11, 2009 at 1:10 AM, michel freiha
> <michofr at gmail.com <mailto:michofr at gmail.com>
> <mailto:michofr at gmail.com <mailto:michofr at gmail.com>>> wrote:
>
> Dear All,
>
> I'm trying to register my asterisk server on the OpenSIPS...The
> asterisk keep sending register packets to OpenSIPS with no
> reply...
>
> I need please to take a look to openSips log file and let
> me know
> what could be the issue
>
> The log file is located on:http://pastebin.com/m62e51c84
>
> Regards
>
>
> ------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org <mailto:Users at lists.opensips.org>
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
>
More information about the Users
mailing list