aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-06-18fixes some memory leaks and redundant conditionsdvossel3-10/+13
2009-06-18Trunk implementation of setting an alternate RTP source.mmichelson1-0/+72
2009-06-18parsing extension correctly from sip register linesdvossel1-4/+5
2009-06-17Add rtsavesysname to chan_iaxdvossel1-3/+12
2009-06-17Fix problem with no audio due to ignoring the SDP.mmichelson1-3/+3
2009-06-17Merged revisions 201380 via svnmerge from dbrooks1-0/+4
2009-06-17SIP registry ref count errordvossel1-29/+18
2009-06-17update chan_iax to use 64bit feature flags.dvossel1-324/+319
2009-06-16fix issue with build_contact introduced by the "SIP trasnport type issues" co...dvossel1-4/+4
2009-06-16Enable applications to enable/disable digit and tone detection.kpfleming2-63/+156
2009-06-16SIP transport type issuesdvossel1-61/+92
2009-06-16keep backwards compatible chan_dahdi with older openr2 versions by not using ...moy1-0/+8
2009-06-15Accept T.38 re-INVITE responses with invalid SDP versions.kpfleming1-8/+31
2009-06-15Convert a number of global module variables to 'static'.kpfleming7-22/+20
2009-06-15Some minor structure size improvements in sip_pvt and sip_peer.kpfleming1-39/+39
2009-06-15Merged revisions 200513 via svnmerge from mmichelson1-1/+1
2009-06-14added openr2 to menuselect-deps.in, recent commit in menuselect made me reali...moy1-3/+8
2009-06-12Fix some bad locking stemming from trying to forward a call to a non-existentmmichelson1-0/+5
2009-06-11Fix a crash due to a potentially NULL p->options.mmichelson1-1/+1
2009-06-10Only try to use the invite_branch on outgoing INVITEs with auth credentials.mmichelson1-1/+5
2009-06-09CLI NOTIFY sending wrong transport type.dvossel1-1/+1
2009-06-08Fix a deadlock that could occur when setting rtp stats on SIP calls.mmichelson1-1/+29
2009-06-05Correct "dahdi show channels" output when specifying a group.mmichelson1-1/+1
2009-06-04Merged revisions 199138 via svnmerge from dvossel1-1/+17
2009-06-02fixes issue with channels not going down after transferdvossel1-1/+1
2009-06-02Correct documentation for the register line, specifically where the domain sh...file1-1/+1
2009-06-01Tell the IAX2 parser about more control frame types.russell1-1/+7
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-37/+28
2009-06-01Remove extra lock from local_indicate in connected line case.mmichelson1-1/+0
2009-06-01Add missing unlock of local pvt.mmichelson1-0/+2
2009-06-01Remove documentation for the 'exten' argument to the AGENT function.mmichelson1-3/+0
2009-06-01Fix a bug where the Event and Content-Type headers were added twice to outgoi...file1-2/+0
2009-05-30When removing all packets from a dialog we also need to free the data if pres...file1-0/+3
2009-05-30Remove not used code in the Agent channel.eliel1-303/+36
2009-05-29New signaling module to handle analog operations in chan_dahdijpeeler4-840/+5478
2009-05-29Fix a bug where the default setting did not perform a remote bridge when it s...file1-3/+1
2009-05-29A few fixes to SIP with regards to connected line updates during transfers.mmichelson1-11/+34
2009-05-28Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.seanbright1-1/+1
2009-05-28Treat 405 responses the same way we would a 501.mmichelson1-0/+14
2009-05-28Add missing lock to local_indicate function for connected line frames.mmichelson1-0/+1
2009-05-28Fix a bug where the trunkmtu setting was not set to the default value of 1240...file1-1/+1
2009-05-28Merged revisions 197562 via svnmerge from eliel1-2/+5
2009-05-28Eliminate several needless checks and fix a few memory leakstilghman2-4/+1
2009-05-28Merged revisions 197466 via svnmerge from file1-2/+7
2009-05-27Adding some generic handling of error codes sent to us in replys to requests.oej1-0/+10
2009-05-27Display an error message when chan_alsa fails to load due to a missingseanbright1-0/+1
2009-05-26Remove some redundant or unnecessary connected line-related function calls.mmichelson1-1/+0
2009-05-26Fix a bug where the sip unregister CLI command did not completely unregister ...file1-0/+2
2009-05-23set MFCR2_CATEGORY just when starting the pbxmoy1-4/+5
2009-05-22SIP set outbound transport type from Registrationdvossel1-41/+120