aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-03-18Merged revisions 109391 via svnmerge from qwell1-2/+0
2008-03-18Put a maximum limit on the number of payloads accepted, and also make sure a ...file1-13/+21
2008-03-17Update the directory of placed calls on skinny phones ...mvanbaak1-0/+1
2008-03-17200 OKs in response to a reinvite need to be sent reliably. If the remote sid...file1-1/+1
2008-03-14Fix a channel name issue. chan_oss registers the "Console" channel type,russell1-1/+1
2008-03-14Fix a race condition in the SIP packet scheduler which could cause a crash.mmichelson1-6/+27
2008-03-13Make a tweak that gets the LEDs on polycom phones to blink when an extension ...russell1-1/+1
2008-03-12Change AST_SCHED_DEL use to ast_sched_del for autocongestion in chan_sip.mmichelson1-3/+3
2008-03-12if we receive an INVITE with a Content-Length that is not a valid number, or ...kpfleming1-0/+15
2008-03-11Copy voicemail dependency logic for res_adsi to chan_gtalk (for jabber).qwell1-0/+7
2008-03-11get chan_vpb to build properly in dev modekpfleming1-2/+0
2008-03-11fix various other problems found by gcc 4.3kpfleming2-10/+6
2008-03-11If we fail to alloc a channel, we should re-lock the pvt structure before ret...twilson1-0/+1
2008-03-10Make sure to reenable echo can after a "failed" (canceled, etc) three-way call.qwell1-0/+1
2008-03-08don't generate D-Channel "up" and "down" messages unless the channel state is...kpfleming1-7/+13
2008-03-07Safely use the strncat() function.tilghman1-10/+5
2008-03-05Fix a potential deadlock and a few different potential crashes.russell1-11/+28
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file8-62/+83
2008-03-05when a PRI call must be moved to a different B channel at the request of the ...kpfleming1-16/+23
2008-03-05Correctly initialize retransid in SIP, and ensure that the warning when faili...tilghman1-0/+1
2008-03-04When a new source of audio comes in (such as music on hold) make sure the mar...file1-1/+6
2008-03-03In the case of an ast_channel allocation failure, take the local_pvt out of therussell1-1/+8
2008-03-03Fix a potential memory leak of the local_pvt struct when ast_channel allocationrussell1-10/+14
2008-03-03Add a comment to describe some logic.file1-0/+1
2008-02-28According to a video at www.cisco.com, the 7921G supports 6 line appearances.qwell1-1/+4
2008-02-27When we receive a known alarm, make sure that the unknown alarm flag is not s...russell1-0/+4
2008-02-27Zaptel 1.4 now exposes FXO battery state as an alarm. However, Asterisk 1.4russell1-16/+47
2008-02-26Merge changes from team/russell/smdi-1.4russell1-1/+1
2008-02-26IPTOS_MINCOST is not defined on Solaris.qwell1-1/+1
2008-02-25Make it so a users.conf user creates both a SIP peer and a SIP user. The user...file1-5/+11
2008-02-25Ensure that the channel doesn't disappear in agent_logoff(). If it does, itrussell1-2/+21
2008-02-25If a resubscription comes in for a dialog we no longer know about tell the re...file1-0/+12
2008-02-25Due to recent changes tag will no longer be NULL if not present so we have to...file1-1/+1
2008-02-22Backwards debug message.tilghman1-2/+2
2008-02-21And as a followup to revision 104026, completely remove event-relatedmmichelson1-4/+0
2008-02-21Remove an incorrect debug message. It reported that it had received a specifi...mmichelson1-2/+0
2008-02-20Don't wait for additional digits when overlap dialing is enabled if the setup...file1-1/+1
2008-02-20Fix a crash if the channel becomes NULL while attempting to lock it.mmichelson1-3/+5
2008-02-19Send CallerID Name in setup message.file1-2/+3
2008-02-19Account for the fact that the "other" channel can disappear while the local pvtrussell1-13/+11
2008-02-19Fix building of chan_sip.file1-2/+2
2008-02-19Make sure we send error replies correctly by checking the via header.oej1-0/+1
2008-02-18Fix previous commit so that we actually disable echocanbridged if echocancel ...qwell1-2/+8
2008-02-18Correct a message when echocancelwhenbridged is on, but echocancel is not.qwell1-1/+1
2008-02-18When a SIP channel is being auto-destroyed, it's possible for it to still betilghman1-12/+24
2008-02-18Fix a linked list corruption that under the right circumstancesmmichelson1-0/+3
2008-02-18Don't care if the extension given doesn't exist for subscription based MWI.file1-1/+1
2008-02-15Fix a crash in chan_iax2 due to a race conditionrussell1-4/+7
2008-02-13We aren't talking to ourselves; we're talking to someone else.tilghman1-1/+5
2008-02-12Even if no CallerID name or number has been provided by the remote party stil...file1-4/+4