aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-11-23No need to use a separate structure for this since we can just passseanbright1-15/+4
2008-11-22dont send reorder tone after a device is hungup if a dialout is abandoned or ...mvanbaak1-6/+12
2008-11-22Add Media Source Update to skinny's control2strmvanbaak1-0/+2
2008-11-22fix a very occasional core dump in chan_skinny found by wedhorn.mvanbaak1-1/+2
2008-11-21Fix for #13963. Make physical channel mapping unconfigured defaultmattf1-2/+3
2008-11-21Add fix to prevent crash during reload if there is an outstanding MWI registr...dbailey1-0/+4
2008-11-21Use a more expressive constant for a 64-bit scanned intmmichelson1-1/+1
2008-11-21Use some magic constants to get the right sizemmichelson1-1/+1
2008-11-21Fix the build for 32-bit systems. %lu is only 32-bitsmmichelson1-1/+1
2008-11-20Change the remote user agent session version variablemmichelson1-3/+3
2008-11-20Merged revisions 158072 via svnmerge from mmichelson1-1/+1
2008-11-20Merged revisions 158071 via svnmerge from mmichelson1-0/+14
2008-11-20Merged revisions 158053 via svnmerge from mmichelson1-1/+4
2008-11-20Merged revisions 157859 via svnmerge from kpfleming1-1/+1
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson5-8/+8
2008-11-18Merged revisions 157503 via svnmerge from mmichelson1-0/+3
2008-11-18Based on Russell's advice on the asterisk-dev list, I havemmichelson1-16/+26
2008-11-18* Add a lock to be used in the update_call_counter function.mmichelson1-17/+49
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-1/+7
2008-11-15Fix a few more places where the case insensitive hash should be used sincerussell1-2/+2
2008-11-15Use the new case insensitive hash function for console interfaces. The compa...russell1-1/+1
2008-11-14Revision 155513 of chan_sip.c in trunk inadvertently mmichelson1-0/+1
2008-11-14Remove some useless locking and make sure we hangup channels on a link when w...mattf1-4/+15
2008-11-13Command offsets were not changed correctly when the command syntax fortilghman1-3/+3
2008-11-12Merged revisions 156229 via svnmerge from tilghman1-3/+27
2008-11-12This commit does two things:mvanbaak3-91/+3
2008-11-11Remove commentary from the issues list for SIP TCP/TLSrussell1-12/+3
2008-11-10Merged revisions 155861 via svnmerge from mmichelson1-3/+9
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright1-30/+41
2008-11-08 - Check for failure when putting the packet in the ast_strrussell1-2/+8
2008-11-08Remove some code that is basically a no-op. Code above this already ensures ...russell1-6/+0
2008-11-07Set the invite state to INV_CANCELLED in a place thatmmichelson1-1/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright3-52/+52
2008-11-07Merged revisions 155398 via svnmerge from tilghman1-1/+1
2008-11-07Send call release with unallocated cause instead of normal call clearing, whentilghman1-1/+2
2008-11-07stringfields conversion for struct sip_peer, as requested :-)kpfleming1-69/+86
2008-11-07Remove a bogus ast_free() that Kevin noticed. This was probably just left over russell1-1/+0
2008-11-07Fix some code in chan_sip that was intended to unlink multiple objects from arussell1-5/+8
2008-11-06put ifdef protection around the rest of the libpri function calls that were a...kpfleming1-2/+12
2008-11-05Make compilation of chan_dahdi so that it does not require the new pri_progre...mattf1-0/+12
2008-11-05Add AgentLogin(), AgentMonitorOutgoing() applications andeliel1-40/+103
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theseanbright1-12/+14
2008-11-04Switch to using a thread condition to signal that a child thread is ready fortilghman1-5/+17
2008-11-04Merged revisions 154365 via svnmerge from tilghman1-0/+9
2008-11-04Merged revisions 154266 via svnmerge from rmudgett1-1/+1
2008-11-04Recorded merge of revisions 154263 via svnmerge from tilghman2-4/+3
2008-11-04Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID ofseanbright1-6/+33
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming4-4/+4
2008-11-04Add XML documentation for:eliel1-16/+37
2008-11-03Adding a separation of remote authentication and our authentication.oej1-6/+15