Commit Graph

96 Commits

Author SHA1 Message Date
MelwareDE df76b6a213 - Added 3PTY patch by Simon Peter. 2006-12-18 22:18:16 +00:00
MelwareDE 61f051745e - Added information and changed example for tx/rx gains. 2006-12-02 10:08:50 +00:00
MelwareDE f33a143924 - Make capicommand(echocancel) setting non-permanent.
Setting is restored after hangup.
2006-11-25 16:13:40 +00:00
MelwareDE 8a0d8977be - Added sendfax feature and enhanced result/status variables after
FAX actions.
2006-06-27 14:54:03 +00:00
MelwareDE 32e06de3b8 Dropped compatibility stuff for older Asterisk versions.
You need at least Asterisk 1.2.x now.
2006-06-24 11:53:47 +00:00
MelwareDE c6d777d26a - allow one controller number per specified interface only. 2006-06-18 20:57:56 +00:00
MelwareDE 8d8020949e - added hint for faxdetect 2006-05-27 12:52:28 +00:00
MelwareDE f1318438d3 - added capicommand(echocancel|on/off) to dynamically en/disable CAPI
echo-chancel.
2006-05-21 12:10:53 +00:00
MelwareDE badd38d9a2 - use 'trans' instead of 'voice' for bproto desc.
- don't use RTP in digital mode
2006-05-18 14:36:09 +00:00
MelwareDE 059bdfe0df - added more info shown with CLI command 'capi show channels' 2006-04-03 20:44:08 +00:00
MelwareDE 9671c6df5c - removed custom function VANITYNUMBER, this does not belong
into a channel driver.
2006-04-01 11:37:02 +00:00
MelwareDE 0d75a3e5af Undo test commit. 2006-02-15 18:24:08 +00:00
MelwareDE 69d0731ead Test commit. 2006-02-15 18:21:09 +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 9f350c412a - added hint about fax variables 2005-12-29 16:38:40 +00:00
MelwareDE 2e62ad0306 - clean up and OpenPBX portability. 2005-11-20 16:15:33 +00:00
MelwareDE a46a970640 - allow setting a callerid in the dial() command without changing
the original channel callerid.
2005-10-09 16:45:03 +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 e6911c60e8 - when 'o' option is used for overlap dialing, don't send any digits
with the CONNECT_REQ. This gives better progress together with 'b'.
2005-10-01 17:00:56 +00:00
MelwareDE b65c13d415 - create a pseudo channel for each interface for incoming signalling
without B-channel.
2005-10-01 15:17:10 +00:00
MelwareDE 6cd5172099 Added Line Interconnect to list of supported features. 2005-09-17 19:08:28 +00:00
MelwareDE d73253a545 Added custom function VANITYNUMBER to convert letters into digits. 2005-09-17 10:49:34 +00:00
MelwareDE 8f30035ca2 Added Wait() for ECT 2005-09-16 12:38:16 +00:00
MelwareDE e3cb5c02cf Added BSD compatibility, thanks to Hans Petter Selasky. 2005-09-11 08:39:29 +00:00
MelwareDE 62d1b685d2 Added description on new variables for subaddressing. 2005-09-10 14:17:50 +00:00
MelwareDE 607251ff79 small fix and cleanup 2005-08-31 21:15:43 +00:00
MelwareDE 398aa1b09f - added variable REDIRECTREASON
- use stack memory for capi_number()
- use struct for capicommand() commands
- capicommand(RETRIEVE) can now be called from other channels
- start PBX on SETUP only.
2005-08-28 14:14:23 +00:00
MelwareDE 7ee382db9e Set temporary holdtype via capicommand(). 2005-08-25 19:30:31 +00:00
MelwareDE d2aabadbff Added description on used variables. 2005-08-25 17:35:21 +00:00
MelwareDE e7351dea35 chan_capi_pvt.h does not exist any more. 2005-08-22 07:53:36 +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 df6009a9af Moved 'hold' and 'retrieve' to capicommand(). 2005-08-16 18:25:03 +00:00
MelwareDE d057edc4e7 MCID is now done via capicommand() 2005-08-14 14:57:04 +00:00
MelwareDE 202a55682e Enable/Disable echosquelch via capicommand(). 2005-08-14 13:59:16 +00:00
MelwareDE 743e63fbf7 Receive a fax via CAPI is now done with capicommand(receivefax|...) 2005-08-14 12:32:18 +00:00
MelwareDE 8f8b5bd30c - Fixed call-deflection and moved this feature from separate application
to capicommand().
2005-08-13 18:21:20 +00:00
MelwareDE 088f3a9c8e Support 'type of number' (numbering-plan). 2005-08-07 19:24:06 +00:00
MelwareDE c587025a3c Allow using interface name in Dial(). 2005-07-27 18:17:41 +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 9369d93abe Removed application CallingPres() and use the correct SetCallerPres()
settings.
2005-07-13 15:07:31 +00:00
MelwareDE 32448a4482 gX in the dialstring may be a list of groups or a range. 2005-07-03 12:15:14 +00:00
MelwareDE 91cc466ca7 Fixed segfault when hangupcause is set to late. 2005-06-26 13:34:17 +00:00
MelwareDE 806cfe6c9c cleanup 2005-06-07 04:26:12 +00:00
MelwareDE 376160b461 - added capiFax feature by Frank Sautter
- further cleanup
2005-06-04 14:28:52 +00:00
MelwareDE c16ca054a5 Initial import of new chan_capi. 2005-06-02 18:47:35 +00:00