Commit Graph

340 Commits

Author SHA1 Message Date
MelwareDE f50bb3fd2d QSIG:
- Implementation of Simple Call Transfer
2007-03-28 19:24:55 +00:00
MelwareDE 6bba2bbfc6 QSIG:
- added support for rerouting informations on incoming calls
2007-03-25 17:03:19 +00:00
MelwareDE 3b730f1042 - added missing value of maxlogicalchannels on CAPI register. 2007-03-24 12:41:33 +00:00
MelwareDE 8c812cee0c - don't send faxdata if NCCI is zero. 2007-03-15 10:16:41 +00:00
MelwareDE ebc059c0fc - nice output when compiling 2007-03-11 11:47:28 +00:00
MelwareDE cd8e0d3dc2 QSIG:
- removed compiler warnings
 - code cleanup
2007-03-11 11:12:47 +00:00
MelwareDE 8c79f0d18a QSIG:
- many bugfixes on name presentation handling
 - added support for different qsig variants
 - added support for rerouting informations on incoming calls
 - code cleanup
2007-03-10 14:23:20 +00:00
MelwareDE 0208255abd - register at CAPI with needed amount of maxChannels instead of fixed 120. 2007-03-05 20:00:35 +00:00
MelwareDE fa94aeac13 - detect new asterisk 1.4.1 2007-03-03 21:02:49 +00:00
MelwareDE 35dc45003b - added hint about qsig patch. 2007-02-17 11:56:03 +00:00
MelwareDE d469965446 - fixed compilation. 2007-02-11 16:04:58 +00:00
MelwareDE 6c19246b9d - Added QSIG patch from Mario Goegel. 2007-02-11 16:01:32 +00:00
MelwareDE 92c3f4afc6 Bumped copyright. 2007-02-11 14:51:30 +00:00
MelwareDE 6fc3803650 - Added changes since 0.7.1 for rev 416 1.0.0 2007-02-11 14:42:15 +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 d4d4ba020d - added missing capicommand description. 2007-02-11 12:37:53 +00:00
MelwareDE 8ab15c6d47 added lost '}' 2007-02-10 23:23:03 +00:00
MelwareDE 24081da912 - Added Asterisk 1.4 jitterbuffer usage. 2007-02-10 23:18:57 +00:00
MelwareDE 0b90a71fbc - reset PLCI on DISCONNECT_IND to avoid race if asterisk is too slow
with hangup command.
2007-01-28 13:51:58 +00:00
MelwareDE 220db2555e - don't wait for DISCONNECT_B3_CONF in activehangup. 2007-01-23 19:27:01 +00:00
MelwareDE 81939e875d - fixed gain and echosquelch use according to transfercapability. 2007-01-23 19:11:21 +00:00
MelwareDE 6bd7dad3ec - remove possible race condition in with hangup and DISCONNECT_IND. 2007-01-23 14:39:33 +00:00
MelwareDE 7cda4d76bc - fixed callerid on incoming call with Asterisk 1.4 (PR#25) 2007-01-21 17:19:43 +00:00
MelwareDE 33b4cb4691 - fix compiler warning 2007-01-21 17:04:39 +00:00
MelwareDE 5443bea1d9 - Allow echo-cancel even with old capi configuration bit for
echo-cancel.
2007-01-21 14:14:16 +00:00
MelwareDE df76b6a213 - Added 3PTY patch by Simon Peter. 2006-12-18 22:18:16 +00:00
MelwareDE ec95d2e680 - Added 3PTY patch by Simon Peter. 2006-12-18 19:09:52 +00:00
MelwareDE 9838ab6143 - don't error on invalid controller in capi.conf, just ignore it. 2006-12-17 14:22:05 +00:00
MelwareDE 676d8a428e - Added progress when in faxmode to wakeup asterisk-1.2.
(needed for e.g. auto-hangup on timeout)
2006-12-10 16:26:37 +00:00
MelwareDE 997ea1885e - read the channel frames during wait for fax finish. 2006-12-02 12:35:30 +00:00
MelwareDE 61f051745e - Added information and changed example for tx/rx gains. 2006-12-02 10:08:50 +00:00
MelwareDE 2dc5e14116 - better check for asterisk version 1.4 BUG#23 2006-11-26 17:20:23 +00:00
MelwareDE f33a143924 - Make capicommand(echocancel) setting non-permanent.
Setting is restored after hangup.
2006-11-25 16:13:40 +00:00
MelwareDE 4914a97d30 - Adapted to new ast_channel_alloc from asterisk trunk. 2006-11-19 14:45:32 +00:00
MelwareDE a7b1c76d41 Adapted to new Asterisk version 1.4
Bug PR#20
2006-11-11 20:07:19 +00:00
MelwareDE 6cb1871814 - try to detect for generic jitter buffer patch 2006-11-11 16:45:12 +00:00
MelwareDE c84efdbce3 - check for fax connection when in receivefax mode before writing data
to file.
2006-10-10 11:57:37 +00:00
MelwareDE 2d3f679f96 synced with branch 0.7 2006-10-08 13:33:10 +00:00
MelwareDE a1b595d7a7 - added preliminary handling of MANUFACTURER_IND. 2006-09-24 10:44:40 +00:00
MelwareDE fe1232ce43 Updated changes. 2006-09-24 10:14:11 +00:00
MelwareDE 57a5315566 - Set FAXREASONTEXT to "OK" instead of empty string.
Thanks to Ole Pahl.
2006-09-24 10:01:21 +00:00
MelwareDE 0c3801d3d3 - Disconnect reason 0x3400 is treated as 'successful' in faxmode. 2006-09-24 09:50:47 +00:00
MelwareDE 505ac93981 - use CIP speech as default if transfercapability is unkown. 2006-08-31 13:21:17 +00:00
MelwareDE e7b931df5b - set correct channel/cdr status in fax mode too. 2006-08-12 15:40:32 +00:00
MelwareDE 8b5ff59671 - Use correct interface to wait on for ECT facility. 2006-08-12 14:30:04 +00:00
MelwareDE 2060adeeb1 Merged changes from 0.7 branch. 2006-08-07 17:09:08 +00:00
MelwareDE e16c543423 - don't wait for CONNECT_CONF in capi_call,
wait for PLCI in hangup() when needed.
2006-08-07 13:11:59 +00:00
MelwareDE 6e2e06ed21 - don't use ast_set_callerid to avoid wrong manager-event. 2006-08-06 18:44:56 +00:00
MelwareDE 3ee93f995d - enhanced application capicommand description, thanks to Thomas Niesel. 2006-07-10 17:40:03 +00:00
MelwareDE 6e8a72ebe5 - use cond variable for wait on b3 up. 2006-07-09 14:18:53 +00:00