aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Make sure we still support zapchan in users.conf, in addition to dahdichan.qwell1-3/+1
2009-02-26IAX2 prune realtime fixdvossel1-14/+44
2009-02-24Skip check for extension when subscribing for MWI.file1-3/+5
2009-02-20Fixes issue with undefined audio codecs in chan_iax2dvossel1-1/+1
2009-02-19Force a MWI notification after subscribe request. Reported by the Resiprocate...oej1-6/+5
2009-02-18Modify h323 to build against PTLib as well as the older PWLibjpeeler10-108/+144
2009-02-17Backport change to 1.4:tilghman1-0/+1
2009-02-17After a 'sip reload', qualifies for realtime peers weren't immediatelytilghman1-6/+26
2009-02-16Fixes issue with AST_CONTROL_SRCUPDATE not being relayed correctly during bri...dvossel1-4/+5
2009-02-16Fixes issue with AST_CONTROL_SRCUPDATE breaking out of native bridgedvossel1-1/+1
2009-02-16Don't have the Via header stored as a stringfield as it can change often duri...file1-3/+3
2009-02-15fix mis-spelling of the word registered.mvanbaak1-3/+3
2009-02-15Make sure that the debug line is not printed on debug level 0oej1-1/+2
2009-02-12Set the initiator attribute to lowercase in our replies when receiving calls.phsultan1-5/+47
2009-02-10Go off hold when we get an empty reinvite telling us to.file1-1/+5
2009-02-09Don't do an SRV lookup if a port is specifiedmmichelson1-3/+8
2009-02-06check ast_strlen_zero() before calling ast_strdupa() in sip_uri_headers_cmp()dhubbard1-7/+32
2009-02-06Remove a debug message I put in by accident.file1-1/+0
2009-02-06Some clients do not put the call-id for replaces at the beginning, so support...file1-44/+42
2009-02-06Limit the addition of the Contact header in SIP responses according to variousmnicholson1-1/+62
2009-02-05Fix logic regarding when to perform an SRV lookup for outgoing REGISTER requestsmmichelson1-24/+52
2009-02-03Fixes issue with IAX2 transfer not handing off calls. dvossel1-26/+93
2009-02-02channels/chan_dahdi.crmudgett1-35/+359
2009-01-29Make sure that we always add the hangupcause headers. In some cases, the owne...oej1-5/+10
2009-01-28Clarify log message (suggested by manxpower on #asterisk-dev)tilghman1-1/+1
2009-01-27Fix devicestate problems for "always-on" agent channelsmmichelson1-2/+5
2009-01-27Use the same branch tag in CANCEL as in INVITEoej1-1/+1
2009-01-26Resolve some synchronization issues in chan_iax2 scheduler handling.russell1-15/+25
2009-01-26Don't retransmit 401 on REGISTER requests when alwaysauthreject=yesoej1-5/+5
2009-01-25Correctly track the hookstatetilghman1-12/+11
2009-01-23Additions to AST-2009-001tilghman1-16/+17
2009-01-23Use the on hold flag to see if the call is on hold or not. It is possible tha...file1-1/+1
2009-01-19Prevent a crash in chan_local due to a potential NULL pointer dereferencemmichelson1-4/+4
2009-01-16Account for possible NULL pointer when we receive a 408 in response to a REGI...mmichelson1-1/+5
2009-01-14* Fixed create_process() allocation of process ID values.rmudgett1-44/+40
2009-01-14Fix a logic error I found while searching through chan_agent.cmmichelson1-3/+5
2009-01-13Revert unnecessary indications API change from rev 122314russell1-2/+2
2009-01-13Don't pass a value with a side effect to a macrotwilson1-1/+3
2009-01-12(closes issue #12269)jpeeler1-19/+28
2009-01-12I am reverting the fix made in revision 168128 (and its upward merges)mmichelson1-5/+1
2009-01-09* Fix for JIRA AST-175/ABE-1757rmudgett1-22/+222
2009-01-09Add check_via calls to more request handlersmmichelson1-1/+5
2009-01-08remove an unnecessary argument to queue_request()kpfleming1-2/+2
2009-01-07When a SIP request or response arrives for a dialog with an associated Asteri...kpfleming1-14/+115
2009-01-06Merged revisions 167259 via svnmerge from tilghman1-4/+16
2009-01-05A couple of changes to T.38 SDP attribute handlingmmichelson1-28/+48
2009-01-01Repeat attempts to write when we receive -EAGAIN from the driver, as detailedtilghman1-3/+9
2008-12-31Also inherit the musiconhold class.tilghman1-0/+1
2008-12-28Use strncat() instead of an sprintf() in which source and target buffers overlaprussell1-2/+3
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman1-0/+2