aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-26/+29
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)kpfleming1-4/+6
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandskpfleming1-72/+40
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)markster1-0/+2
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-2/+2
2005-05-25various code cleanups (bug #4353)russell1-2/+2
2005-05-24(Hopefully!) last remaining changes for NFAS.mattf1-18/+61
2005-05-24More updates for NFAS span/channel mappingmattf1-7/+8
2005-05-23Bug in pri_find_principlemattf1-1/+3
2005-05-23Updates for new libpri set_message apimattf1-2/+5
2005-05-20Mods for IMPLICIT/EXPLICIT channel id selection supportmattf1-0/+20
2005-05-16Turn on the DSP for the channel after an ANSWER so that we get DTMF detectedmattf1-10/+8
2005-05-16Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286mattf1-0/+28
2005-05-16add 'zap show status' CLI command to display card/span status (bug #3585)kpfleming1-1/+73
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the waykpfleming1-111/+99
2005-05-12Fix typo in chan_zap.c faclityenable != facilityenablecitats1-1/+1
2005-05-12Resolve Bug #4248malcolmd1-2/+2
2005-05-12enable/disable facility iesmattf1-2/+10
2005-05-11Set DNID for immediate calls (Bug #4220)mattf1-0/+3
2005-05-10chan_zap.c portion of PRI show debug command (Bug #3985)mattf1-0/+38
2005-05-10revert this patch ... THIS IS NORMAL OPERATION, see the bugnotes for details ...russell1-1/+2
2005-05-04fix build on FreeBSD (bug #4125)kpfleming1-1/+1
2005-05-02Add support for native DTMFmarkster1-3/+22
2005-05-01properly check for error from pri_timer2idx (bug #4117)kpfleming1-1/+1
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-3/+3
2005-04-29make write() failures on Zap channels more prominent than 'debug' messages (b...kpfleming1-2/+1
2005-04-27Fixed problem with 'radio' attribute vanishing upon zap reloadjim1-0/+2
2005-04-27add manager events for Zaptel DND state changes (bug #4070, with mods)kpfleming1-2/+12
2005-04-27reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug...kpfleming1-0/+2
2005-04-22Support for new signaling type Feature Group D (MF) through a tandem accessmattf1-4/+120
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-27/+27
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
2005-04-06Correctly choose end of number (i.e. if it ends in 'w' with nothing following)markster1-3/+4
2005-04-05Merging AOC notifications for bug #3843mattf1-1/+9
2005-04-05Alerting *can* be sent after proceeding (bug #3963)markster1-3/+4
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)mattf1-37/+12
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-3/+3
2005-03-27Avoid excessive "PROGRESS" messages (bug #3807)markster1-9/+16
2005-03-23Allow resetinterval to be "never"markster1-5/+9
2005-03-22If the D-channel goes down and comes back up, consider it "up" on any event o...markster1-0/+2
2005-03-17Add support for Solaris/x86 (bug #3064)markster1-1/+3
2005-03-11updates from anglerrussell1-1/+1
2005-03-11Making 2bct work only if transfer=yes in zapata.conf for the channelmattf1-1/+4
2005-03-09Remove duplicate CallerPres applicationmarkster1-16/+0
2005-03-05Remove accidental libpri dependency (bug #3714)markster1-0/+2
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-60/+79
2005-03-03Add dynamic dialplan support (bug #3566)markster1-4/+48
2005-03-02Commiting chan_zap.c patch for 2bctmattf1-0/+14
2005-02-28Look for faxexten in the main context, too (bug #3634)markster1-1/+1