]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
14 years agogitignore mod_timerfd/Makefile
Travis Cross [Fri, 19 Aug 2011 02:47:01 +0000 (02:47 +0000)] 
gitignore mod_timerfd/Makefile

14 years agoFix overzealous grep in build system
Travis Cross [Fri, 19 Aug 2011 01:42:57 +0000 (01:42 +0000)] 
Fix overzealous grep in build system

This prevented 'make mod_callcenter' from working because the 'all' in
'callcenter' was matching.

14 years agoswigall
Brian West [Fri, 19 Aug 2011 02:23:42 +0000 (21:23 -0500)] 
swigall

14 years agouse your own hostname
Raymond Chandler [Thu, 18 Aug 2011 20:00:19 +0000 (16:00 -0400)] 
use your own hostname

14 years agoupdate schema
Raymond Chandler [Thu, 18 Aug 2011 18:55:33 +0000 (14:55 -0400)] 
update schema

14 years agothe rest of that last patch
Raymond Chandler [Thu, 18 Aug 2011 18:47:06 +0000 (14:47 -0400)] 
the rest of that last patch

14 years agocan never be == 3 if it's == 2 :-) ... thanks Deeewayne
Raymond Chandler [Thu, 18 Aug 2011 17:23:04 +0000 (13:23 -0400)] 
can never be == 3 if it's == 2 :-) ... thanks Deeewayne

14 years agoMerge branch 'master' of fs-git:freeswitch
Raymond Chandler [Thu, 18 Aug 2011 17:17:47 +0000 (13:17 -0400)] 
Merge branch 'master' of fs-git:freeswitch

14 years agoFS-3510 --resolve make all instances of execute_on_X uniform with api_on_X and suppor...
Anthony Minessale [Thu, 18 Aug 2011 14:11:45 +0000 (09:11 -0500)] 
FS-3510 --resolve make all instances of execute_on_X uniform with api_on_X and support both prefix vars as before and usage of arrays to push several exexute_on or api_on records into one variable

14 years agoFS-3511 FS-2875 --resolve we will go with this as-is and just make it a default
Anthony Minessale [Thu, 18 Aug 2011 00:34:22 +0000 (19:34 -0500)] 
FS-3511 FS-2875 --resolve we will go with this as-is and just make it a default

14 years agoFS-3045 --resolve
Anthony Minessale [Thu, 18 Aug 2011 00:30:15 +0000 (19:30 -0500)] 
FS-3045 --resolve

14 years agostop at first profile if can't find one
Anthony Minessale [Thu, 18 Aug 2011 00:21:36 +0000 (19:21 -0500)] 
stop at first profile if can't find one

14 years agodo not queue messages to the session when they are in bypass mode
Anthony Minessale [Wed, 17 Aug 2011 23:42:48 +0000 (18:42 -0500)] 
do not queue messages to the session when they are in bypass mode

14 years agoonly close inner file handle if it was initilized
Anthony Minessale [Wed, 17 Aug 2011 23:10:44 +0000 (18:10 -0500)] 
only close inner file handle if it was initilized

14 years agoupdate log
Anthony Minessale [Wed, 17 Aug 2011 22:25:56 +0000 (17:25 -0500)] 
update log

14 years agobreak event parsing for mod_voicemail into its own internal queue (by Moc)
Anthony Minessale [Wed, 17 Aug 2011 16:27:20 +0000 (11:27 -0500)] 
break event parsing for mod_voicemail into its own internal queue (by Moc)

14 years agoFS-3508 --resolve
Anthony Minessale [Wed, 17 Aug 2011 16:14:17 +0000 (11:14 -0500)] 
FS-3508 --resolve

14 years agoFS-3509 --resolve
Anthony Minessale [Wed, 17 Aug 2011 14:34:56 +0000 (09:34 -0500)] 
FS-3509 --resolve

14 years agoFS-3503 --resolve mod_callcenter: add DNIS in some event, and add a few API like...
Marc Olivier Chouinard [Tue, 16 Aug 2011 23:39:06 +0000 (19:39 -0400)] 
FS-3503 --resolve mod_callcenter: add DNIS in some event, and add a few API like get uuid and get state for agent

14 years agoFS-3505 --resolve copied same code from the other place the original intention was...
Anthony Minessale [Tue, 16 Aug 2011 21:11:18 +0000 (16:11 -0500)] 
FS-3505 --resolve copied same code from the other place the original intention was to behave as described in the bug report but it seemed like a reasonable enough request

14 years agoAdd remote CF set/cancel phrase macros
Michael S Collins [Tue, 16 Aug 2011 23:06:23 +0000 (16:06 -0700)] 
Add remote CF set/cancel phrase macros

14 years agoreset handler field on filehandles so it gets cleared on reuse reported by bevenky...
Anthony Minessale [Tue, 16 Aug 2011 20:50:21 +0000 (15:50 -0500)] 
reset handler field on filehandles so it gets cleared on reuse reported by bevenky on irc

14 years agomod_protovm: Removal of the proto vm. Might reinclude it under a different name...
Marc Olivier Chouinard [Tue, 16 Aug 2011 21:19:07 +0000 (17:19 -0400)] 
mod_protovm: Removal of the proto vm.  Might reinclude it under a different name in the future.

14 years agomod_sofia: don't complain that an info dtmf was ignored if it actually wasn't a dtmf...
Mathieu Rene [Tue, 16 Aug 2011 20:38:13 +0000 (22:38 +0200)] 
mod_sofia: don't complain that an info dtmf was ignored if it actually wasn't a dtmf info message

14 years agoback off locking contention so you can query for other interfaces while a module...
Anthony Minessale [Tue, 16 Aug 2011 18:26:43 +0000 (13:26 -0500)] 
back off locking contention so you can query for other interfaces while a module is loading that locks the interfaces hash

14 years agoerase files before recording in VM to make append impossible and write to tmp copy...
Anthony Minessale [Tue, 16 Aug 2011 18:26:13 +0000 (13:26 -0500)] 
erase files before recording in VM to make append impossible and write to tmp copy when recording greetings/name so it's not installed until finalized

14 years agorevert
Anthony Minessale [Tue, 16 Aug 2011 16:52:34 +0000 (11:52 -0500)] 
revert

14 years agoonly do the 10 second pause, not the reduction in max_sessions when the event system...
Anthony Minessale [Tue, 16 Aug 2011 16:03:29 +0000 (11:03 -0500)] 
only do the 10 second pause, not the reduction in max_sessions when the event system overloads

14 years agoupdate auto-drop test for channels table
Anthony Minessale [Mon, 15 Aug 2011 19:48:05 +0000 (14:48 -0500)] 
update auto-drop test for channels table

14 years agofix regression from previous patch
Anthony Minessale [Mon, 15 Aug 2011 16:21:31 +0000 (11:21 -0500)] 
fix regression from previous patch

14 years agomod_sofia: don't compile with their built-in stun server as it is buggy
Mathieu Rene [Mon, 15 Aug 2011 15:30:41 +0000 (17:30 +0200)] 
mod_sofia: don't compile with their built-in stun server as it is buggy

14 years agoMissed one in e8ae13a8
Mathieu Rene [Sun, 14 Aug 2011 21:56:32 +0000 (23:56 +0200)] 
Missed one in e8ae13a8

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Giovanni Maruzzelli [Mon, 15 Aug 2011 10:37:45 +0000 (05:37 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoskypopen: OSS driver now compiles on newer kernels (no more .ioctl)
Giovanni Maruzzelli [Mon, 15 Aug 2011 10:37:31 +0000 (05:37 -0500)] 
skypopen: OSS driver now compiles on newer kernels (no more .ioctl)

14 years agoupdate schema
Raymond Chandler [Sun, 14 Aug 2011 21:29:26 +0000 (17:29 -0400)] 
update schema

14 years agodefault to false instead of null
Raymond Chandler [Sun, 14 Aug 2011 21:23:58 +0000 (17:23 -0400)] 
default to false instead of null

14 years agotypo
Raymond Chandler [Sun, 14 Aug 2011 19:38:41 +0000 (15:38 -0400)] 
typo

14 years agofix sql typo
Anthony Minessale [Thu, 11 Aug 2011 18:01:52 +0000 (13:01 -0500)] 
fix sql typo

14 years agoFS-3498 --resolve
Jeff Lenk [Thu, 11 Aug 2011 19:02:08 +0000 (14:02 -0500)] 
FS-3498 --resolve

14 years agoFS-3181 --resolve the new code requires accurate timestamps, we were incrementing...
Anthony Minessale [Thu, 11 Aug 2011 13:49:13 +0000 (08:49 -0500)] 
FS-3181 --resolve the new code requires accurate timestamps, we were incrementing it by the interval (20) instaead of the samples (160)

14 years agoadd emulation for asterisk DIALSTATUS magic var
Anthony Minessale [Wed, 10 Aug 2011 13:38:55 +0000 (08:38 -0500)] 
add emulation for asterisk DIALSTATUS magic var

14 years agoadd conf from earlier patch
Anthony Minessale [Wed, 10 Aug 2011 13:18:42 +0000 (08:18 -0500)] 
add conf from earlier patch

14 years agoFS-3357 --resolve
Anthony Minessale [Wed, 10 Aug 2011 13:00:02 +0000 (08:00 -0500)] 
FS-3357 --resolve

14 years agoFS-3396 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:59:03 +0000 (07:59 -0500)] 
FS-3396 --resolve

14 years agoFS-3415 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:58:02 +0000 (07:58 -0500)] 
FS-3415 --resolve

14 years agoFS-3416 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:57:20 +0000 (07:57 -0500)] 
FS-3416 --resolve

14 years agoFS-3497 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:55:17 +0000 (07:55 -0500)] 
FS-3497 --resolve

14 years agoFS-3494
Anthony Minessale [Wed, 10 Aug 2011 12:36:48 +0000 (07:36 -0500)] 
FS-3494

14 years agoinitial addition of very basic LRN
Raymond Chandler [Tue, 9 Aug 2011 21:48:58 +0000 (16:48 -0500)] 
initial addition of very basic LRN

14 years agotweak
Anthony Minessale [Tue, 9 Aug 2011 13:47:46 +0000 (08:47 -0500)] 
tweak

14 years agofix seg on user_recurse_variables reported on the mailing list
Anthony Minessale [Tue, 9 Aug 2011 13:33:03 +0000 (08:33 -0500)] 
fix seg on user_recurse_variables reported on the mailing list

14 years agoswitch_ivr_originate: export variables were broken since b946ee94 4 aug 2011
Marc Olivier Chouinard [Tue, 9 Aug 2011 07:09:19 +0000 (03:09 -0400)] 
switch_ivr_originate: export variables were broken since b946ee94 4 aug 2011

14 years agofreetdm: ftmod_wanpipe - tx idle frames needs to be bigger
Moises Silva [Sun, 7 Aug 2011 05:33:26 +0000 (01:33 -0400)] 
freetdm: ftmod_wanpipe - tx idle frames needs to be bigger

14 years agofreetdm: *shrug*
Moises Silva [Sun, 7 Aug 2011 01:38:04 +0000 (21:38 -0400)] 
freetdm: *shrug*

14 years agoOPENZAP-112 --resolve
Moises Silva [Sun, 7 Aug 2011 01:29:46 +0000 (21:29 -0400)] 
OPENZAP-112 --resolve

14 years agoFS-1231 -- resolve thanks please watch the code formatting in the future
Jeff Lenk [Sat, 6 Aug 2011 16:09:41 +0000 (11:09 -0500)] 
FS-1231 -- resolve thanks please watch the code formatting in the future

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Giovanni Maruzzelli [Sat, 6 Aug 2011 08:30:20 +0000 (03:30 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoskypopen: avoid accumulating delay on VMs, better debug logging
Giovanni Maruzzelli [Sat, 6 Aug 2011 08:28:26 +0000 (03:28 -0500)] 
skypopen: avoid accumulating delay on VMs, better debug logging

14 years agofreetdm/libpri: Add support to change status of an individual channel or multiple...
Marc Olivier Chouinard [Sat, 6 Aug 2011 02:50:58 +0000 (22:50 -0400)] 
freetdm/libpri: Add support to change status of an individual channel or multiple channel.  This allow to put bchannel out of service on an active T1 without affecting active call.  Allow graceful out of service of T1 trunk.
NOTE: There is bugs in libpri, even latest 1.4.12 as of this writing if you use NI2.   So rightnow it only work in DMS100/ATT mode.  Email me to get the NI2 patch (really stupid error).
NOTE2: The way libpri is build doesn't allow to do advance feature with the SERVICE feature, so if you put an channel out of service, and the far end send an restart, it will be bring back in service.  Lot of changes in libpri is required to allow this.  I need to figure out what would be the best steps to take since I don't have commit access to libpri release.
NOTE3: You need to enable this feature by setting service_message_support to true on the span

14 years agouse the call_id of the original register in the unsolicited notify for MWI
Anthony Minessale [Fri, 5 Aug 2011 16:09:45 +0000 (11:09 -0500)] 
use the call_id of the original register in the unsolicited notify for MWI

14 years agorevert, didn't mean to commit that one
Anthony Minessale [Fri, 5 Aug 2011 14:32:23 +0000 (09:32 -0500)] 
revert, didn't mean to commit that one

14 years agocheck for answer flag in bridge to do display update properly
Anthony Minessale [Fri, 5 Aug 2011 14:31:21 +0000 (09:31 -0500)] 
check for answer flag in bridge to do display update properly

14 years agofix typo in sql stmt
Anthony Minessale [Fri, 5 Aug 2011 04:21:38 +0000 (23:21 -0500)] 
fix typo in sql stmt

14 years agoadd event header
Anthony Minessale [Fri, 5 Aug 2011 03:32:06 +0000 (22:32 -0500)] 
add event header

14 years agoFS-3444 --resolve with previous commit this can come back
Anthony Minessale [Fri, 5 Aug 2011 01:27:54 +0000 (20:27 -0500)] 
FS-3444 --resolve with previous commit this can come back

14 years agoFS-3487 --resolve
Anthony Minessale [Fri, 5 Aug 2011 01:26:23 +0000 (20:26 -0500)] 
FS-3487 --resolve

14 years agoFS-3487 gonna guess, try this...
Anthony Minessale [Thu, 4 Aug 2011 21:34:01 +0000 (16:34 -0500)] 
FS-3487 gonna guess, try this...

14 years agomake valet parking reserve a space for 10 seconds to allow time for an attended trans...
Anthony Minessale [Thu, 4 Aug 2011 21:12:17 +0000 (16:12 -0500)] 
make valet parking reserve a space for 10 seconds to allow time for an attended transfer switcharoo

14 years agoclean up originator/ee profile so the right one is prevelant in events
Anthony Minessale [Thu, 4 Aug 2011 22:20:02 +0000 (17:20 -0500)] 
clean up originator/ee profile so the right one is prevelant in events

14 years agoadd message_len to output of vm_list api command
Daniel Swarbrick [Thu, 4 Aug 2011 18:17:15 +0000 (20:17 +0200)] 
add message_len to output of vm_list api command

14 years agoremove pointless update_mwi() in vm_list api command
Daniel Swarbrick [Thu, 4 Aug 2011 17:53:18 +0000 (19:53 +0200)] 
remove pointless update_mwi() in vm_list api command

14 years agoFS-3483 --resolve
Anthony Minessale [Thu, 4 Aug 2011 14:50:23 +0000 (09:50 -0500)] 
FS-3483 --resolve

14 years agoFS-3484 --resolve
Anthony Minessale [Thu, 4 Aug 2011 14:38:45 +0000 (09:38 -0500)] 
FS-3484 --resolve

14 years agofreetdm: more CLI improvements
Moises Silva [Thu, 4 Aug 2011 14:09:28 +0000 (10:09 -0400)] 
freetdm: more CLI improvements

14 years agoupdate call_uuid stuff
Anthony Minessale [Thu, 4 Aug 2011 06:04:21 +0000 (01:04 -0500)] 
update call_uuid stuff

14 years agodon't add the fs_nat stuff twice when its already there
Anthony Minessale [Thu, 4 Aug 2011 05:02:13 +0000 (00:02 -0500)] 
don't add the fs_nat stuff twice when its already there

14 years agoFS-3340 revert
Anthony Minessale [Thu, 4 Aug 2011 05:01:26 +0000 (00:01 -0500)] 
FS-3340 revert

14 years agoFS-3444 revert
Anthony Minessale [Thu, 4 Aug 2011 04:52:15 +0000 (23:52 -0500)] 
FS-3444 revert

14 years agodon't allow auto answer on an non-outbound call
Anthony Minessale [Thu, 4 Aug 2011 04:49:09 +0000 (23:49 -0500)] 
don't allow auto answer on an non-outbound call

14 years agoskip looking up session again in hash table when we already are parsing the event...
Anthony Minessale [Thu, 4 Aug 2011 04:47:47 +0000 (23:47 -0500)] 
skip looking up session again in hash table when we already are parsing the event from the session thread

14 years agodisplay fixes and add 2 new cols to channels to store last sent display data
Anthony Minessale [Thu, 4 Aug 2011 04:43:41 +0000 (23:43 -0500)] 
display fixes and add 2 new cols to channels to store last sent display data

14 years agofreetdm: default iostats to yes and allow configuration thru freetdm.conf
Moises Silva [Thu, 4 Aug 2011 00:30:39 +0000 (20:30 -0400)] 
freetdm: default iostats to yes and allow configuration thru freetdm.conf

14 years agofreetdm: fix typo in ftmod_sangoma_isdn.h causing compilation error
Moises Silva [Thu, 4 Aug 2011 00:12:26 +0000 (20:12 -0400)] 
freetdm: fix typo in ftmod_sangoma_isdn.h causing compilation error

14 years agoMerge remote branch 'smgfs/master'
Moises Silva [Wed, 3 Aug 2011 21:46:45 +0000 (17:46 -0400)] 
Merge remote branch 'smgfs/master'

14 years agofreetdm: fixed errors introduced when Redirection Number was implemented
David Yat Sin [Wed, 6 Apr 2011 21:58:30 +0000 (17:58 -0400)] 
freetdm: fixed errors introduced when Redirection Number was implemented

14 years agofreetdm: fix typo in iostats command - print proper tx queue size and length
Moises Silva [Wed, 3 Aug 2011 17:05:02 +0000 (13:05 -0400)] 
freetdm: fix typo in iostats command - print proper tx queue size and length

14 years agofreetdm: ISDN - added #ifdef for backward compatibility
David Yat Sin [Wed, 3 Aug 2011 17:04:22 +0000 (13:04 -0400)] 
freetdm: ISDN - added #ifdef for backward compatibility

14 years agoMerge remote branch 'smgfs/master'
David Yat Sin [Wed, 3 Aug 2011 15:57:55 +0000 (11:57 -0400)] 
Merge remote branch 'smgfs/master'

14 years agofreetdm: ISDN - allow reception of NOTIFY msg
David Yat Sin [Wed, 3 Aug 2011 15:53:40 +0000 (11:53 -0400)] 
freetdm: ISDN - allow reception of NOTIFY msg

14 years agofreetdm: ISDN - Added function to transmission of NOTIFY msg
David Yat Sin [Wed, 3 Aug 2011 14:52:18 +0000 (10:52 -0400)] 
freetdm: ISDN - Added function to transmission of NOTIFY msg

14 years agoOPENZAP-171 --resolve
Jeff Lenk [Wed, 3 Aug 2011 14:05:01 +0000 (09:05 -0500)] 
OPENZAP-171 --resolve

14 years agoFS-3475 --resolve
Anthony Minessale [Tue, 2 Aug 2011 18:51:57 +0000 (13:51 -0500)] 
FS-3475 --resolve

14 years agoadd sqlite to clean on make current or update-clean
Anthony Minessale [Tue, 2 Aug 2011 18:06:31 +0000 (13:06 -0500)] 
add sqlite to clean on make current or update-clean

14 years agoforce an update on sqlite build
Anthony Minessale [Tue, 2 Aug 2011 18:05:45 +0000 (13:05 -0500)] 
force an update on sqlite build

14 years agoupdate sql indexes and queue size
Anthony Minessale [Tue, 2 Aug 2011 05:27:38 +0000 (00:27 -0500)] 
update sql indexes and queue size

14 years agoprint ip:port on rtp bind err
Anthony Minessale [Tue, 2 Aug 2011 04:55:58 +0000 (23:55 -0500)] 
print ip:port on rtp bind err

14 years ago2 wrong toins
Anthony Minessale [Tue, 2 Aug 2011 02:25:48 +0000 (21:25 -0500)] 
2 wrong toins

14 years agowrong toin at albakerky
Anthony Minessale [Tue, 2 Aug 2011 02:13:54 +0000 (21:13 -0500)] 
wrong toin at albakerky

14 years agocall update
Anthony Minessale [Tue, 2 Aug 2011 01:59:55 +0000 (20:59 -0500)] 
call update

14 years agoFS-3451 --resolve we support this but there was a bug, should work now
Anthony Minessale [Tue, 2 Aug 2011 01:08:04 +0000 (20:08 -0500)] 
FS-3451 --resolve we support this but there was a bug, should work now