[OpenSIPS-Devel] [OpenSIPS/opensips] 19d0f6: Fix $ct and $ct.fields variables.

2015-06-23 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 19d0f608c8cb368a324af1a01d381035c0f4f9ad
  
https://github.com/OpenSIPS/opensips/commit/19d0f608c8cb368a324af1a01d381035c0f4f9ad
  Author: Bogdan-Andrei Iancu 
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
M pvar.c

  Log Message:
  ---
  Fix $ct and $ct.fields variables.

Force parsing of all Contact headers.
Reported by Nick Altmann.


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


Re: [OpenSIPS-Devel] [opensips] db_get_user_group() does not return group (#558)

2015-06-23 Thread Bogdan Andrei IANCU
@miha- , maybe the docs are not 100% clear, but this function is to be used for 
regexp-based groups, againsr the re_grp table (and not against the group table).
Is this what you are testing ?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/558#issuecomment-114556751___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] June's Public Meeting - OpenSIPS Clustering

2015-06-23 Thread Răzvan Crainea

Hello, all!

June's public meeting is scheduled for tomorrow, 24.06.2016 at 15:00 
GMT[1]. The topic for this meeting is "OpenSIPS Clustering". You can 
find more information on the meeting's page[2].


As usual, your ideas are very useful for us, so don't hesitate to join 
the meeting!


[1] 
http://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenSIPS+Public+Meeting&iso=20150624T18&p1=49&ah=1

[2] http://www.opensips.org/Community/IRCmeeting20150624

Cheers,

--
Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com


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


[OpenSIPS-Devel] [opensips] Fixed counter value when the key is not found. (#562)

2015-06-23 Thread Damien Sandrs
It can happen that a counter value is queried before it has been set. In
that case, we should assume a default value of 0.

A typical use case is the dialog module where we could call
get_dialog_profile for a specific key before set_dialog_profile has been
called for that key. There should be no error in that case and we should
simply return a value of 0.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSIPS/opensips/pull/562

-- Commit Summary --

  * CacheDB_SQL: Fixed counter value when the key is not found.
  * cachedb_sql: Fixed typo.

-- File Changes --

M modules/cachedb_sql/cachedb_sql.c (8)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/562.patch
https://github.com/OpenSIPS/opensips/pull/562.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/562
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CacheDB_SQL: Removed harmless ERROR log. (#561)

2015-06-23 Thread Damien Sandrs
Closed #561.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/561#event-33178___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] CacheDB_SQL: Removed harmless ERROR log. (#561)

2015-06-23 Thread Damien Sandrs
It is possible that set_dlg_profile has not been called yet when
get_dlg_profile is called for a specific key.

In that case, the counter value should be set to 0 and we should not
report an error because it is perfectly valid.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSIPS/opensips/pull/561

-- Commit Summary --

  * CacheDB_SQL: Removed harmless ERROR log.

-- File Changes --

M modules/cachedb_sql/cachedb_sql.c (6)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/561.patch
https://github.com/OpenSIPS/opensips/pull/561.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/561
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] (1.11.x) max_contacts is ignored (#492)

2015-06-23 Thread Bogdan Andrei IANCU
ok @bbuitenhuis , let's close it then...

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/492#issuecomment-114398438___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] (1.11.x) max_contacts is ignored (#492)

2015-06-23 Thread Bogdan Andrei IANCU
Closed #492.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/492#event-337533228___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Intermittent segmentation fault in flat_db_insert when acc db_missed_flag param is set [2.1] (#559)

2015-06-23 Thread Bogdan Andrei IANCU
@pbaines , in frame 0, please print VAL_STR(v + i).len and VAL_STR(v + i).s . 
Also " i " . 

I see you have multi-leg enabled and I suspect you have a leg variable which 
(for missed calls) is evaluated in a bogus way.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/559#issuecomment-114397737___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] (1.11.x) max_contacts is ignored (#492)

2015-06-23 Thread Bernard Buitenhuis
@bogdan-iancu No sorry, I can replicate this anymore (with a fresh 
installation).
I think we can close this issue for now.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/492#issuecomment-114395599___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel