aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-26ensure that if the verbose buffer is full, we send it out even if it's not co...kpfleming1-0/+6
2005-09-26handle polarity reversal hangup indication during an incoming call that is st...kpfleming1-22/+30
2005-09-26properly ignore retransmitted INVITEs on long latency links (issue #3658)kpfleming1-1/+1
2005-09-26minor optimizationskpfleming1-2/+1
2005-09-26fix minor build problem on *BSD (issue #5290)kpfleming1-5/+5
2005-09-26fix some buglets in 'agents' Manager action (issue #5235)kpfleming1-3/+5
2005-09-26properly respond to REGISTER queries (issue #5272)kpfleming1-16/+45
2005-09-26don't drop the caller just because it's not time to play an announcement (iss...kpfleming1-3/+3
2005-09-25clean update devicestate function, ensure that it can return AST_DEVICE_UNKNO...kpfleming1-38/+27
2005-09-25support new version of OSP toolkit (issue #5168)kpfleming3-5/+14
2005-09-25ensure result buffer is initialized (issue #5285)kpfleming1-2/+4
2005-09-25correct logic errors (issue #5258)kpfleming1-2/+2
2005-09-25correct sense of logic test (issue #5259)kpfleming1-1/+1
2005-09-25Make curl a functionmarkster1-22/+86
2005-09-25Handle authenticating *to* realtime peers (bug #5269)markster1-0/+9
2005-09-25Fix expressions on Big Endian platforms (issue #5233)russell3-163/+645
2005-09-25Fix manager EINTR issue (bug #5247)markster1-11/+16
2005-09-25Fix restart in Mac OSX (bug #5251)markster1-1/+1
2005-09-25Fix meet me / local channel (bug #5274)markster1-3/+4
2005-09-25Fix GetVar manager action result (bug #5275)markster2-8/+18
2005-09-25Fix CLI completion issue (bug #5041)markster1-14/+19
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)markster1-0/+2
2005-09-24fix copy-and-paste errorkpfleming1-2/+2
2005-09-24Fix CLI memory leak (bug #5035)markster1-6/+7
2005-09-24Fix directed pickup deadlock bug (bug #5270)markster1-1/+4
2005-09-24Fix cut/paste error (bug #5282)markster1-1/+1
2005-09-24Don't crash on recursive show extension foo@bar...markster1-7/+25
2005-09-23Added support for iaxrpt gui clientjim1-12/+88
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...russell4-234/+57
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)russell1-1/+1
2005-09-23fix some gcc4 pointer signedness warnings and clean up some formattingrussell1-144/+144
2005-09-21iax2 parser cleanupsmarkster1-9/+9
2005-09-19don't remove the ast_expr .c files when building testexpr2 since they arerussell1-1/+1
2005-09-18fix ENUMLOOKUP examples (issue #5244)russell1-6/+6
2005-09-18add missing newline (issue #5243)russell1-1/+1
2005-09-16clean up singular vs. plural output for the 'show dialplan' CLI commandrussell1-2/+4
2005-09-15add Pickup() application (issue #4865)kpfleming2-1/+161
2005-09-15ok wtf, no compiler error herejeremy1-1/+1
2005-09-15I swore this compiled. Honest, officerjeremy1-1/+1
2005-09-15add API for searching active channels by context/extenkpfleming2-15/+45
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming28-146/+392
2005-09-15revert an optimization that didn't work (issue #5222)kpfleming1-30/+41
2005-09-15correct accidental logic reversalkpfleming1-1/+1
2005-09-15Lets try this - an attempt to properly deal with DTMFjeremy1-10/+18
2005-09-15clean up debugjeremy1-1/+1
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)jeremy1-10/+8
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ...kpfleming2-102/+131
2005-09-15_really_ fix app_directory (doh... how did I miss this before?) (issue #5232,...kpfleming1-14/+9
2005-09-15ensure that Record() will exit even if no audio is received from the channel ...kpfleming1-11/+15
2005-09-15revert a portion of issue #5138 which broke this app (issue #5232)kpfleming1-4/+10