Commit Graph

  • 5ea11118df - don't send DTMF 'X' and 'Y' to Asterisk. - don't error, just be debug-verbose on no owner in pipe_frame. MelwareDE 2005-08-13 12:13:02 +0000
  • 7b9ac6df71 Show confirmation error on real error only. MelwareDE 2005-08-13 11:15:51 +0000
  • d90cc3e3a0 Added config option 'immediate' to start pbx if no dnid has been received yet. MelwareDE 2005-08-13 09:31:07 +0000
  • db616061c9 - Don't use kernel headers, remove linux/capi.h. Patch 1255948 - Read capi word using own function (endian-fixed). MelwareDE 2005-08-12 18:31:50 +0000
  • 2ba1e78c1a Added function to read capi word. MelwareDE 2005-08-12 18:29:29 +0000
  • 6ae79a6c7a This patch adds support for two more info notification types (call state and status) and corrects a spelling error in "CHANNEL IDENTIFICATION." Patch 1255942 MelwareDE 2005-08-12 18:08:56 +0000
  • 70f78f2d46 Added .cvsignore file for the automatically generated files. Patch 1255932 MelwareDE 2005-08-12 18:03:48 +0000
  • c04b3f2af5 Added early check for busy cause. Patch 1255927 MelwareDE 2005-08-12 17:56:06 +0000
  • ed27fc4c76 Use cause definitions instead of values. Patch 1255922 MelwareDE 2005-08-12 17:12:11 +0000
  • fa5d4ed8f2 - Fixed ulaw conversion. - Update channel name on did changes. MelwareDE 2005-08-10 19:19:16 +0000
  • 088f3a9c8e Support 'type of number' (numbering-plan). MelwareDE 2005-08-07 19:24:06 +0000
  • d6f29afc3f Removed old PRES_* defines. MelwareDE 2005-08-07 14:31:22 +0000
  • 458e209ac7 Improved state disconnect a little bit. MelwareDE 2005-08-07 13:33:48 +0000
  • 450dd31d58 Added 'relaxdtmf'. MelwareDE 2005-08-07 12:21:36 +0000
  • 6e4940b41a U-Law setting is now done in capi.conf instead of Makefile define. MelwareDE 2005-08-07 11:40:07 +0000
  • 35dccef953 Make the notice about not found interface in capi_request a verbose message for level 2. MelwareDE 2005-08-07 10:33:46 +0000
  • d61070d627 Added -fPIC to CFLAGS. MelwareDE 2005-08-07 10:27:50 +0000
  • 738d1fa5f1 Don't reject/busy on call-waiting without interface, just ignore. MelwareDE 2005-08-01 17:20:09 +0000
  • c587025a3c Allow using interface name in Dial(). MelwareDE 2005-07-27 18:17:41 +0000
  • 13a3bfba4b - first base for new CapiCommand() application. - handle incoming call correctly if immediate hangup is requested. MelwareDE 2005-07-27 17:20:09 +0000
  • 33626da2f7 Added state 'INCALL' MelwareDE 2005-07-27 17:18:03 +0000
  • aaec11fea0 On hangup, use hangupcause from other channel or from var PRI_CAUSE. MelwareDE 2005-07-23 16:07:03 +0000
  • e120941c33 Improved DID handling on PtP connections. MelwareDE 2005-07-22 10:40:51 +0000
  • d9c4851405 Fix possible null pointer of callerid in capi_call(). MelwareDE 2005-07-21 11:34:05 +0000
  • 28a4c3445d If ALERT is not possible, Asterisk must do it. MelwareDE 2005-07-18 20:03:25 +0000
  • 8020b0fc3f Fixed seg fault on hangup when in answering. MelwareDE 2005-07-18 19:41:31 +0000
  • 8dd0c5d34c Set calling presentation of channel for incoming calls. MelwareDE 2005-07-18 18:50:43 +0000
  • 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). MelwareDE 2005-07-17 19:01:14 +0000
  • 2831b06a36 This commit was manufactured by cvs2svn to create tag 'V0_5_4'. V0_5_4 MelwareDE 2005-07-16 12:04:48 +0000
  • 91b4ab5a4f Use a lock for debug messages to ensure non-currupted message-lines. MelwareDE 2005-07-16 12:04:48 +0000
  • bdc08177b3 Send progress and preoceeding to * when the network signals them. MelwareDE 2005-07-16 11:57:01 +0000
  • f47e4891de Better error message if DID was not found in extensions. MelwareDE 2005-07-14 08:52:40 +0000
  • 88e078e850 Fixed fault in ALERT_CONF when DISCONNECTING. MelwareDE 2005-07-13 18:27:58 +0000
  • a4024367be increased voice send buffer a little bit MelwareDE 2005-07-13 15:29:06 +0000
  • 9369d93abe Removed application CallingPres() and use the correct SetCallerPres() settings. MelwareDE 2005-07-13 15:07:31 +0000
  • dfeacf6489 Set status to CONGESTION, if switch reports it. MelwareDE 2005-07-13 12:47:52 +0000
  • dd550ac5fa Set correct DIALSTATUS and HANGUPCAUSE. MelwareDE 2005-07-13 12:31:06 +0000
  • 91817878d8 Fixed fault on wrong dial string. MelwareDE 2005-07-12 20:40:31 +0000
  • 5a96c01fd8 Set DNID correctly. MelwareDE 2005-07-12 20:15:50 +0000
  • 1eb471b00c Fixed fault in ACTIVE_B3_IND on DISCONNECTING and reordered INFO_IND elements. MelwareDE 2005-07-12 19:50:54 +0000
  • 3a5b43c45e remove compiler warning on format string MelwareDE 2005-07-04 17:33:13 +0000
  • 32448a4482 gX in the dialstring may be a list of groups or a range. MelwareDE 2005-07-03 12:15:14 +0000
  • 511e30e401 An unused controller will be announced with 'NOTICE' only. MelwareDE 2005-07-03 11:37:21 +0000
  • d969f5ef38 if the msn is not found, the message is just a debug message MelwareDE 2005-06-30 18:44:47 +0000
  • c234655395 Fixed possible null pointer. MelwareDE 2005-06-30 06:42:03 +0000
  • 0a26972f71 This commit was manufactured by cvs2svn to create tag 'V0_5_3'. V0_5_3 MelwareDE 2005-06-28 19:26:56 +0000
  • 580263f9ce Use CVS Revision in version string. MelwareDE 2005-06-28 19:26:56 +0000
  • 0d5548d349 Better B3q handling. MelwareDE 2005-06-28 17:42:14 +0000
  • fdaa598ceb Fix for HEAD of Asterisk (Thanks to Frank Sautter). MelwareDE 2005-06-28 13:29:21 +0000
  • 072d5372ba Detected fax without fax extension is worth a debug message only. MelwareDE 2005-06-27 15:43:20 +0000
  • 6786c6f483 removed obsolete ifdef for CAPI_SYNC MelwareDE 2005-06-27 14:38:16 +0000
  • 99e02197b1 Set dev version. MelwareDE 2005-06-26 13:41:34 +0000
  • 16d89732e3 This commit was manufactured by cvs2svn to create tag 'V0_5_2'. V0_5_2 MelwareDE 2005-06-26 13:34:17 +0000
  • 91cc466ca7 Fixed segfault when hangupcause is set to late. MelwareDE 2005-06-26 13:34:17 +0000
  • 48c02fad0f Use correct busy/congestion. MelwareDE 2005-06-20 17:41:13 +0000
  • 16aba94538 This commit was manufactured by cvs2svn to create tag 'V0_5_1'. V0_5_1 MelwareDE 2005-06-19 11:09:16 +0000
  • 6ca6165f67 bumped version MelwareDE 2005-06-19 11:09:16 +0000
  • 6081b938bb - fixed memory leak in ast_smoother use. - fixed voice corruption on SMP systems. MelwareDE 2005-06-19 10:01:35 +0000
  • 02997a16cf This commit was manufactured by cvs2svn to create tag 'V0_5'. V0_5 MelwareDE 2005-06-15 07:31:28 +0000
  • ec9b3886c6 Added compat to new ast_config* API of current Asterisk CVS HEAD. MelwareDE 2005-06-15 07:31:28 +0000
  • 887913bffc don't allow double ALERT_REQ and cleanup of state values MelwareDE 2005-06-12 14:27:26 +0000
  • 806cfe6c9c cleanup MelwareDE 2005-06-07 04:26:12 +0000
  • aea64662a7 indent issues MelwareDE 2005-06-06 16:10:54 +0000
  • 54abf5f556 Fixed fax state handling and reworked INFO_IND elements. MelwareDE 2005-06-05 19:48:21 +0000
  • 574a676a5e Removed double debug output of capi messages. MelwareDE 2005-06-04 20:23:28 +0000
  • 5a635d6f19 Better handling of passive/active hangup. MelwareDE 2005-06-04 20:07:00 +0000
  • 376160b461 - added capiFax feature by Frank Sautter - further cleanup MelwareDE 2005-06-04 14:28:52 +0000
  • c16ca054a5 Initial import of new chan_capi. MelwareDE 2005-06-02 18:47:35 +0000
  • 665d79e129 New repository initialized by cvs2svn. MelwareDE 2005-06-02 18:47:35 +0000