aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-21Only drop audio if we receive it without a progress indication. We allow othe...file1-1/+1
2008-04-18Clearing up error messages so they make a bit more sense. Also removing a red...mmichelson1-4/+1
2008-04-18Ensure that we don't ast_strdupa(NULL)russell1-1/+1
2008-04-18Only complete the SIP channel name once for 'sip show channel <channel>'seanbright1-0/+4
2008-04-16use the ZT_SET_DIALPARAMS ioctl properly by initializing the structure to all...kpfleming1-0/+2
2008-04-16Backport revisions for latest vpb drivers to 1.4tilghman1-1316/+1157
2008-04-16Fix "fallthrough" behavior here, so config options in a previously configured...qwell1-5/+4
2008-04-15Handle subscribe queues in all situations... Thanks to festr_ on irc for tell...oej1-1/+6
2008-04-14The call_token on the pvt can occasionally be NULL, causing a crash.qwell1-1/+1
2008-04-14It is possible for the remote side to say they want T38 but not give any capa...file1-1/+1
2008-04-11Several places in the code called find_callno() (which releases the lock on t...twilson1-12/+29
2008-04-10Be sure that we're not about to set bridgepvt NULL prior to dereferencing it.mmichelson1-1/+1
2008-04-10Don't add custom URI options if they don't exist OR they are empty.file1-1/+1
2008-04-09We need to set the persistant_route [sic] parameter for the sip_pvtmmichelson1-2/+3
2008-04-09If we receive an AUTHREQ from the remote server and we are unable to reply (f...file1-0/+4
2008-04-09If Asterisk receives a 488 on an INVITE (not a reinvite), thenmmichelson1-1/+4
2008-04-09Initialize fr->cacheable to make valgrind happytwilson1-0/+1
2008-04-08Add a little more that is required for previously added devices.qwell1-0/+21
2008-04-08Add support for several new(ish) devices - most notably, 7942/7945, 7962/7965...qwell1-0/+23
2008-04-08Move check for still-bridged channels out a little further, to avoid possibletilghman1-10/+26
2008-04-07(closes issue #12362) [redo of 113012]jpeeler1-2/+2
2008-04-07Allow playback with noanswer (and add earlyrtp option).qwell1-14/+37
2008-04-07(closes issue #12362)jpeeler1-1/+1
2008-04-04Free newly allocated channel before returningphsultan1-1/+2