Jeff Lenk
3b5aa066c7
FS-4623 --resolve
2012-09-16 14:21:30 -05:00
Jeff Lenk
e22f42334d
FS-4099 --resolve switch windows to use posix delimiter (/) for base paths. This will correct numerous problems with escaped chars. This change only effects windows builds. Please test.
2012-09-16 14:15:49 -05:00
Stefan Knoblich
dd4a995b34
ftmod_libpri: Default disable NT-mode idle b-channel restart
...
Some people, it seems, were having sleepless nights from the
log messages this feature produces every 15 minutes.
Default disable the feature, because i hate repeating myself
over and over, explaining them this is a non-issue and intended
behaviour and how to disable it in the config.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-16 14:07:55 +02:00
Anthony Minessale
3b660a06e5
fix small leak in var arrays
2012-09-14 17:07:55 -05:00
Jeff Lenk
84bace0701
freetdm trivial build warnings on windows
2012-09-14 16:52:05 -05:00
Anthony Minessale
3359f04a3f
only use the wait_for_aleg_ack when the call is unanswered
2012-09-14 16:21:44 -05:00
Jeff Lenk
e74d4ac6e6
FS-4586 --resolve add mod_spy to vs2010
2012-09-14 16:08:23 -05:00
Jeff Lenk
b9e562cc5e
vs2010 add missing includes
2012-09-14 15:21:30 -05:00
William King
7b0f8ace69
Adding debugging and a default value for disconnect time. Also handle unset times better.
2012-09-14 13:17:08 -07:00
Jeff Lenk
6b8e177c58
fix strange code analysis error
2012-09-14 14:55:52 -05:00
Anthony Minessale
5bbc372c56
fix crash in mod_fifo when deleting a node when its in use
2012-09-14 14:25:20 -05:00
Jeff Lenk
076726a163
vs2008 add missing file mod_sofia
2012-09-14 14:23:28 -05:00
Jeff Lenk
fd60ef6db4
windows missing copy for libjpeg vs2008
2012-09-14 14:15:18 -05:00
Michael Jerris
d1ddb73c0b
fix build of mod_freetdm
2012-09-14 14:40:16 -04:00
Jeff Lenk
dba0b0e40a
vs2010 reswig
2012-09-14 12:28:15 -05:00
Jeff Lenk
d8cada59ee
windows fix for recent tpl additions to switch_event.c
...
and revert a search and replace error for libtiff building
2012-09-14 12:14:09 -05:00
Anthony Minessale
83007777a0
lower console output to debug for avmd
2012-09-14 11:24:23 -05:00
Anthony Minessale
6721cd918a
hangup unauth calls with rejected cause
2012-09-14 11:19:36 -05:00
Brian West
dc599db683
FS-4600 --resolve
2012-09-14 10:30:13 -05:00
Brian West
4100c3b532
FS-4599 --resolve
2012-09-14 10:29:25 -05:00
Jeff Lenk
2e9b4c23de
FS-4618 --resolve
2012-09-14 07:38:03 -05:00
William King
bf04f8b0c8
Mod_sonar can be useful for collecting specific round trip delay information about a call route. This is a first working draft, so expect it to interfere with the migration habits of your creatures. To use setup a destination with echo, originate a call to that destination and drop the call into &sonar(). Then watch the logs for the results.
2012-09-14 00:26:36 -07:00
Seven Du
a32244fe38
Revert "for consistency"
...
This reverts commit e8c7bb3a88
.
2012-09-14 09:41:10 +08:00
Seven Du
e8c7bb3a88
for consistency
2012-09-14 09:37:08 +08:00
Anthony Minessale
70898c09ef
run serialize test in skel
2012-09-13 17:58:25 -05:00
Anthony Minessale
d5e5fb032a
add funcs to binary seralize/deserialize switch_events into a contiguous binary frame
2012-09-13 17:46:28 -05:00
William King
c28c99c394
If the timer value isn't available it isn't an error. Instead just don't add the field.
2012-09-13 15:12:52 -07:00
Anthony Minessale
4985a41f27
add tpl to tree (please check win build)
2012-09-13 15:01:01 -05:00
Anthony Minessale
5a956890af
update json lib in core and ESL and re-apply old patches
2012-09-13 12:54:31 -05:00
David Yat Sin
4c3c4c5a28
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2012-09-13 12:35:19 -04:00
David Yat Sin
eb7b98c699
freetdm: Fix for HW DTMF events not passed to signalling module in transfer mode
2012-09-13 12:34:49 -04:00
Steve Underwood
ccb08cc712
Merge branch 'master' of git.freeswitch.org:freeswitch
2012-09-14 00:25:28 +08:00
Anthony Minessale
0424a81494
build fix on opus
2012-09-13 11:27:50 -05:00
Steve Underwood
831e5dd4d9
Add image squashing feature to the FAX engine so a superfine image or fine
...
image can be sent to a machine which has those resolutions inhibited.
2012-09-14 00:24:19 +08:00
Anthony Minessale
892974f010
update opus to use the standardized release
2012-09-13 10:32:00 -05:00
David Yat Sin
83d7f4282c
Fix for compilation errors
2012-09-13 00:00:26 -04:00
Seven Du
9c1c911648
fix lost bindings when list
2012-09-13 11:33:16 +08:00
Stefan Knoblich
210e501782
mod_freetdm: Remove duplicate assignment.
...
curr is getting set in the for() statement (again). Use that, remove
the other line setting it.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-13 01:02:31 +02:00
Stefan Knoblich
42c76fa81b
mod_freetdm: Coding style and whitespace clean up.
...
No functional changes.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-13 01:01:19 +02:00
Stefan Knoblich
b9a45c75f4
mod_freetdm: Remove duplicate code block in channel_on_hangup(), after merge.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-13 00:58:49 +02:00
Anthony Minessale
9a193a9cd2
add hold_events variable with start and stop times for each hold
2012-09-12 16:36:17 -05:00
David Yat Sin
ffc9102e34
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2012-09-12 13:15:16 -04:00
David Yat Sin
9297863a4d
Fix for compile warnings
2012-09-12 13:13:51 -04:00
Anthony Minessale
631c976f59
don't put casue from unanswered pickups as result of originate
2012-09-12 10:22:03 -05:00
David Yat Sin
4340c4d74c
Merged latest FreeTDM code from Sangoma's repo
...
Merge remote branch 'smgfs/master'
Conflicts:
build/modules.conf.in
configure.in
libs/esl/fs_cli.c
libs/freetdm/mod_freetdm/mod_freetdm.c
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_cfg.c
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_logger.c
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c
src/include/switch_types.h
src/mod/applications/mod_commands/mod_commands.c
src/mod/applications/mod_spandsp/mod_spandsp.c
src/mod/endpoints/mod_opal/mod_opal.cpp
src/mod/endpoints/mod_opal/mod_opal.h
src/mod/endpoints/mod_sofia/mod_sofia.h
src/mod/endpoints/mod_sofia/rtp.c
src/switch.c
src/switch_core.c
src/switch_rtp.c
2012-09-12 11:05:39 -04:00
Anthony Minessale
8f0c726b13
add send-display-update profile param to disable the update method
2012-09-11 15:40:50 -05:00
David Yat Sin
c425955670
Merge branch 'nsg-4.3'
2012-09-11 15:01:26 -04:00
David Yat Sin
848db87c26
Merge branch 'releases.3.5' into nsg-4.3
2012-09-11 14:56:22 -04:00
David Yat Sin
be0bc79e39
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-09-11 14:46:17 -04:00
David Yat Sin
fcbfc69466
mod_media_gateway now specifies physical channel when opening TDM terminations
2012-09-11 14:45:57 -04:00