Re: [OpenSIPS-Devel] [opensips] Always update the call ID when updating a contact in usrloc table (#346)

2014-10-03 Thread David Sanders
It's a custom solution for our project, but it isn't anything special. Just an 
extra param tacked onto the contact when sent for registration.

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 15c36b: Fix DB init in child procs (time change related)

2014-10-03 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 15c36b36b4a33a976a7531ff7c91129df206be6b
  
https://github.com/OpenSIPS/opensips/commit/15c36b36b4a33a976a7531ff7c91129df206be6b
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/usrloc/ul_mod.c

  Log Message:
  ---
  Fix DB init in child procs (time change related)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 8dc65a: Missing init added.

2014-10-03 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8dc65a749f03cddfe7e50a9baee0cefb8fa4ec21
  
https://github.com/OpenSIPS/opensips/commit/8dc65a749f03cddfe7e50a9baee0cefb8fa4ec21
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M timer.c

  Log Message:
  ---
  Missing init added.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 4e2bf8: Fix bogus undefined external variable.

2014-10-03 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4e2bf862ec4db490295ab332e90ca23a7e8c71be
  
https://github.com/OpenSIPS/opensips/commit/4e2bf862ec4db490295ab332e90ca23a7e8c71be
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/dialog/dlg_db_handler.c

  Log Message:
  ---
  Fix bogus undefined external variable.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 7edce0: Introducing I/O reactor in UDP listeners

2014-10-03 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7edce06c209cb2a33e877c5cb0277f8b42db10a4
  
https://github.com/OpenSIPS/opensips/commit/7edce06c209cb2a33e877c5cb0277f8b42db10a4
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M cfg.lex
M cfg.y
M globals.h
M io_wait.c
M io_wait.h
A io_wait_loop.h
M main.c
M poll_types.h
A reactor.c
A reactor.h
A reactor_defs.h
M tcp_main.c
M tcp_read.c
M udp_server.c

  Log Message:
  ---
  Introducing I/O reactor in UDP listeners


  Commit: 4c5e6ea7bb3908bba7771f307f9bec6a492599ec
  
https://github.com/OpenSIPS/opensips/commit/4c5e6ea7bb3908bba7771f307f9bec6a492599ec
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M reactor.c
M reactor.h
M reactor_defs.h
M timer.c
M timer.h
M udp_server.c

  Log Message:
  ---
  Timer jobs are dispached via reactor to all workers.

Instead of running the timer jobs in dedicated timer processes, now we simply 
dispatche the jobs to all SIP workers processes.
Still need some working on priorities.
TCP workers still not running the "SIP worker" reactor, so no timer jobs in 
these processes for the moment.


  Commit: 68a04d0702d6fb7031cec551929f597fce05e6ba
  
https://github.com/OpenSIPS/opensips/commit/68a04d0702d6fb7031cec551929f597fce05e6ba
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M reactor.h
M reactor_defs.h
M tcp_read.c
M udp_server.c

  Log Message:
  ---
  Add generic reactor support for the TCP processes.

"extra_loop" instruction can be forced in reactor to be executed in the loop;
TCP procs code migrated to the generic reactor;
FD del functions added to the reactor;
Timer jobs now also handled by the TCP processes;


  Commit: 6d7e826e88dd0ac4fc3d1322ee40aa10283d888c
  
https://github.com/OpenSIPS/opensips/commit/6d7e826e88dd0ac4fc3d1322ee40aa10283d888c
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M main.c
M timer.c

  Log Message:
  ---
  Timer system must be init after daemonize !!


  Commit: cca99b63dd783743e4bd5f8a1eca42e02f318a7d
  
https://github.com/OpenSIPS/opensips/commit/cca99b63dd783743e4bd5f8a1eca42e02f318a7d
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M io_wait.c
M io_wait.h
M io_wait_loop.h
M reactor_defs.h
M tcp_main.c
M tcp_read.c
M udp_server.c

  Log Message:
  ---
  Reactors have names, easier for debugging purposes.


  Commit: caabbe53229bde6c1d939da2e5380e805b94b983
  
https://github.com/OpenSIPS/opensips/commit/caabbe53229bde6c1d939da2e5380e805b94b983
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M db/db_insertq.c
M io_wait.c
M io_wait.h
M io_wait_loop.h
M modules/db_virtual/db_virtual.c
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/doc/dialog_admin.xml
M modules/nat_traversal/nat_traversal.c
M modules/nathelper/README
M modules/nathelper/doc/nathelper_admin.xml
M modules/nathelper/nathelper.c
M modules/ratelimit/ratelimit.c
M modules/tm/README
M modules/tm/doc/tm_admin.xml
M modules/tm/tm.c
M pt.c
M reactor.c
M tcp_read.c
M timer.c
M timer.h
M udp_server.c

  Log Message:
  ---
  Removed the concept of timer routine per process.

This makes nosense now as the timer routines are dispatched across all the 
worker processes.


  Commit: 69f5cd91d631581ba107bff69a945f7dbea46e8d
  
https://github.com/OpenSIPS/opensips/commit/69f5cd91d631581ba107bff69a945f7dbea46e8d
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M Makefile
M Makefile.defs
M Makefile.modules
M Makefile.rules
M Makefile.sources

  Log Message:
  ---
  Version increased from 1.12 to 2.1 for MASTER


Compare: 
https://github.com/OpenSIPS/opensips/compare/9e2a61669187...69f5cd91d631___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9e2a61: core: fix forced sync event handling in event_rout...

2014-10-03 Thread Ovidiu Sas
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9e2a61669187bdb8f3362925f6fc1cbb80909f01
  
https://github.com/OpenSIPS/opensips/commit/9e2a61669187bdb8f3362925f6fc1cbb80909f01
  Author: Ovidiu Sas 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M cfg.lex

  Log Message:
  ---
  core: fix forced sync event handling in event_route


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


Re: [OpenSIPS-Devel] [opensips] Partitions for dispatcher module (#269)

2014-10-03 Thread Ovidiu Sas
My suggestion here would be to change the method signature:
ds_select_domain(set, alg [,[flags] [,max_results]]).

Where:
 - set, alg and max_results can be a list (same as before);
 - flags is a global param (just like it was with a module param).

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


Re: [OpenSIPS-Devel] [opensips] nathelper: track SIP OPTIONS reply time (#337)

2014-10-03 Thread Ovidiu Sas
The "round trip" can be an indication of the quality of the network link 
between the server and UAC.
I was thinking about adding an event to signal this info back to the script and 
the admin can do some monitoring there and take actions (now that we have async 
events in place).

Also, actions on usrloc can be taken on the event route.

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


Re: [OpenSIPS-Devel] [opensips] drouting limits prefixes to digits 0-9 only (#339)

2014-10-03 Thread Mark Webster
I was comparing it to OpenSER's LCR module, which I previously used for this 
sort of routing. Alphanumeric is only out of the scope if DR is intended to be 
used only with telephone numbers. It a powerful feature to be able to use 
non-numeric prefixes and such. I guess I will just keep locally patching our 
OpenSIPS upgrades because it's a feature we are now using :)

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


Re: [OpenSIPS-Devel] [opensips] nathelper: track SIP OPTIONS reply time (#337)

2014-10-03 Thread Bogdan Andrei IANCU
@ovidiusas , even more, it will be useful to see if you at least get back a 
reply - you can link it back to usrloc and delete contacts which do not answer 
back to pinging.

May I ask why the "round trip" of the OPTIONS is relevant ?

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


Re: [OpenSIPS-Devel] [opensips] drouting limits prefixes to digits 0-9 only (#339)

2014-10-03 Thread Bogdan Andrei IANCU
@mark-webster , DR module is intended for number/prefix based routing. Using 
full alphanumerical set is out of the scope. If you want to do routing based on 
alphanumerical URIs, better use REGISTRAR + USRLOC modules.

BTW, DR was introduced in OpenSIPS 1.5 (if I remember correctly) - and the kind 
of prefixes (via script functions ) possible in OpenSER 1.x are still possible 
now.

What DR internally does is a kind of a trie (with in-depth lookup).

For the "+" -> it has no value in the number/prefix -> you can simply strip it 
(or replace with 00) before duing DR.

If I'm missing something, please let me know.

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


Re: [OpenSIPS-Devel] [opensips] Opensips 1.11.2 function db_get_auth_id() fails to authenticate user (#340)

2014-10-03 Thread Bogdan Andrei IANCU
Reopened #340.

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


Re: [OpenSIPS-Devel] [opensips] Opensips 1.11.2 function db_get_auth_id() fails to authenticate user (#340)

2014-10-03 Thread Bogdan Andrei IANCU
@jalung , please test the fix on trunk (you can download it from 
https://github.com/OpenSIPS/opensips/commit/465a978b812a1eae6a219e26f9a55d1d985a176b.patch
 ). 
Let me know if everything ok, so I can backport it.
Thanks, Bogdan

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


Re: [OpenSIPS-Devel] [opensips] Opensips 1.11.2 function db_get_auth_id() fails to authenticate user (#340)

2014-10-03 Thread Bogdan Andrei IANCU
Closed #340 via 465a978b812a1eae6a219e26f9a55d1d985a176b.

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 465a97: Fix parsing of the SIP URI in db_get_auth_id() .

2014-10-03 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 465a978b812a1eae6a219e26f9a55d1d985a176b
  
https://github.com/OpenSIPS/opensips/commit/465a978b812a1eae6a219e26f9a55d1d985a176b
  Author: Bogdan-Andrei Iancu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/uri/db_checks.c

  Log Message:
  ---
  Fix parsing of the SIP URI in db_get_auth_id() .

Closes #340.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 4af02d: Fixed arrays processing ( arrays can be part of ar...

2014-10-03 Thread Vlad Paiu
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4af02dde001685ca8054f8678faeaea915895030
  
https://github.com/OpenSIPS/opensips/commit/4af02dde001685ca8054f8678faeaea915895030
  Author: Vlad Paiu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/cachedb_mongodb/cachedb_mongodb_json.c

  Log Message:
  ---
  Fixed arrays processing ( arrays can be part of arrays or object )
Fixed processing of sub-objects
(cherry picked from commit aec12602da85078374135b31a69281d914b5776e)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 914f14: Fixed arrays processing ( arrays can be part of ar...

2014-10-03 Thread Vlad Paiu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 914f1409730ec66439d62bcfb52bdbcad5847836
  
https://github.com/OpenSIPS/opensips/commit/914f1409730ec66439d62bcfb52bdbcad5847836
  Author: Vlad Paiu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/cachedb_mongodb/cachedb_mongodb_json.c

  Log Message:
  ---
  Fixed arrays processing ( arrays can be part of arrays or object )
Fixed processing of sub-objects
(cherry picked from commit aec12602da85078374135b31a69281d914b5776e)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] aec126: Fixed arrays processing ( arrays can be part of ar...

2014-10-03 Thread Vlad Paiu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: aec12602da85078374135b31a69281d914b5776e
  
https://github.com/OpenSIPS/opensips/commit/aec12602da85078374135b31a69281d914b5776e
  Author: Vlad Paiu 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/cachedb_mongodb/cachedb_mongodb_json.c

  Log Message:
  ---
  Fixed arrays processing ( arrays can be part of arrays or object )
Fixed processing of sub-objects


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


Re: [OpenSIPS-Devel] [opensips] fr_inv_timer restarted when restart_fr_on_each_reply = 0 and replies sequence is 100, 183, 180, 183 (#342)

2014-10-03 Thread miko95
@bogdan-iancu Yes, this is what I meant. Also, if restart_fr_on_each_reply is 
disabled, why the timer should be restarted if a 183 is received after a 100? 
Once we received the 100 reply, we assume the next hop will attempt to reach 
the called party (or fail to) and therefore the timer should not be restarted 
if a 183/180 reply is received after.

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


Re: [OpenSIPS-Devel] [opensips] Event route handling way declaration without quotes (#347)

2014-10-03 Thread Răzvan Crainea
Merged #347.

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 30c92b: changed sync/async to sync/async in route_event co...

2014-10-03 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 30c92bd0beb0a2eb407e8d7335035f4271fd2f71
  
https://github.com/OpenSIPS/opensips/commit/30c92bd0beb0a2eb407e8d7335035f4271fd2f71
  Author: Ionut Ionita 
  Date:   2014-10-01 (Wed, 01 Oct 2014)

  Changed paths:
M cfg.lex
M cfg.y
M modules/event_route/event_route.c
M route.h

  Log Message:
  ---
  changed sync/async to sync/async in route_event config script declaration


  Commit: e6af6f989e64324a8199435677618decab0880ce
  
https://github.com/OpenSIPS/opensips/commit/e6af6f989e64324a8199435677618decab0880ce
  Author: Ionut Ionita 
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
M modules/event_route/README
M modules/event_route/doc/event_route_admin.xml

  Log Message:
  ---
  event_route doc: declare event_route handling way without quotes


  Commit: 00f720efb8494c78d89ccb025ec612541da52474
  
https://github.com/OpenSIPS/opensips/commit/00f720efb8494c78d89ccb025ec612541da52474
  Author: Răzvan Crainea 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M cfg.lex
M cfg.y
M modules/event_route/README
M modules/event_route/doc/event_route_admin.xml
M modules/event_route/event_route.c
M route.h

  Log Message:
  ---
  Merge pull request #347 from ionutrazvanionita/master

Event route handling way declaration without quotes


Compare: 
https://github.com/OpenSIPS/opensips/compare/e13ab398d8b1...00f720efb849___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] fr_inv_timer restarted when restart_fr_on_each_reply = 0 and replies sequence is 100, 183, 180, 183 (#342)

2014-10-03 Thread Bogdan Andrei IANCU
@miko95 , the fix should prevent the trimer restart because of a 180 reply 
between two 183 ? (like keeping the highest reply code received on the branch 
and do restart only if you got something higher).

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


[OpenSIPS-Devel] [OpenSIPS/opensips] f9f170: Merge pull request #346 from dsanders11/patch-1

2014-10-03 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f9f17032a74cb7d5ae11a46095059ad29b020846
  
https://github.com/OpenSIPS/opensips/commit/f9f17032a74cb7d5ae11a46095059ad29b020846
  Author: Bogdan Andrei IANCU 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/usrloc/ucontact.c

  Log Message:
  ---
  Merge pull request #346 from dsanders11/patch-1

Always update the call ID when updating a contact in usrloc table
(cherry picked from commit e13ab398d8b14bffa2acb6145b253aec030fdaab)

Conflicts:
modules/usrloc/ucontact.c


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


[OpenSIPS-Devel] [OpenSIPS/opensips] eee4e3: Merge pull request #346 from dsanders11/patch-1

2014-10-03 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: eee4e300d0d7f6d51b690c75012c4d577b78fc63
  
https://github.com/OpenSIPS/opensips/commit/eee4e300d0d7f6d51b690c75012c4d577b78fc63
  Author: Bogdan Andrei IANCU 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/usrloc/ucontact.c

  Log Message:
  ---
  Merge pull request #346 from dsanders11/patch-1

Always update the call ID when updating a contact in usrloc table
(cherry picked from commit e13ab398d8b14bffa2acb6145b253aec030fdaab)

Conflicts:
modules/usrloc/ucontact.c


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


[OpenSIPS-Devel] [OpenSIPS/opensips] f4f602: Merge pull request #346 from dsanders11/patch-1

2014-10-03 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f4f6028e8ccd42d19d91e4511e3860af39f0af11
  
https://github.com/OpenSIPS/opensips/commit/f4f6028e8ccd42d19d91e4511e3860af39f0af11
  Author: Bogdan Andrei IANCU 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/usrloc/ucontact.c

  Log Message:
  ---
  Merge pull request #346 from dsanders11/patch-1

Always update the call ID when updating a contact in usrloc table
(cherry picked from commit e13ab398d8b14bffa2acb6145b253aec030fdaab)


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


Re: [OpenSIPS-Devel] [opensips] Always update the call ID when updating a contact in usrloc table (#346)

2014-10-03 Thread Bogdan Andrei IANCU
Merged #346.

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 26a31e: usrloc: Always update the call ID when updating a ...

2014-10-03 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 26a31e078b969825b0d9f8dc83716b18511cda66
  
https://github.com/OpenSIPS/opensips/commit/26a31e078b969825b0d9f8dc83716b18511cda66
  Author: David Sanders 
  Date:   2014-10-01 (Wed, 01 Oct 2014)

  Changed paths:
M modules/usrloc/ucontact.c

  Log Message:
  ---
  usrloc: Always update the call ID when updating a contact


  Commit: e13ab398d8b14bffa2acb6145b253aec030fdaab
  
https://github.com/OpenSIPS/opensips/commit/e13ab398d8b14bffa2acb6145b253aec030fdaab
  Author: Bogdan Andrei IANCU 
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
M modules/usrloc/ucontact.c

  Log Message:
  ---
  Merge pull request #346 from dsanders11/patch-1

Always update the call ID when updating a contact in usrloc table


Compare: 
https://github.com/OpenSIPS/opensips/compare/bd4651700e8c...e13ab398d8b1___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Always update the call ID when updating a contact in usrloc table (#346)

2014-10-03 Thread Bogdan Andrei IANCU
The matching based on token...is it an ekiga extension ? 

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


[OpenSIPS-Devel] OpenSIPS 1.11.2 and aliases table

2014-10-03 Thread Steve Ames
I vaguely recall this happening in 1.8.2 also but...

Completely fresh 1.11.2 install. Getting the following error:

Sep 17 17:05:48 [6151] ERROR:core:db_check_table_version: invalid version 1007 
for table aliases found, expected 1009
Sep 17 17:05:48 [6151] ERROR:usrloc:register_udomain: error during table 
version check.

Versions table does show 1007.

Registrar-create.sql shows the following:

INSERT INTO version (table_name, table_version) values ('aliases','1007');
CREATE TABLE aliases (
id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
username CHAR(64) DEFAULT '' NOT NULL,
domain CHAR(64) DEFAULT NULL,
contact CHAR(255) DEFAULT '' NOT NULL,
received CHAR(128) DEFAULT NULL,
path CHAR(128) DEFAULT NULL,
expires DATETIME DEFAULT '2020-05-28 21:32:15' NOT NULL,
q FLOAT(10,2) DEFAULT 1.0 NOT NULL,
callid CHAR(255) DEFAULT 'Default-Call-ID' NOT NULL,
cseq INT(11) DEFAULT 13 NOT NULL,
last_modified DATETIME DEFAULT '1900-01-01 00:00:01' NOT NULL,
flags INT(11) DEFAULT 0 NOT NULL,
cflags INT(11) DEFAULT 0 NOT NULL,
user_agent CHAR(255) DEFAULT '' NOT NULL,
socket CHAR(64) DEFAULT NULL,
methods INT(11) DEFAULT NULL,
sip_instance CHAR(255) DEFAULT NULL,
CONSTRAINT alias_idx UNIQUE (username, domain, contact, callid)
) ENGINE=MyISAM;

It seems to be missing the 'attr' column that 1009 requires.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] b8d86c: Fix spelling

2014-10-03 Thread Norman Brandinger
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b8d86c6b933cf1833f98c46a32fea4c5c183be53
  
https://github.com/OpenSIPS/opensips/commit/b8d86c6b933cf1833f98c46a32fea4c5c183be53
  Author: Norm Brandinger 
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
M modules/rr/rr_mod.c

  Log Message:
  ---
  Fix spelling


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