aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-08-01add info on asterisk.ctl (bug #4864)russell1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6253 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01make sure that iaxs gets initialized (bug #4856)russell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6251 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01Make sure we don't close a mailbox if we didn't open one (bug #4800)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6250 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01Minor voicemail fixup (related to 4800, but not the fix yet)markster1-3/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6249 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-31Add periodic announcement (bug #4677 with mods)markster4-8/+97
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6248 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-31Fix monitoring when channel redirected (bug #3809, patch redone)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6247 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-30fix netbsd compilation issuerussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6246 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28make GROUP set group@categroy instead of category@grouprussell1-2/+2
ensure that GROUP_COUNT still returns "0", even if no group was found git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6245 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28Fix music on hold leak (bug #4842)markster1-5/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6244 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28Don't delete RTP if there is a channel, even if we get REGISTER/SUBSCRIBE ↵markster1-20/+4
(bug #4534) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6243 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28Remove per-context maxmsg which should never have made it in (bug #4843)markster1-18/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6242 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27remove useless call to time() and an extra variable when we can just use therussell1-2/+0
one we already have git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6239 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27the time must be initialized for the 'n' option to actually work (bug #4834)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6238 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27don't crash if no group is specified (bug #4836)russell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6237 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27fix warningrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6236 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27use Set instead of SetVar in the sample so that we don't get warnings whenrussell1-3/+3
running the demo :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6235 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27Stomp on deadlock. Bug #4555jeremy1-35/+61
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6234 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27one-way-audio problem on multihomed host with bind to secondary address. Bug ↵jeremy1-3/+3
#4505 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6233 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27and now we know why #define-ing constants and trying to keep them in ↵kpfleming1-18/+29
sequence is a bad idea... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6232 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27fix breakage that was causing PUBLISH to be sent instead of CANCELkpfleming1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6231 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27add a few const'skpfleming1-6/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6230 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26enhance SIP_PEER function to return additional items (bug #4816)kpfleming1-46/+76
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6229 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26additional documentation of options (bug #4811)kpfleming1-0/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6228 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26warn users about voicemail menu structure changekpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6227 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26make queue and interface name matching case-insensitive (bug #4815)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6226 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26correct commentkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6225 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26add a global option to disable priority jumping in applications (when they ↵kpfleming5-14/+23
get updated), settable in extensions.conf change app_dial to use 'j' to _ENABLE_ priority jumping if it has been globally disabled git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6224 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26fix build issue for FreeBSD (bug #4802)russell1-4/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6221 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25clean up SIP response and pedantic REGISTER matching (bug #3663)kpfleming1-80/+85
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6218 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25add explanatory comment about timestamp compensation (bug #4763)kpfleming1-5/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6217 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25process asterisk.conf in a single pass, instead of twice (bug #4689)kpfleming2-85/+76
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6216 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25don't set the event mask if the given eventmask was not validrussell1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6215 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25make sure a reponse is sent when setting the EventMask to on (bug #4799)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6214 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)kpfleming3-22/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6213 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25more extensive documentation (bug #4444)kpfleming1-69/+235
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6212 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25add some basic documentation about asterisk.conf (bug #4758, rewritten)kpfleming1-0/+35
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6211 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25allow longer file version strings (bug #4765)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6210 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25set the 'number complete' bit properly (bug #4771)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6209 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25formatting cleanups (bug #4782)kpfleming2-81/+129
fill out some Manager events with additional headers (bug #4782) re-word some log messages to be clearer (bug #4782) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6208 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25add dedicated function for adding Content-Length header (bug #4795)kpfleming1-86/+54
use ast_build_string to build large text bodies (bug #4795) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6207 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25remove the need to have the BUSYDETECT routine defined in the CFLAGS unlessrussell2-1/+5
you want to use one other than the default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6206 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25_really_ rewrite get_in_brackets to do the right thing (including skipping ↵kpfleming1-20/+35
escaped double-quote characters) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6205 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25formatting and callingpres support (bug #4787)russell1-3/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6204 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25ensure translators don't generate old timestamps when silent periods end ↵kpfleming1-4/+13
(bug #4707 with formatting fixes) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6203 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25minor updates (bug #4777)kpfleming1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6202 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25fix line-ending style (bug #4778)kpfleming1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6201 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25minor updates (bug #4779)kpfleming2-18/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6200 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25get rid of potential memory leakrussell1-32/+35
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6199 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25add MD5-hash matching (bug #4764, with mods)kpfleming1-6/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6198 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25combine bracket-removing functions (bug #4794, with compiler warning mod)kpfleming1-39/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6197 f38db490-d61c-443f-a65b-d21fe96a405b