aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-28When modules are embedded, they take on a different name, without the ".so"tilghman1-2/+7
2008-04-25Use consistent logic for checking to see if a call number has been chosen yet.russell1-5/+5
2008-04-24Re-invite RTP during a masquerade so that, for instance, an AMImmichelson1-0/+7
2008-04-24Resolve a deadlock in chan_local by releasing the channel lockmmichelson1-0/+6
2008-04-24Ensure that when we set the accountcode, it actually shows up in the CDR.tilghman1-0/+1
2008-04-24Fix a silly mistake in a change I made yesterday that caused chan_iax2 to blowrussell1-2/+2
2008-04-24Only have one max-forwards header in outbound REFERs.oej1-1/+0
2008-04-23Fix find_callno_locked() to actually return the callno locked in some more ca...russell1-2/+4
2008-04-23Add 502 support for both directions, not only one... (see r114571)oej1-0/+1
2008-04-22Treat a 502 just like a 503, when it comes to processing a response codetilghman1-0/+1
2008-04-22When we receive a full frame that is supposed to contain our call number,russell1-22/+38
2008-04-22If the dial string passed to the call channel callback does not indicate anrussell1-2/+6
2008-04-22Merge changes from team/russell/issue_9520russell1-36/+109