THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#455 - PARAM_STR vs STR_PARAM
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Implemented
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=455
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#455 - PARAM_STR vs STR_PARAM
User who did this - Daniel-Constantin Mierla (miconda)
----------
Thanks, they were applied.
But the archive included the patches from the old group as well, failing to apply them easily. Don't sent again old patches on a new tracker issue -- not easy to figure out they were old and spent time to look at all.
I will try soon without STR_PARAM, once I get to a system where I can compile all modules. Perhaps we should replace INT_PARAM with PARAM_INT to get everything to coherent parameter type naming.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=455#comment1570
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.
Module: sip-router
Branch: master
Commit: c0794dfa98fccabd1da31d91e1d56c601fb15d9c
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c0794df…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Aug 5 13:09:40 2014 +0200
ims_isc: removed unused variable
---
modules/ims_isc/mod.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/ims_isc/mod.c b/modules/ims_isc/mod.c
index 9d348a6..888af13 100644
--- a/modules/ims_isc/mod.c
+++ b/modules/ims_isc/mod.c
@@ -56,7 +56,6 @@ struct tm_binds isc_tmb;
usrloc_api_t isc_ulb; /*!< Structure containing pointers to usrloc functions*/
/* fixed parameter storage */
-char *isc_my_uri_c; /**< Uri of myself to loop the message*/
str isc_my_uri = str_init("scscf.ims.smilecoms.com:6060"); /**< Uri of myself to loop the message in str */
str isc_my_uri_sip = {0, 0}; /**< Uri of myself to loop the message in str with leading "sip:" */
int isc_expires_grace = 120; /**< expires value to add to the expires in the 3rd party register*/
Hello,
Could anybody please guide me to some documentation available for writing a
new module for kamailio. I am also looking to tap the data coming on its
sockets both TCP & UDP.
Thanks in advance !
--
Warm Regds.
MathuRahul