aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-30Merged revisions 119237 via svnmerge from russell1-7/+37
2008-05-29Call waiting tone occurs too often, because it's getting serviced by bothtilghman1-3/+5
2008-05-29Merged revisions 119008 via svnmerge from russell1-8/+10
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman6-79/+26
2008-05-28merge revision 118702 from trunk to 1.4 -- Fixes a bug in chan_iax that uses ...bbryant1-1/+5
2008-05-28Add an option to use the source IP address of RTP as the destination IP addre...file1-1/+15
2008-05-27Fix an issue where codec preferences were not set on dialogs that were not au...file1-16/+13
2008-05-25Realtime flag affects construction in multiple ways, so consulting whethertilghman1-6/+16
2008-05-23Fix a few things I missed to ensure zt_chan_conf structure is not modified in...jpeeler1-3/+3
2008-05-21Ensure that passed in zt_chan_conf structure is not modified in mkintf.jpeeler1-18/+30
2008-05-21Apply the autoframing setting to dialogs that do not get matched against a us...file1-0/+1
2008-05-21Pass a pointer for the conf parameter to the function mkintf rather than the ...jpeeler1-126/+126
2008-05-19Make chan_h323 work with pwlib 1.12.0file1-0/+12
2008-05-19Avoid access of uninitialized memory. This caused a bunch of crashes for merussell1-1/+1
2008-05-16Check to make sure an RTP structure exists before calling ast_rtp_new_source ...file1-1/+3
2008-05-14Add ast_assert(), which can be used to handle fatal errors. It is only compiledrussell1-1/+1
2008-05-14Accept text messages even withoej1-1/+1