Commit Graph

36 Commits

Author SHA1 Message Date
Carsten Paeth 08d3411e3e Support for more than one controller added. 2004-10-06 15:29:20 +00:00
Armin Schindler 286d603016 Added patch to support analogmodem connections. 2004-07-27 18:06:55 +00:00
Carsten Paeth c66178810c New version of capiconn. 2004-06-14 11:33:07 +00:00
Carsten Paeth 01dec58345 remove several warnings. 2004-01-16 15:27:13 +00:00
Armin Schindler d2f379848d reduced number of MaxB3Connection on capi_register from 30 to 2
(more is not necessary).
2003-02-28 08:36:08 +00:00
Armin Schindler e127ecb7be fix dead-loop if disconnect_all fails. 2003-02-17 16:33:20 +00:00
Carsten Paeth 3b537cef3c Clis now with '*' and '?'. 2002-12-12 22:19:04 +00:00
Carsten Paeth 653c6f2c2f Options "redialdelay <seconds>" und "dialmax <num>" are also used for
leased lines now.
2002-12-12 22:17:22 +00:00
Carsten Paeth ec855941b4 Uups. Now V110_ASYNC and V120_ASYNC are handled in function incoming. 2002-08-15 14:19:48 +00:00
Carsten Paeth 70e8c24040 - datafiles installed with owner root and mode 600 now. 2002-07-01 10:15:20 +00:00
Carsten Paeth 8b8292dbdc "modem" connect now with cipvalue 4 (audio) 2002-05-03 12:25:32 +00:00
Carsten Paeth 87b999353f bugfix: indirect freeing of parsed ddi fixed. 2002-04-24 05:19:02 +00:00
Carsten Paeth 08ce73d2b0 - New interface to get adsl parameters for Fritz!Card DSL. 2002-04-10 15:09:43 +00:00
Carsten Paeth fa2ee656d5 - New protocols for GSM/HSCSD connections: v110async and v120async
Thanks to: Uwe Fest <ufest@mudal.de>
2002-03-26 10:45:51 +00:00
Carsten Paeth 72a9b275a5 - new undocumented options vpi and vci for Fritz!Card DSL. 2002-03-06 15:37:30 +00:00
Carsten Paeth 743cfb410a Added support for DSL conenction with Fritz!DSL card. 2002-02-28 17:18:52 +00:00
Carsten Paeth 45ababf987 - avoid calling fatal on exit, better message if put_message fails. 2001-11-07 14:37:39 +00:00
Carsten Paeth ad20e73a96 - handling of old option clicb was wrong. 2001-07-28 06:13:02 +00:00
Carsten Paeth 3b8de9b448 - Better checking of the phase of pppd.
- Using notifier exitnotify and phasechange with pppd 2.4.1 and after.
- Fixed problems with holdoff.
- Demand wakeup request will be handled when reaching PHASE_DEMAND.
  Wakeup paket will be retransmitted every second until PHASE_SERIALCONN
  is reached.
2001-07-27 15:33:33 +00:00
Carsten Paeth cc6948570b - bugfix: with the persit option enabled, the pppd will not reset the
errorcode variable "status" resulting in a disconnect immediatly
  after trying to setup the connection. Now "status" will be reseted
  wenn phase demand or serialconn is reached.
2001-07-25 14:51:25 +00:00
Carsten Paeth 1edead94a1 - option check fixed.
- comments added.
2001-05-15 15:47:04 +00:00
Carsten Paeth 9db340586a - better handling of the different connections. All connections are
now in a list with the current state.
- not completly tested.
2001-05-15 09:23:11 +00:00
Carsten Paeth 9f0a39bcb9 - new pppd 2.4.1 looks in /usr/lib/pppd/VERSION for plugins
- now depends on pppd version
- supports incoming and outgoing calls together with ppp option "demand"
- new options: voicecallwakeup and coso (caller,local,remote)
- peer samples not ready.
2001-05-01 12:43:52 +00:00
Carsten Paeth e19ed54d25 - Bugfix: plugin didn't wait for second call, if PCLI was established,
but NCCI didn't came up. This can happen with modem or x75 protocol.
2001-03-19 12:13:57 +00:00
Carsten Paeth 4b84a207c7 - Option 'inmsn' is now a list of phone numbers.
- The script environment variables CALLEDNUMBER,CALLINGNUMMBER,CIPVALUE,
  B1PROTOCOL, B2PROTOCOL and B3PROTOCOL will be set.
2001-03-12 10:14:54 +00:00
Carsten Paeth 33152ec2e1 - better error messages on problems with finding tty device
- show charge infos
2001-01-30 17:23:20 +00:00
Carsten Paeth cc2a3ad8af - listen always (for info messages)
- show versions on startup
- wait for capifs if needed
2001-01-25 14:45:41 +00:00
Carsten Paeth afebc02bf9 - better error messages
- work around for the situation where capi.o knows the new connection
  a little bit later than pppd which results in error message:
  "capiplugin: failed to get tty devname ..."
2001-01-15 10:32:19 +00:00
Carsten Paeth 63e447d82d - returncode of capi20ext_get_tty_devname() now checked. 2000-11-30 16:20:36 +00:00
Carsten Paeth 5e7cea87f8 (c) in all files 2000-10-25 10:01:47 +00:00
Carsten Paeth 4a732df342 - added support for cli callback.
- added support for incoming calls.
- added support for leased lines.
- added manual page.
2000-10-20 17:19:21 +00:00
Carsten Paeth 444a07a6d8 show revison on startup 2000-08-21 14:07:38 +00:00
Carsten Paeth 8b6325520f avoid crash because context freed to early. 2000-08-08 15:50:50 +00:00
Carsten Paeth bac36dd8b7 Bugfix: strange SEGV with remove_fd() ... 2000-07-31 06:41:39 +00:00
Carsten Paeth c7c980eb88 - plugin can handle tzhe capi messages while connection is established.
Remote disconnects are handled much better now.
2000-07-28 09:32:03 +00:00
Carsten Paeth d2816f8c56 Plugin for pppd to support PPP over CAPI2.0. 2000-05-18 14:58:35 +00:00