aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf2-37/+21
2008-07-02Fix thread-safety of some of the pbx_builtin_getvar_helper callsmmichelson1-0/+9
2008-07-01Disable the old, slow search for matching callno in chan_iax2 (but allow it t...tilghman1-0/+2
2008-07-01Oopstilghman1-2/+2
2008-07-01Change around how we schedule pings and lagrqs, and fix a reason why thetilghman1-25/+23
2008-07-01Suppress annoying warning by finding the remaining cases where the callno is ...tilghman1-0/+9
2008-07-01Use domain part of SIP uri in register= configuration as fromdomain.oej1-1/+9
2008-07-01Handle escaped URI's in call pickups. Patch by oej and IgorG.oej1-7/+11
2008-07-01Report 200 OK to all in-dialog OPTIONs requests (to confirm that the dialogoej1-4/+10
2008-07-01Fix bad XML for hold notification.oej1-1/+1
2008-06-30Load the proper channel configuration file based on which driver was detected.jpeeler1-6/+5
2008-06-30Send all responses to an INVITE reliably, so that we retransmit if we don't g...oej1-11/+11
2008-06-27When we get a 408 Timeout, don't stop trying to re-register.tilghman1-3/+2
2008-06-27Add proper deadlock avoidance.tilghman1-7/+14
2008-06-26Add support for peer realm based auth (a few missing lines, the rest is well ...oej1-3/+6
2008-06-26ensure that (whenever possible) if we generate a log message because an ioctl...kpfleming1-38/+42
2008-06-25allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-to...kpfleming1-0/+1
2008-06-25Pvt deadlock causes some channels to get stuck in Reserved status.tilghman1-3/+4
2008-06-24Don't access the pvt structure if unable to acquire the lock.tilghman1-7/+18
2008-06-23emit a warning if the old IAX2 call searching code finds a call when the new ...kpfleming1-1/+16
2008-06-20When using a Local channel, started by a call file, with a destination of antilghman1-0/+3
2008-06-19It's possible for a hangup to be received, even just after the initial cidtilghman1-1/+5
2008-06-17Make chan_sip build under dev mode with compilers >= GCC 4.2mmichelson1-1/+3
2008-06-17Fix 3 more places where not locking the structure could cause the wrong lock ...tilghman1-12/+15
2008-06-17Cisco BTS sends SIP responses with a tab between the Cseq number andmmichelson1-3/+3
2008-06-16Port "hasvoicemail" change from SIP to other channel driverstilghman5-4/+24
2008-06-16People expect that if "hasvoicemail" is set in users.conf, even if "mailbox"tilghman1-0/+6
2008-06-16Only compare the first 15 characters so that even if the charset is specified...file1-1/+1
2008-06-16Don't send a BYE on a dialog that is already gone during a REFER.file1-1/+1
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler4-1095/+1165
2008-06-12Fix some race conditions that cause ast_assert() to report that chan_iax2 triedrussell1-0/+18
2008-06-11Make calls to ast_assert() actually test something, so that the error messagetilghman1-1/+1
2008-06-11fixed issue with previous commit, the find_free_channel test for channels whi...crichter1-8/+20
2008-06-10If we are destroying a dialog only set the MWI dialog pointer on the related ...file1-1/+3
2008-06-09A unique situation of timeouts brought forth a failure situation formmichelson1-1/+11
2008-06-07Don't run LIST_HEAD_DESTROY on a STATIC listrussell2-2/+0
2008-06-06add another LOW_MEMORY define I forgotjpeeler1-0/+2
2008-06-06only define thread storage variable if necessary for LOW_MEMORYjpeeler1-0/+2
2008-06-06Correction to commmit 120863, make sure proper destructor function is called ...jpeeler1-3/+11
2008-06-06This fixes a crash when LOW_MEMORY is turned on. Two allocations of the ast_r...jpeeler1-0/+10
2008-06-04If we fail to setup the PRI request channel, don't continue, exit with an error.tilghman1-0/+3
2008-06-03Fix another place where peer->callno could change at a very bad time, and alsorussell1-9/+11
2008-06-03Save the callno when we're poking, because our peer structure could changetilghman1-4/+7
2008-06-03Treat ECONNREFUSED as an error that will stop further retransmissions. (issue...file1-5/+6
2008-06-02Revert a change made for issue #12479. This change caused a regression such ...russell1-4/+1
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan1-10/+26
2008-06-02Even of the first PING or LAGRQ doesn't get sent because it comes up too soon,russell1-6/+4
2008-06-02fixed compile issue when dev-mode is enabledcrichter1-1/+1
2008-06-02Added counter for unhandled_bmsg Print, this prevents the logs to be flooded ...crichter2-4/+44
2008-06-02Change a debug message to an actual debug messagerussell1-1/+2