aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Merged revision 247904 fromrmudgett1-27/+5
2009-11-05chan_misdn Asterisk 1.4.27-rc2 crashdbrooks1-0/+1
2009-10-07chan_misdn.c:process_ast_dsp() memory leakrmudgett1-2/+6
2009-08-10AST-2009-005tilghman1-1/+1
2009-07-14Fixes several call transfer issues with chan_misdn.rmudgett1-286/+417
2009-07-14Fix some memory leaks in chan_misdn.rmudgett1-22/+53
2009-07-02Removed confusing warning message "Got Busy in Connected State"rmudgett1-2/+0
2009-05-22Fix a bug where using immediate with mISDN caused a cause code of 16 to get s...file1-2/+3
2009-05-11Sent wrong message to clear a call we started if the other end has not respon...rmudgett1-2/+2
2009-05-07Give a more helpful message when an incoming call's dialed extension does not...rmudgett1-8/+14
2009-04-16Only disable mISDN DSP if Asterisk DSP is enabled. Leave jitter setting alone.rmudgett1-1/+0
2009-01-13Revert unnecessary indications API change from rev 122314russell1-2/+2
2009-01-09* Fix for JIRA AST-175/ABE-1757rmudgett1-22/+222
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-1/+1
2008-11-20Merged revision 157977 fromrmudgett1-31/+46
2008-11-04JIRA ABE-1703rmudgett1-1/+1
2008-10-16Fix memory leak found by customerrmudgett1-0/+1
2008-09-30channels/chan_misdn.crmudgett1-1898/+1750
2008-09-24improved helptext of misdn_set_opt.crichter1-1/+2
2008-08-06* The allowed_bearers setting in misdn.conf misspelled onermudgett1-51/+57
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-2/+2
2008-03-11fix various other problems found by gcc 4.3kpfleming1-5/+1
2008-03-07Safely use the strncat() function.tilghman1-10/+5
2008-01-29fixed potential segfault in misdn show channels CLI commandcrichter1-1/+9
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-1/+1
2008-01-03make sure frame is completely clean, before we send it to asterisk as DTMF. I...crichter1-0/+1
2008-01-03when overlapdial was used and no number was dialed, the call was dropped, now...crichter1-1/+8
2007-12-14fixed the sequencing of WAITING_4DIGS state setting and overlap_task thread s...crichter1-1/+1
2007-11-20added RR patch from iroot #10908, thanks.crichter1-5/+7
2007-11-12if we're NT and no number was dialed and overlapdial is set, we wait for the ...crichter1-0/+11
2007-11-12added restart all interfaces Restart_Indicator, to automatically send a RESTA...crichter1-7/+10
2007-11-12fixed a state/event issue with overlapdial=yes when no extension matched. rem...crichter1-2/+1
2007-11-12aded ntkeepcalls option, to avoid droƃpping calls when the L2 goes down on a...crichter1-1/+4
2007-10-22we send DISCONNECT instead of RELEASE/RELEASE_COMPLETE if the dialplan does n...crichter1-4/+2
2007-10-02terminate USERUSER String with 0crichter1-1/+2
2007-09-26Fix building chan_misdn under dev-mode. (please run the configure scriptrussell1-7/+8
2007-09-24fixed round_robin group dial method, this never worked well on BRI Ports (2 c...crichter1-51/+55
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-5/+5
2007-09-19removed comment which violates the coding guidelines.crichter1-1/+0
2007-09-19added 'astdtmf' option to allow configuring the asterisk dtmf detector instea...crichter1-4/+16
2007-09-11fixed a hold/retrieve issue.crichter1-3/+5
2007-08-30Fixed some warnings.crichter1-5/+5
2007-08-30Fixed a severe issue where a misdn_read would lock the channel, but read wouldcrichter1-12/+37
2007-08-23make chan_misdn compile without warningsdhubbard1-76/+86
2007-08-17sometimes we don't need to signal dtmf tones to asterisk, we just want them t...crichter1-4/+5
2007-08-13(closes issue #10437)file1-7/+1
2007-08-10fixed a bug with the useruser information element. We send them now also in t...crichter1-0/+9
2007-07-04Merged revisions 73207 via svnmerge from crichter1-1/+6
2007-07-03Merged revisions 73004 via svnmerge from crichter1-5/+0
2007-07-02Merged revisions 72585 via svnmerge from crichter1-1/+13