Commit Graph

162 Commits

Author SHA1 Message Date
MelwareDE 372a86937c This commit was manufactured by cvs2svn to create tag 'V0_6_3'. 2006-01-07 14:44:32 +00:00
MelwareDE 38b2cc43be Set new version. 2006-01-07 14:44:32 +00:00
MelwareDE 0d47ffe850 Added changes for 0.6.3 2006-01-07 14:42:57 +00:00
MelwareDE bdd1d62f36 - fixed buffer overflow in overlap dial 2006-01-06 14:38:55 +00:00
MelwareDE 60175e1ab9 - remove some compiler warnings 2006-01-03 20:05:07 +00:00
MelwareDE 955803ac3e version back to cvs revision 2005-12-31 11:23:40 +00:00
MelwareDE f80d8be6ad Prepared version 0.6.2 2005-12-31 11:20:43 +00:00
MelwareDE dd2de2bb62 - added hint about fax variables 2005-12-29 16:39:18 +00:00
MelwareDE 4cb6625600 - set some info variables when receiving fax 2005-12-29 16:32:14 +00:00
MelwareDE f5dcac0958 - fixed unhold deadloop
- added language support
- prepared devicestate(hint) support
2005-12-28 14:24:42 +00:00
MelwareDE 04919b3a26 - don't change early-B3 setting on conf error for CONNECT_B3 2005-12-28 12:28:40 +00:00
MelwareDE 0e5c2d04b1 - holdtype=hold is not default 2005-12-27 20:29:37 +00:00
MelwareDE 7128c8e9f1 - small fixes for Makefile targets 2005-12-27 19:48:51 +00:00
MelwareDE ffb28b903b - don't send audio to local exchange when in TE mode. 2005-12-20 20:48:43 +00:00
MelwareDE c3b862d5d7 - fix missing CONF messages when no interface is found 2005-12-16 11:24:26 +00:00
MelwareDE 41f60820e4 - small transfercap and overlapdial fix 2005-12-15 19:52:15 +00:00
MelwareDE a44748a922 - don't forward DTMF if in NT-mode and the line is not connected yet. 2005-12-13 14:57:36 +00:00
MelwareDE e3eca3f691 - b-channel handling better
- NT mode progress
- fixed line interconnect
2005-12-11 10:51:03 +00:00
MelwareDE 24d6dda140 - removed deadlock in faxreceive. 2005-12-08 13:31:15 +00:00
MelwareDE 03990edfd2 - init ocid to NULL and it may be set to empty string. 2005-12-07 06:01:03 +00:00
MelwareDE 656c8cc1b4 - ocid is now string only 2005-12-05 19:51:02 +00:00
MelwareDE 40bdb6bf53 - added missing init of 'ocid' 2005-12-05 19:01:46 +00:00
MelwareDE 9c789a9fcf - correct use of timeoutms in native bridge 2005-11-27 18:18:56 +00:00
MelwareDE a8f205fcdc - use more common defines for mutex_lock/unlock and _log() 2005-11-27 14:50:29 +00:00
MelwareDE 4f2b3c5c71 This commit was manufactured by cvs2svn to create branch 'V0_6'. 2005-11-20 16:15:33 +00:00
MelwareDE 2e62ad0306 - clean up and OpenPBX portability. 2005-11-20 16:15:33 +00:00
MelwareDE 43b15cd14a - adapted to latest asterisk bridge function prototype. 2005-11-15 14:10:51 +00:00
MelwareDE 4b394c2f7a Added changes for 0.6.1 2005-11-13 13:26:34 +00:00
MelwareDE 04027b99e7 - fixed setting of redirecting number rdnis instead of cid. 2005-11-09 12:33:11 +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 65100a1838 - removed interface lock from capi_read()
- moved ast_softhangup() out of interface lock
2005-10-09 14:40:27 +00:00
MelwareDE 69f777c23b - use correct mutex_init call for interface lock 2005-10-09 14:11:48 +00:00
MelwareDE 39461de014 - strict check for ast_custom_function 2005-10-09 13:57:03 +00:00
MelwareDE fce0c3e8e9 - activated nt-mode progress 2005-10-01 18:34:04 +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 ec3ac2ee78 - add NetBSD compat (thanks to Hans Petter Selasky) 2005-10-01 13:32:58 +00:00
MelwareDE 82956c6319 - added channel locks 2005-10-01 13:21:28 +00:00
MelwareDE f13580a630 - fixed capi init order (thanks to Hans Petter Selasky) 2005-10-01 11:31:05 +00:00
MelwareDE e9a77b066a - fixed did handling 2005-10-01 09:52:46 +00:00
MelwareDE e62f05eb33 - set RDNIS if redirecting number was received. 2005-10-01 08:54:09 +00:00
MelwareDE 47df07e707 - simplified call to ast_exists_extension() 2005-09-27 17:52:13 +00:00
MelwareDE ff47191932 - when check for valid extension, check the callerid as well 2005-09-27 17:42:28 +00:00
MelwareDE 73f7eb185d - changed call-waiting and deflect handling in CONNECT_IND 2005-09-27 09:33:21 +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 b805e5f809 Fix start of line interconnect in old mode. 2005-09-25 15:39:13 +00:00
MelwareDE c2ef8139d9 Start early-b3 on PROCEEDING too. 2005-09-25 13:11:00 +00:00
MelwareDE 9ac42119a7 - don't send audio data, if in fax receive mode
- disconnect on finished fax immediately
2005-09-24 19:42:07 +00:00
MelwareDE 1f8587cb76 Don't run through gain list, if gain is 1.0.
Thanks to Sergio Chersovani.
2005-09-24 18:19:14 +00:00