summaryrefslogtreecommitdiffstats
path: root/apppbx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed buffer overflow bug at pickup featureAndreas Eversberg2010-12-281-1/+1
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-8/+34
* Adding forwarding of DTMF and keypad between peersAndreas Eversberg2010-12-131-1/+53
* Fixed call forwarding after no response. Instread of dialing the old extensionAndreas Eversberg2010-06-151-6/+6
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-17/+29
* Added Progress messages. (receive only)Andreas Eversberg2010-05-231-0/+84
* Fixed forwarding of sending-complete information.Andreas Eversberg2010-05-201-0/+2
* fix last remnant of "extern" vs. incorrect "external" confusion, correct spel...Andreas Eversberg2010-04-061-1/+1
* Added "release" action and timeout to "execute" action.Andreas Eversberg2010-01-161-16/+17
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-166/+209
* Fixed dialing of national or international number type. (Used for GSM)Andreas Eversberg2010-01-041-0/+5
* Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.Andreas Eversberg2009-10-271-4/+11
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-71/+102
* Added 'extern' flag to interface.conf.Andreas Eversberg2009-09-231-5/+13
* New Version 1.6root2009-09-061-6/+9
* Fixed disabling of DTMF using 'n' option of chan_lcr.Andreas Eversberg2009-05-211-1/+1
* Restructured tones_dir, added tones_dir to interface.confAndreas Eversberg2009-05-141-726/+363Star
* Added GSM network support.Andreas Eversberg2009-05-111-10/+24
* Added processing of second caller id.Andreas Eversberg2008-11-041-6/+36
* fixed some layer 2 link issuesAndreas Eversberg2008-09-141-1/+1
* Fix lot of warningsKarsten Keil2008-09-021-9/+9
* now LCR features real HDLC bchannel mode.Super User2008-07-261-3/+7
* added more display infoSuper User2008-07-031-1/+18
* fixed dialing bug to remote applicationSuper User2008-06-151-6/+13
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-5/+5
* work on chan_lcr: bridging works, interface selection possibleSuper User2008-06-061-3/+20
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-2/+7
* work on chan_lcrSuper User2008-05-191-27/+22Star
* work on chan_lcrSuper User2008-05-181-1/+2
* work on chan_lcrSuper User2008-05-011-21/+13Star
* work on chan_lcr:Super User2008-04-281-0/+1
* struct message -> struct lcr_msgSuper User2008-04-251-28/+28
* socket mISDN workSuper User2008-04-241-2/+2
* work on socket. (don't try yet)Super User2008-04-131-2/+2
* socket api workSuper User2008-03-241-1/+1
* fixed dialtone bugSuper User2008-03-221-1/+4
* added timer for recovering missing activation/deactivation replies of bchanne...Super User2008-02-161-1/+1
* now gives warning if mISDN branch is wrong.Super User2008-02-031-5/+5
* work on unfinished asterisk channel driver (bchannel handling)Super User2008-01-191-10/+10
* moved timeout settings from extenion to interface.confSuper User2008-01-121-14/+0Star
* added filter options (gain, pipeline, blowfish) to interface configuration.Super User2008-01-061-4/+4
* fixes, screen in and out works, fixed release problem in mISDNuserSuper User2008-01-051-197/+26Star
* some fixes, check READMESuper User2007-12-221-2/+2
* some minor output fixesSuper User2007-10-071-2/+8
* fix by Martin: screening caller-ids with jokers shall work now.Super User2007-10-021-2/+2
* some small conference jingle fixesSuper User2007-10-011-3/+6
* testingSuper User2007-09-191-2/+27
* just backup. (partyline join/release jingle not tested yet, no sound yet)Super User2007-09-101-5/+10
* added exporting/importing bchannel stacks to the remote applicationSuper User2007-08-111-27/+48
* fixes, debugging for usleep problems.Super User2007-08-111-20/+65