]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Travis Cross [Fri, 19 Aug 2011 02:47:01 +0000 (02:47 +0000)]
gitignore mod_timerfd/Makefile
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.
Brian West [Fri, 19 Aug 2011 02:23:42 +0000 (21:23 -0500)]
swigall
Raymond Chandler [Thu, 18 Aug 2011 20:00:19 +0000 (16:00 -0400)]
use your own hostname
Raymond Chandler [Thu, 18 Aug 2011 18:55:33 +0000 (14:55 -0400)]
update schema
Raymond Chandler [Thu, 18 Aug 2011 18:47:06 +0000 (14:47 -0400)]
the rest of that last patch
Raymond Chandler [Thu, 18 Aug 2011 17:23:04 +0000 (13:23 -0400)]
can never be == 3 if it's == 2 :-) ... thanks Deeewayne
Raymond Chandler [Thu, 18 Aug 2011 17:17:47 +0000 (13:17 -0400)]
Merge branch 'master' of fs-git:freeswitch
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
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
Anthony Minessale [Thu, 18 Aug 2011 00:30:15 +0000 (19:30 -0500)]
FS-3045 --resolve
Anthony Minessale [Thu, 18 Aug 2011 00:21:36 +0000 (19:21 -0500)]
stop at first profile if can't find one
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
Anthony Minessale [Wed, 17 Aug 2011 23:10:44 +0000 (18:10 -0500)]
only close inner file handle if it was initilized
Anthony Minessale [Wed, 17 Aug 2011 22:25:56 +0000 (17:25 -0500)]
update log
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)
Anthony Minessale [Wed, 17 Aug 2011 16:14:17 +0000 (11:14 -0500)]
FS-3508 --resolve
Anthony Minessale [Wed, 17 Aug 2011 14:34:56 +0000 (09:34 -0500)]
FS-3509 --resolve
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
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
Michael S Collins [Tue, 16 Aug 2011 23:06:23 +0000 (16:06 -0700)]
Add remote CF set/cancel phrase macros
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
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.
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
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
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
Anthony Minessale [Tue, 16 Aug 2011 16:52:34 +0000 (11:52 -0500)]
revert
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
Anthony Minessale [Mon, 15 Aug 2011 19:48:05 +0000 (14:48 -0500)]
update auto-drop test for channels table
Anthony Minessale [Mon, 15 Aug 2011 16:21:31 +0000 (11:21 -0500)]
fix regression from previous patch
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
Mathieu Rene [Sun, 14 Aug 2011 21:56:32 +0000 (23:56 +0200)]
Giovanni Maruzzelli [Mon, 15 Aug 2011 10:37:45 +0000 (05:37 -0500)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Giovanni Maruzzelli [Mon, 15 Aug 2011 10:37:31 +0000 (05:37 -0500)]
skypopen: OSS driver now compiles on newer kernels (no more .ioctl)
Raymond Chandler [Sun, 14 Aug 2011 21:29:26 +0000 (17:29 -0400)]
update schema
Raymond Chandler [Sun, 14 Aug 2011 21:23:58 +0000 (17:23 -0400)]
default to false instead of null
Raymond Chandler [Sun, 14 Aug 2011 19:38:41 +0000 (15:38 -0400)]
typo
Anthony Minessale [Thu, 11 Aug 2011 18:01:52 +0000 (13:01 -0500)]
fix sql typo
Jeff Lenk [Thu, 11 Aug 2011 19:02:08 +0000 (14:02 -0500)]
FS-3498 --resolve
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)
Anthony Minessale [Wed, 10 Aug 2011 13:38:55 +0000 (08:38 -0500)]
add emulation for asterisk DIALSTATUS magic var
Anthony Minessale [Wed, 10 Aug 2011 13:18:42 +0000 (08:18 -0500)]
add conf from earlier patch
Anthony Minessale [Wed, 10 Aug 2011 13:00:02 +0000 (08:00 -0500)]
FS-3357 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:59:03 +0000 (07:59 -0500)]
FS-3396 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:58:02 +0000 (07:58 -0500)]
FS-3415 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:57:20 +0000 (07:57 -0500)]
FS-3416 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:55:17 +0000 (07:55 -0500)]
FS-3497 --resolve
Anthony Minessale [Wed, 10 Aug 2011 12:36:48 +0000 (07:36 -0500)]
FS-3494
Raymond Chandler [Tue, 9 Aug 2011 21:48:58 +0000 (16:48 -0500)]
initial addition of very basic LRN
Anthony Minessale [Tue, 9 Aug 2011 13:47:46 +0000 (08:47 -0500)]
tweak
Anthony Minessale [Tue, 9 Aug 2011 13:33:03 +0000 (08:33 -0500)]
fix seg on user_recurse_variables reported on the mailing list
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
Moises Silva [Sun, 7 Aug 2011 05:33:26 +0000 (01:33 -0400)]
freetdm: ftmod_wanpipe - tx idle frames needs to be bigger
Moises Silva [Sun, 7 Aug 2011 01:38:04 +0000 (21:38 -0400)]
freetdm: *shrug*
Moises Silva [Sun, 7 Aug 2011 01:29:46 +0000 (21:29 -0400)]
OPENZAP-112 --resolve
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
Giovanni Maruzzelli [Sat, 6 Aug 2011 08:30:20 +0000 (03:30 -0500)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Giovanni Maruzzelli [Sat, 6 Aug 2011 08:28:26 +0000 (03:28 -0500)]
skypopen: avoid accumulating delay on VMs, better debug logging
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
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
Anthony Minessale [Fri, 5 Aug 2011 14:32:23 +0000 (09:32 -0500)]
revert, didn't mean to commit that one
Anthony Minessale [Fri, 5 Aug 2011 14:31:21 +0000 (09:31 -0500)]
check for answer flag in bridge to do display update properly
Anthony Minessale [Fri, 5 Aug 2011 04:21:38 +0000 (23:21 -0500)]
fix typo in sql stmt
Anthony Minessale [Fri, 5 Aug 2011 03:32:06 +0000 (22:32 -0500)]
add event header
Anthony Minessale [Fri, 5 Aug 2011 01:27:54 +0000 (20:27 -0500)]
FS-3444 --resolve with previous commit this can come back
Anthony Minessale [Fri, 5 Aug 2011 01:26:23 +0000 (20:26 -0500)]
FS-3487 --resolve
Anthony Minessale [Thu, 4 Aug 2011 21:34:01 +0000 (16:34 -0500)]
FS-3487 gonna guess, try this...
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
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
Daniel Swarbrick [Thu, 4 Aug 2011 18:17:15 +0000 (20:17 +0200)]
add message_len to output of 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
Anthony Minessale [Thu, 4 Aug 2011 14:50:23 +0000 (09:50 -0500)]
FS-3483 --resolve
Anthony Minessale [Thu, 4 Aug 2011 14:38:45 +0000 (09:38 -0500)]
FS-3484 --resolve
Moises Silva [Thu, 4 Aug 2011 14:09:28 +0000 (10:09 -0400)]
freetdm: more CLI improvements
Anthony Minessale [Thu, 4 Aug 2011 06:04:21 +0000 (01:04 -0500)]
update call_uuid stuff
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
Anthony Minessale [Thu, 4 Aug 2011 05:01:26 +0000 (00:01 -0500)]
FS-3340 revert
Anthony Minessale [Thu, 4 Aug 2011 04:52:15 +0000 (23:52 -0500)]
FS-3444 revert
Anthony Minessale [Thu, 4 Aug 2011 04:49:09 +0000 (23:49 -0500)]
don't allow auto answer on an non-outbound call
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
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
Moises Silva [Thu, 4 Aug 2011 00:30:39 +0000 (20:30 -0400)]
freetdm: default iostats to yes and allow configuration thru freetdm.conf
Moises Silva [Thu, 4 Aug 2011 00:12:26 +0000 (20:12 -0400)]
freetdm: fix typo in ftmod_sangoma_isdn.h causing compilation error
Moises Silva [Wed, 3 Aug 2011 21:46:45 +0000 (17:46 -0400)]
Merge remote branch 'smgfs/master'
David Yat Sin [Wed, 6 Apr 2011 21:58:30 +0000 (17:58 -0400)]
freetdm: fixed errors introduced when Redirection Number was implemented
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
David Yat Sin [Wed, 3 Aug 2011 17:04:22 +0000 (13:04 -0400)]
freetdm: ISDN - added #ifdef for backward compatibility
David Yat Sin [Wed, 3 Aug 2011 15:57:55 +0000 (11:57 -0400)]
Merge remote branch 'smgfs/master'
David Yat Sin [Wed, 3 Aug 2011 15:53:40 +0000 (11:53 -0400)]
freetdm: ISDN - allow reception 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
Jeff Lenk [Wed, 3 Aug 2011 14:05:01 +0000 (09:05 -0500)]
OPENZAP-171 --resolve
Anthony Minessale [Tue, 2 Aug 2011 18:51:57 +0000 (13:51 -0500)]
FS-3475 --resolve
Anthony Minessale [Tue, 2 Aug 2011 18:06:31 +0000 (13:06 -0500)]
add sqlite to clean on make current or update-clean
Anthony Minessale [Tue, 2 Aug 2011 18:05:45 +0000 (13:05 -0500)]
force an update on sqlite build
Anthony Minessale [Tue, 2 Aug 2011 05:27:38 +0000 (00:27 -0500)]
update sql indexes and queue size
Anthony Minessale [Tue, 2 Aug 2011 04:55:58 +0000 (23:55 -0500)]
print ip:port on rtp bind err
Anthony Minessale [Tue, 2 Aug 2011 02:25:48 +0000 (21:25 -0500)]
2 wrong toins
Anthony Minessale [Tue, 2 Aug 2011 02:13:54 +0000 (21:13 -0500)]
wrong toin at albakerky
Anthony Minessale [Tue, 2 Aug 2011 01:59:55 +0000 (20:59 -0500)]
call update
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