Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 10485 2630

latest revision download Branch root:

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

Created: 2008-11-20 18:12:15 -0500 (12 days ago) | Author: mikej | Changeset: 10485

swigall

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

Created: 2008-09-15 17:44:43 -0400 (2 months 17 days ago) | Author: anthm | Changeset: 9571

add session destroy psuedo method to sort of destroy a session at least for the sake of FS

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

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

add unsetInputCallback method

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

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

fix the evil snake (again)

8998 annotated / raw | Diffs: previous, other | Lines: 337 ( +49, -16 )

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

snake charming

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

Created: 2008-07-08 13:27:02 -0400 (4 months 25 days ago) | Author: anthm | Changeset: 8930

add args to sleep

8884 annotated / raw | Diffs: previous, other | Lines: 303 ( +34, -0 )

Created: 2008-07-02 17:12:57 -0400 (5 months ago) | Author: anthm | Changeset: 8884

add EventConsumer obj to cpp

8745 annotated / raw | Diffs: previous, other | Lines: 269 ( +3, -0 )

Created: 2008-06-02 19:42:59 -0400 (6 months ago) | Author: anthm | Changeset: 8745

add waitForAnswer to cpp

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

Created: 2008-05-13 16:36:23 -0400 (6 months ago) | Author: anthm | Changeset: 8386

cannot pass 2833 on a transcoded call

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

Created: 2008-05-12 12:58:44 -0400 (6 months ago) | Author: anthm | Changeset: 8366

fix build prob

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

Created: 2008-05-10 13:02:43 -0400 (6 months ago) | Author: anthm | Changeset: 8352

add some methods to CoreSession

8256 annotated / raw | Diffs: previous, other | Lines: 261 ( +2, -2 )

Created: 2008-05-02 17:20:14 -0400 (7 months ago) | Author: greenlizard | Changeset: 8256

reswig after updating to 8254.  check that it compiles and do some light testing.  seems that playAndGetDigits now returns a single value instead of a list of values, update scripts accordingly.  also execute_extension is causing seg faults, at least in certain cases.

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

Created: 2008-05-02 15:04:13 -0400 (7 months ago) | Author: anthm | Changeset: 8254

add read

8249 annotated / raw | Diffs: previous, other | Lines: 260 ( +19, -2 )

Created: 2008-05-02 12:43:54 -0400 (7 months ago) | Author: anthm | Changeset: 8249

update script langs

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

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.

8225 annotated / raw | Diffs: previous, other | Lines: 245 ( +21, -2 )

Created: 2008-04-30 19:42:37 -0400 (7 months ago) | Author: anthm | Changeset: 8225

break all the api in the swig stuff

8221 annotated / raw | Diffs: previous, other | Lines: 226 ( +13, -12 )

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

look out below

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

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

fix and reswig after switch_cpp updates

8201 annotated / raw | Diffs: previous, other | Lines: 213 ( +42, -0 )

Created: 2008-04-25 20:10:07 -0400 (7 months ago) | Author: greenlizard | Changeset: 8201

reswig with swig 1.3.31, retest

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

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: 170 ( +1, -2 )

Created: 2007-06-24 13:38:17 -0400 (17 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: 171 ( +24, -5 )

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)

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

Created: 2007-06-20 10:35:22 -0400 (17 months ago) | Author: mikej | Changeset: 5420

Add recordFile method.  merge svn r5149 from branch.

5410 annotated / raw | Diffs: previous, other | Lines: 151 ( +24, -19 )

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

5377 annotated / raw | Diffs: previous, other | Lines: 146 ( +16, -10 )

Created: 2007-06-15 16:37:28 -0400 (17 months ago) | Author: greenlizard | Changeset: 5377

had to reswig w/ swig 1.3.31 in order to compile with trunk makefile

5374 annotated / raw | Diffs: previous, other | Lines: 140 ( +33, -29 )

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: 136 ( +103, -48 )

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.

5103 annotated / raw | Diffs: previous, other | Lines: 81 ( +3, -0 )

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

5099 annotated / raw | Diffs: previous, other | Lines: 78 ( +5, -1 )

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

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

anti-venom for a nasty python byte

3815 annotated / raw | Diffs: previous, other | Lines: 73 ( +6, -14 )

Created: 2006-12-23 11:40:37 -0500 (23 months ago) | Author: anthm | Changeset: 3815

ruin everything, sorry jamesdotcom

3781 annotated / raw | Diffs: previous, other | Lines: 81 ( +47, -51 )

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.

3289 annotated / raw | Diffs: previous, other | Lines: 85 ( +34, -21 )

Created: 2006-11-09 00:34:42 -0500 (2 years ago) | Author: anthm | Changeset: 3289

swig stuff

2630 new annotated / raw | Lines: 72 ( +72, -0 )

Created: 2006-09-10 19:20:44 -0400 (2 years 2 months ago) | Author: docelmo | Changeset: 2630

Inital Release of Python