aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-23Fix some incorrect softkey labels in messages.qwell1-8/+3
2007-07-23Merged revisions 76653 via svnmerge from file1-2/+2
2007-07-23Don't try to queue up hold/unhold frames on a non-existent channel.qwell1-0/+8
2007-07-23Merged revisions 76560 via svnmerge from file1-1/+8
2007-07-23(closes issue #10268)file1-1/+1
2007-07-23Use a signed integer for storing the number of bytes in the packet read fromrussell1-1/+1
2007-07-21Merged revisions 76226 via svnmerge from russell1-0/+1
2007-07-20Allow getting a call from an existing "sub" channel.qwell1-26/+25
2007-07-20It's possible for sub->owner to be NULL here if you cancel the call immediate...qwell1-1/+1
2007-07-20Merged revisions 76080 via svnmerge from file1-0/+5
2007-07-19Remove some duplicate code.qwell1-1/+0
2007-07-19Merged revisions 75927 via svnmerge from russell1-1/+3
2007-07-18Need to make sure we set milliseconds and timestamp - pointed out by the rece...qwell1-0/+2
2007-07-18Merged revisions 75757 via svnmerge from russell1-1/+1
2007-07-18Umm, why are we transmitting dialtone on cfwdall?qwell1-1/+0
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file2-3/+3
2007-07-18Fixes for 7935/7936 conference phones.qwell1-19/+96
2007-07-18Fix issues with new 79x1 phones.qwell1-11/+20
2007-07-18Few more places that needs to check for onhold state.file1-3/+3
2007-07-18(closes issue #10165)file1-2/+3
2007-07-18Don't bother reloading chan_h323 if it did not load successfully in the first...file1-0/+4
2007-07-17Merged revisions 75449 via svnmerge from russell1-1/+1