aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-14fixed the sequencing of WAITING_4DIGS state setting and overlap_task thread s...crichter1-1/+1
2007-12-13Properly initialize polarity statuses, so that they are detected properly.tilghman1-8/+20
2007-12-13If a typo is found in a config file, we previous continued on with what was a...qwell3-103/+115
2007-12-10It is possible for nativeformats to contain more then one codec, so print out...file1-2/+3
2007-12-10Avoid reinvite race situations with two Asterisks tryingoej1-5/+36
2007-12-06Add support for accepting and sending T.38 in the initial INVITE.file1-0/+18
2007-12-03A big one...mmichelson1-0/+1
2007-12-03Changing some bad logic when calculating the interdigit timeout.mmichelson1-1/+1
2007-12-03Only log debug messages if debug is enabled.qwell1-33/+54
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-6/+6
2007-11-30Fix locking issues under one legged replaces scenarios.file1-3/+6
2007-11-30Clear the DTMF buffer if the call times out.mmichelson1-0/+1
2007-11-27If we get a codec offer using a well-known payload type, but using it for ano...oej1-8/+29
2007-11-20added RR patch from iroot #10908, thanks.crichter1-5/+7
2007-11-15Fix an uninitialized memory read found by valgrindtilghman1-1/+1
2007-11-15Yet another memory corruption issue.tilghman1-0/+12
2007-11-15Don't send re-invites during pending INVITE transactions.oej1-6/+19
2007-11-15Improve support for multipart messages. Code by gasparz, changesoej1-18/+25
2007-11-13Fix building on newer systems which require a third arg to open() when using ...qwell2-2/+2