summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2009-09-03Lets try not to use C++ keywords for variable names.Richard Mudgett
2009-09-03Added detection DTMF CID without polarity change alert.Doug Bailey
2009-09-03Merge code associated with AST-2009-006David Vossel
2009-09-03Add known internal IP address when autodomain=yesOlle Johansson
2009-09-03Default the callback extension to "s". This is a regression.Tilghman Lesher
2009-09-02Merged revisions 215682 via svnmerge from Terry Wilson
2009-09-02Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ...Richard Mudgett
2009-09-02port string to int conversion using sscanfDavid Vossel
2009-09-02add Parkinglot info to sip show peer <foo> and skinny show line <foo>Michiel van Baak
2009-09-02Fix issue where DTMF CID detect was placing channels into signed linear modeDoug Bailey
2009-09-02SIP uri parsing cleanupDavid Vossel
2009-09-02like in chan_sip's sip_new skinny should copy the configured parkinglot from ...Michiel van Baak
2009-09-02SIP support for keep-alive eventDavid Vossel
2009-09-02Honor configured parkinglot when parking and retrieving parked callsMichiel van Baak
2009-09-01Add MASTER_CHANNEL() dialplan function, as well as a useful usage.Tilghman Lesher
2009-09-01Fix register such that lines with a transport string, but without an authuser...Tilghman Lesher
2009-09-01Removing whitespace that causes red dots in reviewboardOlle Johansson
2009-08-31Merged revisions 214940 via svnmerge from Tilghman Lesher
2009-08-28Move discardremoteholdretrieval test so it applies only to the specific notif...Richard Mudgett
2009-08-26Typo fix ("SIP/2.0 XXX" is 11 chars, not 10)Tilghman Lesher
2009-08-24improve handling of openr2_chan_disconnect_call API failure, unlikely, but ha...Moises Silva
2009-08-21Update configure script for libpri COLP feature dependency requirements.Richard Mudgett
2009-08-21Clarifying comments in sip_register, and removing a dead sectionTilghman Lesher
2009-08-21Register request line contains wrong address when user domain and register ho...David Vossel
2009-08-21fixes sip register parsing when user@domain is usedDavid Vossel
2009-08-21increment the mfcr2 monitor count when clearing the call requestMoises Silva
2009-08-20fixed bug caused by calling ast_request without calling ast_call on an R2 cha...Moises Silva
2009-08-19Better parsing for the "register" lineTilghman Lesher
2009-08-19If we have realtime caching enabled, 'sip reload' must purge users/peers, eve...Tilghman Lesher
2009-08-18Add COLP support to chan_dahdi/sig_pri.Richard Mudgett
2009-08-18Merged revisions 212727 via svnmerge from Richard Mudgett
2009-08-17Correct spelling of AGENTACCEPTDTMF in chan_agent.Sean Bright
2009-08-17Merged revisions 212498 via svnmerge from Jeff Peeler
2009-08-17Merged revisions 212430 via svnmerge from Richard Mudgett
2009-08-14Add braces where missing and a few whitespace fixes in sig_analogJeff Peeler
2009-08-14More code that somehow got left out of sig_analogJeff Peeler
2009-08-13Send a generic return result when we receive a CallDeflection facility messag...Richard Mudgett
2009-08-13Ensure that T38FaxVersion is put into outgoing SDP in the proper case.Kevin P. Fleming
2009-08-13Check an actual populated variable when seeing if we need to do video or not.Joshua Colp
2009-08-12This patch adds support for choosing a realm based on the domain in the From ...Matthew Nicholson
2009-08-12Fix chan_dahdi option ringtimeoutJeff Peeler
2009-08-12Make asterisk handle 423 Interval Too Short messages better.Matthew Nicholson
2009-08-12Always specify which RTP engine is desired for a new RTP instance.Russell Bryant
2009-08-10Encapsulate testing for which signaling styles are used by sig_pri.Richard Mudgett
2009-08-10AST-2009-005Tilghman Lesher
2009-08-10add manager events when a skinny device registers/unregistersMichiel van Baak
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if Jeff Peeler
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.Richard Mudgett
2009-08-10Fix retrieval of the port used for the video stream when adding SDP to a SIP ...Joshua Colp
2009-08-07Fixed some unsafe down cast pointer operations for sig_pri.Richard Mudgett