Module: sip-router
Branch: master
Commit: d26eff22c8a543c63a40cd7d91bb3c70f04aabc6
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d26eff2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Jan 3 10:04:39 2014 +0100
acc: added note about MySQL InnoDB not supporting INSERT DELAYED
- reported by Daniel Tryba
---
modules/acc/doc/acc_admin.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/modules/acc/doc/acc_admin.xml b/modules/acc/doc/acc_admin.xml
index e233cb4..c59aa0e 100644
--- a/modules/acc/doc/acc_admin.xml
+++ b/modules/acc/doc/acc_admin.xml
@@ -1093,7 +1093,9 @@ modparam("acc", "db_extra", "ct=$hdr(Content-type); email=$avp(s:email)")
<para>
If set to 1, use INSERT DELAYED to add records to accounting tables
when the DB driver has support for it. If no INSERT DELAYED support
- is offered by DB driver, then standard INSERT is used.
+ is offered by DB driver, then standard INSERT is used. Beware that
+ MySQL InnoDB engine doesn't support INSERT DELAYED, thus be sure
+ the acc tables are defined with different type (e.g., MyISAM).
</para>
<para>
Default value is 0 (no INSERT DELAYED).
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#365 - modules/app_lua: sr.xavp.get() allow get all values of a name
User who did this - Víctor Seva (linuxmaniac)
----------
Here I allow nil as second parameter to indicate all values and <0 index to get a value counting from the end.
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=365#comment1260
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#365 - modules/app_lua: sr.xavp.get() allow get all values of a name
User who did this - Víctor Seva (linuxmaniac)
----------
I think it is better to use sr.xavp.get with the second parameter as nil to indicate all values. So we can use <0 values too.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=365#comment1259
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#386 - acc: allow pvar as first parameter for functions
User who did this - Víctor Seva (linuxmaniac)
Reason for closing: Implemented
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=386
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#386 - acc: allow pvar as first parameter for functions
User who did this - Daniel-Constantin Mierla (miconda)
----------
It can be committed, just add a note about it in the docs/readme.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=386#comment1258
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#386 - acc: allow pvar as first parameter for functions
User who did this - Víctor Seva (linuxmaniac)
----------
changes:
- comparison is done against PV_MARKER
- if first param is a static string we do the code parse ( just ones at fixup ) or at acc_get_param_value if is dynamic.
- Now I use pv_parse_format and pv_printf_s as you suggested allowing the use of a string with pseudo vars.
Thanks for the suggestions and the review.
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=386#comment1257
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.