Commit Graph

  • e536535139 Retrieve asterisk version from headers. MelwareDE 2006-07-09 13:24:56 +0000
  • 06135eb7dc Added AMA flags MelwareDE 2006-07-08 22:13:47 +0000
  • ca207a4ded - wait for answered line on fax action MelwareDE 2006-07-08 20:22:15 +0000
  • d8c24f23e9 - use ast_set_callerid() MelwareDE 2006-07-08 19:28:10 +0000
  • e9b36aa1af - handle errors in CONNECT_CONF correctly MelwareDE 2006-07-08 18:40:20 +0000
  • c7ce547983 - make pickupexten work and added pickupgroup to capi.conf MelwareDE 2006-07-08 16:29:27 +0000
  • f0c812644d - better handling of state pbx-active. MelwareDE 2006-07-05 12:23:58 +0000
  • 5212533427 - set state to RINGING when we got ALERTING MelwareDE 2006-06-27 20:29:15 +0000
  • 8a0d8977be - Added sendfax feature and enhanced result/status variables after FAX actions. MelwareDE 2006-06-27 14:54:03 +0000
  • 25dceb2571 - fixed null pointer: channel cleanup must be done at end of hangup MelwareDE 2006-06-27 08:20:19 +0000
  • 2f3a449f5b - changed locking in hangup which might caused race-condition MelwareDE 2006-06-26 20:45:25 +0000
  • 8365b305c5 - added hold/retrieve notification info MelwareDE 2006-06-26 12:11:31 +0000
  • 333d4bffdc - use correct value for timestamp MelwareDE 2006-06-25 17:59:17 +0000
  • 1d00abbdfc - use flag for dtmf-detect activation/deactivation MelwareDE 2006-06-24 16:20:27 +0000
  • 218782c4f8 - don't change softdtmf settings, leave them like the user has configured. MelwareDE 2006-06-24 15:17:01 +0000
  • 96364f485d - cleanup controller number handling MelwareDE 2006-06-24 14:49:13 +0000
  • 32e06de3b8 Dropped compatibility stuff for older Asterisk versions. You need at least Asterisk 1.2.x now. MelwareDE 2006-06-24 11:53:47 +0000
  • 658b23282d - better values for RTP B2 configuration - self fix for wrong asterisk rtp timestamp MelwareDE 2006-06-23 18:07:31 +0000
  • 28b28e7eeb - better voice frame handling MelwareDE 2006-06-22 18:17:37 +0000
  • a7643a747a - fixed verbose output MelwareDE 2006-06-22 16:14:31 +0000
  • eed0604798 - increase verbose level value for info messages MelwareDE 2006-06-20 16:03:36 +0000
  • c6d777d26a - allow one controller number per specified interface only. MelwareDE 2006-06-18 20:57:56 +0000
  • 881ff2c02b - add verbose message when the cond-event was triggered. MelwareDE 2006-06-18 20:42:06 +0000
  • 5ef8dd4426 - move ast_set_state outside of i->lock. MelwareDE 2006-06-18 20:29:33 +0000
  • 1d6156f52f - don't clean up interface on call-error, the PBX will trigger that. MelwareDE 2006-06-18 20:21:58 +0000
  • 3a6f500ccc - set vad variable to NULL after freeing memory of it. MelwareDE 2006-06-18 20:06:54 +0000
  • 66529db156 - show state when hanging up. MelwareDE 2006-06-18 16:48:17 +0000
  • ddee6aff05 - better output for ast_frame_dump() MelwareDE 2006-06-18 16:45:37 +0000
  • dbde64eb4d - channel name with b-channel number in verbose messages MelwareDE 2006-06-18 16:32:32 +0000
  • 091f8c63df - really signal hangup when DISCONNECT IE came after successful call. MelwareDE 2006-06-18 13:04:30 +0000
  • c861a2676b - removed double lock. MelwareDE 2006-06-13 06:18:47 +0000
  • 763dc2ec31 - fixed receivefax, removed lock out of select_b3 MelwareDE 2006-06-13 04:52:50 +0000
  • 705e0e5d84 - fixed rtp with smoother MelwareDE 2006-06-12 10:22:31 +0000
  • d3b162066a - use interface parameter for capi_handle_dtmf_fax() this should also fix PR#14 MelwareDE 2006-06-11 13:15:18 +0000
  • 1b5f560431 - check for correct size in rtp send MelwareDE 2006-06-10 18:16:33 +0000
  • b7f8b51ae0 - don't wait in answer and remove the i->lock MelwareDE 2006-06-10 14:16:36 +0000
  • 21cd8a4c91 - fixed data buf pipe transfer MelwareDE 2006-06-10 13:54:13 +0000
  • 87e61975cc - use local pipe instead of alert-pipe queue. MelwareDE 2006-06-10 11:58:50 +0000
  • 57e9fb7e44 - separate name prefixes for capi/pbx functions MelwareDE 2006-06-09 21:48:24 +0000
  • fa80b541a7 - rename of some functions MelwareDE 2006-06-09 21:25:49 +0000
  • 465651bf11 - avoid deadlock in queue hangup MelwareDE 2006-06-09 05:15:32 +0000
  • 939cf7615b - show error text message when capi message couldn't be sent. MelwareDE 2006-05-31 15:31:53 +0000
  • dcfcefc4ab - don't produce warning when ALERT_CONF has info=0x0003 (already sent by another application) MelwareDE 2006-05-30 09:48:16 +0000
  • 63ea97c952 - fixed format adaption in rtp mode MelwareDE 2006-05-28 16:10:28 +0000
  • 5a720165ff - create own function for post work in capi thread MelwareDE 2006-05-27 15:01:17 +0000
  • 3f7ebcd177 - rtp frame is allowed to be bigger MelwareDE 2006-05-27 14:07:51 +0000
  • 172eb91fb0 - check for smoother after rtp call MelwareDE 2006-05-27 13:22:09 +0000
  • 8d8020949e - added hint for faxdetect MelwareDE 2006-05-27 12:52:28 +0000
  • c56504fd7b - better use of fax state variables and added configuration for faxdetection. Attention: default is now 'off'. MelwareDE 2006-05-27 12:49:57 +0000
  • 25852cfcf5 - introduced condition variable to synchonize state of waiting for a _CONF. MelwareDE 2006-05-22 19:13:19 +0000
  • 407e678cb4 - make sure digital data connections are handled correctly without RTP MelwareDE 2006-05-22 11:04:33 +0000
  • f4fe1dc73f - destroy interface lock on unload MelwareDE 2006-05-21 14:42:17 +0000
  • 5827ebfedb - added missing alias for mutex_destroy MelwareDE 2006-05-21 14:18:55 +0000
  • c3cc336d96 - added verbose output when echo-cancel status is not changed MelwareDE 2006-05-21 13:13:16 +0000
  • f1318438d3 - added capicommand(echocancel|on/off) to dynamically en/disable CAPI echo-chancel. MelwareDE 2006-05-21 12:10:53 +0000
  • 0b5ff0dd0f - check for rtp struct in read/write rtp functions MelwareDE 2006-05-21 08:50:46 +0000
  • 0447547c55 - use better RTP jitterbuffer settings - improved answer/hangup capi race conditions MelwareDE 2006-05-20 22:01:26 +0000
  • 2004dd14b4 - make sure readformat is set correctly when in rtp mode MelwareDE 2006-05-20 21:59:50 +0000
  • 705a9807f5 - increase the DTMF timing a little bit MelwareDE 2006-05-20 20:32:54 +0000
  • a1d2cbdc52 - cosmetic change in RTP codec list MelwareDE 2006-05-20 19:43:47 +0000
  • 254f20521e - fixed echo-cancel profile check, thanks to HPS for pointing out. MelwareDE 2006-05-19 09:51:45 +0000
  • badd38d9a2 - use 'trans' instead of 'voice' for bproto desc. - don't use RTP in digital mode MelwareDE 2006-05-18 14:36:09 +0000
  • befe1c83f1 - don't allow too big packets to send. MelwareDE 2006-05-18 14:35:02 +0000
  • 23973edf04 - added missing aliases for openpbx MelwareDE 2006-05-17 21:16:06 +0000
  • 784a628015 - fixed facility parameter for reading RTP profile MelwareDE 2006-05-13 13:39:03 +0000
  • 3d4e19f50c - just use char instead of unsigned char for verbose line buffer MelwareDE 2006-05-12 16:48:09 +0000
  • 4f14c385ae - added first step to compat with newer versions of asterisk MelwareDE 2006-05-12 16:43:30 +0000
  • d1f147ffe8 - don't use smoother in RTP mode and make sure not to send too may DATA_B3_REQs MelwareDE 2006-05-08 16:48:57 +0000
  • e9bc5965a4 - don't setup echo-cancel in digital connections MelwareDE 2006-05-08 15:51:08 +0000
  • 286435c900 - fixed wrong offset of info word in facility_conf for LI, thanks to HPS MelwareDE 2006-05-08 15:30:05 +0000
  • dafad9727e - don't send voice to pbx when we are about to disconnect MelwareDE 2006-05-08 15:10:22 +0000
  • 6780755b7c - moved deflect function from INFO_REQ to FACILITY_REQ MelwareDE 2006-05-07 20:06:01 +0000
  • e2da85d7fe Don't drop the connection if voice frames are incompatible, just output the error and drop the frame. MelwareDE 2006-04-26 12:53:09 +0000
  • 316eebf9ee - if there is no data in a voice frame, it is not really an error. MelwareDE 2006-04-04 12:43:31 +0000
  • 059bdfe0df - added more info shown with CLI command 'capi show channels' MelwareDE 2006-04-03 20:44:08 +0000
  • 2dbc99f5b2 - update status MelwareDE 2006-04-03 20:12:21 +0000
  • 1742806313 - removed pipe code, use queue_frame instead MelwareDE 2006-04-03 20:02:01 +0000
  • 620556efd6 - correct current status MelwareDE 2006-04-02 12:13:58 +0000
  • 6ffeb2c68f - set version to 0.6.5 V0_6_5 MelwareDE 2006-04-02 11:49:04 +0000
  • 3ef9949b9d - creating version 0.6.5 MelwareDE 2006-04-02 11:47:58 +0000
  • 2840a1e4b9 - changes for version 0.6.5 V0_6 MelwareDE 2006-04-02 11:46:14 +0000
  • fdc7448269 - cleanup of some openpbx defines MelwareDE 2006-04-01 21:01:41 +0000
  • a1f9a32839 Added missing changes MelwareDE 2006-04-01 19:40:32 +0000
  • 192b57024b - added test to not use pipes for frame delivery. MelwareDE 2006-04-01 17:00:57 +0000
  • 944a643786 - better default setting for echo-cancel - added non-linear-processing option for echo-cancel MelwareDE 2006-04-01 16:29:50 +0000
  • 1aecef90dc - added new cli 'capi show channels' with a little bit channel info MelwareDE 2006-04-01 15:39:31 +0000
  • bacf848e77 - cleaning up bridge code, moving to 'transparent mode' is not necessary when bridging in RTP, we just drop the incoming frames then. MelwareDE 2006-04-01 13:31:56 +0000
  • 4d71e8690b Added removal of openpbx temp dir in clean target. MelwareDE 2006-04-01 12:17:32 +0000
  • 9671c6df5c - removed custom function VANITYNUMBER, this does not belong into a channel driver. MelwareDE 2006-04-01 11:37:02 +0000
  • d33fe2c5e2 - removed custom function VANITYNUMBER, this does not belong into a channel driver. MelwareDE 2006-04-01 11:32:21 +0000
  • a5dd26df64 - fixed call-deflect if the number is too long. PR#5 MelwareDE 2006-04-01 11:23:28 +0000
  • a662db2864 - fixed call-deflect if the number is too long. PR#5 MelwareDE 2006-04-01 11:20:55 +0000
  • ddede6383f Added missing definition. MelwareDE 2006-03-30 15:32:54 +0000
  • a5239eea72 - removed obsolete .cvsignore MelwareDE 2006-03-26 16:23:40 +0000
  • 2528a6c287 - removed obsolete .cvsignore MelwareDE 2006-03-26 16:23:08 +0000
  • 6dc5a6eeaf - removed not used ASTERISKVERSION definition MelwareDE 2006-03-26 15:36:00 +0000
  • fb4683f7ca - fixed compatibility with Asterisk version 1.0.7 PR#6 MelwareDE 2006-03-26 15:27:13 +0000
  • 7f5b3456e7 Make simplex audio work with the echo canceller. HPS_V_1_0_0 MelwareDE 2006-03-12 19:25:33 +0000
  • 8080bf65ac - removed getting ASTERISKVERSION (we don't need that). - reverted change for set NCCI in CONNECT_B3_ACTIVE_IND, because CONNECT_B3_IND assigned the NCCI. - reverted change for setting 'ton' in capi_new(), because I don't see the fix here and it breaks the feature anyway. MelwareDE 2006-03-07 21:17:58 +0000
  • c522111bf3 removed CC_NEW_CODEC_FORMATS, because it is not used in any asterisk version and breaks compilation anyway. MelwareDE 2006-03-07 21:02:59 +0000