Hello,
I have an iPhone/Android/Windows 8 based UAC, proxy server Kamailio and Sip
server FreeSwitch.
Whenever I call directly from UAC to Sip server, the call gets established
for as long as I want, however when I use the proxy in between, it gets
disconnected within 30 seconds. It seems that FS sends a BYE within 30
seconds.
I would really appreciate if anybody please guide me where I am going wrong
in this case ?
--
Warm Regds.
MathuRahul
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#458 - Do not fork command line option
User who did this - Alekzander Spiridonov (alekz)
----------
Thanks for so fast reply.
First of all I believe that this way of using command line options is not the best one, so I'd prefer to fix the src.
About dont_fork_cnt. Basically the sequence is the following:
<code>dont_fork = 0;
dont_fork_cnt = 0;
yyparse();
while (getopt) {
--case -D: dont_fork_cnt++;
++case -D: dont_fork=strtol();
}
--if (dont_fork_cnt) { dont_fork = dont_fork_cnt; }</code>
So even without dont_fork_cnt commandline parameter will override config.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=458#comment1576
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.
Hello,
I want to announce that a new developer got GIT write access to
repository: Jorj Bauer from University of Pennsylvania, USA - he is
mainly joining the efforts to maintain and develop further the SCA module:
* http://kamailio.org/docs/modules/stable/modules/sca.html
His git commit id is: jorj
My warm welcome and thanks for joining to help the project.
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Next Kamailio Advanced Trainings 2014 - http://www.asipto.com
Sep 22-25, Berlin, Germany ::: Oct 15-17, San Francisco, USA
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#457 - FTBFS with clang instead of gcc ( Debian user report )
User who did this - Daniel-Constantin Mierla (miconda)
----------
I will look at renaming the 'printf' member in rpc api. 'printf_' looks a bit odd, imo.
It is also odd that clang doesn't see 'printf' is a member in a custom structure -- might be some requirement in some specs, though, I didn't have time to search deep for it, but I saw many on the web getting similar issue.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=457#comment1575
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#458 - Do not fork command line option
User who did this - Daniel-Constantin Mierla (miconda)
----------
At the first sight, the patch breaks the higher priority of command line parameter vs the config value.
You removed the use of dont_fork_cnt, which had comments for its purpose of overwriting the value with command line parameter.
Perhaps is easier to fix the docs in this case -- the man page and help message for -h.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=458#comment1574
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 - Alekzander Spiridonov (alekz)
Attached to Project - sip-router
Summary - Do not fork command line option
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Despite help output -D option doesn't suppose to accept any arguments so should be used multiple times instead. I believe src code should be fixed to meet kamailio help. Fix attached.
One or more files have been attached.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=458
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: 32a26c25927145a54f9c631cc0b5d498c18907d0
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32a26c2…
Author: lucian balanceanu <lucian.balanceanu(a)1and1.ro>
Committer: lucian balanceanu <lucian.balanceanu(a)1and1.ro>
Date: Mon Aug 11 13:55:31 2014 +0300
siptrace: adds optional addr param to sip_trace()
- address is a SIP uri which specifies the address
of the capturing server. This parameter trumps
duplicate_uri and allows tracing to more than one
server.
Credit goes to the 1&1 team.
---
modules/siptrace/README | 24 +++--
modules/siptrace/doc/siptrace_admin.xml | 16 +++-
modules/siptrace/siptrace.c | 160 ++++++++++++++++++++++++-------
3 files changed, 156 insertions(+), 44 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=32a…
Hello! I havw installed Kamailio 4.1.4
I need to start Kamailio main process at foreground and other process as
forked processes.
I found old issue with patch
http://comments.gmane.org/gmane.comp.voip.openser.user/10686
But it 2007 year and I can not find any informationabout integration this
patch at kamailio
So I was tested can I start servise as I want (I hoped patch already
integrated at kamailio)
I started kamailio with some methods. I read about it at description at
this patch:
current behavior:
1)fork=no -> daemon, not forked
2)fork=no + -D option -> foreground, not forked
3)fork=yes -> daemon, forked
4)fork=yes + -D option -> daemon, forked ===> -D is ignored !!!
5)fork not mentioned + -D option -> foreground, forked
So 1,2 and 3 methods workes fine
method 4 ignoring fork=yes
method 5 not works. not forked, only foreground.
So I have one else issue:
When I started kamailio as a service I see message
WARNING: no fork mode and more than one listen address found(will use only
the the first one)
When I started as /etc/init.d/kamailio start m 1024 -M 6 - it worked nise
So -how I can resolve my issues?
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#446 - sca_call_info_update() function for 180 responses
User who did this - Jorj Bauer (jorj)
Reason for closing: Fixed
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=446
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.