aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-06-02add realtime support to app_queue for static members/agents (bug #4037)kpfleming2-221/+454
2005-06-02make 'show channeltypes' output format work properly (bug #4413)kpfleming1-2/+4
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ...kpfleming2-326/+175
2005-06-02add guidelines for doxygen documentation writing (bug #4417, with mods)kpfleming1-1/+50
2005-06-02add a minor allocation/zeroing guidelinekpfleming1-0/+22
2005-06-02add missing if statement in say_position (bug #4435)kpfleming1-0/+1
2005-06-02Fix offset calculation for signed linear (bug #4433)markster1-0/+1
2005-06-02Blindly merge jitter buffer patch of bug #4342)markster3-21/+29
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)markster1-0/+2
2005-06-02Fix dial to not seg when closing ')' is missing (bug #4410)markster1-20/+20
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian mac...jeremy1-196/+499
2005-06-02fix wordwrapjeremy1-2/+1
2005-06-02Spell noise correctlyjeremy1-4/+5
2005-06-01fix the one digit exit extension for RetryDialrussell1-4/+4
2005-06-01fix timeout optionrussell1-2/+5
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEjeremy2-3/+3
2005-05-30Fix cdr.h ordering issue (bug #4401)markster1-1/+3
2005-05-30Fix small sizeof bug (#4407)markster1-1/+1
2005-05-30Fix attended transfer crash (bug #4404 with changes)markster1-0/+2
2005-05-30Fix memory leak and remove useless coe (bug #4318, with mods)markster1-2/+7
2005-05-30Fix reply digest selection of size (bug #4409)markster1-5/+7
2005-05-30Fix the ordering fo some checks (bug #4406)markster1-26/+20
2005-05-30Fix language handling (bug #4399)markster1-2/+10
2005-05-29use DEFAULT_SIP_PORT (bug #4408)russell1-4/+4
2005-05-28hopefully the last commit to make things happyrussell1-6/+14
2005-05-27Fix cast to int from pointer (duh!)markster1-1/+1
2005-05-26Whoopsie :)malcolmd1-1/+1
2005-05-26Fix agent deadlock and remove braindead tags dependencymarkster2-6/+5
2005-05-26Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk ...jeremy1-0/+2
2005-05-26fix seg fault when the app is called on an invalid url (bug #4389)russell1-5/+7
2005-05-26don't play any sounds when using the quiet option (bug #4348)russell1-7/+9
2005-05-26fix return value for ExecIfTime when time is outside of the specified range (...russell1-4/+6
2005-05-26Fix typo about maddr (bug #4386)markster1-1/+1
2005-05-26fix usage of const char (bug #4388)russell1-6/+6
2005-05-25Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin bein...twisted3-4/+4
2005-05-25Fix typo in chan_sip. (Bug #4376).twisted1-1/+1
2005-05-25Fix SIP registration (bug #4138)markster1-4/+3
2005-05-25Fix sayunixtime for Danish (bug #3239)markster1-1/+3
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster9-17/+18
2005-05-25various code cleanups (bug #4353)russell7-19/+14
2005-05-24Document model usagejeremy1-0/+3
2005-05-24Correctly implement the button templates in hopes to support more 79XX series...jeremy1-182/+155
2005-05-24(Hopefully!) last remaining changes for NFAS.mattf1-18/+61
2005-05-24More updates for NFAS span/channel mappingmattf1-7/+8
2005-05-24print out appropriate message when no help text is available for a commandrussell1-3/+8
2005-05-24get rid of some compilation warningsrussell1-3/+3
2005-05-23remove seemingly useless write (bug #4299)russell1-1/+0
2005-05-23Bug in pri_find_principlemattf1-1/+3
2005-05-23Updates for new libpri set_message apimattf1-2/+5
2005-05-21Optimize global/user/peer configuration call options. Bug #4336jeremy2-199/+119