Re: [OpenSIPS-Devel] [opensips] Backporting filename in runtime error messages to 1.11 (#372)

2014-11-03 Thread Bogdan Andrei IANCU
Merged #372.

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


Re: [OpenSIPS-Devel] [opensips] Backporting filename in runtime error messages to 1.11 (#372)

2014-11-03 Thread Bogdan Andrei IANCU
Thank you @dsanders11 . 
@wdoekes , it should be more than ok even without the staticTheoretically 
you can (as code) to change it later, maybe in the future ;)

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


Re: [OpenSIPS-Devel] [opensips] Backporting filename in runtime error messages to 1.11 (#372)

2014-10-24 Thread Walter Doekes
 @@ -142,6 +142,7 @@ struct action{
   int type;  /* forward, drop, log, send ...*/
   action_elem_t elem[MAX_ACTION_ELEMS];
   int line;
 + char *file;

Shouln't this be `const char *` ?

It's not like someone is allowed to alter it along the way, right?

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


[OpenSIPS-Devel] [opensips] Backporting filename in runtime error messages to 1.11 (#372)

2014-10-23 Thread David Sanders

You can merge this Pull Request by running:

  git pull https://github.com/dsanders11/opensips 1.11

Or you can view, comment on it, or merge it online at:

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

-- Commit Summary --

  * Backporting filename in runtime error messages to 1.11

-- File Changes --

M action.c (147)
M action.h (7)
M cfg.y (59)
M route.c (4)
M route_struct.c (7)
M route_struct.h (4)

-- Patch Links --

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

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