Commit Graph

436 Commits (98a3a3885f8a6772107e0fcc7fdfdd67dd89b32e)

Author SHA1 Message Date
Stefan Sayer b2e7133c08 fixed setting content type in SipRequest; reply error in case of unknown INFO content type. Thanks to Alex Gradinar
18 years ago
Stefan Sayer e6945b013f accept compact form of Content-Type (c)
18 years ago
Stefan Sayer 2da3de7ff0 trying content_type directly for DTMF, as reported by Alex Gradinar
18 years ago
Stefan Sayer 7cc000c545 fixes searching after end of SDP in contains function (protos c7 4220)
18 years ago
Stefan Sayer 895c904974 removed going to misleading extra debug message in case of bye with no UAC transaction pending
18 years ago
Stefan Sayer ebe5470d5b configurable logging of raw and parsed SIP messages
18 years ago
Stefan Sayer 9647c0fec4 removed excessive SDP body logging
18 years ago
Stefan Sayer d5ab4c2db6 optional INFO logging of sessions created and stopped
18 years ago
Stefan Sayer 39131cb061 serKey allocated in core (fixes strange crashes iff linking with other stuff)
18 years ago
Stefan Sayer 01ef6df1b5 accepting ; in exclude_modules
18 years ago
Stefan Sayer ba937a472f more verbouse debug message.
18 years ago
Stefan Sayer 01e1d57a61 fixed error reporting from RTP receiver
18 years ago
Stefan Sayer 118a317ca5 sipctrl option to accept FR without To-Tag
18 years ago
Stefan Sayer 4a5d807e05 case insensitive in auth method checking (e.g. DIGEST). should authenticate against voipswitch now.
18 years ago
Richard Newman 3c7c8297f5 Add configuration parameter 'public_ip' and mechanisms to use it in SDP body generation.
18 years ago
Raphael Coeffic 1f7cacd98c - fixes a race condition where the reply could have been received before UAC request transaction has been inserted. (Thx to Juha!!!).
18 years ago
Raphael Coeffic 34a5a9d615 - some iphone linking fixes...
18 years ago
Raphael Coeffic bbfb63a2fd - fixed bug incorrectly fixed in r895.
18 years ago
Raphael Coeffic 3cafe2ea08 - suppress re-transmission attempt if there is nothing to re-transmit.
18 years ago
Raphael Coeffic e6ed750198 - fixes route-set passed to the core.
18 years ago
Stefan Sayer 55433a7107 - Makefiles fix
18 years ago
Juha Heinanen 804c52a46d * get_next_line does not anymore advance beyond sdp body.
18 years ago
Juha Heinanen c7e2aec4c4 * Fixed parsing of 'direction' media attribute.
18 years ago
Raphael Coeffic b0e2eed667 - fixed more Darwin stuff: basic SEMS stuff work on Mac OS X now :-)
18 years ago
Stefan Sayer 46537f68bb send headers in relayed replies (as in requests)
18 years ago
Raphael Coeffic 3ff927db42 - changed to use BSD44SOCKETS define (see Makefile.defs).
18 years ago
Raphael Coeffic f9e5c3e0cf - fixes address (was containing \r) bug at the end of c= and o= lines.
18 years ago
Stefan Sayer 1024e2f008 fixed fseek for streams. Thanks to Helmut Kuper for the patch
18 years ago
Stefan Sayer 9c62df49ba reverted getInterfaceList to pre- r844 for linux
18 years ago
Stefan Sayer f40b479023 excluding precoded_announce by default
18 years ago
Stefan Sayer b91fde6ef0 no ss_len in linux
18 years ago
Stefan Sayer b5f42a5083 fixing sa_len to compile again on non-ipv6 and non-macosx
18 years ago
Stefan Sayer ca1e19de52 only update remote uri if there is a contact in the reply
18 years ago
Stefan Sayer ab15581aed passing CC/LD/AR to library makeing
18 years ago
Stefan Sayer 9c5124fdcc make emacs indent
18 years ago
Stefan Sayer 0e64da9748 fixed memory leak
18 years ago
Stefan Sayer 9e588b3a3d removed obsolete files (in core)
18 years ago
Raphael Coeffic ff58969cfc Darwin port continued...
18 years ago
Stefan Sayer e1cb541170 get_header_keyvalue function with short name alternative
18 years ago
Raphael Coeffic 268532f59d - fixes compilation errors on Darwin (Mac OS X).
18 years ago
Stefan Sayer 9dd029d80a fixed reversing route set in ACK
18 years ago
Stefan Sayer 67a25a008c fix for reading wav file from stream (read instead of fseek). Fix by Helmut Kuper
18 years ago
Stefan Sayer e33cc4c778 enabling single character app-params
18 years ago
Mikkel Liisberg e46e35a466 another try at the direction handling bug
18 years ago
Mikkel Liisberg 6ed9130a9c corrected bug in direction handling, should work now.
18 years ago
Stefan Sayer cf3614c10e fixed session timer to be aligned to AmSessionEventHandler prototype again
18 years ago
Stefan Sayer 36952ca775 forgotten commit
18 years ago
Stefan Sayer 8746b83882 removed excessive warnings
18 years ago
Stefan Sayer 42a02cb2bb fixed rtp receiver deadlock on RTP packet receiver buffer overflow. clearing buffer on rtp stream initialization
18 years ago
Stefan Sayer 7ddab3d214 warning on RTP receive buffer overflow
18 years ago