Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 9296 3781

latest revision download Branch root:

9296 annotated / raw | Diffs: previous, other | Lines: 50 ( +1, -0 )

Created: 2008-08-14 13:20:34 -0400 (3 months 18 days ago) | Author: brian | Changeset: 9296

add unsetInputCallback method

9063 annotated / raw | Diffs: previous, other | Lines: 49 ( +1, -1 )

Created: 2008-07-16 17:06:14 -0400 (4 months 17 days ago) | Author: anthm | Changeset: 9063

even more lang stuff

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

Created: 2008-07-11 17:56:18 -0400 (4 months 22 days ago) | Author: greenlizard | Changeset: 9001

remove old unused file, add a few documentation comments

8998 annotated / raw | Diffs: previous, other | Lines: 45 ( +30, -46 )

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

snake charming

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

Created: 2008-05-01 20:57:25 -0400 (7 months ago) | Author: greenlizard | Changeset: 8244

reswig against 8241 and fix bugs with changed number of args to playAndGetDigits (note: exising scripts will need to be fixed to pass ONE less argument - see wiki for new syntax).  also, comment out hangup hook handler that was causing seg fault, that needs to be redone.  registering hangup hooks inscripts will no longer have any effect.

5738 annotated / raw | Diffs: previous, other | Lines: 63 ( +0, -0 )

Created: 2007-09-21 14:49:14 -0400 (14 months ago) | Author: mikej | Changeset: 5738

svn:eol-style properties, and make eol-style consistent in some files.

5624 annotated / raw | Diffs: previous, other | Lines: 63 ( +12, -1 )

Created: 2007-08-20 12:33:28 -0400 (15 months ago) | Author: greenlizard | Changeset: 5624

1. add collectInput method.  2. modify the dtmf callback handlers to better deal with event inputs, as opposed to dtmf inputs.  currently returns a dictionary where one key contains the body, and another contains the headers as a subdictionary.

5442 annotated / raw | Diffs: previous, other | Lines: 52 ( +13, -8 )

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)

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

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: 45 ( +7, -16 )

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: 54 ( +25, -24 )

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.

5156 annotated / raw | Diffs: previous, other | Lines: 53 ( +1, -1 )

Created: 2007-05-11 14:39:19 -0400 (18 months ago) | Author: anthm | Changeset: 5156

fix get_variable

5103 annotated / raw | Diffs: previous, other | Lines: 53 ( +36, -32 )

Created: 2007-05-08 12:08:48 -0400 (18 months ago) | Author: anthm | Changeset: 5103

change mod_python so freeswitch module is auto-loaded and session is auto declared

5100 annotated / raw | Diffs: previous, other | Lines: 49 ( +1, -1 )

Created: 2007-05-07 18:09:37 -0400 (18 months ago) | Author: anthm | Changeset: 5100

remove extra SessionContainer:: in header file

5099 annotated / raw | Diffs: previous, other | Lines: 49 ( +3, -3 )

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: 49 ( +4, -3 )

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

anti-venom for a nasty python byte

4798 annotated / raw | Diffs: previous, other | Lines: 48 ( +1, -2 )

Created: 2007-03-29 20:13:31 -0400 (20 months ago) | Author: anthm | Changeset: 4798

indent

4795 annotated / raw | Diffs: previous, other | Lines: 49 ( +33, -37 )

Created: 2007-03-29 18:31:56 -0400 (20 months ago) | Author: anthm | Changeset: 4795

spring cleaning

3781 new annotated / raw | Lines: 53 ( +53, -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.