Commit Graph

43 Commits

Author SHA1 Message Date
MelwareDE 17658c5edf Better call distribution algorithm 2010-10-26 22:22:25 +00:00
MelwareDE 01d9dbfa34 Typos and coding style. 2010-10-14 08:07:55 +00:00
MelwareDE 894406e419 Add MWI server 2010-10-13 22:28:51 +00:00
MelwareDE 5a5bedc999 Allow to configure custom context,exten,priority to jump to
if a fax is detected.
2010-09-24 19:20:28 +00:00
MelwareDE 39f0b5ea1c Add echocancelpath configuration option 2009-04-15 13:39:57 +00:00
MelwareDE bc4d9179c5 reverted back one review change 2009-03-25 19:44:31 +00:00
MelwareDE 35137fc921 Reviewed by doc control 2009-03-25 19:38:16 +00:00
MelwareDE d2b4bdd349 Added config option for subscriber number prefix. 2008-07-07 20:29:19 +00:00
MelwareDE b45e940762 Added 'faxdetecttime' config setting. 2008-06-29 11:33:46 +00:00
MelwareDE 42d240e32e minor typos and cosmetics in text 2008-02-22 17:01:46 +00:00
MelwareDE 25966a7046 updated copyright 2008-02-05 11:16:25 +00:00
MelwareDE 5ee344040d New Diva name branding. 2008-02-05 10:57:54 +00:00
MelwareDE 04528a3ea2 Added hint not to use echosquelch with voicemail. 2007-10-07 11:00:56 +00:00
MelwareDE f9799f6eb6 Added transfergroup config option. Prepared transfer on bridge feature. 2007-09-30 21:09:15 +00:00
MelwareDE 9ae64305da QSIG:
- more work on addressing data elements
 - completed CallTransfer handling with inbound bridging
 - first outbound Path Replacement support for inbound bridging
    Code isn't first class yet. There may be some errors still there.
2007-07-05 19:48:19 +00:00
MelwareDE 6c19246b9d - Added QSIG patch from Mario Goegel. 2007-02-11 16:01:32 +00:00
MelwareDE 096bacf541 - fixed compiler warning with Asterisk 1.4.0
- added music-on-hold on HOLD request for Asterisk 1.4
2007-02-11 14:34:10 +00:00
MelwareDE 24081da912 - Added Asterisk 1.4 jitterbuffer usage. 2007-02-10 23:18:57 +00:00
MelwareDE 61f051745e - Added information and changed example for tx/rx gains. 2006-12-02 10:08:50 +00:00
MelwareDE 06135eb7dc Added AMA flags 2006-07-08 22:13:47 +00:00
MelwareDE c7ce547983 - make pickupexten work and added pickupgroup to capi.conf 2006-07-08 16:29:27 +00:00
MelwareDE c6d777d26a - allow one controller number per specified interface only. 2006-06-18 20:57:56 +00:00
MelwareDE c56504fd7b - better use of fax state variables and added configuration for
faxdetection. Attention: default is now 'off'.
2006-05-27 12:49:57 +00:00
MelwareDE 944a643786 - better default setting for echo-cancel
- added non-linear-processing option for echo-cancel
2006-04-01 16:29:50 +00:00
MelwareDE c828da398a - added better compatibility for OpenPBX code creation.
- added first code for RTP over CAPI for Eicon DIVA Server cards.
2006-01-30 23:40:28 +00:00
MelwareDE 62fe88239b - added language support
- prepared devicestate(hint) support
2005-12-28 14:22:54 +00:00
MelwareDE 0c6ebce107 - holdtype=hold is not default 2005-12-27 20:29:06 +00:00
MelwareDE a9192a9555 - added config 'defaultcid' to set a default caller id which will be
used if dial option 'd' is specified.
2005-10-09 15:49:32 +00:00
MelwareDE 82956c6319 - added channel locks 2005-10-01 13:21:28 +00:00
MelwareDE acdefd3374 - use 'immediate' config in MSN mode, if pbx shall be started on
CONNECT_IND and shall not wait until SETUP/SENDING-COMPLETE was received.
  Since info like REDIRECTINGNUMBER will come after CONNECT_IND, this may
  be lost then. But for some drivers/telcos/pbx, this setting is needed.
2005-09-26 11:35:13 +00:00
MelwareDE 5dad6d2278 removed old example from capi.conf 2005-09-21 13:55:18 +00:00
MelwareDE 76596fb310 - better check with find_interface() for BSD
- first implementation for line interconnect
2005-09-15 19:11:45 +00:00
MelwareDE e3cb5c02cf Added BSD compatibility, thanks to Hans Petter Selasky. 2005-09-11 08:39:29 +00:00
MelwareDE 5f2c9b9381 - fixed echo-cancel setup structure
- use correct facility-selector for echo-cancel
- use capi.conf option 'echocancelold' for old facility-selector (6)
2005-08-29 19:06:19 +00:00
MelwareDE d5490d3ac5 - changed isdnmode configuration from ptp/ptmp to msn/did
- added ntmode configuration
2005-08-25 19:00:55 +00:00
MelwareDE e7cc5d7be4 Switched to 'holdtype' configuration. 2005-08-25 18:16:44 +00:00
MelwareDE aef27548d5 ECT should work now (not yet really tested). 2005-08-21 15:35:44 +00:00
MelwareDE ab3ff868aa - moved ECT to capicommand() (not working yet)
- added HOLD/RETRIEVE for Asterisk indications.
2005-08-21 10:28:43 +00:00
MelwareDE d90cc3e3a0 Added config option 'immediate' to start pbx if no dnid has been
received yet.
2005-08-13 09:31:07 +00:00
MelwareDE 450dd31d58 Added 'relaxdtmf'. 2005-08-07 12:21:36 +00:00
MelwareDE 6e4940b41a U-Law setting is now done in capi.conf instead of Makefile define. 2005-08-07 11:40:07 +00:00
MelwareDE e90739c7e8 - capi.conf structure changes: one own section for each interface,
no global 'interfaces' any more. Section name will be interface name.
- restructured module loading and init.
- dial string changed: parameters like 'b' no in number any more.
- send alert on alerting only (busy() and congestion() work now).
- better overlap sending (new parameter 'o' for dialstring to
  send only the first two digits with CONNECT_REQ only, the remaining
  digits and even digits following the dial() command, will be send
  as INFO_REQ/Overlap).
2005-07-17 19:01:14 +00:00
MelwareDE c16ca054a5 Initial import of new chan_capi. 2005-06-02 18:47:35 +00:00