aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-05Avoid a crash on SS7 channels.rmudgett1-2/+8
2010-05-04The inalarm flag is not passed up from the sig_analog and sig_pri submodules.rmudgett1-14/+53
2010-04-30Merged revisions 260434 via svnmerge from jpeeler1-0/+8
2010-04-30Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.rmudgett1-31/+33
2010-04-29Merged revisions 260195 via svnmerge from rmudgett1-12/+22
2010-04-27Merged revisions 259531 via svnmerge from rmudgett1-6/+24
2010-04-27Merged revisions 259270 via svnmerge from rmudgett1-0/+1
2010-04-27Re-fix dahdi_request() iflist locking since CCSS merged.rmudgett1-2/+4
2010-04-16Enable PRI SERVICE message support in chan_dahdi for the 'national' switchtypedhubbard1-4/+7
2010-04-09Merge Call completion support into trunk.mmichelson1-98/+817