AuthorCommitMessageCommit dateIssues
Antonio Eugenio BurrielAntonio Eugenio Burriel
483acf08524Set more appropriate log level & minor tweaks
Antonio Eugenio BurrielAntonio Eugenio Burriel
1bfd771563dValidate codec2.conf values.
Antonio Eugenio BurrielAntonio Eugenio Burriel
db0f2cc79c9Set default ptime in codec2.confIf proposed ptime doesn't match the selected bitrate, round up to the nearest.
Antonio Eugenio BurrielAntonio Eugenio Burriel
17fb807a6a0Add myself to contributors.
Antonio Eugenio BurrielAntonio Eugenio Burriel
c4ad0e17b56Add codec2.conf.xml to spec.
Antonio Eugenio BurrielAntonio Eugenio Burriel
32e3c685a86Merge in & out bitrates sine they'll be equal.
Antonio Eugenio BurrielAntonio Eugenio Burriel
587fca269fdRemove unused variable
Antonio Eugenio BurrielAntonio Eugenio Burriel
d1f9ae82698CODEC2 multiple bitrate support. - Added SDP negotiation (bitrate & ptime parameters) - Set default bitrate in codec2.conf
Antonio Eugenio BurrielAntonio Eugenio Burriel
71ef3030b28Update CODEC2 to r2038
Anthony MinessaleAnthony Minessale
82f267adc1cFS-7122 forgot to add file to last commitFS-7122
Anthony MinessaleAnthony Minessale
efd3744a216FS-7122: Working with william to find a better wayFS-7122
Anthony MinessaleAnthony Minessale
0dd71fd9fb6FS-7122 REVERTFS-7122
Anthony MinessaleAnthony Minessale
9f3f348984cCentOS 5 dosn't support subdir-objects
Anthony MinessaleAnthony Minessale
7cf5a846348FS-7122 reversionFS-7122
Brian WestBrian West
95e59e651a5Tweak Cent5 auto build
Anthony MinessaleAnthony Minessale
69a7b5fd117FS-7066 FS-7253 FS-7231 #comment revert some of patch3 Jira Issues
Brian WestBrian West
d7ebf121c6dFS-7270 look for -bin firstFS-7270
Brian WestBrian West
9e8a94a149bFS-7270 tweak for jesseFS-7270
Brian WestBrian West
c4e1201d7e1FS-7270 #resolve libtool or libtool-bin will doFS-7270
Brian WestBrian West
414017ae261FS-7270 remove libtool-bin since this is specific to Jesse, update libjpeg-dev to libjpeg8-dev sigh why change the name of the packageFS-7270
Anthony MinessaleAnthony Minessale
5904bec1b62FS-7236 refactor to fix audio problem from 7c6367052cc35c457cf6bcee49e473e744422d29FS-7236
Mike JerrisMike Jerris
18313699fccMMerge pull request #186 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7269:master to master* commit '299b313b786a4a3e999a5503e7b303991c9c3cd6': FS-7269 : Add error logs in exec_user_method() when exception occurs.FS-7269
Vineet ChuaudharyVineet Chuaudhary
299b313b786FS-7269 : Add error logs in exec_user_method() when exception occurs.In exec_user_method() report ERROR LOG to console in cases exceptions occurs, like if any of class/method/userMethod->arg is null or for any reason which sets status to SWITCH_STATUS_FALSE because that prevents loading mod_java and users don't have clue why it is failing to load. With this patch error logs can tell why method failed to execute.FS-7269
Mike JerrisMike Jerris
202fe38661afix email address to match what i usually commit with
Mike JerrisMike Jerris
d17edb59dc1FS-7264: fix signed/unsigned warnings on windows building ws.cFS-7264
Mike JerrisMike Jerris
dc2fc552256MMerge pull request #173 in FS/freeswitch from ~MANAV/freeswitch:sync-mod_v8-defaults to master* commit '35e4c978ce625eb9b57a72b225540c0e87a23875': Do not autoload mod_v8 in the default config [FS-7263]FS-7263
Mike JerrisMike Jerris
cceeecb04ccFS-7264: silence inet_ntop deprecated warningsFS-7264
Make Me New Stuff For FreeMake Me New Stuff For Free
5afdffb6614FS-7262: #resolve #comment fix regression in native recording using record thread from FS-7083 326289c2 Jira Issues
Chris RienzoChris Rienzo
30917dd19c8FS-7265 #resolve #comment [mod_mongo] add mongo_find_n APIFS-7265
Manav RathiManav Rathi
35e4c978ce6Do not autoload mod_v8 in the default config [FS-7263]mod_v8 is commented out in modules.conf (possibly because it requires v8 development files installed), but is present in modules.conf. This commit updates modules.conf.xml to reflect the defaults present in modules.conf and not try and autoload mod_v8. With this change, the spurious warning during start up goes away.FS-7263
Mike JerrisMike Jerris
592d07379a6MMerge pull request #178 in FS/freeswitch from ~RAJESH_FIRESPOTTER.COM/freeswitch-fs-7228:master to master* commit '5db8a0c16bc75c2f3dd10d7de63d95ab2ef2679f': FS-7228 - Max Register Refresh before the Register is challenged for credentialsFS-7228
Anthony MinessaleAnthony Minessale
58bd6396d7eFS-7260 #resolve #comment added to masterFS-7260
Ken RiceKen Rice
fbe2a58a37fmake this play cleaner with bamboo...if you are using this script destination dirs have changed to be more inline with the debian builds. This is part of the updates for deploying bamboo
Mike JerrisMike Jerris
6a308129bf8MMerge pull request #183 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7256:master to master* commit 'adccf499ad643f60a4c574437ace3cec8768926c': FS-7256 : Unable to load mod_java.FS-7256
Anthony MinessaleAnthony Minessale
6afbc05f4f4FS-7252 #resolve 6-year-old regression from commit 525f1ac362ebe378fee2d38e3a5ed2e77e7bc436 back in 2008FS-7252
Vineet ChuaudharyVineet Chuaudhary
adccf499ad6FS-7256 : Unable to load mod_java.FS not able to load mod_java because in load_config switch_status_t status is not initialised and in some conditions status is not gets set ever resulting returning garbage value, resulting failuar to load mod_java.so. With this patch status is set to SWITCH_STATUS_SUCCESS so in case everything is loaded it can load mod_java else status is set to SWITCH_STATUS_FALSE(which is already covered).FS-7256
Anthony MinessaleAnthony Minessale
0dc48df4261cannot send call state about state destroy, this is an internal state and the session is already destoyed. Bug from original implementation
Ken RiceKen Rice
6f13748800dTweaks for building packages
Make Me New Stuff For FreeMake Me New Stuff For Free
7c6367052ccFS-7236: fix mutex use before init error caused by 27c8622FS-7236
Mike JerrisMike Jerris
f4e68221de4FS-7245: don't rebuild core on mod_foo-clean targetsFS-7245
Rajesh PanickerRajesh Panicker
5db8a0c16bcFS-7228 - Max Register Refresh before the Register is challenged for credentialsFS-7228
Mike JerrisMike Jerris
9e15c4e5b58FS-7236: fix code before declarationFS-7236
Anthony MinessaleAnthony Minessale
27c8622eab3FS-7236 #resolveFS-7236
Brian WestBrian West
556cb5c096aFS-7235 #comment try thisFS-7235
Ken RiceKen Rice
6cbcb6ef003small tweaks to trigger bamboo
Ken RiceKen Rice
00a18f7137dadd a test build script
Chris RienzoChris Rienzo
56ac3b3533dFS-7149 update freeswitch.spec for flite-2.0.0FS-7149
Ken RiceKen Rice
4174fb9cbe9update copyright date on spec file
Brian WestBrian West
4ed7b4811aeFS-7217: #resolve #comment use upper when you queryFS-7217
William KingWilliam King
c8f8d6b964aFix a null pointer dereference in the native postgresql connectioncode. This is unlikely to ever be hit in the field.