]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
14 years agoreverse
Anthony Minessale [Tue, 19 Apr 2011 20:59:53 +0000 (15:59 -0500)] 
reverse

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael S Collins [Wed, 20 Apr 2011 00:52:55 +0000 (17:52 -0700)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoUpdate phrase_en; add lang/en/ivr/sounds.xml for general phrase macros
Michael S Collins [Wed, 20 Apr 2011 00:52:45 +0000 (17:52 -0700)] 
Update phrase_en; add lang/en/ivr/sounds.xml for general phrase macros

14 years agodon't add routes that have no rate of the desired type
Raymond Chandler [Tue, 19 Apr 2011 19:44:09 +0000 (15:44 -0400)] 
don't add routes that have no rate of the desired type

14 years agoFS-3213 another update
Anthony Minessale [Tue, 19 Apr 2011 19:03:29 +0000 (14:03 -0500)] 
FS-3213 another update

14 years agoLower NAT port mapping disabled log msg from WARNING to INFO
Rupa Schomaker [Tue, 19 Apr 2011 19:20:28 +0000 (14:20 -0500)] 
Lower NAT port mapping disabled log msg from WARNING to INFO

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Jeff Lenk [Tue, 19 Apr 2011 19:20:17 +0000 (14:20 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agowindows build fix for last commit
Jeff Lenk [Tue, 19 Apr 2011 19:19:49 +0000 (14:19 -0500)] 
windows build fix for last commit

14 years agoadding fix that was reported on the mailing list and thoughtlessly left there to...
Anthony Minessale [Tue, 19 Apr 2011 18:51:08 +0000 (13:51 -0500)] 
adding fix that was reported on the mailing list and thoughtlessly left there to rot despite my begging them to open a JIRA

14 years agoFS-3252 additional fix to this bug and add better fax detect code to mod_spandsp
Anthony Minessale [Tue, 19 Apr 2011 18:29:42 +0000 (13:29 -0500)] 
FS-3252 additional fix to this bug and add better fax detect code to mod_spandsp

14 years agoFS-3252 try latest patch with new option to set sip_execute_on_image to 't38_gateway...
Anthony Minessale [Tue, 19 Apr 2011 15:50:09 +0000 (10:50 -0500)] 
FS-3252 try latest patch with new option to set sip_execute_on_image to 't38_gateway self nocng' this should skip the tone detection adn go right into the gateway mode so you should be able to do only this and have it work based on remote re-invite

14 years agouse queued sql for core registration handling
Anthony Minessale [Tue, 19 Apr 2011 15:31:19 +0000 (10:31 -0500)] 
use queued sql for core registration handling

14 years agoupdate log
Anthony Minessale [Tue, 19 Apr 2011 15:21:16 +0000 (10:21 -0500)] 
update log

14 years agoFS-3213 please try this patch
Anthony Minessale [Tue, 19 Apr 2011 15:09:55 +0000 (10:09 -0500)] 
FS-3213 please try this patch

14 years agomod_callcenter: Small fix for strategy top-down
Marc Olivier Chouinard [Tue, 19 Apr 2011 07:05:32 +0000 (03:05 -0400)] 
mod_callcenter: Small fix for strategy top-down

14 years agomod_callcenter: Another strategy 'top-down' (Name might change). This will call...
Marc Olivier Chouinard [Tue, 19 Apr 2011 05:25:09 +0000 (01:25 -0400)] 
mod_callcenter: Another strategy 'top-down' (Name might change).  This will call the agent one after the other by order... And every member start at position 1.

14 years agomod_callcenter: Ok we have round-robin and random strategy... Keep them comming ;)
Marc Olivier Chouinard [Tue, 19 Apr 2011 04:21:31 +0000 (00:21 -0400)] 
mod_callcenter: Ok we have round-robin and random strategy... Keep them comming ;)

14 years agomod_callcenter: Fix an SQL param errors ! Wish the compiler catched stuff like this
Marc Olivier Chouinard [Tue, 19 Apr 2011 03:17:58 +0000 (23:17 -0400)] 
mod_callcenter: Fix an SQL param errors ! Wish the compiler catched stuff like this

14 years agomod_hash: add realm filter to hash_dump db command so that you can quickly dump all...
Michael S Collins [Tue, 19 Apr 2011 01:43:24 +0000 (18:43 -0700)] 
mod_hash: add realm filter to hash_dump db command so that you can quickly dump all entries that belong only to a specific realm without getting the whole db

14 years agomod_callcenter: More SQL changes to make the new strategy work on postgresql
Marc Olivier Chouinard [Mon, 18 Apr 2011 21:16:51 +0000 (17:16 -0400)] 
mod_callcenter: More SQL changes to make the new strategy work on postgresql

14 years agomod_callcenter: SQL error in the new proto (and might not still be working) strategy
Marc Olivier Chouinard [Mon, 18 Apr 2011 19:10:40 +0000 (15:10 -0400)] 
mod_callcenter: SQL error in the new proto (and might not still be working) strategy

14 years agoenable optimal defaults on linux kernels that can support newer features.
Anthony Minessale [Mon, 18 Apr 2011 11:17:33 +0000 (11:17 +0000)] 
enable optimal defaults on linux kernels that can support newer features.

14 years agomod_callcenter: Add a very prototype (and maybe not functional) strategy called ...
Marc Olivier Chouinard [Sun, 17 Apr 2011 16:46:32 +0000 (12:46 -0400)] 
mod_callcenter: Add a very prototype (and maybe not functional) strategy called : sequentially-by-next-agent-order.
It will try to find the last agent we tried to reach, and start calling more agent after that one based on position.
It will use the level for the next agent, but once that level is done, it start back at the lowest level

14 years agomod_protovm: Small fix in makefile
Marc Olivier Chouinard [Sat, 16 Apr 2011 23:11:25 +0000 (19:11 -0400)] 
mod_protovm: Small fix in makefile

14 years agomod_protovm: This is a very early new prototype voicemail ivr system. You need to...
Marc Olivier Chouinard [Sat, 16 Apr 2011 23:06:32 +0000 (19:06 -0400)] 
mod_protovm: This is a very early new prototype voicemail ivr system.  You need to copy the sounds.xml and make it loadale in the language folder and protovm.conf.xml inside the autoload_configs folder.  Configs file will most definitly change.  Once stabilized, we make it install those file by default.

14 years agomod_voicemail: Adding a new voicemail fsdb api vm_fsdb_auth_login that does basic...
Marc Olivier Chouinard [Sat, 16 Apr 2011 18:44:28 +0000 (14:44 -0400)] 
mod_voicemail: Adding a new voicemail fsdb api vm_fsdb_auth_login that does basic login authentication for a user

14 years agoa few optimizations
Anthony Minessale [Fri, 15 Apr 2011 16:18:26 +0000 (16:18 +0000)] 
a few optimizations

14 years agofix default tipping point it was too low
Anthony Minessale [Fri, 15 Apr 2011 14:46:24 +0000 (14:46 +0000)] 
fix default tipping point it was too low

14 years agofix race in sla
Anthony Minessale [Fri, 15 Apr 2011 19:22:45 +0000 (14:22 -0500)] 
fix race in sla

14 years agoFS-3250 --resolve mod_callcenter: Reload a queue wont delete all the currently waitin...
Marc Olivier Chouinard [Fri, 15 Apr 2011 17:53:04 +0000 (13:53 -0400)] 
FS-3250 --resolve mod_callcenter: Reload a queue wont delete all the currently waiting members.  Only a reload of the module will.

14 years agooffer both avp and savp when using srtp
Anthony Minessale [Fri, 15 Apr 2011 16:17:36 +0000 (11:17 -0500)] 
offer both avp and savp when using srtp

14 years agovs2010 reswig
Jeff Lenk [Fri, 15 Apr 2011 00:56:45 +0000 (19:56 -0500)] 
vs2010 reswig

14 years agomod_callcenter: Fix an issues recently introduice that a max_wait time reach didn...
Marc Olivier Chouinard [Fri, 15 Apr 2011 00:23:12 +0000 (20:23 -0400)] 
mod_callcenter: Fix an issues recently introduice that a max_wait time reach didn't continue the dialplan

14 years agofix 32/64 format
Anthony Minessale [Thu, 14 Apr 2011 22:50:43 +0000 (17:50 -0500)] 
fix 32/64 format

14 years agoFS-3246 --resolve all [] {} and <> can be stacked and override the delim per set...
Anthony Minessale [Thu, 14 Apr 2011 22:44:22 +0000 (17:44 -0500)] 
FS-3246 --resolve all [] {} and <> can be stacked and override the delim per set <><^^:>{}{^^:}{^^;}[][^^:]

14 years agoclear pointer on release
Anthony Minessale [Thu, 14 Apr 2011 22:44:18 +0000 (17:44 -0500)] 
clear pointer on release

14 years agocheck_decode the caller id name in this case too
Michael Jerris [Thu, 14 Apr 2011 23:09:11 +0000 (19:09 -0400)] 
check_decode the caller id name in this case too

14 years agoadd switch_clean_name_string to strip out caller id name chars that can cause issues
Michael Jerris [Thu, 14 Apr 2011 21:51:45 +0000 (17:51 -0400)] 
add switch_clean_name_string to strip out caller id name chars that can cause issues

14 years agomod_voicemail: Implement 10 new standard api function call that allow you to control...
Marc Olivier Chouinard [Thu, 14 Apr 2011 19:21:13 +0000 (15:21 -0400)] 
mod_voicemail: Implement 10 new standard api function call that allow you to control fs voicemail storage system.  The goal is to have a standard API set for any additional storage system we wish the voicemail to run off.  Current list of added api name are : vm_fsdb_msg_count, vm_fsdb_msg_list, vm_fsdb_msg_get, vm_fsdb_msg_delete, vm_fsdb_msg_undelete, vm_fsdb_msg_purge, vm_fsdb_msg_save, vm_fsdb_pref_greeting_set, vm_fsdb_pref_recname_set, vm_fsdb_pref_password_set.

14 years agoFS-3247 check for NULL recog_hdr
Christopher Rienzo [Thu, 14 Apr 2011 14:50:41 +0000 (14:50 +0000)] 
FS-3247 check for NULL recog_hdr

14 years agoSkinny: display accessories status on CLI
Mathieu Parent [Thu, 14 Apr 2011 11:23:03 +0000 (13:23 +0200)] 
Skinny: display accessories status on CLI

14 years agoSkinny: store accessory status in db instead of memory
Mathieu Parent [Thu, 14 Apr 2011 11:02:27 +0000 (13:02 +0200)] 
Skinny: store accessory status in db instead of memory

(this is not used yet)

14 years agoFS-3244 --resolve next time also attach a backtrace
Anthony Minessale [Wed, 13 Apr 2011 21:15:15 +0000 (16:15 -0500)] 
FS-3244 --resolve next time also attach a backtrace

14 years agoSkinny: handle AccessoryStatusMessage
Mathieu Parent [Wed, 13 Apr 2011 21:15:53 +0000 (23:15 +0200)] 
Skinny: handle AccessoryStatusMessage

14 years agoMeasure twice, cut once...
Michael S Collins [Wed, 13 Apr 2011 20:39:18 +0000 (13:39 -0700)] 
Measure twice, cut once...

14 years agoSkinny: incomplete support for DialedPhoneBookMessage
Mathieu Parent [Wed, 13 Apr 2011 18:13:50 +0000 (20:13 +0200)] 
Skinny: incomplete support for DialedPhoneBookMessage

14 years agoUpdate ChangeLog through April 12
Michael S Collins [Wed, 13 Apr 2011 01:45:29 +0000 (18:45 -0700)] 
Update ChangeLog through April 12

14 years agoswigall
Brian West [Wed, 13 Apr 2011 00:34:34 +0000 (19:34 -0500)] 
swigall

14 years agofix segfault in zrtp srtcp
Brian West [Wed, 13 Apr 2011 00:33:58 +0000 (19:33 -0500)] 
fix segfault in zrtp srtcp

14 years agoUpdate ChangeLog through March 31
Michael S Collins [Wed, 13 Apr 2011 00:30:25 +0000 (17:30 -0700)] 
Update ChangeLog through March 31

14 years agodeclinatio mortuus obfirmo!
Anthony Minessale [Tue, 12 Apr 2011 18:35:33 +0000 (13:35 -0500)] 
declinatio mortuus obfirmo!

14 years ago - Improvements in getk3l script, now a option to download only the
Eduardo Nunes Pereira [Tue, 12 Apr 2011 17:51:32 +0000 (14:51 -0300)] 
 - Improvements in getk3l script, now a option to download only the
   k3lclient

14 years agoDirectory sound file: dir-for_prev.wav -> dir-for_previous.wav
Michael S Collins [Tue, 12 Apr 2011 16:33:45 +0000 (09:33 -0700)] 
Directory sound file: dir-for_prev.wav -> dir-for_previous.wav

14 years agoBump sounds to 1.0.15
Michael S Collins [Tue, 12 Apr 2011 16:29:44 +0000 (09:29 -0700)] 
Bump sounds to 1.0.15

14 years agoadd L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly
Anthony Minessale [Tue, 12 Apr 2011 14:47:11 +0000 (09:47 -0500)] 
add L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly

14 years agomove other more obscure L16 slices to dynamic payload
Anthony Minessale [Tue, 12 Apr 2011 14:30:15 +0000 (09:30 -0500)] 
move other more obscure L16 slices to dynamic payload

14 years agofix SST_SHORT_DATE_TIME
Buklov Boris [Mon, 11 Apr 2011 13:48:19 +0000 (17:48 +0400)] 
fix  SST_SHORT_DATE_TIME

14 years agoSkinny: more verbose log when pre-register message received
Mathieu Parent [Sun, 10 Apr 2011 21:16:56 +0000 (23:16 +0200)] 
Skinny: more verbose log when pre-register message received

14 years agoSkinny: put tables the other way
Mathieu Parent [Sun, 10 Apr 2011 21:08:46 +0000 (23:08 +0200)] 
Skinny: put tables the other way

(more standard)

Done with:
sed -i 's/{\(".*"\|NULL\), \(.*\)}/{\2, \1}/' src/mod/endpoints/mod_skinny/skinny_tables.c

14 years agoSkinny: add CP-7921G
Mathieu Parent [Sun, 10 Apr 2011 20:58:09 +0000 (22:58 +0200)] 
Skinny: add CP-7921G

and reindent

14 years agoUpdate phrase_en.xml to reflect newest prompts
Michael S Collins [Sun, 10 Apr 2011 15:21:47 +0000 (08:21 -0700)] 
Update phrase_en.xml to reflect newest prompts

14 years agoAdd digit_timeout to ESL::IVR's playAndGetDigits method
Michael S Collins [Fri, 8 Apr 2011 23:33:17 +0000 (16:33 -0700)] 
Add digit_timeout to ESL::IVR's playAndGetDigits method

14 years agomore logging, cleanup, etc
Raymond Chandler [Fri, 8 Apr 2011 21:03:50 +0000 (17:03 -0400)] 
more logging, cleanup, etc

14 years agofix SST_SHORT_DATE_TIME thanks sibsvt@gmail.com
Buklov Boris [Fri, 8 Apr 2011 19:55:33 +0000 (23:55 +0400)] 
fix SST_SHORT_DATE_TIME thanks sibsvt@gmail.com

14 years agomove sig messages up to DEBUG1
Anthony Minessale [Fri, 8 Apr 2011 19:23:16 +0000 (14:23 -0500)] 
move sig messages up to DEBUG1

14 years agoFS-3137 --resolve less of a memory leak more of a pool swelling, replaced a pool...
Anthony Minessale [Fri, 8 Apr 2011 19:04:01 +0000 (14:04 -0500)] 
FS-3137 --resolve less of a memory leak more of a pool swelling, replaced a pool strdup that could recur with a strdup/free to avoid it

14 years agoconf: Only english is built by default.y
Marc Olivier Chouinard [Fri, 8 Apr 2011 19:13:11 +0000 (15:13 -0400)] 
conf: Only english is built by default.y

14 years agorebind sighandlers
Brian West [Fri, 8 Apr 2011 18:46:02 +0000 (13:46 -0500)] 
rebind sighandlers

14 years agoftmod_isdn: Fix warnings
Stefan Knoblich [Fri, 8 Apr 2011 12:53:59 +0000 (14:53 +0200)] 
ftmod_isdn: Fix warnings

No guarantee this module still works, but it compiles again.

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
14 years agoFS-3232 --resolve using relative path in windows script
Jeff Lenk [Thu, 7 Apr 2011 20:47:30 +0000 (15:47 -0500)] 
FS-3232 --resolve using relative path in windows script

14 years agoAllow longer input regexes to be used in phrases
Daniel Swarbrick [Wed, 6 Apr 2011 13:36:35 +0000 (15:36 +0200)] 
Allow longer input regexes to be used in phrases

14 years agoSNMP MIBs have their own comment style
Daniel Swarbrick [Tue, 5 Apr 2011 21:02:50 +0000 (23:02 +0200)] 
SNMP MIBs have their own comment style

14 years ago--resolve FS-3219
Anthony Minessale [Tue, 5 Apr 2011 15:35:52 +0000 (10:35 -0500)] 
--resolve FS-3219

14 years agoAdded copyright headers for sponsored work
Michal Bielicki - cypromis [Tue, 5 Apr 2011 11:05:22 +0000 (13:05 +0200)] 
Added copyright headers for sponsored work

14 years agoAdd pa devlist to portaudio webapi
Michael S Collins [Tue, 5 Apr 2011 04:53:11 +0000 (21:53 -0700)] 
Add pa devlist to portaudio webapi

14 years agoFS-3228 --resolve
Jeff Lenk [Tue, 5 Apr 2011 01:55:56 +0000 (20:55 -0500)] 
FS-3228 --resolve

14 years agoFS-3229 --resolve
Anthony Minessale [Mon, 4 Apr 2011 23:50:46 +0000 (18:50 -0500)] 
FS-3229 --resolve

14 years agofix another regression from 27c6d1111c8eb9929cedf707632b33405019e03a this probably...
Anthony Minessale [Mon, 4 Apr 2011 22:43:05 +0000 (17:43 -0500)] 
fix another regression from 27c6d1111c8eb9929cedf707632b33405019e03a this probably broke the mad boss extension

14 years agofix regression from 27c6d1111c8eb9929cedf707632b33405019e03a
Anthony Minessale [Mon, 4 Apr 2011 21:51:30 +0000 (16:51 -0500)] 
fix regression from 27c6d1111c8eb9929cedf707632b33405019e03a

14 years agoFS-3226 --resolve SO, If the RFC told you to jump off a cliff......?
Anthony Minessale [Mon, 4 Apr 2011 19:14:38 +0000 (14:14 -0500)] 
FS-3226 --resolve SO, If the RFC told you to jump off a cliff......?

14 years agoFS-3227 --resolve this looks like sane changes. My only complaint was the formatting...
Anthony Minessale [Mon, 4 Apr 2011 16:55:05 +0000 (11:55 -0500)] 
FS-3227 --resolve this looks like sane changes.  My only complaint was the formatting.  Watch for whitespace indentation by looking at the code in emacs or vi where it should be tabed properly.

14 years agoFS-2877 After further review I can concede the point that we should always say partia...
Anthony Minessale [Mon, 4 Apr 2011 16:39:39 +0000 (11:39 -0500)] 
FS-2877 After further review I can concede the point that we should always say partial considering how we do things.  With this commit we should at least be sending separate partial updates for each existing dialog to everyone with a subscription.  If we need to introduce more data, consolidate them etc.  We need to do it in small chunks and keep things sane.

14 years agofix and add support multy currency <action application=set data=currency=rubl/> dolla...
Buklov Boris [Mon, 4 Apr 2011 13:56:58 +0000 (17:56 +0400)] 
fix and add support multy currency <action application=set data=currency=rubl/> dollar or other

14 years agoFS-3224 --resolve
Anthony Minessale [Sun, 3 Apr 2011 22:55:07 +0000 (17:55 -0500)] 
FS-3224 --resolve

14 years agoFS-3224 this is comfort noise. i guess its not comforting, i'll remove it.
Anthony Minessale [Sun, 3 Apr 2011 22:53:06 +0000 (17:53 -0500)] 
FS-3224 this is comfort noise. i guess its not comforting, i'll remove it.

14 years agoone should not copy files over ... copy and paste errors suck.
cypromis [Sun, 3 Apr 2011 18:14:07 +0000 (20:14 +0200)] 
one should not copy files over ... copy and paste errors suck.

14 years agoauto-aleg-full and auto-aleg-domain for from_domain field in gateway
Anthony Minessale [Sun, 3 Apr 2011 17:03:29 +0000 (12:03 -0500)] 
auto-aleg-full and auto-aleg-domain for from_domain field in gateway

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michal Bielicki [Sat, 2 Apr 2011 01:13:31 +0000 (03:13 +0200)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoAdded Hebrew Language package to debian buildsystem
Michal Bielicki [Sat, 2 Apr 2011 01:13:06 +0000 (03:13 +0200)] 
Added Hebrew Language package to debian buildsystem

14 years agodo this slightly safer so we don't have the mutex locked when we exec the app
Anthony Minessale [Sat, 2 Apr 2011 00:46:48 +0000 (19:46 -0500)] 
do this slightly safer so we don't have the mutex locked when we exec the app

14 years agoFS-3221
Michal Bielicki [Sat, 2 Apr 2011 00:44:10 +0000 (02:44 +0200)] 
FS-3221

14 years agoadd execute_on function so you can have execute_on_answer_1 execute_on_answer_2 execu...
Anthony Minessale [Fri, 1 Apr 2011 22:39:20 +0000 (17:39 -0500)] 
add execute_on function so you can have execute_on_answer_1 execute_on_answer_2 execute_on_answer_3 etc

14 years agoFS-3220: more than just typos
Brian West [Fri, 1 Apr 2011 22:38:58 +0000 (17:38 -0500)] 
FS-3220: more than just typos

14 years agotypo in spec file
Michal Bielicki [Fri, 1 Apr 2011 22:32:50 +0000 (00:32 +0200)] 
typo in spec file

14 years agofix
Buklov Boris [Fri, 1 Apr 2011 20:54:07 +0000 (00:54 +0400)] 
fix

14 years agoadd option for from-domain to be set to auto-aleg in gateway config
Anthony Minessale [Fri, 1 Apr 2011 19:22:36 +0000 (14:22 -0500)] 
add option for from-domain to be set to auto-aleg in gateway config

14 years agoadded FS-3211 changes to freeswitch.spec
Michal Bielicki [Fri, 1 Apr 2011 19:26:33 +0000 (21:26 +0200)] 
added FS-3211 changes to freeswitch.spec

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Buklov Boris [Fri, 1 Apr 2011 18:54:45 +0000 (22:54 +0400)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agomod_say_ru now support say_string like mod_say_en. Now support channel variables...
Buklov Boris [Fri, 1 Apr 2011 18:53:52 +0000 (22:53 +0400)] 
mod_say_ru now support say_string like mod_say_en. Now support channel variables gender,cases can be set in english and russian for example: <action application="set" data="cases=nominativus/>  <action application="set" data="gender=male_h"/> <action application="say" data="ru NUMBER PRONOUNCED  1001"/>

14 years agoFS-3214 try this
Anthony Minessale [Fri, 1 Apr 2011 18:20:35 +0000 (13:20 -0500)] 
FS-3214 try this