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: 332 ( +18, -0 )

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

add unsetInputCallback method

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

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

even more lang stuff

9051 annotated / raw | Diffs: previous, other | Lines: 307 ( +8, -8 )

Created: 2008-07-16 10:58:00 -0400 (4 months 4 days ago) | Author: anthm | Changeset: 9051

fix the evil snake (again)

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

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

remove old unused file, add a few documentation comments

8998 annotated / raw | Diffs: previous, other | Lines: 301 ( +203, -222 )

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

snake charming

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

Created: 2008-07-09 19:46:50 -0400 (4 months 11 days ago) | Author: brian | Changeset: 8973

remove unused var

8924 annotated / raw | Diffs: previous, other | Lines: 321 ( +4, -2 )

Created: 2008-07-08 02:59:02 -0400 (4 months 13 days ago) | Author: mikej | Changeset: 8924

fix seg src/mod/languages/mod_python

8915 annotated / raw | Diffs: previous, other | Lines: 319 ( +4, -4 )

Created: 2008-07-07 23:25:31 -0400 (4 months 13 days ago) | Author: anthm | Changeset: 8915

don't override macro name (MODLANG-68)

8689 annotated / raw | Diffs: previous, other | Lines: 319 ( +223, -242 )

Created: 2008-05-27 00:54:52 -0400 (5 months 24 days ago) | Author: anthm | Changeset: 8689

indent pass 2

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

Created: 2008-05-01 20:57:25 -0400 (6 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.

8216 annotated / raw | Diffs: previous, other | Lines: 334 ( +1, -1 )

Created: 2008-04-29 20:37:52 -0400 (6 months ago) | Author: greenlizard | Changeset: 8216

fix and reswig after switch_cpp updates

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

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

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

5626 annotated / raw | Diffs: previous, other | Lines: 334 ( +10, -5 )

Created: 2007-08-20 12:43:42 -0400 (15 months ago) | Author: greenlizard | Changeset: 5626

fix a bug introduced in last mod_python commit on greenlizard branch where dtmfs will segfault the switch due to an incorrect Py_XDECREF.

5624 annotated / raw | Diffs: previous, other | Lines: 329 ( +47, -3 )

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.

5454 annotated / raw | Diffs: previous, other | Lines: 285 ( +10, -2 )

Created: 2007-06-24 13:38:17 -0400 (16 months ago) | Author: greenlizard | Changeset: 5454

streamFiles 2nd argument is now optional.  fix segfault that was happening with originate/bridge due to no valid session in b leg.  rename streamfile to streamFile.  remove playFile since streamFile does the same thing

5442 annotated / raw | Diffs: previous, other | Lines: 277 ( +193, -72 )

Created: 2007-06-22 15:14:53 -0400 (16 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: 156 ( +102, -1 )

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: 55 ( +24, -33 )

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

merge fix for MODLANG-33 and MODLANG-34.

5303 annotated / raw | Diffs: previous, other | Lines: 64 ( +8, -0 )

Created: 2007-06-09 19:07:00 -0400 (17 months ago) | Author: anthm | Changeset: 5303

add adjustable buffering to mod_shout (see example in config file)

5242 annotated / raw | Diffs: previous, other | Lines: 56 ( +24, -141 )

Created: 2007-06-01 14:50:34 -0400 (17 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: 173 ( +3, -3 )

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

fix get_variable

5130 annotated / raw | Diffs: previous, other | Lines: 173 ( +20, -2 )

Created: 2007-05-10 14:51:47 -0400 (18 months ago) | Author: mikej | Changeset: 5130

merge fix for MODLANG-15 from Traun Leyden.  Thanks Traun.

5099 annotated / raw | Diffs: previous, other | Lines: 155 ( +6, -6 )

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: 155 ( +34, -41 )

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

anti-venom for a nasty python byte

5041 annotated / raw | Diffs: previous, other | Lines: 162 ( +13, -4 )

Created: 2007-04-29 12:34:00 -0400 (18 months ago) | Author: mikej | Changeset: 5041

fix form MODLANG-13 from Matt brown, thanks Matt.

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

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

merge changes to mod_python from jkr888 branch.  Thanks Johny.