aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-08-22Merge changes from team/russell/iax_refcount.russell1-352/+425
2007-08-21Don't record SIP dialog history if it's not turned on. Also, put an upperrussell1-1/+20
2007-08-21Don't try to dereference the owner channel when it may not existrussell1-10/+7
2007-08-17Avoid a crash in the handling of DTMF based Caller ID. It is valid forrussell1-0/+2
2007-08-17Don't send a semicolon over the wire in sip notify messages.qwell1-1/+1
2007-08-17Re-add the setting of callerid name and number.qwell1-0/+6
2007-08-17Fix some crashes in chan_sip. This patch changes various places that add itemsrussell1-2/+13
2007-08-17sometimes we don't need to signal dtmf tones to asterisk, we just want them t...crichter1-4/+5
2007-08-16Fix more deadlocks in chan_iax2 that were introduced by making frame handlingrussell1-12/+164
2007-08-16Fixes a problem where agents would get stuck busy due to their wrapuptime bei...mmichelson1-0/+1
2007-08-160x80 + protocol is wrong for USERUSER when we want to send IA5 Chars.crichter1-1/+1
2007-08-15(closes issue #10456)file1-1/+1
2007-08-14Fix another spot where an iax2_peer would be leaked if realtime was in use.russell1-1/+4
2007-08-14Fix some memory leaks throughout chan_iax2 related to the use of realtime.russell1-3/+15
2007-08-13Don't call find_peer in registry_authrequest with the pvt lock held to avoid arussell1-5/+17
2007-08-13Release the pvt lock before calling find_peer in register_verify to avoid arussell1-6/+13
2007-08-13Don't call find_peer within update_registry with a pvt lock held. This canrussell1-6/+22
2007-08-13I am fighting deadlocks in chan_iax2. I have tracked them down to a singlerussell1-2/+28
2007-08-13Fix a potential deadlock in socket_process. check_provisioning can eventuallyrussell1-2/+16
2007-08-13(closes issue #10437)file11-29/+1
2007-08-10fixed a bug with the useruser information element. We send them now also in t...crichter3-1/+28
2007-08-09I broke canreinvite...Now I'm fixing it. I put some new code in the wrong pla...mmichelson1-31/+36
2007-08-07Allow chan_sip to build in devmodeqwell1-1/+1
2007-08-07Properly check the capabilities count to avoid a segfault.qwell1-2/+8
2007-08-07Merged revisions 78370 via svnmerge from russell1-9/+3
2007-08-06Fix an issue where dynamic threads can get free'd, but still exist in the russell1-7/+24
2007-08-06It is possible for a transfer to occur before the remote device has our tag i...file1-1/+1
2007-08-06Fixed a mistake I made in realtime_peer which caused it to return NULL every ...mmichelson1-1/+2
2007-08-05If peer is not found, the error message is misleading (should be peer not fou...tilghman1-3/+5
2007-08-03Changed the behavior of sip's realtime_peer function to match the correspondi...mmichelson1-31/+93
2007-08-03Only pass through HOLD and UNHOLD control frames when the mohinterpret optionrussell1-10/+11
2007-08-03Don't reuse the timespec that was set to 0 in the previous timedwait as itrussell1-5/+2
2007-08-02Make sure we actually allow 6 chars to be sent.qwell1-2/+2
2007-08-02If a device disconnects, the session will go away.qwell1-0/+5
2007-08-02Fix the case where a dynamic thread times out waiting for something to dorussell1-1/+10
2007-08-02Make sure we clear the prompt status message on a hangup.qwell1-42/+45
2007-08-02Fix another race condition in the handling of dynamic threads. If the dynamicrussell1-2/+8
2007-08-02Add another sanity check to vnak_retransmit(). This check ensures that framesrussell1-1/+2
2007-08-02Make sure that we show the correct extension if dialed from a macroqwell1-4/+10
2007-08-01Put in some additional debug information for softkey/stimulus messages.qwell1-43/+44
2007-08-01Fix some race conditions which have been causing weird problems in chan_iax2.russell1-4/+17
2007-08-01Fix an issue that caused one-way audio on some newer devices (specifically th...qwell1-57/+68
2007-08-01Add some fixes for building on Solaris.file2-6/+6
2007-07-31Made VAST improvements in DTMF receiver in RADIO_RELAX mode (thanx Stevejdixon1-1/+3
2007-07-31This patch makes Asterisk send 100 Trying provisional responses upon receipt ...mmichelson1-0/+2
2007-07-30Fix an issue that could potentially cause corruption of the global iax framerussell1-1/+1
2007-07-27(closes issue #10323)file1-1/+3
2007-07-27"re-invite" was misspelledmmichelson1-1/+1
2007-07-25Merged revisions 76978 via svnmerge from murf1-1/+1
2007-07-24Don't create the Asterisk channel until we are starting the PBX on it.qwell1-16/+13