summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04Formatting cleanupOlle Johansson
2006-04-04Issue #6878 - Manager event DNDstate hidden under verbose option (casper)Olle Johansson
2006-03-28normalize/simplify a bit of the command completion code.Luigi Rizzo
2006-03-28The condition to check the zaptel version was too strict.Luigi Rizzo
2006-03-28ensure that 'zap show channel' will indicate that the echo canceler has been ...Kevin P. Fleming
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-23Allow channels to be moved if channel change is requested in SETUP_ACK, also ...Matthew Fredrickson
2006-03-21Added separate outsignalling specification, and fixed FEATDMF to allow forJim Dixon
2006-03-16Merged revisions 13237 via svnmerge from Russell Bryant
2006-03-04Fix some whitespace issuesMark Spencer
2006-02-21Bug 6554 - Show all spans statuses with a single commandTilghman Lesher
2006-02-21Bug 6552 - Be a little more descriptive about which span has the PRI errorTilghman Lesher
2006-02-10clean up SMDI support commit:Kevin P. Fleming
2006-02-10Minor bugfix for #6386Matthew Fredrickson
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)Matthew Fredrickson
2006-02-09remove unnecessary format check in zt_request so that we will actually acceptRussell Bryant
2006-02-09clarify return value (issue #6434)Russell Bryant
2006-02-07Make sure we output the APDU debug on pri debug commandsMatthew Fredrickson
2006-02-02Fix w/ string field updates #6397Matthew Fredrickson
2006-02-02git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9106 65c4cc65-6c06-...Matthew Fredrickson
2006-02-02Fix so that hardhdlc works w/ chan_zapMatthew Fredrickson
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31remove some more local declarations of null framesRussell Bryant
2006-01-31Yes Virginia, Zaptel does support native ALAWKevin P. Fleming
2006-01-30Merged revisions 8905 via svnmerge from Kevin P. Fleming
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...Kevin P. Fleming
2006-01-26Merged revisions 8729 via svnmerge from Russell Bryant
2006-01-20eliminate compiler warnings from recent const-ificationKevin P. Fleming
2006-01-19Add support for "musicclass" instead of "musiconhold" to make chan_zap compat...Olle Johansson
2006-01-17Fix answeronpolarityswitch and hanguponpolarityswitch when both are yes (#6229)Matthew Fredrickson
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming
2006-01-11convert some channels to use the memory allocation wrappers.Russell Bryant
2006-01-07Fix build if RINGBEGIN is not defined (bug #6166)Mark Spencer
2006-01-06Changes to allow receiving japanese callerid (Bug #5928)Matthew Fredrickson
2006-01-04Fixes for bug #6125Matthew Fredrickson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Don't do DTMF detect on pseudo's!Mark Spencer
2005-12-26Added support for Feature Group C CAMA trunks (both DP and MF), and supportJim Dixon
2005-12-10 Bug #5877BJ Weschke
2005-12-04clean up some compiler warningsRussell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-12-02Fix all the warnings and errors for PRI to go to more logical placesMatthew Fredrickson
2005-12-01Add app to send pri keypad facility digits during a callMatthew Fredrickson
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11Fix DTMF issue with 3-way native zapMark Spencer
2005-11-09correct logic for group-match CONGESTION checkingKevin P. Fleming