Commit Graph

19260 Commits

Author SHA1 Message Date
Anthony Minessale 7768808488 only clear scope vars when they were set 2011-06-18 11:52:37 -05:00
Anthony Minessale d4fcba74c8 only clear scope vars when they were set 2011-06-18 10:28:27 -05:00
Stefan Knoblich c35c138db5 docs: Add libteletone back to core API documentation
Right... this one is actually part of the core
(.o files included in libfreeswitch).

There are a few more libs included like this, but none
of them should be for external use.

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-06-18 01:08:33 +02:00
Stefan Knoblich 794246e1d1 docs: Major clean up of doxygen generated core API documentation
To make the API documentation usable (again):

  - Rename to "FreeSWITCH API Documentation"

  - Remove all external INPUT paths, only scan FreeSWITCH core sources

  - Only parse a sane subset of files: *.c *.cc *.cpp *.h *.hh *.hxx
    (don't care about any python / whatever files for now)

  - Exclude modules (seriously, all the mod_java / mod_managed stuff
    turned it into an unusable mess. You need API docs of modules? Add separate doxygen
    configurations for them (or specific ones))

  - Include src/mod in example search path (for @include etc.), add C/C++
    patterns.

  - Set up PREDEFINED to fix the massive clusterf*ck that was caused by
    SWITCH_DECLARE() and friends.

<End Of Rant>

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-06-18 00:43:53 +02:00
Anthony Minessale 0128bce4ac missed an = 2011-06-17 15:56:27 -05:00
Anthony Minessale e8ae13a837 fix type 2011-06-17 14:41:31 -05:00
Anthony Minessale 8793c2ed37 fix memory issue in spandsp_tone_detect 2011-06-17 11:51:23 -05:00
Jeff Lenk bf2b27a9c2 vs2010 - fix bad solution file 2011-06-17 11:35:51 -05:00
Jeff Lenk 1264c1d026 add missing paths to unimrcp build vs2010 2011-06-17 10:56:52 -05:00
Jeff Lenk a369325896 vs2010 tweak solution file 2011-06-17 10:36:08 -05:00
Moises Silva ff6981574f freetdm: Add Ricardo to list of contributors in ftmod_sangoma_ss7 2011-06-17 11:35:06 -04:00
Jeff Lenk 8b8ec70afe unmrcp VS2008 build fix for new version 2011-06-17 10:07:57 -05:00
Moises Silva 86555ca794 Merge remote-tracking branch 'smgfs/master' 2011-06-17 11:02:30 -04:00
Jeff Lenk 1e1e4c27d5 small correction to last commit 2011-06-17 09:51:25 -05:00
Moises Silva 14099b814f freetdm: OPENZAP-159 --resolved SS7 REL message collision 2011-06-17 10:40:20 -04:00
Jeff Lenk 2dcca5f4bd unimrcp vs2010 build fixes for new version 2011-06-17 09:35:41 -05:00
Brian West 2357168041 They no longer ship the wsj model in pocketsphinx... and seems the dictionary has moved a bit. 2011-06-17 09:05:05 -05:00
Jeff Lenk 1c6b7d8161 unimrcp vs2010 upgrade with revert of incorrect 2008 changes - still not working 2011-06-16 23:26:53 -05:00
Jeff Lenk a94a3cbaab unimrcp vs2008 upgrade 2011-06-16 21:50:37 -05:00
Jeff Lenk 2e1f0b50a8 FS-3350 try this 2011-06-16 17:09:26 -05:00
Anthony Minessale fb68746eed add parallelism to sofia by offsetting sip messages to the concerned sessions and using multiple queue threads for message handling 2011-06-16 14:37:22 -05:00
Anthony Minessale 9df8169d1f add mutex around gateway access on per-profile basis and token based access to global profiles to prevent hanging on to the hash mutex while doing sql stmts which may cause issues/slowdowns 2011-06-16 14:32:14 -05:00
Moises Silva dc61e08e5d Merge remote-tracking branch 'smgfs/master' 2011-06-16 13:50:26 -04:00
Moises Silva 55db4ce54c freetdm: OPENZAP-151 --resolved SS7 ANM and REL message collision 2011-06-16 13:40:36 -04:00
Jeff Lenk 298e55e544 revert deletion of several unimrcp files for windows - version changes coming - not working yet 2011-06-16 12:36:13 -05:00
David Yat Sin a8abef1013 Changed libsng_isdn and libsng_ss7 include paths 2011-06-16 13:29:58 -04:00
Moises Silva 751c963820 Merge remote-tracking branch 'fsorig/master' 2011-06-16 13:29:24 -04:00
Anthony Minessale 927fde18c9 FS-3349 --resolve 2011-06-16 12:01:39 -05:00
Moises Silva af31a8cb61 freetdm: OPENZAP-158 --resolve map operator calling party category in the openr2 module 2011-06-16 12:32:04 -04:00
Christopher Rienzo 17099473a3 Update to latest UniMRCP version. MRCP requests can no timeout if there is no server response. 2011-06-16 16:25:00 +00:00
Jeff Lenk 0555b702db FS-3345 --resolve add more fax event information 2011-06-16 11:11:49 -05:00
Anthony Minessale c6268da50c enable recursion for scoped variables so applications that exec more apps will preserve the scope, the most recent app will mask variables just during the duration of that app 2011-06-16 09:43:32 -05:00
Jeff Lenk a7613c0614 FS-3348 --resolve pocketsphinx build for 0.7 windows vs2008 2011-06-16 08:30:37 -05:00
Jeff Lenk 8092a289a0 pocketsphinx changes for 0.7 for windows - only build test so far for vs2010 - more to come 2011-06-15 18:45:02 -05:00
Moises Silva 441c5034f1 freetdm: OPENZAP-135 -- resolve infinite loop when all channels busy and hunt in round robin mode 2011-06-15 16:04:35 -04:00
Anthony Minessale b2c3199f65 add scoped channel variables (%[var=val,var2=val2] blocks valid in any app data field and will only last for that one app execution) 2011-06-15 13:03:45 -05:00
Brian West 1a39d7fb34 Update PocketSphinx to the latest builds... only had to make two changes 2011-06-15 13:09:00 -05:00
Travis Cross 33692bb7d3 add downloaded zeromq libs to .gitignore 2011-06-15 17:14:03 +00:00
Anthony Minessale 8663278a69 revert 2011-06-15 11:16:04 -05:00
Anthony Minessale 06ec179b44 reapply 2011-06-15 10:29:44 -05:00
Anthony Minessale bf7895278e revert 2011-06-15 10:29:07 -05:00
Anthony Minessale 25604d60d5 FS-3326 revert 68c389d 2011-06-15 10:10:37 -05:00
Anthony Minessale a20a3f3461 FS-3340 revert c5a2275f62 it breaks acking on session timers and initial invite 2011-06-15 10:02:34 -05:00
Anthony Minessale f35a68141e add conference member flag nomoh 2011-06-14 13:41:25 -05:00
Anthony Minessale 5081765575 remove superfluous hangup 2011-06-14 11:40:46 -05:00
Jeff Lenk 71c66bcf5a OPENZAP-162 -- resolve 2011-06-14 08:47:46 -05:00
Mathieu Rene 36f812d938 CNG frames need to have codec set too 2011-06-14 00:35:18 -04:00
Mathieu Rene d52a254d91 Lower default buffer size to 50ms 2011-06-13 18:27:28 -04:00
Mathieu Rene 692a5967d1 should be INT32_MAX 2011-06-13 18:25:27 -04:00
cypromis 0783ec8b23 added rtmp to specfile 2011-06-14 00:07:10 +02:00