Hi
I think there is a typo in the TM module in the master branch that causes
compile failure.
diff --git a/modules/tm/tm_load.c b/modules/tm/tm_load.c
index 7740db8..8d16a99 100644
--- a/modules/tm/tm_load.c
+++ b/modules/tm/tm_load.c
@@ -148,8 +148,8 @@ int load_tm( struct tm_binds *tmb)
tmb->tm_ctx_get = tm_ctx_get;
#endif
tmb->t_append_branches = t_append_branches;
- tmp->t_load_contacts = t_load_contacts;
- tmp->t_next_contacts = t_next_contacts;
+ tmb->t_load_contacts = t_load_contacts;
+ tmb->t_next_contacts = t_next_contacts;
return 1;
}
Regards
Richard.
--
This email is subject to the disclaimer of Smile Communications at http://www.smilecoms.com/home/email-disclaimer/ <http://www.smilecoms.com/disclaimer>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#488 - Some modules not being generated in RPM Build
User who did this - Daniel-Constantin Mierla (miconda)
----------
I reused the specs from 4.1, where the libconfuse was a requirement and no longer found in the distros. I will enable it.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=488#comment1683
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#488 - Some modules not being generated in RPM Build
User who did this - Derrick Bradbury (snapple42)
----------
I should add, we typically use Centos 6.X
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=488#comment1682
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.
A new Flyspray task has been opened. Details are below.
User who did this - Derrick Bradbury (snapple42)
Attached to Project - sip-router
Summary - Some modules not being generated in RPM Build
Task Type - Feature Request
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - When using the RPM install of Kamailio, some modules are not generated.
This may be due to incompatible dependencies that may no nonger exist.
In my case, it was carrierroute.
>From the list:
Maybe it has to do with the old dependency on libconfuse.
The dependency is no longer required since 4.1 and all release bigger
then 4.1 should provide the rpm.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=488
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: 083f7c8e5dabbb6d870be0f2f3299a62df7be0f8
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=083f7c8…
Author: Andrew Miller <andrew.miller(a)acision.com>
Committer: Hugh Waite <hugh.waite(a)acision.com>
Date: Wed Oct 29 18:02:08 2014 +0000
sdpops: New function sdp_with_active_media
- Return true of the SDP has 'media=type ...' line and the media is active.
- Active media means the port is non-zero and the direction is not "inactive"
---
modules/sdpops/README | 185 ++++++++++++++++++++---------------
modules/sdpops/doc/sdpops_admin.xml | 26 +++++
modules/sdpops/sdpops_mod.c | 83 ++++++++++++++++
3 files changed, 213 insertions(+), 81 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=083…