Commit Graph

20663 Commits

Author SHA1 Message Date
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
Travis Cross badd59bc37 FS-3990 --resolve rework file type checking in getlib routine
Luke Weber reports that OS X's sed utility is broken.
2012-03-15 00:07:05 +00:00
Travis Cross b186944049 FS-4004 --resolve
Thanks to Kyle A. King for pointing this out and to William King for
collaboration.
2012-03-14 20:33:17 +00:00
Travis Cross d8d4d2086e whitespace cleanup 2012-03-14 19:00:26 +00:00
Jeff Lenk 4276680181 FS-3782 --resolve soft timer 2012-03-14 10:08:41 -05:00
Steven Ayre 8c794acbcc FS-3999 --resolve mod_event_socket: add IPv6 support
Signed-off-by: Travis Cross <tc@traviscross.com>
2012-03-14 15:05:29 +00:00
Jeff Lenk e8fbaa77a4 FS-3997 --resolve 2012-03-14 09:26:32 -05:00
Travis Cross 0da2a5f448 drop legacy Subversion build support
Nothing here would work as we no longer have a live subversion
repository.
2012-03-14 06:02:27 +00:00
Travis Cross 491dd06518 add editor config for conf/lang/ XML files 2012-03-14 05:35:38 +00:00
Travis Cross 61d71c2240 XML cleanup in conf/lang/ 2012-03-14 05:24:56 +00:00
Travis Cross 9fca678d84 mod_callcenter: add cc_outbound_cid_name_prefix
Prefixes the displayed caller_id_name when calling outbound agents
without affecting the caller_id_name of the underlying member channel.
2012-03-14 05:08:23 +00:00
Travis Cross 6cd86c5628 mod_callcenter: implement cc_outbound_announce
Playback one or more things to the agent based on a channel variable
of the member.  cc_outbound_announce may contain an array.
2012-03-14 05:08:23 +00:00
Travis Cross b2aa332090 mod_callcenter: set cc_exit_key channel variable
If a member of a queue presses a digit specified in cc_exit_keys, the
caller will exit the queue and the variable cc_exit_key will be set to
the digit the caller pressed.
2012-03-14 05:08:22 +00:00
Travis Cross bf5df02c7a mod_callcenter: support cc_exit_keys channel variable
If any digit in cc_exit_keys is pressed, the member will exit the
queue and the callcenter application.
2012-03-14 05:08:22 +00:00
Travis Cross e0d235f59c mod_callcenter: style 2012-03-14 05:08:22 +00:00
Jeff Lenk d3078c60ec update flite to 1.5.4 fixes win64 and kal rate problem 2012-03-13 22:56:02 -05:00
Michael S Collins 72bb196933 Docs: Update phrase_en.xml to reflect changes in FS Callie 1.0.18 sounds 2012-03-12 16:07:56 -07:00
Anthony Minessale b0c6bd7101 FS-3739 please try this patch, its not so much of a bug as an unintended consequence of combining features but this may be the best of both worlds 2012-03-12 13:49:33 -05:00
Marc Olivier Chouinard 5e4a514531 mod_voicemail_ivr: Fix a segfault on non authenticated user and changed from 3 to 3000 the dtmf digit wait since it in milisecond 2012-03-10 22:56:29 -05:00
Anthony Minessale 8331f4a0b5 FS-3980 --resolve 2012-03-09 12:54:57 -06:00