summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
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
2005-11-09issue #3360 plus related fixKevin P. Fleming
2005-11-08Fix three-way issueMark Spencer
2005-11-06issue #5605Russell Bryant
2005-11-06Fix chan_zap build on non-PRI (bug #5620)Mark Spencer
2005-11-05Handle DTMF properly when combined with other eventsMark Spencer
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-22fix output of 'zap show status' to line up properly (issue #5491)Russell Bryant
2005-10-21Add user to user ie transmission support in chan_zap.cMatthew Fredrickson
2005-10-20silence compiler warnings when ZT_TONEDETECT is not defined (issue #5470)Russell Bryant
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)Mark Spencer
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)Mark Spencer
2005-10-04Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468Matthew Fredrickson
2005-09-29support both regular and Feature Group D dialing syntax on EM_WINK trunks (is...Kevin P. Fleming
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-28more whitespace fixesKevin P. Fleming
2005-09-28more whitespace cleanupKevin P. Fleming
2005-09-28whitespace fixKevin P. Fleming
2005-09-28fix comment typoKevin P. Fleming
2005-09-28missed a line...Kevin P. Fleming
2005-09-28code cleanupKevin P. Fleming
2005-09-28minor fixesKevin P. Fleming
2005-09-28clean up formatting, use the same flag bit for both GR-303 modesKevin P. Fleming
2005-09-28fix variable name (issue #5302)Russell Bryant
2005-09-28don't declare the priority inside of the for loop so that the priorityRussell Bryant
2005-09-26handle polarity reversal hangup indication during an incoming call that is st...Kevin P. Fleming
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)Mark Spencer
2005-09-24Fix cut/paste error (bug #5282)Mark Spencer
2005-09-15revert an optimization that didn't work (issue #5222)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14ensure that exten field is cleared when incoming number is not matched to an ...Kevin P. Fleming