aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-08Apply multiple crash fixes, found in issue #11386, but not completelytilghman1-89/+147
2008-01-04If you change the bindaddr in sip.conf to a non-bound address and reload, sip...tilghman1-0/+3
2008-01-04Make use of the temporary channel pointer while the pvt is unlocked.russell1-5/+5
2008-01-03Don't crash if the iax2 pvt structure has been destroyed before we get to thi...russell1-2/+2
2008-01-03make sure frame is completely clean, before we send it to asterisk as DTMF. I...crichter1-0/+1
2008-01-03when overlapdial was used and no number was dialed, the call was dropped, now...crichter1-1/+8
2008-01-02Allocate a SIP refer structure when performing a transfer using BYE with Also...file1-1/+6
2007-12-28Remove duplicate increment of the header count in the add_header() function.russell1-4/+0
2007-12-27Include types.h in chan_h323 as without it it can not be compiled on some ope...file1-0/+1
2007-12-27Use ast_strlen_zero to see if our_contact is set or not on the dialog. It is ...file1-1/+1
2007-12-25file says... build on the builders.file1-1/+1
2007-12-24More deadlock avoidance code (this time between sip_monitor and sip_hangup)tilghman1-1/+8
2007-12-24Another bit of bad logic in realtime_peertilghman1-2/+1
2007-12-23Argh... I suppose third time's the charm.tilghman1-21/+22
2007-12-20Merged revisions 94255 via svnmerge from russell1-1/+1
2007-12-20Fix a deadlock in d-channel handling in chan_zap.russell1-2/+31
2007-12-19Make the 1.4 builders happy, ensure var is NULL.file1-1/+1
2007-12-19Avoid segfault in chan_iax when peer isn't definedtilghman1-1/+1
2007-12-18FreeBSD also does not have byte swap functions.qwell1-1/+1
2007-12-18Merged revisions 93667 via svnmerge from tilghman2-9/+93
2007-12-17If a call is received with a called number IE containing nothing go to the 's...file1-1/+6
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej4-0/+9
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-12-14Up the length of the format on the SIP channel since it can now be rather long.file1-2/+2