Anthony Minessale
fa5113557b
stub for mod_html5
2012-08-13 15:20:41 -05:00
Anthony Minessale
61ab0b8878
libwebsocket inline configure
2012-08-13 14:29:04 -05:00
Anthony Minessale
a05e414c41
fix libwebsocket build
2012-08-13 14:15:06 -05:00
Steve Underwood
5f12c3dc1c
Improvements to T.4 end of image handling, and the related tests.
...
A lot of tiny tidy up edits
2012-08-12 22:11:06 +08:00
Steve Underwood
e69a5a3037
Various little tweaks
...
A bug in end of image handling fixed, which could mean some T.85 images would
screw up.
2012-08-11 18:32:00 +08:00
Stefan Knoblich
2ad2b6d31b
ftmod_isdn: Avoid stack smashing buffer overflow in isdn_tones_run().
...
The len variable can, in certain situations (large burst of incoming non-SLIN audio),
exceed the size of the on-stack frame buffer, which causes ftdm_buffer_read_loop() to
overwrite the dt_buffer pointer.
Use ftdm_min() to make sure len (after conversion to SLIN units) isn't larger
than the frame buffer size.
Also adds are couple more code comments.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-10 17:16:05 +02:00
Stefan Knoblich
036063d2a9
mod_freetdm: Fix typo.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-10 17:16:05 +02:00
Jeff Lenk
659c06d356
FS-4219 -- resolve windows version string. thanks Peter
2012-08-10 07:47:10 -05:00
Jeff Lenk
6e8736bb06
FS-4504 vs2008 pro still need express
2012-08-09 13:42:21 -05:00
Steve Underwood
d3c89bae34
Fixed a misplaced #endif that only causes trouble when you hit the right
...
combination
2012-08-09 22:19:49 +08:00
Steve Underwood
d1b45ae65b
A couple of typos in spandsp
...
Improvements to image flattening in spandsp's image translate code
2012-08-09 21:58:22 +08:00
Jeff Lenk
3389f32363
FS-4504 - tweak
2012-08-08 21:29:06 -05:00
Jeff Lenk
e9ce6ae0e9
FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008
2012-08-08 21:18:06 -05:00
Michael Jerris
6fa2fd3678
add ws
2012-08-08 17:05:01 -05:00
Moises Silva
16692837c1
freetdm: Process OOB events even in M2UA mode
2012-08-08 09:58:41 -04:00
Steve Underwood
9a26b3a8a7
Fixed harmless typos in comments
2012-08-08 21:31:45 +08:00
Steve Underwood
42c5ab08d3
Image translate moves forward a little, towards colour support
2012-08-08 21:26:06 +08:00
Steve Underwood
bb96d091fc
Tweaks
2012-08-08 21:16:38 +08:00
Steve Underwood
65ffaa8ca9
Someone's been doing something odd to t30.h :-\
2012-08-08 19:46:31 +08:00
SwK
3818cae3e6
Work around for compiler issues on centos
2012-08-07 14:46:23 -04:00
Stefan Knoblich
964d14c012
ftmod_isdn: Fix channel state handling in NT mode w/ early disconnect.
...
In this particular case: NO_ROUTE_DESTINATION caused by missing context.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-07 17:22:17 +02:00
Stefan Knoblich
c6cf92d766
ftmod_isdn: Use ftdm_time_t for dialtone timeout.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-07 17:22:17 +02:00
Steve Underwood
a117fd8fa3
Avoid quirky complaints about using the top bit of an integer as an enum
2012-08-07 23:06:17 +08:00
Steve Underwood
3ae2bdf4aa
Improvements to dithering down colour and gray scale images to bi-level
...
images, for images with different illuminants.
2012-08-07 22:34:32 +08:00
Kapil
7b7256b55f
fixing issues
2012-08-06 10:20:02 -04:00
Steve Underwood
04e93f4c0b
Fix fixed point builds of spandsp, and improve logging of modem performance during tests
2012-08-05 22:20:39 +08:00
Steve Underwood
72566f6a3f
Fixed V.22bis fixed point builds
2012-08-05 18:39:41 +08:00
Steve Underwood
f088d971f3
Sorted out fixed point builds of the V.22bis modem
2012-08-05 18:38:47 +08:00
Jeff Lenk
d1c3f910a6
windows -fix build for recent spandsp changes
2012-08-03 16:46:48 -05:00
Steve Underwood
e523076274
FAX T.6 decompression fixed for images with black in the last pixel of lines.
...
Colour and grey images can down be dithered down to bi-level images for transmission as faxes.
More movement towards T.42 support
2012-08-04 03:45:09 +08:00
Kapil Gupta
34000bf188
adding "interface-identifier" field to configuration
2012-08-03 12:07:02 -04:00
Steve Underwood
e35221b981
Fixed the way T.85/T.85-L0 selection is handled when decoding DCS messages
2012-08-03 20:26:30 +08:00
Stefan Knoblich
ac0eec9de4
ftmod_isdn: Fix set-but-unused warning.
...
Resolves OPENZAP-189
Fixes:
src/ftmod/ftmod_isdn/ftmod_isdn.c: In function 'ftdm_isdn_931_34':
src/ftmod/ftmod_isdn/ftmod_isdn.c:902:21: error: variable 'status' set but not used [-Werror=unused-but-set-variable]
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-03 12:33:40 +02:00
root
61f0237670
print modification
2012-08-01 13:21:47 -04:00
David Yat Sin
d96687a352
Fix for TDM termination alarms
2012-08-01 13:18:37 -04:00
David Yat Sin
6906c00342
Merge branch 'releases.3.4' into releases.3.5
...
Conflicts:
src/include/switch_channel.h
src/switch_channel.c
2012-07-31 14:18:36 -04:00
root
0c87442dd7
adding termination service states(in-service/out-of-service) flags and
...
reject incoming megaco request if requested termination is not in service
2012-07-30 13:17:39 -04:00
root
22bc29b5e0
sending termination in-service/out-of-service service change for termination whenever there is alarm indication from freetdm
2012-07-30 12:32:46 -04:00
root
da26b4de41
adding termination service-change code
2012-07-29 10:17:13 -04:00
David Yat Sin
2a1eb6e8fa
Merge branch 'releases.3.4' of ssh://git.sangoma.com/smg_freeswitch into releases.3.4
2012-07-28 10:42:18 -04:00
David Yat Sin
4bbb8c014a
Fixed compile error
2012-07-28 10:41:55 -04:00
David Yat Sin
a6503b4952
Fixed compile warning
2012-07-28 09:59:47 -04:00
root
2dc5b322dd
Added event system for TDM termination alarms
2012-07-27 21:31:24 -04:00
root
008bb4942b
adding code for updating codec types
2012-07-27 16:11:46 -04:00
David Yat Sin
6895e46983
Fix compile warning
2012-07-27 15:02:45 -04:00
James Zhang
a4255e140b
freetdm: adding variables for ansi outgoing IAMs
...
. added called party number INN variable
ie. <action application="export" data="freetdm_ss7_cld_inn=0"/>
. added multiple variables to set User Service Information IE
variables are :
ss7_iam_usi_trans_cap
ss7_iam_usi_code_standard
ss7_iam_usi_trans_mode
ss7_iam_usi_trans_rate_0
ss7_iam_usi_trans_rate_1
ss7_iam_usi_layer1_ident
ss7_iam_usi_layer1_prot
ss7_iam_usi_layer2_ident
ss7_iam_usi_layer2_prot
ss7_iam_usi_layer3_ident
ss7_iam_usi_layer3_prot
ss7_iam_usi_chan_struct
ss7_iam_usi_config
ss7_iam_usi_establish
ss7_iam_usi_symmetry
ss7_iam_usi_rate_multiplier
. ss7_iam_usi_trans_cap is a string variable, the others are all integers
. ss7_iam_usi_trans_cap has options of :
- SPEECH
- UNRESTRICTED
- RESTRICTED
- 31KHZ
- 7KHZ
- 15KHZ
- VIDEO
default value is SPEECH, if the parameter is wrong, set to SPEECH. If not
set, this field is not present
2012-07-27 11:53:00 -04:00
Mathieu Rene
a668b9ddf6
automatically fail new tdm channel if ftdm_start_only is true
2012-07-27 11:06:23 -04:00
root
3350403d04
commit from testbox
2012-07-27 11:22:29 -04:00
Stefan Knoblich
dc1422998a
FreeTDM: Add FTDM_XINT64_FMT 64bit hex format string and use it in ftmod_misdn.
...
Fixes:
src/ftmod/ftmod_misdn/ftmod_misdn.c: In function 'misdn_handle_mph_information_ind':
src/ftmod/ftmod_misdn/ftmod_misdn.c:871:3: error: format '%lx' expects argument of type 'long unsigned int', but argument 13 has type 'uint64_t' [-Werror=format]
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-27 14:33:46 +02:00
David Yat Sin
b10e73131e
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-26 16:43:29 -04:00