summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-11Fix pseudo channel allocation errors on startup when using SS7Matthew Fredrickson
2008-06-11Make sure we hangup any calls we have and NULL out the ss7call value when we ...Matthew Fredrickson
2008-06-04Merged revisions 120425 via svnmerge from Tilghman Lesher
2008-05-29Merged revisions 119071 via svnmerge from Tilghman Lesher
2008-05-29Merged revisions 118953 via svnmerge from Tilghman Lesher
2008-05-23Merged revisions 118163 via svnmerge from Jeff Peeler
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-21Merged revisions 117582 via svnmerge from Jeff Peeler
2008-05-21Merged revisions 117462 via svnmerge from Jeff Peeler
2008-05-19Change the default for the pridialplan parameter to the far more common case ofTilghman Lesher
2008-05-16Try to see if we can make our ringback situation a little betterMatthew Fredrickson
2008-05-13Need to clear calling_party_cat variable after we retrieve itMatthew Fredrickson
2008-05-13Add support for receiving calling party categoryMatthew Fredrickson
2008-05-11Add Zap MTP2 support to chan_zapMatthew Fredrickson
2008-05-11Open up audio channel when we get ACM on SS7 eventMatthew Fredrickson
2008-05-08Remove unused code as well as demote an error message to a debug messageMatthew Fredrickson
2008-05-01Add two new console commands "pri show version" and "ss7 show version" that w...Brett Bryant
2008-05-01Allow dringXrange to properly default to 10, as was done in 1.4.Jason Parker
2008-04-28Fix deadlock issue in chan_zap with libss7 due to channel variables being set...Matthew Fredrickson
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-21(closes issue #6113)Jeff Peeler
2008-04-21Add support for generic name transmission (#12484) on SS7 in chan_zapMatthew Fredrickson
2008-04-19SS7:Added - Generic Name / Access Transport / Redirecting Number handling. #1...Matthew Fredrickson
2008-04-18Merged revisions 114257 via svnmerge from Mark Michelson
2008-04-16Merged revisions 114184 via svnmerge from Kevin P. Fleming
2008-04-12Make sure linkset is locked exiting ss7_start_callMatthew Fredrickson
2008-04-12Make sure we start incoming calls on SS7 with echo cancellation enabled. Als...Matthew Fredrickson
2008-04-03Merged revisions 112599 via svnmerge from Mark Michelson
2008-04-01This adds DNS SRV record support to DNS manager. If there is a SRV record fo...Jeff Peeler
2008-04-01Now that zaptel trunk has been removed, add the PSTN deprecation notice to ch...Russell Bryant
2008-03-26Large cleanup of DSP codeJason Parker
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.Jason Parker
2008-03-19Rename very poorly named function to reflect what it actually does. This was...Jason Parker
2008-03-18Fix a typo which caused a double free in chan_zap. This was discoveredMark Michelson
2008-03-12add support for named sections in zapata.conf, and fix a few bugs in config f...Kevin P. Fleming
2008-03-10Merged revisions 107173 via svnmerge from Jason Parker
2008-03-08Merged revisions 106945 via svnmerge from Kevin P. Fleming
2008-03-07Make sure we don't start a call when we have already done so in response to a...Matthew Fredrickson
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-03-05Merged revisions 106038 via svnmerge from Kevin P. Fleming
2008-03-04Fix minor misuses of snprintfTilghman Lesher
2008-03-03Fix some code that was improperly changed in revision 104866 from issue #12079.Russell Bryant
2008-02-27reduce indentation in alloc_subRussell Bryant
2008-02-26Merged revisions 104119 via svnmerge from Russell Bryant
2008-02-25Deprecate the "stripmsd" option in favor of dialplan substring variable syntax.Russell Bryant
2008-02-22Add protection to chan_zap build when NEONMWI events are not definedDoug Bailey
2008-02-21Added configuration distinction between neon and fsk mwi detectionDoug Bailey
2008-02-20Merged revisions 103953 via svnmerge from Joshua Colp
2008-02-19(closes issue #11864)Jeff Peeler