Ken Rice
a1ed759b1c
try to make compiler -Werror hush
2012-03-27 14:11:41 -05:00
Ken Rice
57fac728c6
make compiler stop complaining
2012-03-27 13:58:27 -05:00
Anthony Minessale
46810f58d3
FS-4049 try this
2012-03-27 13:08:49 -05:00
Anthony Minessale
2da9450a8b
FS-4048 --resolve
2012-03-27 10:18:08 -05:00
Anthony Minessale
d308694201
after f7f9a43a40
missing a bunch of code changes
2012-03-26 16:41:49 -05:00
Anthony Minessale
a239914926
addition to a6a3ff1dc5
2012-03-26 10:53:39 -05:00
Ken Rice
3e3acf2fa7
make configs work from in the source tree if needed
2012-03-26 10:48:03 -05:00
Ken Rice
100135fc8d
fix vm-sync target
2012-03-26 10:45:43 -05:00
Jeff Lenk
80dda3567d
FS-4046 --resolve windows xml vanilla thanks
2012-03-26 08:34:42 -05:00
Travis Cross
f61ed4a163
Initial commit
2012-03-25 22:28:54 +00:00
William King
c31a799dd6
This line shouldn't have been in the last commit. The vlc write support is not ready yet.
2012-03-24 14:11:49 -07:00
William King
6ef6d2419e
mod_vlc adding faster response time to files. No longer has a one second delay before audio starts to play.
2012-03-24 14:09:24 -07:00
William King
e4788c1d88
Cleaning up docs and moving the docs to the wiki.
2012-03-24 12:09:16 -07:00
Jeff Lenk
ebb636f340
fix path with prebuilt windows installers
2012-03-24 12:55:32 -05:00
Travis Cross
8edfd01066
merge conf/ reorganization, CentOS spec update, and CI scripts
2012-03-24 05:16:47 +00:00
Ken Rice
4f10c4135c
ci/centos: add erlang module support files
2012-03-24 05:15:11 +00:00
William King
29426bc23e
ci: add debian source package building script
2012-03-24 05:15:11 +00:00
Ken Rice
3b4023c6d3
ci: add continuous integration helper scripts
2012-03-24 05:04:41 +00:00
Ken Rice
e7d047242f
centos: rework CentOS spec files
...
* break out modules
* conform to FHS
* support CentOS v5
2012-03-24 04:52:58 +00:00
Ken Rice
08d8a1a79b
bump FS version to 1.1.beta1
2012-03-24 04:52:58 +00:00
Ken Rice
cac6c262bb
conf: add config files to module directories
...
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Ken Rice
f65140661c
conf: add config styles: curl, insideout, sbc, softphone
2012-03-24 04:48:34 +00:00
Jeff Lenk
f85eb0d61f
conf: setup change for windows with vanilla conf
2012-03-24 04:14:19 +00:00
Ken Rice
ee71daa1f6
conf: mv conf/* -> conf/vanilla/*
2012-03-24 03:19:32 +00:00
Anthony Minessale
d5ad86706f
FS-4023 --resolve makes sense thx
2012-03-23 19:05:20 -05:00
Anthony Minessale
061d6c9cda
FS-4012 oh no are we in the 4xxx range for bug numbers now
2012-03-23 19:03:06 -05:00
Jeff Lenk
59afd96128
FS-3403 --resolve
2012-03-23 08:47:48 -05:00
Stefan Knoblich
e3698c2067
ftmod_misdn: Make sure misdn_read() doesn't loop forever and improve logging etc.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-03-23 01:21:55 +01:00
Stefan Knoblich
ff4b395956
ftmod_misdn: Rework channel de-/activation and activate d-channel early.
...
The former fixes a strange "bug" with hfcsusb, where a b-channel deactivation
on a inactive channel (caused by a reset cycle) would cause the port to
lock up and stop processing events.
NOTE: this still needs to be investigated further, but this workaround will
at least prevent it from breaking completely.
We'll now keep track of the channel activation state and not send any
PH_ACTIVATE_REQ / PH_DEACTIVATE_REQ requests, if the channel already has the
desired state.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-03-23 01:21:55 +01:00
Stefan Knoblich
a2f3ef7460
ftmod_misdn: Reserve some space for the mISDN message header in misdn_write().
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-03-23 01:21:55 +01:00
Stefan Knoblich
f2841e0280
ftmod_misdn: misdn_write() workaround for signalling drivers that do not use write polling.
...
Wait till the channel is actually ready to send data.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-03-23 01:21:55 +01:00
Stefan Knoblich
fc1e1a91f2
ftmod_misdn: Stop using timerfd for b-channel write polling.
...
Use POLLIN on the socket instead, the b-channel should be able
to write when there is something to read.
Several other projects handle it this way, e.g. libosmo-abis.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-03-23 01:21:55 +01:00
Stefan Knoblich
c85271aaf5
ftmod_misdn: Improve debug log messages.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-03-23 01:21:55 +01:00
Stefan Knoblich
28ed1b5076
ftmod_misdn: Move misdn_handle_incoming() up.
...
Only used by misdn_read(), so move it right in front of that one.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-03-23 01:21:55 +01:00
Stefan Knoblich
6b76212324
ftmod_misdn: Decode hfcsusb MPH_INFORMATION_IND state and flags.
...
For diagnostic / debugging purposes.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-03-23 01:21:55 +01:00
Michal Bielicki - cypromis
888bf8132d
added httapi.conf.xml file to crpm build
2012-03-21 17:12:00 +01:00
Michal Bielicki - cypromis
5a12866608
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2012-03-21 17:08:54 +01:00
Jeff Lenk
9d3401e30f
FS-4022
2012-03-19 20:06:36 -05:00
Daniel Swarbrick
935b4aefbd
whitespace, cruft
2012-03-19 18:05:44 +01:00
Moises Silva
57b022c2d4
freetdm: Do not report error for DAHDI RINGER ON/OFF events, they are no-ops at the moment
2012-03-19 09:27:29 -04:00
Moises Silva
681f582b20
freetdm: Try to resolve OPENZAP-173
...
The token count needs to be updated after the master session token is cleared
and before checking for other tokens
2012-03-19 09:20:44 -04:00
Moises Silva
bf652b567f
freetdm: ftmod_zt - Print which DAHDI event number is failing to be processed
2012-03-18 18:54:54 -04:00
Jeff Lenk
914f6cb18c
fix flite to use the correct voice
2012-03-16 12:33:42 -05:00
Travis Cross
4a9348250a
whitespace
2012-03-16 05:21:10 +00:00
Travis Cross
3e89c807bf
update gitignore exclusion for binary in tree
...
Is this really needed?
2012-03-16 04:21:06 +00:00
Travis Cross
f4f59e18cc
gitignore *.swp
2012-03-16 04:14:21 +00:00
Travis Cross
967c7f5431
whitespace
2012-03-16 04:13:50 +00:00
Travis Cross
fcab3de02e
fix samples-htdocs target
2012-03-15 18:57:19 +00:00
Jeff Lenk
9bf2726e1b
FS-3950 --resolve nibblebill changes!
2012-03-14 23:26:09 -05:00
Jeff Lenk
842203f78f
FS-3987 --resolve
2012-03-14 22:44:56 -05:00