aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-17If singlepath=yes, don't send multiple RTP streams during transfermarkster1-4/+7
2004-09-17Make chan_iax2.c compile again on older gcc. Remember definitions must come ...citats1-1/+1
2004-09-17Merge steven davie's IAX2 jitterbuffer fixesmarkster1-96/+229
2004-09-17/ fixed slight typo/cut-n-paste bugbkramer1-1/+1
2004-09-17/ fixed operation with record_playbkramer1-3/+14
2004-09-16Get rid of compile warningsmarkster1-22/+22
2004-09-16Add IAX2/SIP register events to system (bug #2117)markster2-5/+32
2004-09-16Fix tiny typo (bug #2455)markster1-1/+1
2004-09-15Update mp3 copyright header, fix pedantic + register in SIP (bug #2422)markster1-14/+13
2004-09-15Queue congestion on REJECT (bug #2448)markster1-0/+4
2004-09-15Fix extraneous message when using mysql friendsmarkster1-0/+1
2004-09-15Oops, fix small typomarkster1-1/+2
2004-09-14Consider both tags as possible matches (bug #2422)markster1-11/+12
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)markster3-3/+3
2004-09-13Work with globals too (bug #2427)markster1-8/+13
2004-09-13Use fromdomain in creating callid if specified (bug #2427)markster1-0/+6
2004-09-12Don't forget to return something other than -1 on the first pass if appropriate!markster1-1/+1
2004-09-12Automatically send proper signal on iax switch following dial (bug #2420)markster1-4/+14
2004-09-11Improve initial poking behavior (bug #2419)markster1-10/+18