Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 10104 6337

latest revision download Branch root:

10104 annotated / raw | Diffs: previous, other | Lines: 1152 ( +89, -41 )

Created: 2008-10-21 18:53:37 -0400 (31 days ago) | Author: mikej | Changeset: 10104

trying to fix codec stuff (not working code)

10050 annotated / raw | Diffs: previous, other | Lines: 1104 ( +52, -76 )

Created: 2008-10-16 21:46:13 -0400 (36 days ago) | Author: robertj | Changeset: 10050

Fixed windows build.

Clened up some of the "experimental" code leaving only the overrides required for codec selection.

10049 annotated / raw | Diffs: previous, other | Lines: 1128 ( +112, -29 )

Created: 2008-10-16 20:16:38 -0400 (36 days ago) | Author: mikej | Changeset: 10049

check in with messy debug

10036 annotated / raw | Diffs: previous, other | Lines: 1045 ( +7, -2 )

Created: 2008-10-15 17:21:45 -0400 (37 days ago) | Author: mikej | Changeset: 10036

update

10035 annotated / raw | Diffs: previous, other | Lines: 1040 ( +45, -58 )

Created: 2008-10-15 17:12:38 -0400 (37 days ago) | Author: mikej | Changeset: 10035

sigh

10026 annotated / raw | Diffs: previous, other | Lines: 1053 ( +54, -25 )

Created: 2008-10-15 12:55:53 -0400 (37 days ago) | Author: mikej | Changeset: 10026

wip

10023 annotated / raw | Diffs: previous, other | Lines: 1024 ( +0, -4 )

Created: 2008-10-15 11:34:14 -0400 (38 days ago) | Author: mikej | Changeset: 10023

more cleanup

10022 annotated / raw | Diffs: previous, other | Lines: 1028 ( +100, -6 )

Created: 2008-10-15 10:52:02 -0400 (38 days ago) | Author: mikej | Changeset: 10022

remove profiles.cpp and change names of the profile to listener which it really is

10020 annotated / raw | Diffs: previous, other | Lines: 934 ( +7, -4 )

Created: 2008-10-14 20:26:59 -0400 (38 days ago) | Author: mikej | Changeset: 10020

more work towards stability

10012 annotated / raw | Diffs: previous, other | Lines: 931 ( +101, -65 )

Created: 2008-10-14 14:59:50 -0400 (38 days ago) | Author: mikej | Changeset: 10012

clean up some rough edges

10005 annotated / raw | Diffs: previous, other | Lines: 895 ( +515, -515 )

Created: 2008-10-14 11:02:15 -0400 (39 days ago) | Author: mikej | Changeset: 10005

set files to spaces to avoid formatting wars back and forth across commits

10004 annotated / raw | Diffs: previous, other | Lines: 895 ( +7, -1 )

Created: 2008-10-14 10:53:01 -0400 (39 days ago) | Author: mikej | Changeset: 10004

only add newline when necessary

10003 annotated / raw | Diffs: previous, other | Lines: 889 ( +889, -804 )

Created: 2008-10-13 22:55:59 -0400 (39 days ago) | Author: robertj | Changeset: 10003

Added code so PTLib trace logging can be redirected to FreeSwitch logging system.

10002 annotated / raw | Diffs: previous, other | Lines: 804 ( +1, -1 )

Created: 2008-10-13 22:17:43 -0400 (39 days ago) | Author: robertj | Changeset: 10002

Fixed hang on exit caused by media stream not being closed correctly.

9870 annotated / raw | Diffs: previous, other | Lines: 804 ( +15, -8 )

Created: 2008-10-06 22:02:01 -0400 (46 days ago) | Author: robertj | Changeset: 9870

Fixed various issues with call end causes and caller ID.

9840 annotated / raw | Diffs: previous, other | Lines: 797 ( +44, -22 )

Created: 2008-10-04 16:59:45 -0400 (48 days ago) | Author: mikej | Changeset: 9840

format pass 2

9839 annotated / raw | Diffs: previous, other | Lines: 775 ( +775, -771 )

Created: 2008-10-04 16:54:26 -0400 (48 days ago) | Author: mikej | Changeset: 9839

format pass 1

9838 annotated / raw | Diffs: previous, other | Lines: 771 ( +49, -12 )

Created: 2008-10-04 16:33:23 -0400 (48 days ago) | Author: mikej | Changeset: 9838

add timer to clock new jitterbuffer enabled rtp

9823 annotated / raw | Diffs: previous, other | Lines: 734 ( +11, -0 )

Created: 2008-10-04 02:14:14 -0400 (49 days ago) | Author: robertj | Changeset: 9823

Added patch start call back so jitter buffer is initialised.

9766 annotated / raw | Diffs: previous, other | Lines: 723 ( +9, -0 )

Created: 2008-09-30 22:38:43 -0400 (52 days ago) | Author: robertj | Changeset: 9766

Fixed numerous problems with codec creation by making sure that the pref_frames_per_packet field of the codecs supplied by the switch_loadable_module_get_codecs() functioned is honoured correctly.

9765 annotated / raw | Diffs: previous, other | Lines: 714 ( +1, -10 )

Created: 2008-09-30 18:34:20 -0400 (52 days ago) | Author: robertj | Changeset: 9765

Put codec time in milliseconds back to include tx frames per packet.

9760 annotated / raw | Diffs: previous, other | Lines: 723 ( +19, -6 )

Created: 2008-09-30 12:19:39 -0400 (52 days ago) | Author: mikej | Changeset: 9760

tmp fix for unknown ptime

9759 annotated / raw | Diffs: previous, other | Lines: 710 ( +134, -101 )

Created: 2008-09-30 00:14:42 -0400 (53 days ago) | Author: robertj | Changeset: 9759

Use blocking technique to make sure messages for answer/progress wait until the media channels are opened (an asynchronous operation in H.323) before they continue.

9532 annotated / raw | Diffs: previous, other | Lines: 677 ( +8, -8 )

Created: 2008-09-11 20:10:08 -0400 (2 months 10 days ago) | Author: robertj | Changeset: 9532

Removed separate read and write switch_codec_t member variables in FSMediaStream as an instance of that class is either a read or write stream but never both.

9522 annotated / raw | Diffs: previous, other | Lines: 677 ( +111, -41 )

Created: 2008-09-10 16:33:08 -0400 (2 months 11 days ago) | Author: mikej | Changeset: 9522

work in progress

9500 annotated / raw | Diffs: previous, other | Lines: 607 ( +607, -250 )

Created: 2008-09-09 20:40:25 -0400 (2 months 12 days ago) | Author: robertj | Changeset: 9500

Major rewrite of OPAL interface.

7090 annotated / raw | Diffs: previous, other | Lines: 250 ( +1, -1 )

Created: 2008-01-05 03:45:15 -0500 (10 months ago) | Author: tuyan | Changeset: 7090

Ok, till i find why sink media stream is not opening on setup,
we will yield till the end of universe on PROGRESS event.
added some temporary stuff to do both faststart and slowstart on
h323->sip routed calls.(they work..)

6901 annotated / raw | Diffs: previous, other | Lines: 250 ( +1, -1 )

Created: 2007-12-19 04:55:08 -0500 (11 months ago) | Author: tuyan | Changeset: 6901

configurable ip and port to listen. possible to listen on multiple port and ip s. Just create another profile ;)

6899 annotated / raw | Diffs: previous, other | Lines: 250 ( +6, -0 )

Created: 2007-12-19 02:37:38 -0500 (11 months ago) | Author: tuyan | Changeset: 6899

Settings and profiles

6835 new annotated / raw | Diffs: previous, other | Lines: 244 ( +244, -0 )

Created: 2007-12-17 05:18:14 -0500 (11 months ago) | Author: tuyan | Changeset: 6835

Updated to Opal and ptlib trunk

6834 deleted | Lines: 0 ( +0, -239 )

Created: 2007-12-17 05:15:10 -0500 (11 months ago) | Author: tuyan | Changeset: 6834

Cleanup

6337 new annotated / raw | Lines: 239 ( +239, -0 )

Created: 2007-11-19 12:34:23 -0500 (12 months ago) | Author: brian | Changeset: 6337

moving this for now