Commit Graph

296 Commits

Author SHA1 Message Date
Thomas Ries
7be49c4329 siproxd bug 3086351
plugin_shortdial.c:139: warning: comparison is always false due to limited
range of data type
2010-10-13 22:48:27 +00:00
Thomas Ries
1d5a42e061 siproxd bug 3086371
sock.c:727: warning: passing argument 2 of 'connect' from incompatible
pointer type
sock.c:757: warning: pointer targets in passing argument 5 of 'getsockopt'
differ in signedness
2010-10-13 22:46:37 +00:00
Thomas Ries
15d044f72b siproxd bug 3086593
The attached patch fixes the warning by using a more portable method of
printing size_t values.
2010-10-13 22:43:53 +00:00
Thomas Ries
878bcdff8b - fix: include correct ltdl.h for system & convenience libltdl 2010-06-19 20:39:11 +00:00
Thomas Ries
2f562a6138 *** empty log message *** 2010-04-27 21:16:25 +00:00
Thomas Ries
f0661fb890 *** empty log message *** 2010-03-29 17:41:39 +00:00
Thomas Ries
e46d64fa7b - fix: siproxd could crash when trying to rewrite a malformed
SIP message. (thank you, Lucas)
2010-03-29 17:28:12 +00:00
Thomas Ries
678fe19800 *** empty log message *** 2010-01-26 21:17:58 +00:00
Thomas Ries
137d82452d - TCP support 2010-01-07 11:38:52 +00:00
Thomas Ries
0d714ffd94 - TCP support
- Defined default values for config options
2010-01-07 11:36:46 +00:00
Thomas Ries
106cc024f6 - Defined default values for config options 2010-01-07 11:34:33 +00:00
Thomas Ries
4d12f4eba7 - added comment 2010-01-07 11:31:56 +00:00
Thomas Ries
7dda94215d *** empty log message *** 2010-01-07 11:31:17 +00:00
Thomas Ries
593ec99816 type 2010-01-07 11:30:49 +00:00
Thomas Ries
1d306f80e4 - enhancements in plugin API 2010-01-07 11:30:27 +00:00
Thomas Ries
1f71f5743c - added plugin plugin_fix_bogus_via and plugin_stun 2010-01-07 11:29:00 +00:00
Thomas Ries
9ed7689e4e - Better handling of matching the local UAs 2010-01-07 11:06:41 +00:00
Thomas Ries
27dc69a5af *** empty log message *** 2010-01-02 22:02:41 +00:00
Thomas Ries
8a6da32065 15-Dec-2009: - Better handling for SIP redirecting with newer kernels 2009-12-15 21:11:33 +00:00
Thomas Ries
a9448cb32e *** empty log message *** 2009-10-28 19:18:42 +00:00
Thomas Ries
a83cffe287 - Make local UA to local UA calls work better with UAs that
blindly practice symmetric RTP and ignore the SDP media
   description completely (did anyone shout X-Lite?)
   Mantis 117
2009-10-27 20:43:05 +00:00
Thomas Ries
3a50376f3e *** empty log message *** 2009-07-30 17:20:55 +00:00
Thomas Ries
4d988c2536 - RTP proxy could get confused and mess up RTP streams
if two local UAs did use the same usernames but register
  on different providers. A call from UA1 to UA2 the could
  mess up the audio.
2009-07-30 17:02:36 +00:00
Thomas Ries
8118579c7e - Updated the documentation (plugin related stuff)
- fixed a DEBUG pattern in proxy.c
2009-05-21 12:55:04 +00:00
Thomas Ries
21770f92cf *** empty log message *** 2009-05-21 09:07:34 +00:00
Thomas Ries
060d533ec4 *** empty log message *** 2009-03-28 09:37:47 +00:00
Thomas Ries
80a10c575b - allow the usage of @ in shortdial entries to call
other users on other sip networks (patch by Andreas)
2009-03-24 17:38:33 +00:00
Thomas Ries
4f0b490c2f - eliminate some compiler warnings about unused return status 2009-02-28 23:06:22 +00:00
Thomas Ries
d6feb8fbbf *** empty log message *** 2009-02-28 22:02:11 +00:00
Thomas Ries
176aa66c44 *** empty log message *** 2009-02-22 19:24:07 +00:00
Thomas Ries
54a62c5715 *** empty log message *** 2009-02-22 18:14:12 +00:00
Thomas Ries
52f2f6ff34 - Reworked handling of plugin mechanism (libltdl "static"
inclusion of plugins should work now). Building under
  Windows (with Cygwin) does work (build with
  ./configure --enable-static-libosip2).
2009-02-22 15:32:56 +00:00
Thomas Ries
f8343b33e5 - Don't abort RTP streams on ENOBUFS (Internet upstream
saturated and a Packet is dropped)
- Bulding on OpenBSD (missing header)
2009-02-11 21:28:52 +00:00
Thomas Ries
605bcb2f09 *** empty log message *** 2009-02-10 22:26:17 +00:00
Thomas Ries
9c81fd9102 *** empty log message *** 2009-01-24 16:40:40 +00:00
Thomas Ries
3ed238394c - fixed an issue with RTP timeouts (on calls with multiple
media streams an timeout on one single stream would
  cancel all streams in the end. Seen with X-Lite UAs)
2009-01-24 16:39:45 +00:00
Thomas Ries
5c8a95e8c3 *** empty log message *** 2009-01-07 20:39:46 +00:00
Thomas Ries
bc6bc5169b - fixed some senseless range checks on "Max-Forward"
and "Expires" headers (Thank you Alex for telling me)
2009-01-07 20:37:11 +00:00
Thomas Ries
310e110176 - honor PTHREAD_LDFLAGS from environment 2008-11-08 15:27:31 +00:00
Thomas Ries
76bc1984c5 - check & define if SOL_IP not existing (some *BSDs) 2008-11-08 12:06:39 +00:00
Thomas Ries
c54d6e57dc *** empty log message *** 2008-11-01 13:09:13 +00:00
Thomas Ries
c95510f9ac - SIP DSCP value configurable 2008-08-01 08:03:30 +00:00
Thomas Ries
47936e21ea - fixes some signedness warnings 2008-07-22 11:17:49 +00:00
Thomas Ries
540f3eeff4 - plugin_fix_bogus_via: fixes broken VIA headers on
incoming SIP messages (inspired by Ralph Babel, see
  http://babel.de/art20080317a.html for more info)
2008-05-17 15:55:03 +00:00
Thomas Ries
91fa3538dd - dejitter can be completely disabled by specifying 0ms 2008-03-22 11:43:36 +00:00
Thomas Ries
4c699c5ab7 use local version of ltdl 2008-03-09 13:30:22 +00:00
Thomas Ries
dd3744a0d9 - libosip2-3.1.0 (changes MD5 related function names) 2008-03-09 12:59:43 +00:00
Thomas Ries
b09b3b4225 *** empty log message *** 2008-02-24 18:29:31 +00:00
Thomas Ries
e8309f3620 *** empty log message *** 2008-02-04 21:54:33 +00:00
Thomas Ries
ac9a002592 *** empty log message *** 2008-02-04 21:50:50 +00:00