aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.0@7221 f38db490-d61c-...kpfleming1-0/+0
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
2004-08-08Merge BSD stack size work (bug #2067)markster1-7/+7
2004-08-07Fix a couple minor command line completion issuesmarkster1-5/+17
2004-08-01Uhm, that should be 0!markster1-0/+1
2004-07-31Create manager show channels comamnd (#2186) to monitor zap channel statusmarkster1-0/+45
2004-07-30Reset conferencing on final hangup (bug #2172)markster1-0/+13
2004-07-30chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115...malcolmd1-4/+0
2004-07-30Fix little unregister bugletmarkster1-0/+2
2004-07-30Bug # 2115: Allow Caller TON to be retrieved in the dialplanmalcolmd1-0/+4
2004-07-29Clear things out for the bearer toomarkster1-0/+1
2004-07-29Don't get stuck looping when looking for CRV'smarkster1-3/+7
2004-07-28Fix "ZapOffHook" (bug #2161)markster1-4/+4
2004-07-27Make sure index >= 0 before initializingmarkster1-7/+7
2004-07-27Swap subs before releasing lockmarkster1-1/+2
2004-07-26Make sure we release the correct lock!markster1-1/+1
2004-07-26Fix potential transfer segmarkster1-1/+2
2004-07-24Sometimes we get subunalloced, gotta free lock firstmarkster1-2/+5
2004-07-24Oopsmarkster1-1/+1
2004-07-24Hold lock for three-way channel (bug #2107)markster1-0/+25
2004-07-19Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES buildmarkster1-1/+1
2004-07-19Fix chan_zap compiling without libpricitats1-1/+7
2004-07-19Fix signalling for GR303 FXSKS CPE so we can look like a concentratormarkster1-29/+86
2004-07-18Grab the Message-ID toomarkster1-0/+29
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....markster1-1/+1
2004-07-17Add separated dialplan support (bug #2043)markster1-1/+18
2004-07-16Don't look for bearers when there are none.markster1-3/+9
2004-07-16Implement confirmation for PRImarkster1-3/+6
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-48/+56