Commit Graph

40 Commits (be85aa2c1922618aa83902bc9e82e0dbb17aa52b)

Author SHA1 Message Date
Stefan Sayer be85aa2c19 fixes ACK handling in B2BUA, which was broken due to moving ACK handling on user layer
16 years ago
Stefan Sayer d6b071fc0b null-terminate string before trying to parse it. patch by Robert Szokovacs
16 years ago
Stefan Sayer 072649d40f only allocate/memcpy to-tag if len>0
16 years ago
Raphael Coeffic 5c2f939641 adds support for stateless replies in trans_layer.cpp.
17 years ago
Stefan Sayer f7b9c63571 drop messages with missing call-id or cseq instead of assert (interim fix until proper error reply implemented)
17 years ago
Raphael Coeffic 4a97038878 some cleanup + test code removal (harmless).
17 years ago
Raphael Coeffic 25875e49a6 First part of the outbound proxy / 200 ACK patch:
17 years ago
Raphael Coeffic 05891186bf - fixes Via HF missing the port number. Thx to Tom van der Geer for reporting.
17 years ago
Stefan Sayer 352876aa9a fixed a small memory leak when sending 200 ack
17 years ago
Stefan Sayer 3c78e9a341 applying sipctrl_transaction_id_64bit.patch: transaction matching failed on 64 bit system due to limited serKey length
17 years ago
Stefan Sayer 68b3dddad2 made debug message point to sipctrl.conf on this specific error
17 years ago
Raphael Coeffic 28d72e348e fixes bug SEMS-44.
17 years ago
Stefan Sayer f30989deff mass setting Id svn property
18 years ago
Raphael Coeffic 3a3791bcf5 - fixed bugs related to non 200 ACK retransmission.
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 b5b216e0fe - added copyright+license header.
18 years ago
Raphael Coeffic 9840a26425 - fixes Route-Set for in-dialog ACKs where reply does not contain any RR headers.
18 years ago
Raphael Coeffic d62d755ec4 - this should fix INVITE transaction timeout whereby a provisional reply has been received.
18 years ago
Raphael Coeffic 7f5169812e - this time, it is fixed ;-) (see last release).
18 years ago
Raphael Coeffic c7f2e97083 - fixes wrong re-transmission of the initial request in a UAS transaction.
18 years ago
Stefan Sayer ebe5470d5b configurable logging of raw and parsed SIP messages
18 years ago
Stefan Sayer 118a317ca5 sipctrl option to accept FR without To-Tag
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 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
Stefan Sayer 0e64da9748 fixed memory leak
18 years ago
Stefan Sayer 9dd029d80a fixed reversing route set in ACK
18 years ago
Stefan Sayer b050dc4693 char* -> const char* in cstring.h and elsewhere
18 years ago
Juha Heinanen b5923a965d * SIP control now sets next_hop and next_port from outbound_proxy config
18 years ago
Raphael Coeffic 7552ac3eb4 added local "408 timeout" generation.
18 years ago
Raphael Coeffic 687fa9ff82 adds support for sending CANCEL request.
18 years ago
Raphael Coeffic d09e9a7bbb - fixes bug where SEMS was trying to send an ACK with a BYE transaction. thx to Juha for reporting.
18 years ago
Stefan Sayer c6d5dec6f1 fixed crash if extra headers were empty
18 years ago
Raphael Coeffic ae2c180f31 cat /home/rco/src/cvs/sems/trunk/svn-commit.2.tmp
18 years ago
Raphael Coeffic f0ba988e1e - added comments on code introduced with last commit.
18 years ago
Raphael Coeffic f18440d351 - fixed some memory leaks.
18 years ago
Raphael Coeffic e74662a11f - added other headers from received replies and requests to {req,reply}.hdrs
18 years ago
Raphael Coeffic 2f920da7c2 - fixed various bugs including missing body in new requests.
18 years ago
Raphael Coeffic c034470ee0 - removed AmUtils and AmThread from sipctrl directory.
18 years ago
Raphael Coeffic 274c6ec45c Merged internal_sip_stack branch -r 539:659 into trunk.
18 years ago