Brian West
|
0d8e945bd1
|
doh
|
2011-02-16 08:57:43 -06:00 |
Brian West
|
de707ab7f1
|
comment out
|
2011-02-16 08:45:17 -06:00 |
Brian West
|
5f2857b8b8
|
use the correct URI on endpoints behind nat
|
2011-02-16 08:36:40 -06:00 |
Brian West
|
722b2ce168
|
FS-3041
|
2011-02-15 19:01:45 -06:00 |
Michael S Collins
|
713b82d52f
|
Update ChangeLog through Feb 1
|
2011-02-15 16:20:50 -08:00 |
Michael S Collins
|
2c8644330b
|
Merge branch 'master' of git://git.freeswitch.org/freeswitch
|
2011-02-15 16:20:25 -08:00 |
Anthony Minessale
|
4f93ea25ec
|
allow uuid bridge on unaswered channels as long as there is media available on at least one
|
2011-02-15 17:43:22 -06:00 |
Brian West
|
b7fd81de33
|
rip off the fs_ args on message like we do in SEND_MESSAGE
|
2011-02-15 16:30:57 -06:00 |
Anthony Minessale
|
c565501f55
|
tell rtp stack about what remote payload type to expect when the receiving end follows the stupid SHOULD as WONT and sends a different dynamic payload number than the one in the offer
|
2011-02-15 16:09:58 -06:00 |
Moises Silva
|
7b30aec93d
|
freetdm: ftmod_r2 - check fclose return value when dumping IO
|
2011-02-15 16:34:52 -05:00 |
Moises Silva
|
a411cea7b2
|
freetdm: ftmod_r2 - check fclose return value when dumping IO
|
2011-02-15 16:34:09 -05:00 |
Michael S Collins
|
1607348f80
|
Merge branch 'master' of git://git.freeswitch.org/freeswitch
|
2011-02-15 10:55:19 -08:00 |
Moises Silva
|
6ea5f03b44
|
Merge remote branch 'smgfs/master'
|
2011-02-15 13:51:39 -05:00 |
Konrad Hammel
|
11cc6f95cd
|
freetdm: ss7 - update to configuration file to mirror ISDN configuration
|
2011-02-15 11:58:16 -05:00 |
Moises Silva
|
d53f3cd150
|
Merge remote branch 'fsorig/master'
|
2011-02-15 10:49:18 -05:00 |
Anthony Minessale
|
017842c87f
|
FS-3056
|
2011-02-15 09:45:14 -06:00 |
Marc Olivier Chouinard
|
1096e6732c
|
switch_core_sqldb: Index column name wrong on table registrations. (This wont create the index for people who already have the table)
|
2011-02-15 02:24:43 -05:00 |
Marc Olivier Chouinard
|
500e9acd25
|
switch_core: Add capability to specify core-db-name in switch.conf.xml to have sqlite in a different location. This is important for everyone with relatively 'high' sip registration since the addition of sip registration to the core require sqlite db to be moved to a faster location (Ramdisk for example). Useful for everyone who moved their sqlite db for sofia to ramdisk because of performance issue.
|
2011-02-15 01:49:41 -05:00 |
Marc Olivier Chouinard
|
2e399b0baf
|
mod_callcenter: force loopback_bowout=false on originate. This will need to be reworked, but should fix basic issues call to an agent using loopback
|
2011-02-14 22:46:35 -05:00 |
Marc Olivier Chouinard
|
cd1982ceb7
|
mod_callcenter: IMPORTANT UPDATE, DTMF during moh created an loop to reactivate MOH but got canceled right away because of pending DTMF in the queue never been cleaned. Could cause masive disk write of debug, and can cause problem to the rest of FS stability. This patch also include basic fundation for DTMF capture support for member waiting.
|
2011-02-14 22:43:45 -05:00 |
Michael S Collins
|
a53599b9b4
|
Merge branch 'master' of git://git.freeswitch.org/freeswitch
|
2011-02-14 16:20:07 -08:00 |
Moises Silva
|
f113c323fc
|
Merge branch 'master' of git.sangoma.com:smg_freeswitch
|
2011-02-14 17:32:55 -05:00 |
Moises Silva
|
c9ee4fab73
|
freetdm: remove deprecated channel variables code
|
2011-02-14 17:32:30 -05:00 |
Moises Silva
|
e281aca346
|
Merge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder
|
2011-02-14 15:33:19 -05:00 |
Moises Silva
|
86884e5256
|
Merge branch 'master' into netborder
|
2011-02-14 15:24:02 -05:00 |
Moises Silva
|
642882727f
|
freetdm: added CLI completion for core commands
|
2011-02-14 15:14:44 -05:00 |
Anthony Minessale
|
0bce777a4a
|
fix regression in rtp stack trying to avoid broken clients who send the wrong payload type, we were eating the stun packets in jingle calls
|
2011-02-14 14:07:46 -06:00 |
Moises Silva
|
d8add09a35
|
freetdm: ftmod_r2 - Disable MF dump on call accepted
core - Do not start DTMF debugging until media is available
|
2011-02-14 15:05:39 -05:00 |
Mike Jerris
|
17d5211280
|
add make targets for mod_com_g729 mod_com_g729-activate mod_com_g729-install mod_com_g729-clean mod_com_g729-uninstall
|
2011-02-14 13:52:55 -06:00 |
Moises Silva
|
c81bf01fc9
|
freetdm: ftmod_r2 - set MF dump directory default to logdir
|
2011-02-14 14:44:38 -05:00 |
Anthony Minessale
|
e81e809650
|
don't encourage ppl to use vad on mod_dingaling
|
2011-02-14 13:38:49 -06:00 |
Anthony Minessale
|
1341a75ad8
|
fix race with media bug exiting from write frame while read frame is trying to use it
|
2011-02-14 11:44:36 -06:00 |
Anthony Minessale
|
04bb74fcae
|
FS-3050 FS-3051
|
2011-02-14 11:27:55 -06:00 |
Anthony Minessale
|
436413e0bb
|
clear unique headers on event_socket filters
|
2011-02-14 10:50:21 -06:00 |
Marc Olivier Chouinard
|
3fd7b8f267
|
switch_channel: Add CS_NONE and correct variable name
|
2011-02-13 18:04:17 -05:00 |
Anthony Minessale
|
a2c0da53f3
|
add centralized registration db to core db and use it from mod_sofia
|
2011-02-11 23:10:12 -06:00 |
Anthony Minessale
|
88d410d314
|
fix uuid_jitterbuffer edge case debugging a non-existant jb causing a seg
|
2011-02-11 20:15:06 -06:00 |
Anthony Minessale
|
02234ae87d
|
fix file leaks in mod_commandline_tts
|
2011-02-11 16:49:17 -06:00 |
Konrad Hammel
|
c0e340b188
|
freetdm: ss7 - update cli usuage print
|
2011-02-11 17:10:53 -05:00 |
Konrad Hammel
|
4f254ebe15
|
freetdm: ss7: bug fix for ticket 6290, channel status was not showing channel 1
|
2011-02-11 17:02:56 -05:00 |
Moises Silva
|
145884c94c
|
Merge remote branch 'fsorig/master'
|
2011-02-11 12:11:33 -05:00 |
Konrad Hammel
|
e6be62b0e1
|
freetdm: ss7 - bug fix for change in FreeTDM API
|
2011-02-11 11:22:44 -05:00 |
Konrad Hammel
|
edfb1e9943
|
Merge branch 'konrad.02-09-11'
|
2011-02-11 11:14:49 -05:00 |
Konrad Hammel
|
381738f700
|
freetdm: ss7 - bug fix for configuration
|
2011-02-11 11:13:47 -05:00 |
Moises Silva
|
acd6333e33
|
freetdm: disallow completely core variables for freetdm outbound variables
|
2011-02-11 10:55:11 -05:00 |
Anthony Minessale
|
d8b11ce63b
|
revert
|
2011-02-11 05:42:24 -06:00 |
cypromis
|
b8afa79b44
|
Merge remote branch 'origin/master'
|
2011-02-11 00:23:28 +01:00 |
Moises Silva
|
2582d71689
|
freetdm: use packet_len as the base length in tone generation
|
2011-02-10 18:00:31 -05:00 |
Konrad Hammel
|
c17da69d67
|
freetdm: ss7 - added hardware dtmf
|
2011-02-10 16:39:42 -05:00 |
David Yat Sin
|
25f9bba374
|
Merge branch 'master' into netborder
|
2011-02-10 14:05:29 -05:00 |