aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-08terminate 'send text' with a newline (bug #4632)russell2-0/+2
2005-08-05copy the monitor over when masquerading (bug #3809)russell1-0/+6
2005-08-04prevent mem leak (bug #4842)russell1-2/+17
2005-08-04fix qop to be RFC compliant (bug #4841)russell1-1/+1
2005-08-04fix potential crash in close_mailbox (bug #4800)russell1-3/+5
2005-08-04unmask SIGHUP before exec'ing AGI scripts (bug #4854)russell2-3/+18
2005-08-04add some more aliases from RFC's 3841 and 4028 (bug #4889)russell1-0/+4
2005-08-04fix broken logic (bug #4879)russell1-1/+1
2005-08-03Fix memory leakmarkster1-1/+1
2005-08-01make sure iaxs gets initialized (bug #4856)russell1-0/+2
2005-07-28add note about fix to LENrussell1-0/+3
2005-07-28fix potential seg fault when using LEN() with a string greater than 80 charac...russell1-12/+13
2005-07-26add note about fix to chan_localrussell1-0/+3
2005-07-26fix masquerading of local channels into the new channel type (bug #4529)russell1-3/+8
2005-07-25add note about the app_disa changerussell1-0/+2
2005-07-25don't set the account code if one wasn't supplied (bug #4751)russell1-1/+3
2005-07-25remove some unnecessary checksrussell1-7/+3
2005-07-13this is my cheap hack to fix the build problem on darwin since it now hasrussell3-2/+4
2005-07-13*** empty log message ***russell1-2/+2
2005-07-13fix typo in app description (bug #4697)russell1-5/+5
2005-07-12fix compiler warning (bug #4682)russell1-1/+1
2005-07-12update the password in memory as well when using externpass (bug #4602)russell2-2/+7
2005-07-11if the first user hangs up while being prompted for a pin, don't hold therussell2-22/+44
2005-07-11change insecure options to support 'port' and/or 'invite' instead of forcingrussell3-13/+63
2005-07-07make sure an automatic log rotation doesn't result in nasty recursion (bug #4...russell2-1/+7
2005-07-07update for change to zaprasrussell1-0/+4
2005-07-07ensure buffer policy is restored after RAS is done with a channel (bug #4648)russell1-15/+12
2005-07-06add man pages for astgenkey, autosupport, and safe_asterisk (bug #4645)russell2-0/+6
2005-07-06This commit was manufactured by cvs2svn to create branch 'v1-0'.(no author)2-0/+103
2005-07-06fix misplaced shebang (bug #4643)russell1-1/+1
2005-06-30fix busted osp buildrussell1-6/+24
2005-06-29fix callerid matching in extensions.confrussell2-89/+100
2005-06-24when switching back to voice mode, wait for 'B' (bug #3833)russell2-16/+34
2005-06-24after a *70, re-enable call waiting on hangup (bug #3971)russell2-1/+21
2005-06-24merge endian.h (bug #3867)russell19-141/+19
2005-06-24This commit was manufactured by cvs2svn to create branch 'v1-0'.(no author)2-0/+189
2005-06-24print non-codec capabilities correctly (bug #3960)russell3-5/+43
2005-06-23add note about 2nd genrussell1-0/+1
2005-06-23update for 1.0.8russell1-0/+2
2005-06-22correctly jump to fax extension when inside of a macro (bug #4471)russell1-4/+6
2005-06-21tweak for arm4vl (bug #4545)russell1-0/+6
2005-06-21fix via comparison to not be case sensitive (bug #4496)russell1-1/+1
2005-06-15add support for native DTMFrussell1-3/+24
2005-06-14remove pointless dereference (bug #4353)russell2-11/+6
2005-06-14remove my debug output, d'oh! :)russell1-3/+1
2005-06-14Fix offset calculation for signed linear (bug #4433)russell1-0/+1
2005-06-14fix bounds checking (bug #4406)russell1-33/+26
2005-06-14oops!russell1-2/+2
2005-06-14don't kill the call if tdd mode is not supported by a channel (bug #4370)russell1-4/+4
2005-06-14fix return values on systems where an unsigned char is the default (bug #4455)russell6-16/+18