aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-24Merged revisions 296166 via svnmerge from rmudgett1-171/+278
2010-11-20One way audio before answering call waiting call on analog port.rmudgett1-0/+8
2010-11-19Bring sig_analog extraction more into alignment with orig-trunk/v1.6.2 chan_d...rmudgett1-3/+4
2010-11-03Merged revisions 293806 via svnmerge from rmudgett1-11/+14
2010-11-02Merged revisions 293647 via svnmerge from rmudgett1-2/+5
2010-11-01Analog 3-way call would not connect all parties if one was using sig_pri.rmudgett1-10/+21
2010-10-30Merged revisions 293417 via svnmerge from rmudgett1-11/+0
2010-10-30Merged revisions 293340 via svnmerge from rmudgett1-10/+0
2010-10-13Merged revisions 291655 via svnmerge from rmudgett1-13/+49
2010-10-13The chan_dahdi faxdetect option only works for the first FAX call.rmudgett1-7/+11
2010-09-20The inalarm flag was not set in sig_analog struct if the port is initially in...rmudgett1-0/+5
2010-09-15Add parking extension for non-default parking lots.jpeeler1-2/+2
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-20/+32
2010-07-28Merged revisions 280229 via svnmerge from rmudgett1-0/+4
2010-07-27Fix inband DTMF detection on outgoing ISDN calls.russell1-0/+5
2010-07-27Support "channels" in addition to "channel" in chan_dahdi.conf.russell1-1/+1
2010-07-27If dringXcontext is null, fallback to default context value.pabelanger1-6/+6
2010-07-23Rename sig_pri_pri to sig_pri_span. More descriptive of concept.rmudgett1-12/+12
2010-07-23missed FXS kewl start polarityswitch when finally on hook.alecdavis1-1/+1
2010-07-22Support FXS module Polarity Reversal on remote party Answer and Hangup alecdavis1-0/+50
2010-07-22DNID not cleared when channel hang up (Affects PRI and SS7)rmudgett1-1/+1
2010-07-21Fix invalid test for rxisoffhook in FXO channelstzafrir1-7/+0
2010-07-21include stat.h for everybody, needed for device2chanjpeeler1-1/+1
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-19Fix regression with distinctive ring detection.jpeeler1-3/+3
2010-07-16Merged revisions 277419 via svnmerge from rmudgett1-2/+3
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-14/+21
2010-07-14ast_callerid restructuringrmudgett1-43/+64
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-1/+232
2010-07-07Add missing conditional around chan_dahdi mfcr2_skip_category config parameter.rmudgett1-0/+2
2010-07-07Merged revisions 274579 via svnmerge from rmudgett1-0/+1
2010-07-06Status shows all non-CRC4 lines as "yellow", even if "yellow" was not in the ...tilghman1-1/+2
2010-07-02Fix various typos reported by Lintiantzafrir1-10/+10
2010-06-22Don't try to lock/unlock an uninitialized lock on a dahdi_pri.russell1-0/+3
2010-06-14Extract sig_ss7_init_linkset() to sig_ss7.rmudgett1-16/+5
2010-06-14Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.rmudgett1-1/+16
2010-06-10Attempt to fix a FreeBSD build error by including sys/stat.h.russell1-0/+1
2010-06-09Add missing API function to sig_ss7: sig_ss7_fixup().rmudgett1-7/+14
2010-06-09Eliminate deadlock potential in dahdi_fixup().rmudgett1-3/+4
2010-06-09dial by name in chan_dahditzafrir1-10/+122
2010-06-08Fix some doxygen warnings.lmadsen1-1/+1
2010-06-07Extract sig_ss7 out of chan_dahdi.rmudgett1-1571/+749
2010-06-03Add ETSI Message Waiting Indication (MWI) support.rmudgett1-0/+11
2010-06-02Add ETSI Call Waiting support.rmudgett1-36/+240
2010-06-02Generic Advice of Charge.rmudgett1-0/+19
2010-06-02Add ETSI Explicit Call Transfer (ECT) support.rmudgett1-1/+2
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-0/+10
2010-05-13Fix inverted logic in cli command: ss7 set debug on/offrmudgett1-1/+1
2010-05-12Don't crash when destroying chan_dahdi pseudo channels.rmudgett1-1/+10
2010-05-06When failing to configure, don't destroy 'cfg' twicetzafrir1-1/+1