freeswitch-contrib

  •  
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Mitch Capper

committed 1627201b… to freeswitch-contrib on branch master

06 Feb
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch-contrib
No files were modified
Mitch Capper

committed 3765cc6d… to freeswitch-contrib on branch master

06 Feb
Forgot to set account after code-rewrite, should fix call on a specific account
changed SimpleContactPluginBase.cs
Raymond Chandler

committed 5fe27831… to freeswitch-contrib on branch master

18 Jan
initial checkin of phttapi.php library for writing httapi apps
Mitch Capper

committed 903df9b6… to freeswitch-contrib on branch master

14 Jan
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch-contrib
No files were modified
Mitch Capper

committed 718ad2dc… to freeswitch-contrib on branch master

14 Jan
improved link.pl linking and added a few modules fixed some of the sofia checking updated config for sofia trunk changes background improvements JabraDevice caching of settings to avoid some crashes
Chad Phillips

committed 8130ba8a… to freeswitch-contrib on branch master

09 Dec 11
allow customizing Event-Subclass header and prefix for all other headers.
Chad Phillips

committed 6ab53b95… to freeswitch-contrib on branch master

09 Dec 11
force playback_delimiter channel variable to be set when multiple files are specified for the play_file action.
Michael S Collins

committed aec278fb… to freeswitch-contrib on branch master

09 Nov 11
Minor fix
changed create-chanvars-html-page.pl
Michael S Collins

committed 4c29ea93… to freeswitch-contrib on branch master

08 Nov 11
Update chan vars script to include 'switch_channel_execute_on' funcs as those use chan vars, too
Raymond Chandler

committed f80b4146… to freeswitch-contrib on branch master

27 Oct 11
Merge branch 'master' of fs-git:freeswitch-contrib
No files were modified
Raymond Chandler

committed 6adc5e93… to freeswitch-contrib on branch master

27 Oct 11
somebody never expected to have an error
Chad Phillips

committed 3df0d7ed… to freeswitch-contrib on branch master

16 Sep 11
Merge branch 'master' of ssh://scratch/usr/local/src/freeswitch-contrib
No files were modified
Chad Phillips

committed c28b8f41… to freeswitch-contrib on branch master

16 Sep 11
clear record storage area before recording, check for successful recordFile operation before recording last_recording_duration and custom storage.
Chad Phillips

committed 24694df4… to freeswitch-contrib on branch master

15 Sep 11
Merge branch 'master' of ssh://scratch/usr/local/src/freeswitch-contrib
No files were modified
Chad Phillips

committed b99beacd… to freeswitch-contrib on branch master

15 Sep 11
Merge branch 'master' of git://git.freeswitch.org/freeswitch-contrib
No files were modified
Chad Phillips

committed a2336b2c… to freeswitch-contrib on branch master

15 Sep 11
Merge branch 'master' of ssh://scratch/usr/local/src/freeswitch-contrib
No files were modified
Chad Phillips

committed 86efd371… to freeswitch-contrib on branch master

15 Sep 11
fix crash non-string value is used in set_storage.
Leon de Rooij

committed 4807e83b… to freeswitch-contrib on branch master

07 Sep 11
learning every day - sql_escape api already exists, pg_prepare_copy is different though
Leon de Rooij

committed 48a1d209… to freeswitch-contrib on branch master

31 Aug 11
can just as well use while for this
Leon de Rooij

committed 6a41815a… to freeswitch-contrib on branch master

31 Aug 11
pg_escape_string is ok
Leon de Rooij

committed 40c1e831… to freeswitch-contrib on branch master

31 Aug 11
forgot to remove test stuff
Leon de Rooij

committed 5cda93a6… to freeswitch-contrib on branch master

31 Aug 11
got a little speedup with pg_prepare_copy
Leon de Rooij

committed cd1663d9… to freeswitch-contrib on branch master

31 Aug 11
Not copy'ing byte-for-byte is a lot faster:
old way:

freeswitch@internal> pg_escape_string foo\bar'baz
foo\\bar\'baz

freeswitch@internal> hammer 100000 pg_escape_string foo\bar'baz
+OK Finished in 2598 ms (min 0 ms, max 275 ms)

new way:

freeswitch@internal> pg_escape_string foo\bar'baz
foo\\bar\'baz

freeswitch@internal> hammer 100000 pg_escape_string foo\bar'baz
+OK Finished in 1363 ms (min 0 ms, max 172 ms)
Chad Phillips

committed 35dae869… to freeswitch-contrib on branch master

15 Aug 11
Merge branch 'master' of ssh://scratch/usr/local/src/freeswitch-contrib
No files were modified
Chad Phillips

committed c3d4b115… to freeswitch-contrib on branch master

15 Aug 11
use scripts_dir variable instead of recalculating when bootstrapping help. remove bogus comment about luafilesystem version incompatibilities and use lfs.dir correctly.