aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-02Merged revisions 72099 via svnmerge from crichter1-2/+4
2007-06-22Merged revisions 70341 via svnmerge from crichter1-1/+1
2007-06-22Merged revisions 70672 via svnmerge from crichter1-1/+0
2007-06-22Merged revisions 70311 via svnmerge from crichter1-0/+2
2007-06-22Merged revisions 69887 via svnmerge from crichter1-1/+7
2007-06-22Merged revisions 68887 via svnmerge from crichter1-3/+7
2007-06-22Merged revisions 68874 via svnmerge from crichter1-7/+8
2007-06-11Merged revisions 68732 via svnmerge from crichter1-0/+12
2007-06-11Merged revisions 68631 via svnmerge from crichter1-15/+20
2007-06-05Merged revisions 67306 via svnmerge from crichter1-161/+151
2007-06-05Merged revisions 67209 via svnmerge from crichter1-0/+11
2007-05-24Merged revisions 65767 via svnmerge from crichter1-0/+2
2007-05-22Merged revisions 65328 via svnmerge from crichter1-1/+2
2007-05-18Merged revisions 64902 via svnmerge from crichter1-1/+2
2007-05-16Merged revisions 64513 via svnmerge from crichter1-10/+11
2007-05-09Merged revisions 62945,63402,63519 via svnmerge from crichter1-16/+144
2007-05-03Merged revisions 61357,61770,62885 via svnmerge from crichter1-4/+9
2007-04-11Don't export AOCD variables on misdn_hangup anymore, this was mainly a fix fo...nadi1-3/+0
2007-04-11Export AOCD variables on misdn_hangup.nadi1-3/+2