Log of /main/sip/resiprocate/dum/InviteSession.cxx
Parent Directory
|
Revision Log
Revision
3401 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 19 08:02:52 2004 UTC
(15 years, 1 month ago)
by
nash
File length: 39286 byte(s)
Diff to
previous 3392
Changed to DUM program which is using throw new ... to throwing out exception and could cause memory leak.
Revision
3392 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 12 18:12:57 2004 UTC
(15 years, 1 month ago)
by
sgodin
File length: 39310 byte(s)
Diff to
previous 3363
Base implementation of draft-ietf-sip-session-timer-15:
- No support for resending on 422 yet
- MinSE header not used yet
- no support for using UPDATE as session refresh yet
- enable by adding Symbols::Timer to support options tags in Profile
Revision
3363 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 1 12:13:58 2004 UTC
(15 years, 2 months ago)
by
sgodin
File length: 31600 byte(s)
Diff to
previous 3340
- Fixes to ending an INVITE session if ACK is not yet recieved
- Fixes to queuedBye for ReInvite State
- Accept inbound BYE in ReInvite State
Revision
3332 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 16 12:25:39 2004 UTC
(15 years, 2 months ago)
by
sgodin
File length: 28762 byte(s)
Diff to
previous 3314
Responsd to in dialog cancel - since it is possible to recieve if it crosses our 200 response on the wire.
Revision
3308 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 10 17:07:28 2004 UTC
(15 years, 3 months ago)
by
derek
File length: 28206 byte(s)
Diff to
previous 3298
added setOverrideHostAndPort for NAT traversal
if there is no to tag in a response, tid is used to dispatch to the correct dialog if one exists
temproary fix on onIllegalNegotiation; re-invite state machine needs tweaking
Revision
3295 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 31 21:52:23 2004 UTC
(15 years, 3 months ago)
by
derek
File length: 28035 byte(s)
Diff to
previous 3293
MergedRequest key no longer throws when messages don't have a from tag.
Automatic ack transmission happens before onAnswer when processing a 2xx to a re-invite(different for late media)
Revision
3291 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 28 02:30:03 2004 UTC
(15 years, 3 months ago)
by
derek
File length: 27463 byte(s)
Diff to
previous 3289
late media related fixes & changes
rejectOffer has been renamed to rejectDialogModification
acceptOffer has been renamed to acceptDialogModification
This is because the late re-invite case, there is no offer to reject.
Pedantic, possibly.
onOfferRequired has been added..called when an Invite w/out an offer is received.
Revision
3289 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 25 23:09:43 2004 UTC
(15 years, 3 months ago)
by
derek
File length: 26669 byte(s)
Diff to
previous 3282
added UserAgent to profile
Gracefully deal with illegal(no subscription state) NOTIFY messages with event package refer
mLastRequest in InivteSession is for outgoing only, mIncomingLastRequest has been added.
Revision
3255 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 13 17:14:26 2004 UTC
(15 years, 3 months ago)
by
derek
File length: 25540 byte(s)
Diff to
previous 3241
ackConnection is gone. Ack's will be set automatically, unlesss late media needs to be sent(use setAnswer, send())
Accepting state has been removed from the Invite state machine.
Revision
3237 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 9 20:42:46 2004 UTC
(15 years, 4 months ago)
by
derek
File length: 21738 byte(s)
Diff to
previous 3167
CANCEL fix
OOD NOTIFY handling fix(ood NOTIFY doesn't always come with an event state
DialogSet::cancel hack.
Revision
3167 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 28 19:28:32 2004 UTC
(15 years, 4 months ago)
by
derek
File length: 21703 byte(s)
Diff to
previous 3156
re-invite rejection callback, loose to tag matching(vonage) default in profile now false.
Revision
3138 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 22 18:29:17 2004 UTC
(15 years, 4 months ago)
by
derek
File length: 21276 byte(s)
Diff to
previous 3112
Some fixes to Refer/ServerSubcription
180s with to tags and w/out contacts are handled
ServerInviteSession now guards against mid-dispatch deletion
DialogSet::Cancel can now cancel an invite w/out recieved a 18x.
Revision
3112 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 15 21:36:48 2004 UTC
(15 years, 4 months ago)
by
derek
File length: 20758 byte(s)
Diff to
previous 3101
DialogSet cancel change(deletion while iterating problem)
Dialog routeset now updated by 200
DialogUsageManager send copies message if ProcessStrictRoute will modify the message
Revision
3094 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 12 19:46:17 2004 UTC
(15 years, 4 months ago)
by
derek
File length: 19994 byte(s)
Diff to
previous 3092
added catch to DUM process; couldn't handle FWD's 403
leak checking code now requires an additional define, so it doesn't interact w/ other overloaded new opterators in debug
Revision
3091 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 12 17:05:10 2004 UTC
(15 years, 4 months ago)
by
sgodin
File length: 20171 byte(s)
Diff to
previous 3089
Fixed memory leaks of SdpContents
Added some failsafe asserts/delete's to ensure no memory leaks of Sdp if client app errors
Change to call onConnected (for now) for Rcv ReInvite ACKs
Revision
3089 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 12 02:36:14 2004 UTC
(15 years, 5 months ago)
by
derek
File length: 19231 byte(s)
Diff to
previous 3079
Moved non-Dialog creating usages into DialogSet: Registration, Publication and OutOfDialog
Involved re-factory BaseUsage.
Some Handle bug-fixes
Revision
3071 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 8 16:23:59 2004 UTC
(15 years, 5 months ago)
by
sgodin
File length: 18605 byte(s)
Diff to
previous 3069
fixed counteroffer->answer sdp state transition to match FSM (fixes bug if ServerInvite recieves more than 1 counter offer from client)
Revision
3024 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 22 22:10:19 2004 UTC
(15 years, 5 months ago)
by
derek
File length: 16395 byte(s)
Diff to
previous 3006
improved AUTH behaviour
fixed some bugs in dialog
add missing handler call to serverInviteSession
Logging changes
Revision
2997 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 16 01:08:25 2004 UTC
(15 years, 5 months ago)
by
derek
File length: 15960 byte(s)
Diff to
previous 2992
Basic call works w/out crash on exit now. Added BYE logic to Dialog.
Dialog still needs work.
Revision
2981 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 12 05:22:52 2004 UTC
(15 years, 5 months ago)
by
derek
File length: 14178 byte(s)
Diff to
previous 2978
~Handled is no longer recursive
DumTimeout is cloneable.
~DialogUsageManager cleans up, graceful cleanup not finsihed yet
Revision
2976 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 11 21:09:39 2004 UTC
(15 years, 6 months ago)
by
derek
File length: 13487 byte(s)
Diff to
previous 2965
InviteSession largely hacked, far to many assert(0)'s when the unexpected occurs.
This is likely the last revision before lifetime management of DialogSet and components(the dead to the user state) is added
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.