aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-13Fix a deadlock involving channel autoservice and chan_local that was debuggedrussell1-11/+14
2008-05-13Use the right flag to open the audio in non-blocking.file1-2/+1
2008-05-08Remove debug output.russell1-4/+1
2008-05-08Merged revisions 115564 via svnmerge from russell1-0/+18
2008-05-08Don't give up on attempting an outbound registration if we receive a 408 Time...russell1-2/+0
2008-05-07Track peer references when stored in the sip_pvt struct as the peer related torussell1-6/+11
2008-05-07Merged revisions 115511 via svnmerge from russell1-3/+0
2008-05-05Avoid putting opaque="" in Digest authentication. This patch came from switc...russell1-2/+9
2008-05-02Add new "pri show version" command to show the libpri version for support rea...bbryant1-0/+12
2008-04-30Merge changes from team/russell/iax2_find_callno and iax2_find_callno_1.4russell1-123/+248
2008-04-30Don't crash on bad SIP replys.oej1-4/+6
2008-04-30use the ARRAY_LEN macro for indexing through the iaxs/iaxsl arrays so that th...kpfleming2-18/+32