aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming1-0/+0
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)russell1-0/+3
2005-09-24Fix cut/paste error (issue #5282)russell1-1/+1
2005-09-13don't allow call waiting during the initial ringing (issue #5188)russell1-1/+1
2005-08-26make message more gooder (issue #4979)russell1-1/+1
2005-08-22Commit backport of fix to DTMF detection during overlap modemattf1-1/+7
2005-06-22correctly jump to fax extension when inside of a macro (bug #4471)russell1-4/+6
2005-06-15add support for native DTMFrussell1-3/+24
2005-06-13if no extension is specified on an overlap call, use the 's' extension (bug #...russell1-0/+7
2005-05-31set DNID on incoming calls (bug #4220)russell1-0/+3
2005-05-19reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug...russell1-0/+2
2005-05-10allow ALERTING even after PROCEEDING (bug #3963)russell1-3/+4
2005-04-15add some newlines and fix some misspellings (bug #4027)russell1-1/+1
2005-03-28look for the fax extension in the main context, as well (bug #3634)russell1-1/+1
2005-02-25move function prototypes outside of functions to compile under gcc4 (bug #3662)russell1-1/+2
2005-01-29Fix interation of # transfer and flash hook transfer (bug #3011)russell1-0/+6
2005-01-22fix broken callerid (bug #3395)russell1-0/+2
2005-01-08Make sure we clear out owner in SUB_REAL when moving a call (bug #3267)russell1-0/+1
2004-12-30make cid rings configurable (bug #2889)russell1-1/+7
2004-12-03doing <flash> *0 while on fxs causes Asterisk to crash (bug 2963)russell1-3/+5
2004-10-27Backport chan_zap.c part of bug 2703 to 1.0citats1-0/+9
2004-10-25Backport recent memory fixes to 1.0citats1-1/+1
2004-10-25Make sure close() is not called on a fd < 1 with a wrapper call (bug #2710)russell1-18/+15
2004-10-14show output with 'pri debug' with verbosity set to zero (bug #2645)russell1-2/+1
2004-10-09Discontiguous descending Zap channel group fails to use all members (bug #2581)russell1-0/+1
2004-10-03Fix CDR for supervised transfer in chan_zap and chan_sip (bug #1595)russell1-0/+24
2004-10-02Use event2str consisitently in chan_zap anytime we are printing debug info ab...russell1-1/+1
2004-09-26Fix inband priindication checking in chan_zap.ccitats1-1/+1
2004-09-19Merge UK + DTMF Caller*ID stuff and fix app_test descriptionmarkster1-6/+283
2004-09-14Inband notifies always succeed (bug #2420)markster1-0/+2
2004-09-13Add pulse dial supportmarkster1-0/+10
2004-09-13Bring sanity to inband notification on PRImarkster1-6/+8
2004-09-13Fix star 80 to star 60 (bug #2247)markster1-1/+1
2004-09-11Don't set guardtime if channel is only reserved (bug #2421)markster1-3/+6
2004-09-10Do the same thing for pri_hangup_all in terms of releasing the PRI lockmarkster1-9/+11
2004-09-10Make sure we don't try to grab the sub and channel locks while still having t...markster1-10/+35
2004-09-10Properly lock management stuff (bug #2406)markster1-2/+4
2004-09-07Turn on usecallerid if distinctiveringdetection is on (bug #2389)markster1-0/+6
2004-09-04Turn off the hook detection unless explicitly compiled inmarkster1-0/+11
2004-09-02Don't try to look offhook with channel banks & Loopstart (bug #2362), also ma...markster1-3/+7
2004-09-02Don't use FXO's with no battery (bug #2359)markster1-3/+8
2004-09-02Fix threeway calling + immediate mode (bug #2344)markster1-1/+6
2004-09-01Fix teeny typomarkster1-1/+1
2004-08-31Permit in-band and out-of-band Busy/Congestion (bug #2325)markster1-15/+38
2004-08-31Make sure we behave properly for parking (bug #2292)markster1-1/+1
2004-08-30Look for feature group D on all E&M Wink Lines (bug #2228)markster1-3/+4
2004-08-23Make the guardtime work even if the date is < the year 1970, and if something...markster1-3/+5
2004-08-21Made some what turned out to be several changes to allow for radio channelsjim1-4/+24
2004-08-20Don't split unless it's got echo trainingmarkster1-1/+1
2004-08-12Make Asterisk cause codes match those of Q.931 (bug #1999)markster1-47/+3