aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-04-06*** empty log message ***kpfleming7-6/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06Correctly choose end of number (i.e. if it ends in 'w' with nothing following)markster1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5430 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06re-implement realtime support in app_directorykpfleming2-47/+40
add support for hiding entries from app_directory using new hidefromdir= option (bug #3950) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5429 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06actually space out the registrations :) (bug #3104)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5427 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06ensure that successful configuration results in the module staying loaded ↵kpfleming1-0/+1
(bug #3968) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5424 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06If an agent still has "wrapuptime" left after he finishes a call and themattf1-1/+15
wrapuptime is changed on a reload, he still waits his former wrapuptime (instead of the new wrapuptime). This reduces his "de facto" wrapuptime immediately to the new value even if he has wrapuptime remaining from a previous call. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5423 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06Fix ADSI 'B' issue (bug #3833)markster2-16/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5422 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06use more efficient code to produce non-codec-capability list (bug #3960)kpfleming1-4/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5421 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06note that the weight has a special meaning for e164russell1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5420 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06document the 'weight' optionrussell1-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5419 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06clarify information on time waited for a responserussell1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5418 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06correct error in doxygen docskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5417 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming3-5/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5416 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05correct queue sample config file (bug #3964)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5415 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05ensure that MGCP AMA flags are passed into CDR (bug #3962)kpfleming2-19/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5414 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05optimize frame handling in agent_read()kpfleming1-36/+43
ensure that the call is marked acknowledged when it goes to AST_STATE_UP even if AST_CONTROL_ANSWER is not received (if ackcall is disabled) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5413 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05Merging AOC notifications for bug #3843mattf1-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5412 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05Alerting *can* be sent after proceeding (bug #3963)markster1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5411 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05don't define a functioning returning an int inside of a do{...}while(0) (bug ↵russell1-5/+5
#3865) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5409 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05ensure account code specified in mgcp.conf propagates to CDR (bug #3951)kpfleming1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5390 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05correct french pronounciation of years between 1900 and 1999 (bug #3949)kpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5389 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04update manager interface documentation (bug #3936)kpfleming1-9/+162
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5388 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04correct IAX loading/binding message (bug #3953)kpfleming1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5387 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04move start_network_thread to _before_ testing its result :-) (bug #3952)kpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5386 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04make the manager interface list the privileges required for each command ↵kpfleming1-8/+20
(bug #3917) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5385 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04let ast_say_digit_str say 'minus' preceding negative numbers (bug #3948)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5384 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04Better dependancy and version checking method, solve call problems when ↵jeremy1-82/+281
dealing with a gatekeeper, sanity check call cleanup, in hopes to avoid deadlocks (Bugs #3848 #3643, #3591) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5383 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04Fix MGCP *67 to automatically reset callerid (bug #3940)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5382 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04Better dependancy and version checking method, solve call problems when ↵jeremy4-16/+122
dealing with a gatekeeper, sanity check call cleanup, in hopes to avoid deadlocks (Bugs #3848 #3643, #3591) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5379 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04optimize codec selection and format changing codekpfleming4-81/+79
force all transcode paths to use AST_FORMAT_SLINEAR as the frames pass through the bridge (can be disabled using the 'transcode_via_sln' setting in th 'options' setting in asteris.conf) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5376 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming5-12/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5375 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03one more FreeBSD compile warning fix (bug #3938)kpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5374 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming6-11/+80
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5373 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03further thought says '!' is a better early-match wildcard (bug #3889, take 2)kpfleming2-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5372 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03add docs for bug #3889kpfleming1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5371 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03add 'early-match' wildcard for extension patterns (bug #3889)kpfleming1-8/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5370 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03fix obvious coding error from yesterday's fixkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5369 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03remaining endian.h fixes for FreeBSD (bug #3867)kpfleming1-22/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5368 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03fix various compiler warnings (bug #3938)kpfleming4-17/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5367 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)kpfleming3-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5366 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03forgot some code from the last chanspy repass (nothing exciting)anthm1-2/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5365 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03add note about autofallthroughrussell1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5364 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02clean up formatting (bug #3934)kpfleming1-440/+451
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5363 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02Resolve app_meetme crash when member tries to mute/unmute (bug #3899)kpfleming1-6/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5362 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02don't unnecessarily open-code strchr()kpfleming1-4/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5361 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02remove old iax.hrussell1-84/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5360 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02add VM_MESSAGEFILE channel variable to hold path to message left by caller ↵kpfleming2-11/+16
(bug #3926, plus doc update) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5357 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02correct 'sync' setting for manager-originated calls (bug #3922)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5356 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01use local header for transfer definitions instead of libpri.hkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5355 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01strip color code sequences from verbose messages being sent to files/syslog ↵kpfleming1-2/+36
(bug #3929, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5354 f38db490-d61c-443f-a65b-d21fe96a405b