Module: sip-router
Branch: carstenbock/utils_post
Commit: d84cced413b6dbb495eb56a99b955b10c3785211
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d84cced…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)ng-voice.com>
Date: Thu Aug 22 16:36:48 2013 +0200
Define missing fixup_functions.
---
modules/utils/utils.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modules/utils/utils.c b/modules/utils/utils.c
index 735ea0d..13b7f07 100644
--- a/modules/utils/utils.c
+++ b/modules/utils/utils.c
@@ -89,8 +89,10 @@ static int child_init(int);
static void destroy(void);
/* Fixup functions to be defined later */
-static int fixup_http_query(void** param, int param_no);
-static int fixup_free_http_query(void** param, int param_no);
+static int fixup_http_query_get(void** param, int param_no);
+static int fixup_free_http_query_get(void** param, int param_no);
+static int fixup_http_query_post(void** param, int param_no);
+static int fixup_free_http_query_post(void** param, int param_no);
/* Wrappers for http_query to be defined later */
static int w_http_query(struct sip_msg* _m, char* _url, char* _result);
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#334 - modules/lcr just needs some "\n" on the LM_DBG statements
User who did this - Kevin Scott Adams (TheGrandWazoo)
----------
You are welcome. Thanks for the module.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=334#comment1062
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#332 - add arbitrary params in Path header
User who did this - Seudin Kasumovic (seudin)
----------
There is no specific reason for stick to avp only, but I followed logic of other modules where use avp var in module params.
So, what vars are allowed (safe) to be used in module params?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=332#comment1061
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#334 - modules/lcr just needs some "\n" on the LM_DBG statements
User who did this - Juha Heinanen (jh)
Reason for closing: Fixed
Additional comments about closing: Thanks for the patch. I just applied it.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=334
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.