aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-07-21Wait for wink before dialing when using E&M wink signalingjpeeler1-3/+3
2009-07-21Revert r207573, this approach could potentially block for an unacceptable jpeeler1-55/+1
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-6/+6
2009-07-20Wait for wink before dialing when using E&M wink signalingjpeeler1-1/+55
2009-07-20Answer video SDP offers properly when videosupport is not enabled.mmichelson1-3/+43
2009-07-17Fix format specifier to print out an unsigned long long.jpeeler1-1/+1
2009-07-17Enhance configuration option for overlapdial allowing direction choicejpeeler1-11/+29
2009-07-17sip option flags handled incorrectlydvossel1-1/+1
2009-07-17SIP incorrect From: header information when callpres is prohibdvossel1-4/+7
2009-07-15Merged revision 206700 fromrmudgett2-19/+52
2009-07-14Fixes several call transfer issues with chan_misdn.rmudgett3-333/+454
2009-07-14Merged revisions 206384 via svnmerge from russell1-3/+5
2009-07-14Fix some memory leaks in chan_misdn.rmudgett2-23/+56
2009-07-10Properly ACK 487 responses to canceled INVITEs.mmichelson1-3/+9
2009-07-10SIP registration auth loop caused by stale noncedvossel1-7/+25
2009-07-10Ensure that outbound NOTIFY requests are properly routed through stateful pro...mmichelson1-2/+6
2009-07-09No audio on calls from Asterisk to various ISDN devices until DTMF sent by ca...rmudgett1-0/+1
2009-07-08Fixes 8khz assumptionsdvossel1-7/+8
2009-07-02Removed confusing warning message "Got Busy in Connected State"rmudgett1-2/+0
2009-06-29Add error message so that it is clear why a SIP peer was not processed whenmmichelson1-0/+1
2009-06-29Fix build oops.mmichelson1-1/+1
2009-06-29Fix a problem where chan_sip would ignore "old" but valid responses.mmichelson1-44/+44
2009-06-29segfault after SPINLOCK schedule deletedvossel1-4/+14
2009-06-27The ISDN CPE side should not exclusively pick B channels normally.rmudgett1-8/+5
2009-06-26Make sure to recreate the dahdi pseudo channel after dahdi restartjpeeler1-1/+1
2009-06-25Resolve a crash related to a T.38 reinvite race condition.russell1-16/+20
2009-06-24Improved chan_dahdi.conf pritimer error checking.rmudgett1-15/+26
2009-06-24Use the handy UNLINK macro instead of hand-coding the same thing in-line.mmichelson1-5/+1
2009-06-23MWI NOTIFY contains a wrong URI if Asterisk listens to non-standard port and ...dvossel1-1/+9
2009-06-23Fix more memory leaks that may result if rtp is not successfully allocated.mmichelson1-0/+4
2009-06-23Fix potential memory leak in chan_sip when video rtp is not allocated properly.mmichelson1-0/+4
2009-06-22Make Polycom subscription type override check more explicit.russell1-5/+9
2009-06-22Remove an extra debug line left from previous commit.mmichelson1-1/+0
2009-06-22Fix a situation in which Asterisk would not stop retransmitting 487s.mmichelson1-2/+34
2009-06-22Fix a possible infinite loop in SDP parsing during glare situation.mmichelson1-1/+1
2009-06-20Since we don't have sip_pvt_lock() in 1.4, we need to use ast_mutex_* directly.seanbright1-2/+2
2009-06-19Added deadlock protection to try_suggested_sip_codec in chan_sip.c.mnicholson1-2/+14
2009-06-19timestamp was being converted to host order as a short rather than a longdvossel1-1/+1
2009-06-17Checks for NULL sip_pvt pointer in chan_sip.c->acf_channel_read()dbrooks1-0/+4
2009-06-15Add INFO to our allowed methods so that endpoints know they may send it to us.mmichelson1-1/+1
2009-06-04Additional updates to AST-2009-001dvossel1-1/+17
2009-05-28'iax show peer blah' now outputs whether or not peer 'blah' is in trunk mode ...dvossel1-0/+1
2009-05-28Allow for media to arrive from an alternate source when responding to a reinv...mmichelson1-0/+72
2009-05-28Use the address we already know when reloading a peer with nat=yes.eliel1-2/+5
2009-05-28Fix a bug where the flag indicating the presence of rport would get overwritt...file1-1/+7
2009-05-22Fix a bug where using immediate with mISDN caused a cause code of 16 to get s...file1-2/+3
2009-05-21Sign problem calculating timestamp for iax frame leads to no audio on the rec...dvossel1-0/+3
2009-05-19Fix a bug where direct RTP setup would partially occur even when disabled if ...file1-1/+1
2009-05-18Fix a bug where the codecs of the called party leg were not properly sent bac...file1-4/+1
2009-05-15IAX2 REGAUTH loopdvossel1-22/+37