Log of /main/sip/resiprocate/dum/Dialog.cxx
Parent Directory
|
Revision Log
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: 29004 byte(s)
Diff to
previous 3305
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
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: 27301 byte(s)
Diff to
previous 3274
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: 25808 byte(s)
Diff to
previous 3182
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
3179 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 30 23:05:09 2004 UTC
(15 years, 4 months ago)
by
derek
File length: 25142 byte(s)
Diff to
previous 3156
Added a RedirectMangager/RedirectHandler
DUM graceful shutdown no longer self-deletes, just notifes when it is safe to delete DUM
Revision
3155 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 27 18:00:59 2004 UTC
(15 years, 4 months ago)
by
derek
File length: 24744 byte(s)
Diff to
previous 3146
Vonage workaround; lazy to tag matching(option in Profile) Non-forking non-matching failure dispatch.
Refer/ServerSubscription bug fixes
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: 24457 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: 24164 byte(s)
Diff to
previous 3103
DialogSet cancel change(deletion while iterating problem)
Dialog routeset now updated by 200
DialogUsageManager send copies message if ProcessStrictRoute will modify the message
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: 20977 byte(s)
Diff to
previous 3082
Moved non-Dialog creating usages into DialogSet: Registration, Publication and OutOfDialog
Involved re-factory BaseUsage.
Some Handle bug-fixes
Revision
3081 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 8 22:52:03 2004 UTC
(15 years, 5 months ago)
by
derek
File length: 27582 byte(s)
Diff to
previous 3068
reverted 100 handling change that was causing usage leak
changed some logging from Info to Debug
Revision
3068 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 6 17:08:40 2004 UTC
(15 years, 5 months ago)
by
sgodin
File length: 27496 byte(s)
Diff to
previous 3067
Fixed assert in makeResponse so that a Contact header is not required for a CANCEL or BYE request.
Revision
3041 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 29 00:00:25 2004 UTC
(15 years, 5 months ago)
by
derek
File length: 26657 byte(s)
Diff to
previous 3026
multiple ServerSubscription's per dialog
updated basicall
fix to auth problem in Dialog
AppDialog has methods to retrieve usages
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: 25204 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: 24722 byte(s)
Diff to
previous 2995
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, 6 months ago)
by
derek
File length: 20934 byte(s)
Diff to
previous 2976
~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: 20204 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
Revision
2943 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 7 23:24:11 2004 UTC
(15 years, 6 months ago)
by
derek
File length: 19793 byte(s)
Diff to
previous 2941
Another pass at userdata.
AppDialogSetFactory is set on a dum, AppDialogSets are arguements to makeFoo, AppDialog's are created from AppDialogSets.
Revision
2936 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 3 23:04:33 2004 UTC
(15 years, 6 months ago)
by
derek
File length: 19861 byte(s)
Diff to
previous 2891
Changed remoteTarget and mLocalTag reference to use mId instead.
DialogSetId will construt To tag if necessary
Dialog can handle responses without tags.
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.