Module: sip-router
Branch: master
Commit: 70d6cae27153d6641b2a781634aeb585b741d3a0
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70d6cae…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sun Jan 6 00:00:40 2013 +0100
core: command line option -v replaced with -K
- -v was exposing to misusage for -V (version), now is aliased to it
---
main.c | 10 ++++++----
sip-router.8 | 2 +-
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/main.c b/main.c
index cf3d665..84500c8 100644
--- a/main.c
+++ b/main.c
@@ -225,7 +225,7 @@ Options:\n\
field to a via\n\
-R Same as `-r` but use reverse dns;\n\
(to use both use `-rR`)\n\
- -v Turn on \"via:\" host checking when forwarding replies\n\
+ -K Turn on \"via:\" host checking when forwarding replies\n\
-d Debugging mode (multiple -d increase the level)\n\
-D no 1..do not fork (almost) anyway, 2..do not daemonize creator\n\
3..daemonize (default)\n\
@@ -1860,7 +1860,7 @@ int main(int argc, char** argv)
dprint_init_colors();
/* command line options */
- options= ":f:cm:M:dVIhEeb:l:L:n:vrRDTN:W:w:t:u:g:P:G:SQ:O:a:A:"
+ options= ":f:cm:M:dVIhEeb:l:L:n:vKrRDTN:W:w:t:u:g:P:G:SQ:O:a:A:"
#ifdef STATS
"s:"
#endif
@@ -1957,6 +1957,7 @@ int main(int argc, char** argv)
case 'd':
/* ignore it, was parsed immediately after startup */
break;
+ case 'v':
case 'V':
printf("version: %s\n", full_version);
printf("flags: %s\n", ver_flags );
@@ -2019,7 +2020,7 @@ int main(int argc, char** argv)
case 'b':
case 'l':
case 'n':
- case 'v':
+ case 'K':
case 'r':
case 'R':
case 'D':
@@ -2129,6 +2130,7 @@ try_again:
case 'm':
case 'M':
case 'd':
+ case 'v':
case 'V':
case 'I':
case 'h':
@@ -2175,7 +2177,7 @@ try_again:
goto error;
}
break;
- case 'v':
+ case 'K':
check_via=1;
break;
case 'r':
diff --git a/sip-router.8 b/sip-router.8
index a45a585..bc50354 100644
--- a/sip-router.8
+++ b/sip-router.8
@@ -66,7 +66,7 @@ Same as
.B \-r
but uses reverse dns.
.TP
-.BI \-v
+.BI \-K
Turns on via host checking when forwarding replies.
.TP
.BI \-d
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#257 - kamailio can't accept new connections(tls)
User who did this - Shaobin.Feng (saxon_leo)
----------
...
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=257#comment761
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.
ice seems to be at least in theory supported by several sip clients:
baresip, csipsimple, pjsip based clients, etc.
one of the problems of ice is that is uses turn protocol to find ip
addresses/ports of relays in case end-to-end connectivity cannot be
established otherwise. turn server, on the other hand, must
authenticates its clients. this doubles authentication work and, worse,
a single turn server does not seem to be able to handle more than one
domain. having each domain its own turn server is clearly not a
scalable solution. so life would be easier without turn servers.
mediaproxy module has solved this problem so that it adds the ice relay
candidates to sdp on behalf of ice clients and therefore no separate
turn servers nor turn client authentication are needed.
have people who have worked on rtpproxy or mediaproxy-ng considered
supporting ice in the way mediaproxy modules does today? any other
thoughts about this?
-- juha
The base version in development branch has been updated to 4.0.0, which
will be the version number for the next major release.
Cheers,
Daniel
On 1/3/13 10:57 AM, Klaus Darilion wrote:
>
>
> On 02.01.2013 10:36, Olle E. Johansson wrote:
>>
>> 2 jan 2013 kl. 10:15 skrev Daniel-Constantin Mierla <miconda(a)gmail.com>:
> ...
>>> It seems that there are lot of good reasons for numbering the next
>>> major version 4.0.0. Other comments, opinions?
>>
>> +1 from me.
>
> So, 5.0.0? :-)
>
> I also second 4.0.0
>
> Klaus
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users(a)lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda