Commit Graph

68 Commits (967dcefb2e8a787cbef99a92359c0a3ab5c4e7f8)

Author SHA1 Message Date
Raphael Coeffic 1e906a0ad4 - fixes a race condition between timer insertion and deletion.
18 years ago
Stefan Sayer 352876aa9a fixed a small memory leak when sending 200 ack
18 years ago
Raphael Coeffic b1abbb0ee7 - changed port from "short int" to "short unsigned int".
18 years ago
Stefan Sayer 3c78e9a341 applying sipctrl_transaction_id_64bit.patch: transaction matching failed on 64 bit system due to limited serKey length
18 years ago
Stefan Sayer 68b3dddad2 made debug message point to sipctrl.conf on this specific error
18 years ago
Raphael Coeffic 28d72e348e fixes bug SEMS-44.
18 years ago
Stefan Sayer 55c7dd7b7e pass possible errors in send(request) up
18 years ago
Stefan Sayer b9fe88fcbe print timer types in dbg message
18 years ago
Stefan Sayer f30989deff mass setting Id svn property
18 years ago
Raphael Coeffic 67cb344b0d - fixed major bug in the reply matching (UAC transactions).
18 years ago
Raphael Coeffic 3a3791bcf5 - fixed bugs related to non 200 ACK retransmission.
18 years ago
Raphael Coeffic 44cc8a0413 - some cleanup.
18 years ago
Raphael Coeffic 2dc5706fd4 - this should fix the issue with late re-transmissions reported by Laurent, and maybe more...
18 years ago
Raphael Coeffic 49858cc8f1 - hopefully fixes some small bugs in the wheel-timer.
18 years ago
Raphael Coeffic b5b216e0fe - added copyright+license header.
18 years ago
Raphael Coeffic 9eb6347838 - added warning for requests without contact header.
19 years ago
Raphael Coeffic 885c204eeb - added some tracing info for requests having an invalid or no Contact header.
19 years ago
Raphael Coeffic 9840a26425 - fixes Route-Set for in-dialog ACKs where reply does not contain any RR headers.
19 years ago
Raphael Coeffic d62d755ec4 - this should fix INVITE transaction timeout whereby a provisional reply has been received.
19 years ago
Raphael Coeffic 7f5169812e - this time, it is fixed ;-) (see last release).
19 years ago
Raphael Coeffic c7f2e97083 - fixes wrong re-transmission of the initial request in a UAS transaction.
19 years ago
Stefan Sayer b2e7133c08 fixed setting content type in SipRequest; reply error in case of unknown INFO content type. Thanks to Alex Gradinar
19 years ago
Stefan Sayer ebe5470d5b configurable logging of raw and parsed SIP messages
19 years ago
Stefan Sayer 39131cb061 serKey allocated in core (fixes strange crashes iff linking with other stuff)
19 years ago
Stefan Sayer 118a317ca5 sipctrl option to accept FR without To-Tag
19 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!!!).
19 years ago
Raphael Coeffic bbfb63a2fd - fixed bug incorrectly fixed in r895.
19 years ago
Raphael Coeffic 3cafe2ea08 - suppress re-transmission attempt if there is nothing to re-transmit.
19 years ago
Raphael Coeffic e6ed750198 - fixes route-set passed to the core.
19 years ago
Raphael Coeffic 3ff927db42 - changed to use BSD44SOCKETS define (see Makefile.defs).
19 years ago
Stefan Sayer b91fde6ef0 no ss_len in linux
19 years ago
Stefan Sayer 9c5124fdcc make emacs indent
19 years ago
Stefan Sayer 0e64da9748 fixed memory leak
19 years ago
Stefan Sayer 9e588b3a3d removed obsolete files (in core)
19 years ago
Raphael Coeffic ff58969cfc Darwin port continued...
19 years ago
Raphael Coeffic 268532f59d - fixes compilation errors on Darwin (Mac OS X).
19 years ago
Stefan Sayer 9dd029d80a fixed reversing route set in ACK
19 years ago
Stefan Sayer b050dc4693 char* -> const char* in cstring.h and elsewhere
19 years ago
Stefan Sayer 9cb81981b9 support for compact form of headers
19 years ago
Raphael Coeffic 40c07d1a37 fixed error codes in parse_uri().
19 years ago
Juha Heinanen b5923a965d * SIP control now sets next_hop and next_port from outbound_proxy config
19 years ago
Raphael Coeffic 7552ac3eb4 added local "408 timeout" generation.
19 years ago
Raphael Coeffic 687fa9ff82 adds support for sending CANCEL request.
19 years ago
Stefan Sayer 48feeca9a8 o relayed requests in b2b are relayed without adding headers (Signature/Max-Forwards)
19 years ago
Stefan Sayer 2ba04a283f only add signature if non-empty
19 years ago
Raphael Coeffic d0a74c550e - fixes the issue with B2BUA and bad 'Contact' as reported by Juha.
19 years ago
Raphael Coeffic f2a635f87e - added req.contact and reply.contact with correct values.
19 years ago
Richard Newman 6fa2ab95e2 Use correct sizeof for IPv4/IPv6 in udp_trsp::send.
19 years ago
Raphael Coeffic d09e9a7bbb - fixes bug where SEMS was trying to send an ACK with a BYE transaction. thx to Juha for reporting.
19 years ago
Richard Newman 6f390d6567 Switch to what I hope is a truly cross-platform endianness check.
19 years ago