aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-08-24improve handling of openr2_chan_disconnect_call API failure, unlikely, but ha...moy1-8/+22
2009-08-21Update configure script for libpri COLP feature dependency requirements.rmudgett1-6/+3
2009-08-21Clarifying comments in sip_register, and removing a dead sectiontilghman1-7/+19
2009-08-21Register request line contains wrong address when user domain and register ho...dvossel1-4/+3
2009-08-21fixes sip register parsing when user@domain is useddvossel1-13/+30
2009-08-21increment the mfcr2 monitor count when clearing the call requestmoy1-0/+5
2009-08-20fixed bug caused by calling ast_request without calling ast_call on an R2 cha...moy1-1/+8
2009-08-19Better parsing for the "register" linetilghman1-68/+126
2009-08-19If we have realtime caching enabled, 'sip reload' must purge users/peers, eve...tilghman1-1/+1
2009-08-18Add COLP support to chan_dahdi/sig_pri.rmudgett2-62/+543
2009-08-18Merged revisions 212727 via svnmerge from rmudgett1-26/+28
2009-08-17Correct spelling of AGENTACCEPTDTMF in chan_agent.seanbright1-1/+1
2009-08-17Merged revisions 212498 via svnmerge from jpeeler1-0/+5
2009-08-17Merged revisions 212430 via svnmerge from rmudgett2-2/+2
2009-08-14Add braces where missing and a few whitespace fixes in sig_analogjpeeler1-301/+455
2009-08-14More code that somehow got left out of sig_analogjpeeler3-18/+119
2009-08-13Send a generic return result when we receive a CallDeflection facility messag...rmudgett1-0/+9
2009-08-13Ensure that T38FaxVersion is put into outgoing SDP in the proper case.kpfleming1-1/+1
2009-08-13Check an actual populated variable when seeing if we need to do video or not.file1-1/+1
2009-08-12This patch adds support for choosing a realm based on the domain in the From ...mnicholson1-2/+87
2009-08-12Fix chan_dahdi option ringtimeoutjpeeler3-6/+23
2009-08-12Make asterisk handle 423 Interval Too Short messages better.mnicholson1-3/+6
2009-08-12Always specify which RTP engine is desired for a new RTP instance.russell6-7/+7
2009-08-10Encapsulate testing for which signaling styles are used by sig_pri.rmudgett1-70/+143
2009-08-10AST-2009-005tilghman14-139/+145
2009-08-10add manager events when a skinny device registers/unregistersmvanbaak1-0/+4
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if jpeeler2-8/+4
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.rmudgett3-3/+24
2009-08-10Fix retrieval of the port used for the video stream when adding SDP to a SIP ...file1-10/+10
2009-08-07Fixed some unsafe down cast pointer operations for sig_pri.rmudgett1-29/+32
2009-08-07Fix static on line when PRI does overlap dialing.rmudgett1-2/+10
2009-08-06Miscellaneous minor fixes to sig_analog.rmudgett1-6/+9
2009-08-06Sanity adjustments to pri_ss_thread for sig_pri environment.rmudgett1-2/+7
2009-08-06Accept additional T.38 reinvites after an initial one has been handled.file1-91/+93
2009-08-05Fix potential deadlock issue with USERUSERINFO channel variable.rmudgett1-33/+87
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.rmudgett3-19/+19
2009-08-05Merged revisions 210575 via svnmerge from rmudgett1-38/+41
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.rmudgett3-32/+169
2009-08-04Removed some dead code.rmudgett1-28/+1
2009-08-03Rename 'canreinvite' option to 'directmedia', with backwards compatibility.kpfleming3-31/+32
2009-08-03Changes from chan_dahdi that did not make it into sig_pri.rmudgett2-123/+134
2009-08-03Trim trailing whitespace.rmudgett3-100/+100
2009-08-01Merged revisions 209759 via svnmerge from kpfleming3-3/+3
2009-07-31Improve chan_sip's ability to determine what methods should and should not be...mmichelson1-67/+46
2009-07-30Add missing ifdef-s for service maintenance message functionalityjpeeler2-0/+4
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks3-5/+5
2009-07-30Fix a crash that can result if text codecs are allowed but textsupport is dis...mmichelson1-1/+1
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...kpfleming5-28/+0
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks2-4/+4
2009-07-27Merged revisions 208923 via svnmerge from jpeeler1-1/+1