aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-06*** empty log message ***kpfleming7-6/+25
2005-04-06Correctly choose end of number (i.e. if it ends in 'w' with nothing following)markster1-3/+4
2005-04-06re-implement realtime support in app_directorykpfleming2-47/+40
2005-04-06actually space out the registrations :) (bug #3104)russell1-1/+2
2005-04-06ensure that successful configuration results in the module staying loaded (bu...kpfleming1-0/+1
2005-04-06If an agent still has "wrapuptime" left after he finishes a call and themattf1-1/+15
2005-04-06Fix ADSI 'B' issue (bug #3833)markster2-16/+34
2005-04-06use more efficient code to produce non-codec-capability list (bug #3960)kpfleming1-4/+18
2005-04-06note that the weight has a special meaning for e164russell1-1/+4
2005-04-06document the 'weight' optionrussell1-4/+9
2005-04-06clarify information on time waited for a responserussell1-2/+3
2005-04-06correct error in doxygen docskpfleming1-2/+2
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming3-5/+29
2005-04-05correct queue sample config file (bug #3964)kpfleming1-1/+1
2005-04-05ensure that MGCP AMA flags are passed into CDR (bug #3962)kpfleming2-19/+23
2005-04-05optimize frame handling in agent_read()kpfleming1-36/+43
2005-04-05Merging AOC notifications for bug #3843mattf1-1/+9
2005-04-05Alerting *can* be sent after proceeding (bug #3963)markster1-3/+4
2005-04-05don't define a functioning returning an int inside of a do{...}while(0) (bug ...russell1-5/+5
2005-04-05ensure account code specified in mgcp.conf propagates to CDR (bug #3951)kpfleming1-5/+7
2005-04-05correct french pronounciation of years between 1900 and 1999 (bug #3949)kpfleming1-1/+3
2005-04-04update manager interface documentation (bug #3936)kpfleming1-9/+162
2005-04-04correct IAX loading/binding message (bug #3953)kpfleming1-3/+1
2005-04-04move start_network_thread to _before_ testing its result :-) (bug #3952)kpfleming1-2/+4
2005-04-04make the manager interface list the privileges required for each command (bug...kpfleming1-8/+20
2005-04-04let ast_say_digit_str say 'minus' preceding negative numbers (bug #3948)kpfleming1-0/+3
2005-04-04Better dependancy and version checking method, solve call problems when deali...jeremy1-82/+281
2005-04-04Fix MGCP *67 to automatically reset callerid (bug #3940)markster1-0/+1
2005-04-04Better dependancy and version checking method, solve call problems when deali...jeremy4-16/+122
2005-04-04optimize codec selection and format changing codekpfleming4-81/+79
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming5-12/+24
2005-04-03one more FreeBSD compile warning fix (bug #3938)kpfleming1-1/+3
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming6-11/+80
2005-04-03further thought says '!' is a better early-match wildcard (bug #3889, take 2)kpfleming2-5/+5
2005-04-03add docs for bug #3889kpfleming1-0/+2
2005-04-03add 'early-match' wildcard for extension patterns (bug #3889)kpfleming1-8/+30
2005-04-03fix obvious coding error from yesterday's fixkpfleming1-1/+1
2005-04-03remaining endian.h fixes for FreeBSD (bug #3867)kpfleming1-22/+32
2005-04-03fix various compiler warnings (bug #3938)kpfleming4-17/+23
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)kpfleming3-0/+3
2005-04-03forgot some code from the last chanspy repass (nothing exciting)anthm1-2/+30
2005-04-03add note about autofallthroughrussell1-0/+11
2005-04-02clean up formatting (bug #3934)kpfleming1-440/+451
2005-04-02Resolve app_meetme crash when member tries to mute/unmute (bug #3899)kpfleming1-6/+4
2005-04-02don't unnecessarily open-code strchr()kpfleming1-4/+3
2005-04-02remove old iax.hrussell1-84/+0
2005-04-02add VM_MESSAGEFILE channel variable to hold path to message left by caller (b...kpfleming2-11/+16
2005-04-02correct 'sync' setting for manager-originated calls (bug #3922)kpfleming1-2/+2
2005-04-01use local header for transfer definitions instead of libpri.hkpfleming1-1/+1
2005-04-01strip color code sequences from verbose messages being sent to files/syslog (...kpfleming1-2/+36