aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-02-13We aren't talking to ourselves; we're talking to someone else.tilghman1-1/+5
2008-02-12Even if no CallerID name or number has been provided by the remote party stil...file1-4/+4
2008-02-08Yield the thread and return -1 if the ioctl fails for Zaptel timing device.mmichelson1-3/+5
2008-02-08Make sure the presence of dbsecret is factored into user scoring.file1-1/+1
2008-02-06Only consider a T.38-only INVITE compatible if we have both a joint capabilit...file1-1/+1
2008-02-05Clear the DTMF buffer on hangup.mmichelson1-0/+3
2008-02-05If a REGISTER attempt comes in that is a retransmission of a previous REGISTE...file1-3/+9
2008-02-05ensure that components of chan_misdn.so are built using any special build opt...kpfleming1-0/+2
2008-02-03Use the same CSEQ on CANCEL as on INVITE (according to RFC 3261)oej1-2/+2
2008-02-03Handle ACK and CANCEL in an invite transaction - even if we get INFO transact...oej1-6/+11
2008-02-01Change the SDP_SAMPLE_RATE macro. It turns out that even though G.722 is 16 ...russell1-1/+6
2008-02-01Add some more sanity checking on IAX2 dial strings for the case that no peerrussell1-7/+19
2008-01-31Solaris compat fixes for struct in_addr funkiness.qwell2-3/+6
2008-01-31Add more missing locking of the agents list ...russell1-3/+11
2008-01-31Move the locking from find_agent() into the agent dialplan function handler torussell1-2/+8
2008-01-31Add missing locking to the find_agent() function.russell1-0/+2
2008-01-30Stop musiconhold on attended transfer.oej1-1/+3
2008-01-29Initialize an array to 0s if config option not specified.qwell1-1/+2
2008-01-29Allow zap groups above 30 to work properly.qwell1-3/+3
2008-01-29fixed potential segfault in misdn show channels CLI commandcrichter1-1/+9
2008-01-29(closes issue #11736)oej1-6/+25
2008-01-28Undoing the deprecation of chan_vpb. It is alive and well.mmichelson1-6/+0
2008-01-28For some reason, the use of this strdupa() is leading to memory corruption onrussell1-3/+3
2008-01-28Correct a comment which made little/no sense.qwell1-2/+2
2008-01-28Make some deadlock related fixes. These bugs were discovered and reportedrussell1-19/+18
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman5-198/+119
2008-01-25Deprecating chan_vpb. It is now preferred that users of Voicetronix productsmmichelson1-0/+6
2008-01-25This would have never been true, since we're passing (sizeof(req.data) - 1) a...qwell1-4/+3
2008-01-23Second attempt. Don't change invitestate when receiving 18x messages in CANCE...oej1-2/+4
2008-01-23Make sure we don't cancel destruction on calls in CANCEL state, even if weoej1-5/+5
2008-01-23These flag tests were illogical. They were testing sip_peer flags on a sip_pvt.mmichelson1-2/+2
2008-01-22Thanks to Russell's education I realize that BUFSIZ has changed since I learn...oej1-41/+43
2008-01-22Add more dependencies on chan_local and add a note to the description of chan...oej2-1/+4
2008-01-22Cleaning up some documentation that led to confusion in a bug reportoej1-5/+6
2008-01-21Fixing an issue wherein monitoring local channels was not possible. During a ...mmichelson1-0/+11
2008-01-21Bump the buffer size for Via headers up to 512. There are some exceptionally ...file1-3/+3
2008-01-17Have IAX2 optimize the codec translation path just like chan_sip does it. Ifrussell1-7/+18
2008-01-16Add missing NULLs at end of two ast_load_realtimes.file1-2/+2
2008-01-16Fix a deadlock in chan_local in local_hangup. There was contention becausemmichelson1-1/+9
2008-01-16Don't drop the old record route information when dealing with packets related...file1-1/+2
2008-01-15Change a buffer in check_auth() to be a thread local dynamically allocatedrussell1-3/+12
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell1-1/+1
2008-01-15Based on the boundary found move over the correct amount.file1-2/+5
2008-01-14Accept "; boundary=" not just ";boundary=" in the multipart mixed content type.file1-1/+1
2008-01-11Back out changes from revision 97077, since it wasn't perfecttilghman1-147/+89
2008-01-101) When we get a translated frame out, clone it, because if thetilghman1-4/+11
2008-01-09Set the caller id within the gtalk_alloc function.phsultan1-15/+4
2008-01-09pass the right variable to get an error string... oopskpfleming1-2/+2
2008-01-09add error number output to ioctl failure messages to help with debuggingkpfleming1-2/+2
2008-01-08Fix various DTMF issues in chan_mgcp.file1-11/+49