Commit Graph

219 Commits

Author SHA1 Message Date
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 658b23282d - better values for RTP B2 configuration
- self fix for wrong asterisk rtp timestamp
2006-06-23 18:07:31 +00:00
MelwareDE 28b28e7eeb - better voice frame handling 2006-06-22 18:17:37 +00:00
MelwareDE eed0604798 - increase verbose level value for info messages 2006-06-20 16:03:36 +00:00
MelwareDE c6d777d26a - allow one controller number per specified interface only. 2006-06-18 20:57:56 +00:00
MelwareDE 881ff2c02b - add verbose message when the cond-event was triggered. 2006-06-18 20:42:06 +00:00
MelwareDE 5ef8dd4426 - move ast_set_state outside of i->lock. 2006-06-18 20:29:33 +00:00
MelwareDE 1d6156f52f - don't clean up interface on call-error, the PBX will trigger that. 2006-06-18 20:21:58 +00:00
MelwareDE 3a6f500ccc - set vad variable to NULL after freeing memory of it. 2006-06-18 20:06:54 +00:00
MelwareDE 66529db156 - show state when hanging up. 2006-06-18 16:48:17 +00:00
MelwareDE ddee6aff05 - better output for ast_frame_dump() 2006-06-18 16:45:37 +00:00
MelwareDE dbde64eb4d - channel name with b-channel number in verbose messages 2006-06-18 16:32:32 +00:00
MelwareDE 091f8c63df - really signal hangup when DISCONNECT IE came after successful call. 2006-06-18 13:04:30 +00:00
MelwareDE c861a2676b - removed double lock. 2006-06-13 06:18:47 +00:00
MelwareDE 763dc2ec31 - fixed receivefax, removed lock out of select_b3 2006-06-13 04:52:50 +00:00
MelwareDE 705e0e5d84 - fixed rtp with smoother 2006-06-12 10:22:31 +00:00
MelwareDE d3b162066a - use interface parameter for capi_handle_dtmf_fax()
this should also fix PR#14
2006-06-11 13:15:18 +00:00
MelwareDE b7f8b51ae0 - don't wait in answer and remove the i->lock 2006-06-10 14:16:36 +00:00
MelwareDE 21cd8a4c91 - fixed data buf pipe transfer 2006-06-10 13:54:13 +00:00
MelwareDE 87e61975cc - use local pipe instead of alert-pipe queue. 2006-06-10 11:58:50 +00:00
MelwareDE 57e9fb7e44 - separate name prefixes for capi/pbx functions 2006-06-09 21:48:24 +00:00
MelwareDE fa80b541a7 - rename of some functions 2006-06-09 21:25:49 +00:00
MelwareDE 465651bf11 - avoid deadlock in queue hangup 2006-06-09 05:15:32 +00:00
MelwareDE 939cf7615b - show error text message when capi message couldn't be sent. 2006-05-31 15:31:53 +00:00
MelwareDE dcfcefc4ab - don't produce warning when ALERT_CONF has info=0x0003 (already sent by
another application)
2006-05-30 09:48:16 +00:00
MelwareDE 63ea97c952 - fixed format adaption in rtp mode 2006-05-28 16:10:28 +00:00
MelwareDE 5a720165ff - create own function for post work in capi thread 2006-05-27 15:01:17 +00:00
MelwareDE 172eb91fb0 - check for smoother after rtp call 2006-05-27 13:22:09 +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 25852cfcf5 - introduced condition variable to synchonize state of waiting
for a _CONF.
2006-05-22 19:13:19 +00:00
MelwareDE 407e678cb4 - make sure digital data connections are handled correctly without RTP 2006-05-22 11:04:33 +00:00
MelwareDE f4fe1dc73f - destroy interface lock on unload 2006-05-21 14:42:17 +00:00
MelwareDE c3cc336d96 - added verbose output when echo-cancel status is not changed 2006-05-21 13:13:16 +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 0447547c55 - use better RTP jitterbuffer settings
- improved answer/hangup capi race conditions
2006-05-20 22:01:26 +00:00
MelwareDE 254f20521e - fixed echo-cancel profile check, thanks to HPS for pointing out. 2006-05-19 09:51:45 +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 3d4e19f50c - just use char instead of unsigned char for verbose line buffer 2006-05-12 16:48:09 +00:00
MelwareDE 4f14c385ae - added first step to compat with newer versions of asterisk 2006-05-12 16:43:30 +00:00
MelwareDE d1f147ffe8 - don't use smoother in RTP mode and make sure not to
send too may DATA_B3_REQs
2006-05-08 16:48:57 +00:00
MelwareDE e9bc5965a4 - don't setup echo-cancel in digital connections 2006-05-08 15:51:08 +00:00
MelwareDE 286435c900 - fixed wrong offset of info word in facility_conf for LI, thanks to HPS 2006-05-08 15:30:05 +00:00
MelwareDE dafad9727e - don't send voice to pbx when we are about to disconnect 2006-05-08 15:10:22 +00:00
MelwareDE 6780755b7c - moved deflect function from INFO_REQ to FACILITY_REQ 2006-05-07 20:06:01 +00:00
MelwareDE e2da85d7fe Don't drop the connection if voice frames are incompatible,
just output the error and drop the frame.
2006-04-26 12:53:09 +00:00
MelwareDE 316eebf9ee - if there is no data in a voice frame, it is not really an error. 2006-04-04 12:43:31 +00:00
MelwareDE 059bdfe0df - added more info shown with CLI command 'capi show channels' 2006-04-03 20:44:08 +00:00
MelwareDE 1742806313 - removed pipe code, use queue_frame instead 2006-04-03 20:02:01 +00:00
MelwareDE 192b57024b - added test to not use pipes for frame delivery. 2006-04-01 17:00: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