summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2005-07-19Fix for DSP code on 411/406. (Bug 4712). Also a settable tone lengthMatthew Fredrickson
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15ensure that format string macros are undef'd after use (bug #4716)Kevin P. Fleming
2005-07-15various code formatting changes and cleanups related to bug #4706Kevin P. Fleming
2005-07-13don't ignore hardcoded CLID from zapata.conf when usecallerid=noKevin P. Fleming
2005-07-13Update variable name to match docsMatthew Fredrickson
2005-07-12pick up calling ANI information from libpri (bug #4571)Kevin P. Fleming
2005-07-11Make PRI debug easier to read if you're not using NFASMatthew Fredrickson
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-10Pass along proceeding and progress even when overlap mode is not onMark Spencer
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-29Fix for bug 4347. Also breaking redirectingreason interpretation routine int...Matthew Fredrickson
2005-06-24un-break three-way callingKevin P. Fleming
2005-06-24ensure that 'zap show status' always generates output, even when there are no...Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ sho...Kevin P. Fleming
2005-06-09make incoming overlap calls with no number specified use the 's' extension (b...Kevin P. Fleming
2005-06-09make zap-transfers to busy/congestion channels behave more reasonably (bug #4...Kevin P. Fleming
2005-06-07save 168 bytes per zaptel channel private structure (using bitfields)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)Kevin P. Fleming
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandsKevin P. Fleming
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)Mark Spencer
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-25various code cleanups (bug #4353)Russell Bryant
2005-05-24(Hopefully!) last remaining changes for NFAS.Matthew Fredrickson
2005-05-24More updates for NFAS span/channel mappingMatthew Fredrickson
2005-05-23Bug in pri_find_principleMatthew Fredrickson
2005-05-23Updates for new libpri set_message apiMatthew Fredrickson
2005-05-20Mods for IMPLICIT/EXPLICIT channel id selection supportMatthew Fredrickson
2005-05-16Turn on the DSP for the channel after an ANSWER so that we get DTMF detectedMatthew Fredrickson
2005-05-16Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286Matthew Fredrickson
2005-05-16add 'zap show status' CLI command to display card/span status (bug #3585)Kevin P. Fleming
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the wayKevin P. Fleming
2005-05-12Fix typo in chan_zap.c faclityenable != facilityenableJames Golovich
2005-05-12Resolve Bug #4248Malcolm Davenport
2005-05-12enable/disable facility iesMatthew Fredrickson
2005-05-11Set DNID for immediate calls (Bug #4220)Matthew Fredrickson
2005-05-10chan_zap.c portion of PRI show debug command (Bug #3985)Matthew Fredrickson
2005-05-10revert this patch ... THIS IS NORMAL OPERATION, see the bugnotes for details ...Russell Bryant
2005-05-04fix build on FreeBSD (bug #4125)Kevin P. Fleming
2005-05-02Add support for native DTMFMark Spencer
2005-05-01properly check for error from pri_timer2idx (bug #4117)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-29make write() failures on Zap channels more prominent than 'debug' messages (b...Kevin P. Fleming
2005-04-27Fixed problem with 'radio' attribute vanishing upon zap reloadJim Dixon
2005-04-27add manager events for Zaptel DND state changes (bug #4070, with mods)Kevin P. Fleming
2005-04-27reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug...Kevin P. Fleming
2005-04-22Support for new signaling type Feature Group D (MF) through a tandem accessMatthew Fredrickson