aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-27Add Circuit Group Queury message codemattf1-0/+36
2007-10-27Make sure we turn on the DSP when we answer the callmattf1-1/+9
2007-10-26Correctly use defined return values in (some) load_module functions.qwell1-1/+1
2007-10-24Merged revisions 86982 via svnmerge from qwell1-8/+9
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-20/+20
2007-10-22There is a really fun game that you can play before committing code,russell1-1/+1
2007-10-22resetinterval defaulting to something other than 'never' doesn't seem to acco...kpfleming1-2/+1
2007-10-19Add better support for blocking and unblocking of CICs (#10965)mattf1-13/+25
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-20/+20
2007-10-18Fixing a segfault from tab-completing a "zap restart" CLI command.mmichelson1-0/+2
2007-10-16Don't hangup the call for SS7 if we get an alarmmattf1-14/+20
2007-10-12Trying to finish the last of the charge_number patch up #10916mattf1-0/+7
2007-10-12Add support for receive charge number in dialplan #10916mattf1-0/+11
2007-10-11Make sure we set the ANI2 field for PRImattf1-0/+2
2007-10-11Add SS7 ANI2 support tx and rx. #10916mattf1-0/+4
2007-10-11Add CCR test support #10916mattf1-3/+26
2007-10-11Let's hard code this until I fix itmattf1-1/+1
2007-10-11Make sure we are clean to build without libprimattf1-2/+2
2007-10-05Merged revisions 84783 via svnmerge from russell1-2/+11
2007-10-04Merged revisions 84690 via svnmerge from kpfleming1-10/+10
2007-09-26Merged revisions 83879 via svnmerge from tilghman1-5/+0
2007-09-21Fix compilation errors in CLI command updates to SS7 CLI commandsrussell1-3/+3
2007-09-19More conversions to NEW_CLIqwell1-382/+467
2007-09-18Don't use ast_channel_lock_both() here, it only exists in one of my branches.russell1-2/+4
2007-09-17convert various places that access the channel lock directly to use the chann...russell1-33/+33
2007-09-14Merged revisions 82394 via svnmerge from qwell1-1/+1
2007-09-13Add setvar support to chan_zap. Just like you can in chan_sip and chan_iax2 y...file1-0/+28
2007-09-11Fix to make sure we don't hangup a call when getting a RLC without sending RE...mattf1-1/+4
2007-09-06Patch on 10575. Add support for unequipped CIC (UCIC) message as well as imp...mattf1-0/+18
2007-08-30Add new queryable fields from zaptel to 'zap show status'tilghman1-2/+38
2007-08-24Add VMWI chan_zap support #9909mattf1-0/+5
2007-08-23Merged revisions 80501 via svnmerge from kpfleming1-2/+3
2007-08-20Fix random segfault issue when loading chan_zap. Trying to access a configura...file1-1/+1
2007-08-18We weren't properly encapsulating the mtime ignores of config files (closes i...tilghman1-2/+2
2007-08-17Merged revisions 79912 via svnmerge from russell1-0/+2
2007-08-17Fix building of chan_zap under development mode without libpri and libss7 ins...file1-1/+3
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-11/+20
2007-08-14Don't ask me why, but waitfordigit will immediately return a 1 on my system, ...murf1-0/+1
2007-08-13Merged revisions 79174 via svnmerge from file1-4/+0
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredrussell1-2/+15
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-5/+5
2007-08-08HAVEL_SS7 should be HAVE_SS7. Reported by kwallace.file1-2/+2
2007-08-07Merged revisions 78371 via svnmerge from russell1-9/+3
2007-08-07Can't forget outsignaling!file1-1/+1
2007-08-07Just for jsmith... make signaling a valid option that acts like signalling.file1-1/+1
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-143/+80
2007-07-25Merged revisions 76983 via svnmerge from murf1-1/+1
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-8/+7
2007-07-13Merged revisions 75053 via svnmerge from russell1-3/+12
2007-07-09Merged revisions 74159 via svnmerge from qwell1-8/+8