- 17 6月, 2011 16 次提交
-
-
由 Stefan Knoblich 提交于
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>
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Moises Silva 提交于
-
由 Jeff Lenk 提交于
-
由 Moises Silva 提交于
-
由 Jeff Lenk 提交于
-
由 Moises Silva 提交于
-
由 Jeff Lenk 提交于
-
由 Brian West 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
- 16 6月, 2011 14 次提交
-
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
add parallelism to sofia by offsetting sip messages to the concerned sessions and using multiple queue threads for message handling
-
由 Anthony Minessale 提交于
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
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Jeff Lenk 提交于
-
由 David Yat Sin 提交于
-
由 Moises Silva 提交于
-
由 Anthony Minessale 提交于
-
由 Moises Silva 提交于
-
由 Christopher Rienzo 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
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
-
由 Jeff Lenk 提交于
-
- 15 6月, 2011 10 次提交
-
-
由 Jeff Lenk 提交于
-
由 Moises Silva 提交于
-
由 Anthony Minessale 提交于
add scoped channel variables (%[var=val,var2=val2] blocks valid in any app data field and will only last for that one app execution)
-
由 Brian West 提交于
-
由 Travis Cross 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-3340 revert c5a2275f it breaks acking on session timers and initial invite
-