aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-01Debugging improvements (bug #2765)markster1-2/+3
2004-10-31Pass redirecting number on PRI calls (bug #2763)markster1-0/+1
2004-10-31Misc code fixes (bug #2762)markster1-1/+6
2004-10-28Fix qsig supportmarkster1-0/+3
2004-10-28Adding Q.SIG switchtype option to chan_zapmattf1-0/+2
2004-10-28fix compiler warningmarkster1-0/+2
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-17/+5
2004-10-26Fix MGCP dtmf buglet (bug #2696)markster1-0/+9
2004-10-24Pass format stringcitats1-1/+1
2004-10-23Make sure close() is not called on a fd < 1 with a wrapper callanthm1-13/+14
2004-10-23Check return value of malloc before dereferencing ptr in chan_zap.ccitats1-6/+10
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-44/+44
2004-10-17Fix chan_zap reload with pseudo channels (bug 2664)citats1-1/+1
2004-10-16Don't restart PRI channelsmarkster1-7/+9
2004-10-16Make chan_zap reloadable (bug #2637)markster1-840/+484
2004-10-14Make PRI debug work when verbosity = 0 (bug #2645)markster1-2/+1
2004-10-06Be sure prev struct is built properly (bug #2581)markster1-0/+1
2004-10-05Fix zap seggymarkster1-2/+2
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)markster1-2/+2
2004-10-03Correct CDR's for supervised transfer (bug #1595)markster1-0/+24
2004-10-03shrink phone number for callerid matching (bug #2562)markster1-0/+3
2004-10-03Major PBX revamps (including labels, update examples)markster1-8/+1
2004-10-02Don't set state to UP state within the driver, but instead allow ast_read to ...markster1-2/+0
2004-10-02Add #ifdef to chan_zap.c in case someone updates asterisk but not libpricitats1-0/+2
2004-10-02Allow PRI timers to be congfigurable. (bug 2518)citats1-1/+27
2004-10-02Huge callerid rework (might break H.323, others)markster1-144/+167
2004-10-01Use event2str consisitently in chan_zap anytime we are printing debug info ab...citats1-1/+1
2004-09-30Merge ring pulse stuff (Bug #2016)markster1-14/+22
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