Re: [OpenSIPS-Devel] New OpenXCAP release 2.0.0 with support for OMA XDM SIP SIMPLE specifications

2010-10-08 Thread Saúl Ibarra Corretgé
Hi Iñaki,

>>   * Check external references for pres-rules and resource-lists
>
> How such check is done?
>

There is a new configuration setting: allow_external_references, which 
by default is No. The external references must point to the same server 
and user in this case.

>
>
>>   * Don't allow external-ref paths which don't point to an 'entry'
>
> What about if that 'entry' is deleted later after the external-ref
> path is created?
>

It's the client application responsibility to remove the reference. 
OpenXCAP will just check the XPATH expression.

>
>
>>   * Check entry-ref entries in resource-lists
>
> OMA prohibits the usage of entry-ref. Just external-ref is allowed.
> entry-ref just exists in IETF's incomplete specs. What does OpenXCAP
> implement exactly?
>

Can you point me to the document where that is stated please?

Thanks for the feedback!

-- 
Saúl Ibarra Corretgé
AG Projects

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7278] branches/1.6/modules/tm

2010-10-08 Thread Anca Vamanu
Revision: 7278
  http://opensips.svn.sourceforge.net/opensips/?rev=7278&view=rev
Author:   anca_vamanu
Date: 2010-10-08 09:03:03 + (Fri, 08 Oct 2010)

Log Message:
---
- added the possibility to send a reply with body from the script  ( 
"t_reply_with_body" function)

Modified Paths:
--
branches/1.6/modules/tm/README
branches/1.6/modules/tm/doc/tm_admin.xml
branches/1.6/modules/tm/t_reply.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7279] trunk/modules/tm

2010-10-08 Thread Anca Vamanu
Revision: 7279
  http://opensips.svn.sourceforge.net/opensips/?rev=7279&view=rev
Author:   anca_vamanu
Date: 2010-10-08 09:06:47 + (Fri, 08 Oct 2010)

Log Message:
---
- added the possibility to send a reply with body from the script  ( 
"t_reply_with_body" function)

Modified Paths:
--
trunk/modules/tm/README
trunk/modules/tm/doc/tm_admin.xml
trunk/modules/tm/t_reply.c
trunk/modules/tm/t_reply.h
trunk/modules/tm/tm.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7280] trunk/modules/auth/api.c

2010-10-08 Thread Bogdan-Andrei Iancu
Revision: 7280
  http://opensips.svn.sourceforge.net/opensips/?rev=7280&view=rev
Author:   bogdan_iancu
Date: 2010-10-08 16:03:40 + (Fri, 08 Oct 2010)

Log Message:
---
- ERR -> DBG if credentials are not properly filled

Modified Paths:
--
trunk/modules/auth/api.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7281] branches/1.6/modules/auth/api.c

2010-10-08 Thread Bogdan-Andrei Iancu
Revision: 7281
  http://opensips.svn.sourceforge.net/opensips/?rev=7281&view=rev
Author:   bogdan_iancu
Date: 2010-10-08 16:04:33 + (Fri, 08 Oct 2010)

Log Message:
---
- ERR -> DBG if credentials are not properly filled

Modified Paths:
--
branches/1.6/modules/auth/api.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7282] trunk/modules/rr/rr_mod.c

2010-10-08 Thread Bogdan-Andrei Iancu
Revision: 7282
  http://opensips.svn.sourceforge.net/opensips/?rev=7282&view=rev
Author:   bogdan_iancu
Date: 2010-10-08 16:14:12 + (Fri, 08 Oct 2010)

Log Message:
---
Enhancement to record_route_preset functions to accept a second Record-Route 
header to be preset via a second argument.

Patch from Ovidiu Sas.
Close patch 3081570

Modified Paths:
--
trunk/modules/rr/rr_mod.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Patches-3081570 ] record_route_preset enhancement

2010-10-08 Thread SourceForge.net
Patches item #3081570, was opened at 2010-10-05 19:56
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3081570&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.6.x
Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
>Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: record_route_preset enhancement

Initial Comment:
record_route_preset functions allows forcing a single Record-Route header.
The attached patch is enhancing the functionality of this function by enabling 
a second Record-Route header to be preset via a second argument.

Example:
record_route_preset("1.2.3.4:5090", "5.6.7.8:5091");

--

>Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2010-10-08 19:15

Message:
Patch uploaded with small changes.
Please confirm it is ok in the current format. If ok, I will backport to
next stable release.

Thanks and regards,
Bogdan

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3081570&group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7283] branches/1.6/modules/rr/rr_mod.c

2010-10-08 Thread Ovidiu Sas
Revision: 7283
  http://opensips.svn.sourceforge.net/opensips/?rev=7283&view=rev
Author:   osas
Date: 2010-10-08 18:59:29 + (Fri, 08 Oct 2010)

Log Message:
---
backport from trunk: rev 7282
Enhancement to record_route_preset functions to accept a second Record-Route 
header to be preset via a second argument.

Patch from Ovidiu Sas.
Close patch 3081570

Revision Links:
--
http://opensips.svn.sourceforge.net/opensips/?rev=7282&view=rev

Modified Paths:
--
branches/1.6/modules/rr/rr_mod.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Patches-3081570 ] record_route_preset enhancement

2010-10-08 Thread SourceForge.net
Patches item #3081570, was opened at 2010-10-05 12:56
Message generated for change (Comment added) made by osas
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3081570&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.6.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: record_route_preset enhancement

Initial Comment:
record_route_preset functions allows forcing a single Record-Route header.
The attached patch is enhancing the functionality of this function by enabling 
a second Record-Route header to be preset via a second argument.

Example:
record_route_preset("1.2.3.4:5090", "5.6.7.8:5091");

--

>Comment By: Ovidiu Sas (osas)
Date: 2010-10-08 15:01

Message:
Tested OK and backported to stable.

Thanks,
Ovidiu Sas

--

Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2010-10-08 12:15

Message:
Patch uploaded with small changes.
Please confirm it is ok in the current format. If ok, I will backport to
next stable release.

Thanks and regards,
Bogdan

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3081570&group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Patches-3084000 ] rr: new module parameter: enable_socket_mismatch_warning

2010-10-08 Thread SourceForge.net
Patches item #3084000, was opened at 2010-10-08 17:29
Message generated for change (Tracker Item Submitted) made by osas
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3084000&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.6.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
Assigned to: Nobody/Anonymous (nobody)
Summary: rr: new module parameter: enable_socket_mismatch_warning

Initial Comment:
When a preset record-route header is forced in opensips config and the host 
from the record-route header is not the same as the host server, a warning will 
be printed out in the logs.
This new parameter enables or disables the warning.
When opensips is behind a NATed firewall, we don't want this warning to be 
printed for every bridged call.

The default value of this parameter is '1' - the warning is enabled.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3084000&group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel