aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-10-07Oops, we have to be able to pass multiple restrictions for when we go to voic...markster2-5/+5
2004-10-07Remove last vestiges of MySQL friends from makefile, in favor of realtime configmarkster1-28/+0
2004-10-07Fix app_sms to use correct path (bug #2597)markster1-1/+1
2004-10-07Merge SIP memory leak fixesmarkster1-18/+30
2004-10-07fix typo in chan sip that causes segVanthm1-1/+1
2004-10-07Fix which one we use initreqprep vs. reqprep (bug #2591, 2596)markster1-2/+2
2004-10-07Add realtime support to SIPmarkster1-286/+146
2004-10-06Be sure prev struct is built properly (bug #2581)markster1-0/+1
2004-10-06Merge anth's realtime patch, as well as the bindaddr fix that didn't make it ...markster1-1/+1
2004-10-06 changed it to not play a received DTMF frame if native bridged!bkramer1-9/+9
2004-10-06 commented out Caller ID setting stuff, needs to be updated to match new formatbkramer1-6/+19
2004-10-06Use reqprep, not initreqprep for NOTIFY for REFER...markster1-1/+1
2004-10-06Locking updates for debug mode, fix SIP MWI (bug #2582)markster1-2/+2
2004-10-05Fix MGCP seg (bug #2572)markster1-1/+1
2004-10-05Fix zap seggymarkster1-2/+2
2004-10-05Major changes to res_config to support centralized config, eliminate configur...markster1-233/+148
2004-10-04Fix SIP friends + MySQL (head only)markster1-1/+3
2004-10-04Have SIP_CODEC variable override replace all other codecs (bug #2566)markster1-1/+5
2004-10-04a major rework - type=peer support, code cleanup, and optimization. Still not...jeremy2-33/+29
2004-10-04a major rework - type=peer, code cleanup, and optimizationjeremy1-410/+354
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)markster4-5/+5
2004-10-03Correct CDR's for supervised transfer (bug #1595)markster2-0/+40
2004-10-03Fix potential callerid snafu's in iax and sip (based on 2562)markster2-3/+10
2004-10-03shrink phone number for callerid matching (bug #2562)markster1-0/+3
2004-10-03Major PBX revamps (including labels, update examples)markster14-29/+22
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-02Fix littlet ypomarkster1-1/+1
2004-10-02More IAX2 TNS/TOS/PRES fixesmarkster1-1/+14
2004-10-02Add iax2 parsing for TNS/TON/PRESmarkster5-5/+51
2004-10-02Remove IAX and VoFR channel drivers permenantlymarkster3-6798/+0
2004-10-02Huge callerid rework (might break H.323, others)markster12-381/+430
2004-10-01Use event2str consisitently in chan_zap anytime we are printing debug info ab...citats1-1/+1
2004-10-01work on peers some more, still highly brokenjeremy1-52/+69
2004-09-30Fix SIP transport to ignore ;transport=udpmarkster1-0/+3
2004-09-30massive changes, very broken, do not use (from airport)jeremy1-111/+149
2004-09-30make chan_h323 not compile, until i can fixjeremy1-1/+1
2004-09-30massive changes, very broken, do not use (from airport)jeremy3-63/+59
2004-09-30Fix potential seg (Bug #2550)markster1-2/+4
2004-09-30Merge ring pulse stuff (Bug #2016)markster1-14/+22
2004-09-28On register timeout, pretend to ack any messages so that if they were 100 Try...markster1-0/+11
2004-09-26Hold peerl lock while updating autocreatepeer stuffmarkster1-0/+2
2004-09-26Fix inband priindication checking in chan_zap.ccitats1-1/+1
2004-09-24If no RTP stream is up, always request digits (bug #2492)markster1-3/+3
2004-09-21support early media/intercept Bug #562jeremy4-22/+126
2004-09-21Add a bit more newbie protectionjeremy1-1/+2
2004-09-19Don't register auth against something that isn't a register (bug #2468)markster1-1/+4
2004-09-19protect against seg on busy systems. Bug #2249jeremy4-30/+47
2004-09-19Merge UK + DTMF Caller*ID stuff and fix app_test descriptionmarkster1-6/+283