aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-11-15when appending a list of variable to a category, ensure the tail pointer poin...kpfleming1-0/+2
2006-11-15clear the category's variable tail pointer as well when variables are detache...kpfleming1-0/+1
2006-11-15ouch... don't use printf, use ast_log/ast_verbosekpfleming1-3/+3
2006-11-15ensure that message duration is included in email notifications for forwarded...kpfleming2-9/+60
2006-11-15ignore this generated filekpfleming0-0/+0
2006-11-15Send error message if we fail to allocate sip socket, possibly caused by too fewoej1-0/+13
2006-11-15Sending 200 OK and not getting ACK is considered critical for the call.oej1-1/+1
2006-11-14Update copyright information in the ADSI logo blob.file1-1/+1
2006-11-14Avoid collissions between the peerpoke system and the retransmits. Issue #8272.oej1-3/+5
2006-11-13Initialize global pointers for connection and result to NULL. (issue #8356 re...file1-2/+2
2006-11-13Having more than 255 old messages caused corruption in the new/old counttilghman1-3/+3
2006-11-13Don't send 487 if we've already sent 200 OK on invite at time of receiving a ...oej1-1/+2
2006-11-13When sending an SMS with a user data header properly set the UDH flag in the ...file1-1/+1
2006-11-13If the execute fails a second time, make sure that we don't pass back a stale...tilghman1-0/+1
2006-11-13Don't play dialtone if the seizing the channel fails (Bug 7754)tilghman1-1/+3
2006-11-12Only do the check to determine whether the channel calling this function is anrussell1-4/+4
2006-11-10Clear dialog on loop (backport from 1.4 by mistake)oej1-2/+3
2006-11-10- Don't check for ignore in blocks that isn't reached if ignore is on...oej1-31/+11
2006-11-10Fix multipart/mixed SDP support (issue 8010, alphaque)oej1-1/+3
2006-11-09Don't include compiler.h on kernels 2.6.18 and higher as, well, it's apparent...file1-0/+2
2006-11-09Fixed segfault when no misdn.conf exists, reported by Igor Neves, thanks.crichter3-5/+10
2006-11-08Destroy the proper dialog...oej1-1/+1
2006-11-08Remove dialog properly at unload of module (rizzo)oej1-7/+1
2006-11-07This mod for bug_7506, to make the manager code output the proper eventmurf2-1/+3
2006-11-07Don't ever reply to an ACK. (Issue 8265)oej1-1/+2
2006-11-07If random order is enabled for files mode music on hold, set a random initialrussell1-0/+2
2006-11-02ignore files in a music on hold directory that begin with '.'russell1-0/+4
2006-11-02read then commit.... better fix for bug 8083 asmogorman1-4/+1
2006-11-02Repeat after me oej: I will at least make sure my code compiles before I comm...file1-1/+1
2006-11-02Don't overwrite flags in the packetoej1-1/+2
2006-11-02Add a missing call to free before returning in an error conditionrussell1-0/+1
2006-11-01fix for bug #8083 crash caused by double free on m->msgmogorman1-2/+6
2006-11-01a fix for bug 8251; the var_val needs to accept longer strings or mass confus...murf1-1/+1
2006-11-01soxmix and Asterisk expect different file extensions for certain formats. Thisrussell1-1/+19
2006-10-31Move thread-unsafe initializer to the module loading code; add thetilghman1-1/+2
2006-10-31Another try to fix ;rport NAT traversal support (issue #7473)oej2-2/+2
2006-10-31If peer fails ACL check, fail the REGISTER attemptoej1-0/+2
2006-10-31On the other hand, we already copy the NAT flags... Reverting.oej1-3/+0
2006-10-31Issue 7473 - support ;rport on REGISTER requests too. oej1-0/+4
2006-10-31When handling the case where the hostname is just an IPV4 numeric address,russell1-0/+1
2006-10-31fix some copy/paste bugs in the checking of arguments for the russell1-2/+2
2006-10-30Bind rtcp to proper IP addressoej1-1/+3
2006-10-29Issue #7869 - Stop sending 302 redirect when not getting an answer...oej1-2/+1
2006-10-29issue #7608: Notifications with wrong content-type. Reported by jsiddall.oej1-8/+6
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell4-5/+5
2006-10-27fixed a bug which caused chan_misdn to try to allocate 2 times the same chann...crichter4-29/+31
2006-10-26Issue #7240, by mistake only committed to trunk (now 1.4), reported byoej1-2/+4
2006-10-26oops - somebody forgot to change this - long ago, probably.qwell1-1/+1
2006-10-26Remove a useless ast_mutex_unlock.qwell1-1/+0
2006-10-25Working to resolve #7608 - adding debug outputoej1-0/+2