summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
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
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-04-06Correctly choose end of number (i.e. if it ends in 'w' with nothing following)Mark Spencer
2005-04-05Merging AOC notifications for bug #3843Matthew Fredrickson
2005-04-05Alerting *can* be sent after proceeding (bug #3963)Mark Spencer
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)Matthew Fredrickson
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-27Avoid excessive "PROGRESS" messages (bug #3807)Mark Spencer
2005-03-23Allow resetinterval to be "never"Mark Spencer
2005-03-22If the D-channel goes down and comes back up, consider it "up" on any event o...Mark Spencer
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-03-11updates from anglerRussell Bryant
2005-03-11Making 2bct work only if transfer=yes in zapata.conf for the channelMatthew Fredrickson
2005-03-09Remove duplicate CallerPres applicationMark Spencer
2005-03-05Remove accidental libpri dependency (bug #3714)Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-03-03Add dynamic dialplan support (bug #3566)Mark Spencer
2005-03-02Commiting chan_zap.c patch for 2bctMatthew Fredrickson
2005-02-28Look for faxexten in the main context, too (bug #3634)Mark Spencer
2005-02-25Fix GCC 4.0 build (bug #3662)Mark Spencer
2005-02-10Fix zap build for gcc 2.95Mark Spencer