[OpenSIPS-Devel] [ opensips-Patches-2910271 ] closeddial - cdlookup stop msg processing if no group

2009-12-29 Thread SourceForge.net
Patches item #2910271, was opened at 2009-12-07 21:43
Message generated for change (Comment added) made by neutrino38
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2910271&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: Nobody/Anonymous (nobody)
Assigned to: Sergio Gutierrez (saguti)
Summary: closeddial - cdlookup stop msg processing if no group

Initial Comment:
cdlookup returns 0 if From user does not belong to a group. This causes the 
message processing to stop. I changed the return value to -2 so message can be 
further processsed.

--

Comment By: Emmanuel BUU (neutrino38)
Date: 2009-12-29 10:43

Message:
Any decision on this one?

--

Comment By: Emmanuel BUU (neutrino38)
Date: 2009-12-07 21:43

Message:
Index: cdlookup.c
===
--- cdlookup.c  (revision 6372)
+++ cdlookup.c  (working copy)
@@ -107,7 +107,7 @@
 
/* No group_id found; keeps uri */
if(group.len == 0) {
-   return 0;
+   return -2;
}
 
/* ... where cd_username ... */


--

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

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


[OpenSIPS-Devel] [ opensips-Patches-2910271 ] closeddial - cdlookup stop msg processing if no group

2010-02-03 Thread SourceForge.net
Patches item #2910271, was opened at 2009-12-07 20:43
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2910271&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: Nobody/Anonymous (nobody)
Assigned to: Sergio Gutierrez (saguti)
Summary: closeddial - cdlookup stop msg processing if no group

Initial Comment:
cdlookup returns 0 if From user does not belong to a group. This causes the 
message processing to stop. I changed the return value to -2 so message can be 
further processsed.

--

Comment By: Nobody/Anonymous (nobody)
Date: 2010-02-03 11:46

Message:
Hello neutrino38.

I will take a look on this I will upload on trunk.

Thanks for reporting.

--

Comment By: Emmanuel BUU (neutrino38)
Date: 2009-12-29 09:43

Message:
Any decision on this one?

--

Comment By: Emmanuel BUU (neutrino38)
Date: 2009-12-07 20:43

Message:
Index: cdlookup.c
===
--- cdlookup.c  (revision 6372)
+++ cdlookup.c  (working copy)
@@ -107,7 +107,7 @@
 
/* No group_id found; keeps uri */
if(group.len == 0) {
-   return 0;
+   return -2;
}
 
/* ... where cd_username ... */


--

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

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


[OpenSIPS-Devel] [ opensips-Patches-2910271 ] closeddial - cdlookup stop msg processing if no group

2010-03-09 Thread SourceForge.net
Patches item #2910271, was opened at 2009-12-07 22:43
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2910271&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: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Sergio Gutierrez (saguti)
Summary: closeddial - cdlookup stop msg processing if no group

Initial Comment:
cdlookup returns 0 if From user does not belong to a group. This causes the 
message processing to stop. I changed the return value to -2 so message can be 
further processsed.

--

>Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2010-03-09 19:58

Message:
Patch applied - thank you!

--

Comment By: Nobody/Anonymous (nobody)
Date: 2010-02-03 13:46

Message:
Hello neutrino38.

I will take a look on this I will upload on trunk.

Thanks for reporting.

--

Comment By: Emmanuel BUU (neutrino38)
Date: 2009-12-29 11:43

Message:
Any decision on this one?

--

Comment By: Emmanuel BUU (neutrino38)
Date: 2009-12-07 22:43

Message:
Index: cdlookup.c
===
--- cdlookup.c  (revision 6372)
+++ cdlookup.c  (working copy)
@@ -107,7 +107,7 @@
 
/* No group_id found; keeps uri */
if(group.len == 0) {
-   return 0;
+   return -2;
}
 
/* ... where cd_username ... */


--

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

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


[OpenSIPS-Devel] [ opensips-Patches-2910271 ] closeddial - cdlookup stop msg processing if no group

2009-12-07 Thread SourceForge.net
Patches item #2910271, was opened at 2009-12-07 20:43
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2910271&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: closeddial - cdlookup stop msg processing if no group

Initial Comment:
cdlookup returns 0 if From user does not belong to a group. This causes the 
message processing to stop. I changed the return value to -2 so message can be 
further processsed.

--

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

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


[OpenSIPS-Devel] [ opensips-Patches-2910271 ] closeddial - cdlookup stop msg processing if no group

2009-12-07 Thread SourceForge.net
Patches item #2910271, was opened at 2009-12-07 21:43
Message generated for change (Comment added) made by neutrino38
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2910271&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: closeddial - cdlookup stop msg processing if no group

Initial Comment:
cdlookup returns 0 if From user does not belong to a group. This causes the 
message processing to stop. I changed the return value to -2 so message can be 
further processsed.

--

Comment By: Emmanuel BUU (neutrino38)
Date: 2009-12-07 21:43

Message:
Index: cdlookup.c
===
--- cdlookup.c  (revision 6372)
+++ cdlookup.c  (working copy)
@@ -107,7 +107,7 @@
 
/* No group_id found; keeps uri */
if(group.len == 0) {
-   return 0;
+   return -2;
}
 
/* ... where cd_username ... */


--

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

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


[OpenSIPS-Devel] [ opensips-Patches-2910271 ] closeddial - cdlookup stop msg processing if no group

2009-12-08 Thread SourceForge.net
Patches item #2910271, was opened at 2009-12-07 22:43
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2910271&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: Nobody/Anonymous (nobody)
>Assigned to: Sergio Gutierrez (saguti)
Summary: closeddial - cdlookup stop msg processing if no group

Initial Comment:
cdlookup returns 0 if From user does not belong to a group. This causes the 
message processing to stop. I changed the return value to -2 so message can be 
further processsed.

--

Comment By: Emmanuel BUU (neutrino38)
Date: 2009-12-07 22:43

Message:
Index: cdlookup.c
===
--- cdlookup.c  (revision 6372)
+++ cdlookup.c  (working copy)
@@ -107,7 +107,7 @@
 
/* No group_id found; keeps uri */
if(group.len == 0) {
-   return 0;
+   return -2;
}
 
/* ... where cd_username ... */


--

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

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