aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-09-25correct sense of logic test (issue #5259)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6650 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Make curl a functionmarkster1-22/+86
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6649 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Handle authenticating *to* realtime peers (bug #5269)markster1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6648 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix expressions on Big Endian platforms (issue #5233)russell3-163/+645
using bison version 1.875d, flex version 2.5.31 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6645 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix manager EINTR issue (bug #5247)markster1-11/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6644 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix restart in Mac OSX (bug #5251)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6643 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix meet me / local channel (bug #5274)markster1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6642 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix GetVar manager action result (bug #5275)markster2-8/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6641 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix CLI completion issue (bug #5041)markster1-14/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6640 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6639 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-24fix copy-and-paste errorkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6638 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-24Fix CLI memory leak (bug #5035)markster1-6/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6635 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-24Fix directed pickup deadlock bug (bug #5270)markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6634 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-24Fix cut/paste error (bug #5282)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6633 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-24Don't crash on recursive show extension foo@bar...markster1-7/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6632 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-23Added support for iaxrpt gui clientjim1-12/+88
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6631 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael ↵russell4-234/+57
and pbx_config clean up some formatting remove some commented out reference code move unload_module in pbx_ael down to be with the rest of the standard module functions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6630 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6629 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-23fix some gcc4 pointer signedness warnings and clean up some formattingrussell1-144/+144
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6628 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-21iax2 parser cleanupsmarkster1-9/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6627 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-19don't remove the ast_expr .c files when building testexpr2 since they arerussell1-1/+1
now directly included in the tree git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6626 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-18fix ENUMLOOKUP examples (issue #5244)russell1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6625 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-18add missing newline (issue #5243)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6624 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-16clean up singular vs. plural output for the 'show dialplan' CLI commandrussell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6623 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15add Pickup() application (issue #4865)kpfleming2-1/+161
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6622 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15ok wtf, no compiler error herejeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6621 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15I swore this compiled. Honest, officerjeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6620 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15add API for searching active channels by context/extenkpfleming2-15/+45
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6619 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming28-146/+392
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6618 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15revert an optimization that didn't work (issue #5222)kpfleming1-30/+41
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6617 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15correct accidental logic reversalkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6616 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15Lets try this - an attempt to properly deal with DTMFjeremy1-10/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6615 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15clean up debugjeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6614 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)jeremy1-10/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6613 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ↵kpfleming2-102/+131
#51111) respect server-provided registration interval on client side git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6612 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15_really_ fix app_directory (doh... how did I miss this before?) (issue ↵kpfleming1-14/+9
#5232, take two) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6611 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15ensure that Record() will exit even if no audio is received from the channel ↵kpfleming1-11/+15
(issue #4899) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6610 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15revert a portion of issue #5138 which broke this app (issue #5232)kpfleming1-4/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6609 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15don't distribute compressed man pages,let the installer do itkpfleming3-4/+168
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6608 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15error message generated using backwards logic (issue #5224)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6607 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14clean up ast_verbose(), don't hold the lock any longer than neededkpfleming1-32/+42
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6606 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14don't leave a buffer not filled in when getting a REGACK (issue #5226)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6605 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14correct 'progressinband' parsing (issue #5209, different fix)kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6604 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14ensure that ast_safe_system() is thread-safe (issue #4947)kpfleming1-14/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6603 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14put items in RFC-specified order (issue #5217)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6602 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14proper header name and attribution (issue #5218)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6601 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14various niteroperability fixes (issue #5221)kpfleming1-13/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14use API call for setting call time limit (issue #5227)kpfleming1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6599 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14doc fixes (issue #5230)kpfleming1-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6598 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14spelling fix (issue #5231)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6597 f38db490-d61c-443f-a65b-d21fe96a405b