]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Tue, 31 Jan 2012 21:31:08 +0000 (15:31 -0600)]
[Freeswitch-dev] Absolute conditions are not changing the proceed variable... (mod_dialplan_xml.c)
Travis Cross [Tue, 31 Jan 2012 18:42:27 +0000 (18:42 +0000)]
fs_cli: make enhanced fs_cli features work on all TERMs
FS-3815 --resolve
This is a workaround for the fact that libedit counts terminal control
characters when calculating the length of the prompt. By not using
absolute positioning, we avoid the issue.
Thanks to Ivan Isaev for the workaround and testing.
David Yat Sin [Tue, 31 Jan 2012 17:59:12 +0000 (12:59 -0500)]
Freetdm - ISDN Fix for get_trillium_val function
Anthony Minessale [Tue, 31 Jan 2012 17:03:09 +0000 (11:03 -0600)]
FS-3855 --resolve
Anthony Minessale [Tue, 31 Jan 2012 16:03:28 +0000 (10:03 -0600)]
remove srand call to get more random strings
David Yat Sin [Mon, 30 Jan 2012 23:32:05 +0000 (18:32 -0500)]
FreeTDM - ISDN fix for get_trillium_val function
Moises Silva [Mon, 30 Jan 2012 21:15:08 +0000 (16:15 -0500)]
freetdm: Set the call id into the caller data provided as argument to the call place function
Moises Silva [Mon, 30 Jan 2012 19:15:51 +0000 (14:15 -0500)]
OPENZAP-177 --resolve Thanks to Abhishek Singh
Anthony Minessale [Mon, 30 Jan 2012 17:43:43 +0000 (11:43 -0600)]
FS-3794 fix scope on sql stmts
Anthony Minessale [Sun, 29 Jan 2012 23:37:56 +0000 (17:37 -0600)]
FS-3842 here is the from and contact change but I can't remove the user agent but I added a new param to the gateway config called options_user_agent to set something specific
Marc Olivier Chouinard [Sun, 29 Jan 2012 20:50:14 +0000 (15:50 -0500)]
mod_callcenter: Small fix
Brian West [Sun, 29 Jan 2012 00:32:35 +0000 (18:32 -0600)]
FS-3847 regression
Anthony Minessale [Sat, 28 Jan 2012 19:09:12 +0000 (13:09 -0600)]
FS-3847 --resolve
Anthony Minessale [Sat, 28 Jan 2012 01:03:04 +0000 (19:03 -0600)]
FS-3841 --resolve ok return the string "die" or "exit" from hanguphook to cause an error or call s:destroy("any err message"); either should now halt the script
Anthony Minessale [Fri, 27 Jan 2012 23:27:20 +0000 (17:27 -0600)]
add strmicroepoch api
Michael S Collins [Fri, 27 Jan 2012 23:05:14 +0000 (15:05 -0800)]
Add new 'change password fail' macro. Same as vm-fail-auth right now until new sound prompts get recorded and distributed.
Jeff Lenk [Fri, 27 Jan 2012 22:04:54 +0000 (16:04 -0600)]
correct managed esl sample
Anthony Minessale [Fri, 27 Jan 2012 20:18:19 +0000 (14:18 -0600)]
doh
Anthony Minessale [Fri, 27 Jan 2012 19:52:15 +0000 (13:52 -0600)]
add printed errors to mailer part 2
Anthony Minessale [Fri, 27 Jan 2012 19:41:50 +0000 (13:41 -0600)]
add printed errors to mailer
Anthony Minessale [Fri, 27 Jan 2012 18:55:09 +0000 (12:55 -0600)]
FS-3842 the fix was to remove the (null) if you are asking for a to uri in the options with no username try this patch. You were not clear that you were looking for no username in the to uri. Keep in mind our system considers a 404 a sucessful response to an options request anyway but this should be what you want.
Anthony Minessale [Fri, 27 Jan 2012 18:24:46 +0000 (12:24 -0600)]
only enforce the video-bridge mode if the flag is set on the conference too
Michael S Collins [Fri, 27 Jan 2012 19:12:19 +0000 (11:12 -0800)]
Add simple 'thank you' msg to the vm pass change function. This is a placeholder until we have a recording for 'your password has been changed'
Michael S Collins [Fri, 27 Jan 2012 18:56:32 +0000 (10:56 -0800)]
Preliminary work for adding verification of vm password change
Anthony Minessale [Fri, 27 Jan 2012 15:10:18 +0000 (09:10 -0600)]
FS-3842 --resolve I think these feilds were recently only made optional when register=true. This should take care of it.
Anthony Minessale [Fri, 27 Jan 2012 15:00:15 +0000 (09:00 -0600)]
FS-3794 the -1 thing was a syntax err, the 500 err seems to come from a retrans of a notify where the server either lost the 200ok or the phone took to long to send it, that should be harmless, please test this version
Jeff Lenk [Fri, 27 Jan 2012 14:54:56 +0000 (08:54 -0600)]
FS-3845 --resolve Fix build of mod_directory and mod_abstraction in VS2008
Anthony Minessale [Thu, 26 Jan 2012 22:54:27 +0000 (16:54 -0600)]
FS-2216
Anthony Minessale [Thu, 26 Jan 2012 22:54:09 +0000 (16:54 -0600)]
FS-2216 found one bug that is 4 years old from commit
205cf0534f4c4c5a8ebccb2446a01ed0df100abb
Anthony Minessale [Thu, 26 Jan 2012 21:53:05 +0000 (15:53 -0600)]
FS-3794 try this please
Christopher Rienzo [Thu, 26 Jan 2012 18:01:52 +0000 (18:01 +0000)]
remove unused variable in mod_http_cache
Anthony Minessale [Thu, 26 Jan 2012 10:46:48 +0000 (04:46 -0600)]
FS-3794 please test this version
Jeff Lenk [Wed, 25 Jan 2012 23:56:08 +0000 (17:56 -0600)]
add mod_abstraction to windows build
David Yat Sin [Wed, 25 Jan 2012 21:13:56 +0000 (16:13 -0500)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
David Yat Sin [Wed, 25 Jan 2012 21:13:43 +0000 (16:13 -0500)]
Fix for not evaluating digit upon T302 timeout
Anthony Minessale [Wed, 25 Jan 2012 19:34:44 +0000 (13:34 -0600)]
fix regression in vid thread
Anthony Minessale [Wed, 25 Jan 2012 17:46:46 +0000 (11:46 -0600)]
add some hooks to be able to cache hits to googles online mp3 apis with mod_httapi e.g. http://(ext=mp3,user_agent='Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/
20100101 Firefox/9.0.1')translate.google.com/translate_tts?q=this+is+a+test
Anthony Minessale [Wed, 25 Jan 2012 16:25:02 +0000 (10:25 -0600)]
add support for yealink display update
Anthony Minessale [Wed, 25 Jan 2012 15:40:25 +0000 (09:40 -0600)]
proper iframe request should remove need for detection
Anthony Minessale [Wed, 25 Jan 2012 15:38:42 +0000 (09:38 -0600)]
send event when removing floor flag
Brian West [Wed, 25 Jan 2012 20:49:51 +0000 (14:49 -0600)]
swigall
Brian West [Wed, 25 Jan 2012 20:48:54 +0000 (14:48 -0600)]
FS-3839 --resolve
Christopher Rienzo [Wed, 25 Jan 2012 15:11:31 +0000 (15:11 +0000)]
update default http cache config
Christopher Rienzo [Wed, 25 Jan 2012 15:07:59 +0000 (15:07 +0000)]
add prefetch API to mod_http_cache
Anthony Minessale [Tue, 24 Jan 2012 23:38:36 +0000 (17:38 -0600)]
FS-3794 please try latest and see if you get any more missing hostnames
Anthony Minessale [Tue, 24 Jan 2012 23:29:31 +0000 (17:29 -0600)]
see what happens when you distract me
Brian West [Wed, 25 Jan 2012 05:38:53 +0000 (23:38 -0600)]
Improve the on off switch in ZRTP thanks jim
Anthony Minessale [Tue, 24 Jan 2012 23:14:46 +0000 (17:14 -0600)]
forgot to push this from last commit
Anthony Minessale [Tue, 24 Jan 2012 22:58:28 +0000 (16:58 -0600)]
remove case from mod_iSAC sheesh....
Anthony Minessale [Tue, 24 Jan 2012 22:55:44 +0000 (16:55 -0600)]
move the floor change stuff to the central conference thread and fix some oddities related to video
Anthony Minessale [Tue, 24 Jan 2012 20:52:16 +0000 (14:52 -0600)]
fix crappy sql stmt
Anthony Minessale [Tue, 24 Jan 2012 17:38:41 +0000 (11:38 -0600)]
fix packet storm of vid refresh in edge case
Anthony Minessale [Tue, 24 Jan 2012 17:12:22 +0000 (11:12 -0600)]
remove accidental explitive
Jeff Lenk [Tue, 24 Jan 2012 15:59:43 +0000 (09:59 -0600)]
remove mod_isac from default build selection
Jeff Leung [Tue, 24 Jan 2012 05:54:17 +0000 (21:54 -0800)]
Added iSAC VC2010 Project Files
Jeff Leung [Tue, 24 Jan 2012 06:10:54 +0000 (22:10 -0800)]
Added iSAC Codec VS2008 Project and sln changes
Anthony Minessale [Tue, 24 Jan 2012 14:32:47 +0000 (08:32 -0600)]
use media_up instead of media_ready in a few place
Anthony Minessale [Tue, 24 Jan 2012 14:17:17 +0000 (08:17 -0600)]
FS-3833 try this
Anthony Minessale [Mon, 23 Jan 2012 20:58:54 +0000 (14:58 -0600)]
rm svn dif
Anthony Minessale [Mon, 23 Jan 2012 20:56:01 +0000 (14:56 -0600)]
add conf for last commit
Anthony Minessale [Mon, 23 Jan 2012 20:54:43 +0000 (14:54 -0600)]
add mod_iSAC (extracted from webRTC) 16hz @30ms,60ms 32khz @30ms
Anthony Minessale [Mon, 23 Jan 2012 20:53:38 +0000 (14:53 -0600)]
fail properly on bad decode
Anthony Minessale [Mon, 23 Jan 2012 19:11:07 +0000 (13:11 -0600)]
some minor fixes
Mathieu Rene [Mon, 23 Jan 2012 16:01:24 +0000 (11:01 -0500)]
switch_rtp: fix audio glitches in jingle streams since ICE packets do not interrupt the RTP stream, we do not want to return a CNG frame when we get one
Moises Silva [Mon, 23 Jan 2012 02:54:35 +0000 (21:54 -0500)]
freetdm: improve some isdn logging
try to fool-proof the size of the read D channel buffer by not hard-coding it in 2 places
Jeff Lenk [Sun, 22 Jan 2012 17:08:48 +0000 (11:08 -0600)]
FS-3831 --resolve
Marc Olivier Chouinard [Sun, 22 Jan 2012 16:50:27 +0000 (11:50 -0500)]
FS-3823 --resolve
Marc Olivier Chouinard [Sat, 21 Jan 2012 18:45:21 +0000 (13:45 -0500)]
FS-3823 --resolve
Michael S Collins [Sat, 21 Jan 2012 00:31:50 +0000 (16:31 -0800)]
update phrase_en.xml
Michael S Collins [Sat, 21 Jan 2012 00:23:49 +0000 (16:23 -0800)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael S Collins [Sat, 21 Jan 2012 00:23:08 +0000 (16:23 -0800)]
Add other_callers_in_conf phrase macro
Raymond Chandler [Fri, 20 Jan 2012 23:09:12 +0000 (18:09 -0500)]
add auth user and doc cleanup
Anthony Minessale [Fri, 20 Jan 2012 19:33:54 +0000 (13:33 -0600)]
FS-3818 --resolve
Anthony Minessale [Fri, 20 Jan 2012 19:30:53 +0000 (13:30 -0600)]
FS-3829 --resolve
Anthony Minessale [Fri, 20 Jan 2012 19:00:37 +0000 (13:00 -0600)]
FS-3794 reset the version to 0 on re-subscribe
Anthony Minessale [Fri, 20 Jan 2012 19:00:11 +0000 (13:00 -0600)]
copy more variables over on an attended transfer to valet
Raymond Chandler [Fri, 20 Jan 2012 19:52:56 +0000 (14:52 -0500)]
seg--
Marc Olivier Chouinard [Fri, 20 Jan 2012 06:12:27 +0000 (01:12 -0500)]
mod_voicemail: Adding the vm_fsdb_msg_email standard API
Michael Jerris [Fri, 20 Jan 2012 01:42:28 +0000 (20:42 -0500)]
vm_read should mark messages as read, but not saved
Brian West [Fri, 20 Jan 2012 05:08:07 +0000 (23:08 -0600)]
FS-3450: silly apple
Anthony Minessale [Thu, 19 Jan 2012 21:13:48 +0000 (15:13 -0600)]
FS-3760 --resolve fix that works in all situations
Anthony Minessale [Thu, 19 Jan 2012 21:13:15 +0000 (15:13 -0600)]
FS-3760 revert
Anthony Minessale [Thu, 19 Jan 2012 20:09:36 +0000 (14:09 -0600)]
FS-3794 revert
Anthony Minessale [Thu, 19 Jan 2012 20:08:18 +0000 (14:08 -0600)]
remove erronous line to set TFLAG_BYE
Brian West [Fri, 20 Jan 2012 01:44:08 +0000 (19:44 -0600)]
chmod 755
Brian West [Fri, 20 Jan 2012 01:43:48 +0000 (19:43 -0600)]
FS-3726
Michael Jerris [Thu, 19 Jan 2012 19:44:17 +0000 (14:44 -0500)]
handle validated password change after invalid one
Anthony Minessale [Thu, 19 Jan 2012 17:38:15 +0000 (11:38 -0600)]
print sql *before* freeing it not after
Anthony Minessale [Thu, 19 Jan 2012 17:32:57 +0000 (11:32 -0600)]
disable display update when the channel has not been answered
Moises Silva [Thu, 19 Jan 2012 18:18:30 +0000 (16:18 -0200)]
freetdm: Fill in DAHDI function pointer to retrieve the next channel event
Anthony Minessale [Thu, 19 Jan 2012 00:08:52 +0000 (18:08 -0600)]
Anthony Minessale [Thu, 19 Jan 2012 00:17:59 +0000 (18:17 -0600)]
FS-3819 --resolve regression from FS-3762
10dfc377 feeding NULL string to printf again
Anthony Minessale [Wed, 18 Jan 2012 23:45:48 +0000 (17:45 -0600)]
FS-3819 --resolve regression from FS-3762
10dfc377 feeding NULL string to printf
Travis Cross [Wed, 18 Jan 2012 15:11:34 +0000 (15:11 +0000)]
fs_cli: style (FS-3815)
Anthony Minessale [Wed, 18 Jan 2012 20:11:46 +0000 (14:11 -0600)]
FS-3816
Anthony Minessale [Wed, 18 Jan 2012 20:08:55 +0000 (14:08 -0600)]
req vid refresh in fsv
Anthony Minessale [Wed, 18 Jan 2012 18:25:58 +0000 (12:25 -0600)]
FS-3794 pre-emptive changes based on reports
Anthony Minessale [Wed, 18 Jan 2012 17:35:43 +0000 (11:35 -0600)]
FS-3794 small regression in SLA
Jeff Lenk [Wed, 18 Jan 2012 17:19:33 +0000 (11:19 -0600)]
fix crabby compiler
David Yat Sin [Wed, 18 Jan 2012 17:07:34 +0000 (12:07 -0500)]
freetdm - SS7: Removed unnecessary curse words