aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-14525/+0
2008-06-11Fix pseudo channel allocation errors on startup when using SS7mattf1-1/+1
2008-06-11Make sure we hangup any calls we have and NULL out the ss7call value when we ...mattf1-0/+7
2008-06-04Merged revisions 120425 via svnmerge from tilghman1-0/+3
2008-05-29Merged revisions 119071 via svnmerge from tilghman1-3/+5
2008-05-29Merged revisions 118953 via svnmerge from tilghman1-16/+5
2008-05-23Merged revisions 118163 via svnmerge from jpeeler1-5/+5
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-12/+12
2008-05-21Merged revisions 117582 via svnmerge from jpeeler1-29/+41
2008-05-21Merged revisions 117462 via svnmerge from jpeeler1-154/+154
2008-05-19Change the default for the pridialplan parameter to the far more common case oftilghman1-1/+1
2008-05-16Try to see if we can make our ringback situation a little bettermattf1-4/+5
2008-05-13Need to clear calling_party_cat variable after we retrieve itmattf1-1/+1
2008-05-13Add support for receiving calling party categorymattf1-0/+7
2008-05-11Add Zap MTP2 support to chan_zapmattf1-2/+6
2008-05-11Open up audio channel when we get ACM on SS7 eventmattf1-0/+3
2008-05-08Remove unused code as well as demote an error message to a debug messagemattf1-6/+2
2008-05-01Add two new console commands "pri show version" and "ss7 show version" that w...bbryant1-0/+32
2008-05-01Allow dringXrange to properly default to 10, as was done in 1.4.qwell1-10/+9
2008-04-28Fix deadlock issue in chan_zap with libss7 due to channel variables being set...mattf1-1/+11
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-2/+2
2008-04-21(closes issue #6113)jpeeler1-1/+16
2008-04-21Add support for generic name transmission (#12484) on SS7 in chan_zapmattf1-5/+12
2008-04-19SS7:Added - Generic Name / Access Transport / Redirecting Number handling. #1...mattf1-3/+42
2008-04-18Merged revisions 114257 via svnmerge from mmichelson1-4/+1
2008-04-16Merged revisions 114184 via svnmerge from kpfleming1-0/+2
2008-04-12Make sure linkset is locked exiting ss7_start_callmattf1-2/+1
2008-04-12Make sure we start incoming calls on SS7 with echo cancellation enabled. Als...mattf1-4/+14
2008-04-03Merged revisions 112599 via svnmerge from mmichelson1-16/+16
2008-04-01This adds DNS SRV record support to DNS manager. If there is a SRV record fo...jpeeler1-2/+0
2008-04-01Now that zaptel trunk has been removed, add the PSTN deprecation notice to ch...russell1-0/+2
2008-03-26Large cleanup of DSP codeqwell1-16/+15
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.qwell1-4/+4
2008-03-19Rename very poorly named function to reflect what it actually does. This was...qwell1-12/+12
2008-03-18Fix a typo which caused a double free in chan_zap. This was discoveredmmichelson1-1/+1
2008-03-12add support for named sections in zapata.conf, and fix a few bugs in config f...kpfleming1-18/+63
2008-03-10Merged revisions 107173 via svnmerge from qwell1-0/+1
2008-03-08Merged revisions 106945 via svnmerge from kpfleming1-5/+11
2008-03-07Make sure we don't start a call when we have already done so in response to a...mattf1-3/+5
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+3
2008-03-05Merged revisions 106038 via svnmerge from kpfleming1-16/+23
2008-03-04Fix minor misuses of snprintftilghman1-3/+3
2008-03-03Fix some code that was improperly changed in revision 104866 from issue #12079.russell1-1/+1
2008-02-27reduce indentation in alloc_subrussell1-25/+28
2008-02-26Merged revisions 104119 via svnmerge from russell1-1/+1
2008-02-25Deprecate the "stripmsd" option in favor of dialplan substring variable syntax.russell1-0/+1
2008-02-22Add protection to chan_zap build when NEONMWI events are not defineddbailey1-0/+4
2008-02-21Added configuration distinction between neon and fsk mwi detectiondbailey1-32/+77
2008-02-20Merged revisions 103953 via svnmerge from file1-1/+1
2008-02-19(closes issue #11864)jpeeler1-0/+3