Steve Underwood
bc13e944c6
Changes to the signaling tone detector to detect concurrent 2400Hz + 2600Hz
...
tones. This passes voice immunity and other key tests, but it bounces a bit
when transitions like 2400 -> 2400+2600 -> 2600 occur. Transitions between
tone off and tone on are clean.
2010-06-06 22:24:20 +08:00
Moises Silva
c807502773
freetdm: add void pointer to ftdm configuration structure to allow passing generic data
2010-06-05 19:12:09 -04:00
Moises Silva
501f870402
freetdm: added SIGEVENT_COLLISION
2010-06-05 18:37:53 -04:00
Moises Silva
3ace62c825
freetdm: do not decrement an unsigned when is already zero!
2010-06-05 16:38:12 -04:00
Anthony Minessale
0152706fa9
BOUNTY-19
2010-06-04 19:37:04 -05:00
Anthony Minessale
0f133eae2d
add new callstate field to channels table
2010-06-04 19:03:36 -05:00
Anthony Minessale
3b8887ba07
put correct sample value in the fillin call
2010-06-04 19:03:11 -05:00
Anthony Minessale
e886e990aa
fix build
2010-06-04 16:45:35 -05:00
Jeff Lenk
7dfe65b746
change implicit construction of FSHost - now occurs after QApplication - for some reason Windows QT didnt like this.
2010-06-04 15:15:18 -05:00
Brian West
170404a41d
default to 48k since most sound cards can do that
2010-06-04 11:50:17 -05:00
Moises Silva
ae298182c2
switch rtp: check for the channel too
2010-06-04 08:16:51 -04:00
Anthony Minessale
eba05c3c01
allow uuid_break to interrupt one or all in a delimited string of files the same as several individual files
2010-06-04 10:15:04 -05:00
Moises Silva
fcb78c07a5
freetdm: ignore nothing to read condition
2010-06-03 19:09:34 -04:00
Moises Silva
b1fd88d706
freetdm: check for hw dtmf before enabling
2010-06-03 18:33:52 -04:00
Moises Silva
672b15216e
freetdm: remove DTMF string from OOB events
2010-06-03 18:24:10 -04:00
Moises Silva
015d782237
freetdm: DTMF debugging
2010-06-03 17:27:43 -04:00
Moises Silva
172595e294
freetdm: span name
2010-06-03 15:30:12 -04:00
Anthony Minessale
8f4e63928a
add some error checking
2010-06-03 12:34:38 -05:00
Moises Silva
b3e911b447
freetdm: remove unused event string
2010-06-03 13:17:36 -04:00
Anthony Minessale
4a4670a71e
FSCORE-615
2010-06-03 10:17:00 -05:00
Jeff Lenk
e853654871
trivial windows build cleanup
2010-06-03 10:17:11 -05:00
Anthony Minessale
2cc59f1ed4
FSCORE-615
2010-06-02 21:57:30 -05:00
Raymond Chandler
e7f8ae8fdf
Merge branch 'master' of git://git.freeswitch.org/freeswitch
2010-06-02 22:41:59 -04:00
Raymond Chandler
d74fe40fd4
add freeswitch bin dir to PATH
2010-06-02 22:38:21 -04:00
Di-Shi Sun
4d9135500c
Merge branch 'master' of ssh://git@git.freeswitch.org/freeswitch
2010-06-03 10:01:36 +08:00
Di-Shi Sun
d05b08e2be
Fixed a bug on 64bit platform.
2010-06-03 09:52:24 +08:00
Anthony Minessale
4c20b020fc
allow monitor_early_media and ignore_early_media to work for hmmhesays
2010-06-02 17:31:55 -05:00
Jeff Lenk
52bda06b34
trivial path error
2010-06-02 16:06:56 -05:00
Moises Silva
75be3da8f9
freetdm: add new logging macro
2010-06-02 16:27:47 -04:00
Brian West
a0c78de27d
don't use operator key when no operator ext is configured
2010-06-02 15:17:12 -05:00
Anthony Minessale
64f58f2d67
only execute app once in app mode
2010-06-02 15:17:12 -05:00
Moises Silva
e596fc2e7f
freetdm: add logging when failing to read a frame in mod_freetdm
2010-06-02 14:48:37 -04:00
Brian West
e80befba17
fix log messages on spandsp.conf loading or processing failure
2010-06-02 11:52:27 -05:00
Brian West
22ebaaf8e2
don't fail load of mod_spandsp just because we don't have tones in the conf file
2010-06-02 11:39:36 -05:00
Brian West
de90c627a0
.gitignore
2010-06-02 11:36:09 -05:00
Anthony Minessale
43dedcac1f
add tab completion rule
2010-06-02 11:17:43 -05:00
Jeff Lenk
52f14165f8
Fix windows build
2010-06-01 20:12:33 -05:00
Mathieu Parent
3f7cafd709
Rename sofia_glue_get_user_host to switch_split_user_domain
...
and move to switch_utils. To allow use by other modules.
2010-06-02 01:09:54 +02:00
Anthony Minessale
a291af5768
add sip_copy_multipart to work like sip_copy_custom_headers
2010-06-01 17:22:45 -05:00
Anthony Minessale
c17eefb2a4
first crack at multipart content in invites
2010-06-01 17:13:32 -05:00
Anthony Minessale
c1acebdb42
patch incomplete multipart parsing code
2010-06-01 17:13:32 -05:00
Brian West
ccdaabd634
typo
2010-06-01 17:25:25 -05:00
Brian West
187c3b90f2
picky picky
2010-06-01 16:14:42 -05:00
Anthony Minessale
6360264fb2
add sip_force_audio_fmtp
2010-06-01 14:04:55 -05:00
Anthony Minessale
f41fbbc05b
fix typo that generated null video codecs in inherit_codec
2010-06-01 12:10:50 -05:00
Moises Silva
c526228673
freetdm: fix id
2010-06-01 11:51:27 -04:00
Jeff Lenk
a5f07a8066
MODLANG-165 Added wrapper for switch_event_bind for .net
2010-06-01 10:23:04 -05:00
Jeff Lenk
4fa8be625a
add mod_spandsp to windows build
2010-05-31 22:05:54 -05:00
Michael Jerris
7961c2266d
handle EINTER case on write
2010-05-31 16:40:48 -04:00
Michael Jerris
63638f34b8
fix path for build
2010-05-31 14:26:31 -04:00