Commit Graph

390 Commits

Author SHA1 Message Date
MelwareDE 6cb7e6f083 typos and coding style changes 2009-02-14 20:56:14 +00:00
MelwareDE c2411cac82 Add media control commands. Add possibility to invoke media control commands by detected tone events in real time 2009-02-13 21:58:19 +00:00
MelwareDE 40015a959a Update copyright years. 2009-01-17 17:35:55 +00:00
MelwareDE eb7496a92b - added capicommand to set CAPI application id into asterisk dialplan variable. 2009-01-06 14:15:47 +00:00
MelwareDE a0976a0f3e - adapt to new Asterisk 1.6.1 changes. 2009-01-06 13:40:49 +00:00
MelwareDE 57621e34ab Don't try to send DID digits if there are none. 2008-12-11 09:43:02 +00:00
MelwareDE 62dd326709 Support early line-interconnect (bridge) as soon as the b-channels are up. 2008-08-30 09:58:27 +00:00
MelwareDE 54ca760357 Allow capicommand(progress) "early-B3" for non-NT-mode incoming channels too. 2008-08-29 11:03:54 +00:00
MelwareDE c9291ed2ff Don't signal hangup too early in sendfax mode. 2008-08-12 08:30:27 +00:00
MelwareDE 08bea712d4 Hopefully fixed better counting of active b-channels. 2008-08-08 08:13:29 +00:00
MelwareDE d2b4bdd349 Added config option for subscriber number prefix. 2008-07-07 20:29:19 +00:00
MelwareDE b45e940762 Added 'faxdetecttime' config setting. 2008-06-29 11:33:46 +00:00
MelwareDE c3304ad188 Fixed check for asterisk 1.6 beta versions and adapted to
changes in asterisk trunk.
2008-04-05 20:44:02 +00:00
MelwareDE a835372f49 - fixed controller count when creating NULL-PLCI interface and
simplified check for unused controller.
2008-03-23 13:04:30 +00:00
MelwareDE e09aaa69d2 - be more verbose if fax extension is not found 2008-03-19 18:29:37 +00:00
MelwareDE cb12234f83 String conversion of debug/verbose messages to use external changes. 2008-02-24 12:57:52 +00:00
MelwareDE 523d570e2d Added additional debug output for capi header. 2008-02-20 11:02:09 +00:00
MelwareDE e47d614996 if immedіate=yes is set in DID mode, accept calls to empty DNID (needed for Austrian lines) 2008-02-07 09:02:22 +00:00
MelwareDE 25966a7046 updated copyright 2008-02-05 11:16:25 +00:00
MelwareDE 5ee344040d New Diva name branding. 2008-02-05 10:57:54 +00:00
MelwareDE 3cc0813e1e Fixed reading capi profile on big-endian. 2008-01-21 10:40:42 +00:00
MelwareDE bde5812980 - Adapt to new asterisk 1.6 API
- fix compilation for asterisk 1.2
2008-01-19 22:24:44 +00:00
MelwareDE 66a3ad0ede Fixed handling of sending_complete in pbx_capi_call() when overlap dialing
is activated.
2008-01-14 13:23:58 +00:00
MelwareDE 84550afacf QSIG:
- code cleanup
  - some minor bugfixes
  - bugfix in LEG_INFO2 code - caused a asterisk crash
  - adapted some macros from libpri, to make code more readable
  - started code for outbound CCNR requests
2007-12-06 19:07:28 +00:00
MelwareDE 1f87f1d416 sending-complete with ALERT_REQ doesn't work as expected, the other
party doesn't hear ringing tone.
2007-10-22 13:25:10 +00:00
MelwareDE 1bf477e35d If the device for devicestate is not known, 'invalid' is not
the correct answer.
2007-10-22 08:59:54 +00:00
MelwareDE bdbc804322 Renamed thread. 2007-10-21 16:00:18 +00:00
MelwareDE a1c472295f Fixed check for keypad digits when updating channel name. 2007-10-21 15:08:50 +00:00
MelwareDE fb7189f483 Make devicestates asterisk 1.2 compatible. 2007-10-21 11:19:33 +00:00
MelwareDE 4432223953 Removed wrong return: really go on with transfer if both
channels were on hold.
2007-10-20 18:49:13 +00:00
MelwareDE dbcb09c244 Fixed sending-complete value and added it for ALERT_REQ. 2007-10-20 18:36:01 +00:00
MelwareDE cbb8bc5011 On bridge-transfer, if both channels on hold, retrieve the second one. 2007-10-20 18:20:52 +00:00
MelwareDE 63526d731a Don't block early-B3 tone generation in NT-mode. 2007-10-20 16:02:34 +00:00
MelwareDE 4c1ebe93fa Added devicestate option. 2007-10-20 14:07:01 +00:00
MelwareDE 9eac4f7df4 Set sending-complete if overlap dialing is not used. 2007-10-20 13:30:35 +00:00
MelwareDE b0aa88eab0 type of connected number is actually unknown. 2007-10-20 12:47:28 +00:00
MelwareDE 090192346b Set the 'connected number' to correct type and
numbering plan.
2007-10-20 12:38:40 +00:00
MelwareDE cb35b4aad2 Hopefully fixed 'transfer on bridge', but it works with
asterisk 1.4 only and holdtype=hold is needed for that.
2007-10-20 12:05:26 +00:00
MelwareDE 442186050c PR#15: Send DATE/TIME to device on CONNECT when in NT-mode. 2007-10-20 08:22:53 +00:00
MelwareDE ce3e2d7017 Wait for ECT indication before returning to asterisk. 2007-10-01 16:10:37 +00:00
MelwareDE 0708150113 Fixed ECT usage on bridge. 2007-10-01 15:36:04 +00:00
MelwareDE f9799f6eb6 Added transfergroup config option. Prepared transfer on bridge feature. 2007-09-30 21:09:15 +00:00
MelwareDE 755ba51b12 Don't try to answer a disconnected call. 2007-09-26 20:03:14 +00:00
MelwareDE 0423263179 Fix NULL pointer in KEYPAD structure. 2007-09-20 13:15:27 +00:00
MelwareDE 4474fba4a3 Get correct b-channel info. 2007-09-03 19:41:40 +00:00
MelwareDE 0a8aa91742 Allow incoming KEYPAD digits on NT-mode port. 2007-09-02 15:41:06 +00:00
MelwareDE a54f9e462e Send some Q.931 notifications back to calling NT-mode channel. 2007-09-01 22:11:48 +00:00
MelwareDE a5b21aaf06 Progress in NT-mode now also send 'in-band info available'. 2007-09-01 20:55:52 +00:00
MelwareDE 411ad13361 Nicer solution for 64bit support. 2007-08-23 13:30:05 +00:00
MelwareDE d3e1e87183 Fix for 64bit applications. 2007-08-23 12:43:15 +00:00