summaryrefslogtreecommitdiffstats
path: root/chan_lcr.c
Commit message (Expand)AuthorAgeFilesLines
* Minor fix: chan_lcr will now go into RING state if remote channel is RINGING.root2009-09-041-1/+1
* gsm improvementsAndreas Eversberg2009-06-061-136/+68Star
* Fixed disabling of DTMF using 'n' option of chan_lcr.Andreas Eversberg2009-05-211-8/+13
* Added PROGRESS indication in both directions, so early audio is possible.Andreas Eversberg2009-03-291-0/+44
* chan_lcr: fixed compile problems with newer versions of asteriskAndreas Eversberg2009-03-291-1/+8
* Fixed dtmf detection of A-D. (thanx to Ralf)Andreas Eversberg2009-03-151-8/+8
* Added Callweaver support. (thanx to Kristijan)Andreas Eversberg2009-03-151-3/+201
* simplified rebuffer-mode to make large block sizes work betterPeter Schlaile2009-03-091-3/+18
* added documentation for re-buffer optionPeter Schlaile2009-03-021-0/+1
* New release 1.4Andreas Eversberg2009-03-011-1/+1
* Added fax detection patch by gregory.Andreas Eversberg2009-02-151-10/+29
* chan_lcr hopefully now compiles against SVN version of asterisk.Andreas Eversberg2009-02-151-2/+2
* added capabilites to lcr channel driver to fix some codec problems. thanx to ...Andreas Eversberg2009-01-061-14/+15
* changed error message a bit...Andreas Eversberg2009-01-061-0/+6
* Added processing of second caller id.Andreas Eversberg2008-11-041-4/+2Star
* chan_lcr: fixed SRCUPDATEPeter Schlaile2008-10-251-1/+1
* chan_lcr: Fixed automagic 's' extension and made pickup work.Peter Schlaile2008-10-251-0/+7
* added chan_lcr and Makefile.am fixes by MatthiasAndreas Eversberg2008-10-231-15/+14Star
* chan_lcr: fixed some "bridging typos"Peter Schlaile2008-10-091-7/+7
* Merge branch 'master' of ssh://schlaile@git.misdn.org/var/git/lcrPeter Schlaile2008-10-091-2/+6
|\
| * Completed documentation about instance creation/destruction proceedure.Andreas Eversberg2008-09-281-2/+6
* | added inband dtmf support to chan_lcrPeter Schlaile2008-10-091-5/+65
|/
* chan_lcr: fixed race condition in new ref assignmentPeter Schlaile2008-09-271-32/+11Star
* work around broken HOLD/UNHOLD handling on some SIP phonesPeter Schlaile2008-09-221-1/+32
* LCR now runs as a user.Andreas Eversberg2008-08-301-2/+1Star
* chan_lcr: fixed lcr_fixup (compare with chan_misdn for reference)Peter Schlaile2008-08-231-6/+10
* chan_lcr: fixed typo, that made rebuffer-mode request a parameter,Peter Schlaile2008-08-221-1/+1
* chan_lcr: this fixes hanging with app_rxfax and a race conditionPeter Schlaile2008-08-221-0/+6
* fixed problem with "Answer" after extension matches.Super User2008-07-271-3/+3
* now LCR features real HDLC bchannel mode.Super User2008-07-261-4/+6
* many fixes on HDLC issuesSuper User2008-07-261-34/+36
* bearer capability fix.Super User2008-07-241-3/+7
* fixed overlap dialing problem:Super User2008-07-241-10/+38
* fixed trace bugSuper User2008-07-241-0/+2
* made lcr_read read frames in 160 bytes packets in rebuffer modeschlaile2008-07-221-1/+5
* rebuffer option for chan_lcr (160 bytes per frame)schlaile2008-07-201-0/+8
* removed "lcr query", use "isdninfo" instead.Super User2008-07-181-50/+125
* disabled overlap dialing and dtmf digit forwarding, due to bug.Super User2008-06-281-0/+4
* no functional change:Super User2008-06-171-1/+1
* fixed bchannel createSuper User2008-06-161-2/+3
* work, overlap dialing to chan_lcr doesn't work, so do en-bloc dialing until i...Super User2008-06-151-2/+12
* fixed dialing bug to remote applicationSuper User2008-06-151-1/+1
* chan_lcr: in lcr_in_information: information.id already contains theschlaile2008-06-141-1/+1
* made callerid handling work in call from asteriskschlaile2008-06-141-7/+22
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-6/+6
* workSuper User2008-06-071-10/+9Star
* *** CHAN_LCR is complete! ***Super User2008-06-071-26/+220
* free bchannels on broken pipe of remote applicationSuper User2008-06-061-42/+37Star
* added Moh for HOLD/UNHOLD and app_lcr_configChristian Richter2008-06-061-1/+36
* work on chan_lcr: bridging works, interface selection possibleSuper User2008-06-061-115/+138