aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-06-03don't call poll() with an unitialized structure (bug #4387)kpfleming1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5826 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)kpfleming2-6/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5825 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03allow ast_add_extension2 to accept a NULL destructor (bug #4411)kpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5824 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming8-17/+530
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5823 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02document syntax change for Record() application (bug #4439)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5822 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02add realtime support to app_queue for static members/agents (bug #4037)kpfleming2-221/+454
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5821 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02make 'show channeltypes' output format work properly (bug #4413)kpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5820 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ↵kpfleming2-326/+175
functions, using more efficient and clearer code (inspired by bug #4414) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5819 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02add guidelines for doxygen documentation writing (bug #4417, with mods)kpfleming1-1/+50
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5818 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02add a minor allocation/zeroing guidelinekpfleming1-0/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5817 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02add missing if statement in say_position (bug #4435)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5816 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Fix offset calculation for signed linear (bug #4433)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5815 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Blindly merge jitter buffer patch of bug #4342)markster3-21/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5814 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5813 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Fix dial to not seg when closing ')' is missing (bug #4410)markster1-20/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5812 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian ↵jeremy1-196/+499
machines with proper byte ordering, fixed caller*id on 7910 (others?) and more. Bug #4398 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5811 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02fix wordwrapjeremy1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5810 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02Spell noise correctlyjeremy1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5809 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-01fix the one digit exit extension for RetryDialrussell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5807 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-01fix timeout optionrussell1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5806 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEjeremy2-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5805 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix cdr.h ordering issue (bug #4401)markster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5789 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix small sizeof bug (#4407)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5788 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix attended transfer crash (bug #4404 with changes)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5787 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix memory leak and remove useless coe (bug #4318, with mods)markster1-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5786 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix reply digest selection of size (bug #4409)markster1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5785 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix the ordering fo some checks (bug #4406)markster1-26/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5784 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-30Fix language handling (bug #4399)markster1-2/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5783 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-29use DEFAULT_SIP_PORT (bug #4408)russell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5782 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-28hopefully the last commit to make things happyrussell1-6/+14
across various versions of newt (bug #4388) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5780 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-27Fix cast to int from pointer (duh!)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5779 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Whoopsie :)malcolmd1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5778 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Fix agent deadlock and remove braindead tags dependencymarkster2-6/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5777 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk ↵jeremy1-0/+2
headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5776 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26fix seg fault when the app is called on an invalid url (bug #4389)russell1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5775 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26don't play any sounds when using the quiet option (bug #4348)russell1-7/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5774 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26fix return value for ExecIfTime when time is outside of the specified range ↵russell1-4/+6
(bug #4380) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5773 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Fix typo about maddr (bug #4386)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5772 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26fix usage of const char (bug #4388)russell1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5770 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin ↵twisted3-4/+4
being open sourced, and able to run on x86, OSX isn't really suitable) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5769 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Fix typo in chan_sip. (Bug #4376).twisted1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5768 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Fix SIP registration (bug #4138)markster1-4/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5767 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Fix sayunixtime for Danish (bug #3239)markster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5766 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster9-17/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5765 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25various code cleanups (bug #4353)russell7-19/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5764 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24Document model usagejeremy1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5763 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24Correctly implement the button templates in hopes to support more 79XX ↵jeremy1-182/+155
series phones. Needs testing, please report. Bug #4366 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5762 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24(Hopefully!) last remaining changes for NFAS.mattf1-18/+61
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5761 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24More updates for NFAS span/channel mappingmattf1-7/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5760 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24print out appropriate message when no help text is available for a commandrussell1-3/+8
fix a seg fault when astmm is enabled (bug #4356) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5758 f38db490-d61c-443f-a65b-d21fe96a405b