Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 8998 3781

latest revision download Branch root:

8998 annotated / raw | Diffs: previous, other | Lines: 28 ( +0, -2 )

Created: 2008-07-11 15:42:52 -0400 (4 months 22 days ago) | Author: anthm | Changeset: 8998

snake charming

8221 annotated / raw | Diffs: previous, other | Lines: 30 ( +1, -1 )

Created: 2008-04-30 15:42:26 -0400 (7 months ago) | Author: anthm | Changeset: 8221

look out below

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

Created: 2007-06-22 15:14:53 -0400 (17 months ago) | Author: greenlizard | Changeset: 5442

implement flushEvents() flushDigits() setAutoHangup() and setHangupHook().  reworked dtmfhandler and some aspects relating to threadstate.  folded in memory pool thing from mishehu.  added more asserts to switch_core_file (coordinated w/ anthony on this)

5433 annotated / raw | Diffs: previous, other | Lines: 26 ( +8, -3 )

Created: 2007-06-21 14:23:56 -0400 (17 months ago) | Author: greenlizard | Changeset: 5433

bugfix: return values from playAndGetDigits stopped working

5410 annotated / raw | Diffs: previous, other | Lines: 21 ( +8, -205 )

Created: 2007-06-20 04:56:34 -0400 (17 months ago) | Author: mikej | Changeset: 5410

merge r5393 from http://svn.freeswitch.org/svn/freeswitch/branches/greenlizard/
* implement originate() and bridge() methods in CoreSession.  
* api changes for originate() : no longer passes 11 arguments

5374 annotated / raw | Diffs: previous, other | Lines: 218 ( +19, -3 )

Created: 2007-06-15 13:25:41 -0400 (17 months ago) | Author: mikej | Changeset: 5374

merge fix for MODLANG-33 and MODLANG-34.

5242 annotated / raw | Diffs: previous, other | Lines: 202 ( +142, -9 )

Created: 2007-06-01 14:50:34 -0400 (18 months ago) | Author: mikej | Changeset: 5242

merge changes from branch http://svn.freeswitch.org/svn/freeswitch/branches/greenlizard/ that changes the session container implementation to use the one in the core, and an inherited class in python.  Please note that this changes the python script api to more closely match (it is still a subset) the one already in place and documented for spidermonkey, and will break all your scripts that are currently working..  Fix a fatal bug causing segfaults in mod_python when using the callbacks.

5099 annotated / raw | Diffs: previous, other | Lines: 69 ( +15, -0 )

Created: 2007-05-07 17:49:11 -0400 (18 months ago) | Author: anthm | Changeset: 5099

more py stuff

5098 annotated / raw | Diffs: previous, other | Lines: 54 ( +20, -3 )

Created: 2007-05-07 17:27:42 -0400 (18 months ago) | Author: anthm | Changeset: 5098

anti-venom for a nasty python byte

3781 new annotated / raw | Lines: 37 ( +37, -0 )

Created: 2006-12-21 12:11:43 -0500 (23 months ago) | Author: mikej | Changeset: 3781

merge changes to mod_python from jkr888 branch.  Thanks Johny.