aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sig_pri.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-12Merged revisions 294822 via svnmerge from rmudgett1-2/+8
2010-11-09Analog lines do not transfer CONNECTED LINE or execute the interception macros.rmudgett1-150/+15
2010-10-26No need to define the struct if there are no users.rmudgett1-2/+2
2010-10-26Allow the DAHDI driver to compile, even with a sufficiently older version of ...rmudgett1-12/+12
2010-10-25Several more defines that need to be altered for compiling against an older v...tilghman1-4/+4
2010-10-25Allow the DAHDI driver to compile, even with a sufficiently older version of ...tilghman1-10/+10
2010-10-22Connected line is not updated when chan_dahdi/sig_pri or chan_misdn transfers...rmudgett1-69/+314
2010-10-21Send CONNECT_ACKNOWLEDGE for CIS calls too.rmudgett1-0/+4
2010-09-28Avoid deadlock processing incoming AOC-E messages.rmudgett1-7/+20
2010-09-28Revert stuff not ready for commit in -r289054.rmudgett1-246/+33
2010-09-28Break up long ast_manager_event_multichan() event lines.rmudgett1-33/+246
2010-09-10Merged revisions 286116 via svnmerge from rmudgett1-0/+16
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-27/+42
2010-07-29Fix compilation error in chan_dahdi (strdupa -> ast_strdupa).seanbright1-1/+1
2010-07-27Fix inband DTMF detection on outgoing ISDN calls.russell1-0/+13
2010-07-23Rename sig_pri_pri to sig_pri_span. More descriptive of concept.rmudgett1-50/+50
2010-07-20Reference correct struct member for unlikely event PRI_EVENT_CONFIG_ERR.rmudgett1-1/+1
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-1/+6
2010-07-14ast_callerid restructuringrmudgett1-131/+267
2010-06-24Merged revisions 272446 via svnmerge from rmudgett1-0/+2
2010-06-14Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.rmudgett1-0/+49
2010-06-07Extract sig_ss7 out of chan_dahdi.rmudgett1-7/+8
2010-06-07Moved AOC request code out of the middle of code parsing the dialed number.rmudgett1-15/+14
2010-06-04Incoming overlap dialing no longer works after sig_pri extraction.rmudgett1-8/+1
2010-06-03Add ETSI Message Waiting Indication (MWI) support.rmudgett1-1/+199
2010-06-02Add ETSI Malicious Call ID support.rmudgett1-0/+110
2010-06-02Add ETSI Call Waiting support.rmudgett1-112/+458
2010-06-02Generic Advice of Charge.rmudgett1-427/+916
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.rmudgett1-0/+683
2010-06-02Add ETSI Explicit Call Transfer (ECT) support.rmudgett1-74/+123
2010-05-11Dialing an invalid extension causes incomplete hangup sequence.rmudgett1-6/+36
2010-05-07Fix deadlock in sig_pri when hanging up.jpeeler1-10/+10
2010-05-06Some code optimizations.rmudgett1-80/+88
2010-05-04The inalarm flag is not passed up from the sig_analog and sig_pri submodules.rmudgett1-12/+20
2010-04-30Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.rmudgett1-13/+13
2010-04-09Merge Call completion support into trunk.mmichelson1-40/+1512
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-9/+4
2010-03-10Simplified dahdi_request() channel selection failed reason/cause code.rmudgett1-10/+5
2010-03-10Reduce the amount of database access for HAVE_PRI_SERVICE_MESSAGES.rmudgett1-72/+51
2010-02-27overlap receiving: automatically send CALL PROCEEDING when dialplan startsalecdavis1-0/+12
2010-01-20Update CDR variables as pbx startsalecdavis1-2/+0
2010-01-19Update CDR variables before pbx starts (overlap dial)alecdavis1-0/+2
2010-01-18Update CDR variables before pbx startsalecdavis1-0/+2
2010-01-07Fix using the wrong pointer type in do_idle_thread().rmudgett1-4/+5
2010-01-05Removed unused parameters from analog_available() and sig_pri_available().rmudgett1-1/+1
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming1-26/+26
2009-11-24Fix problem on digital channels due to digital flag not getting set jpeeler1-6/+18
2009-11-06Created standard location to add options to chan_dahdi for ISDN dialing.rmudgett1-71/+56
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-13/+13
2009-11-02DAHDI ISDN channel names will not allow device state to work. (Interim solut...rmudgett1-0/+119