aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-04-04Prevent call connections when codecs don't match.phsultan1-44/+123
2008-04-03Fix the testing of the "res" variable so that it is more logically correct and mmichelson1-14/+16
2008-04-01Do not pass audio until the remote side has indicated they are providing earl...file1-0/+5
2008-03-28Remove unimplemented softkeys. Prompted by issue #12325.qwell1-3/+3
2008-03-26If we are requested to authenticate a reinvite make sure that it contains T38...file1-1/+1
2008-03-26Make sure that full video frames are sent whenever the 15 bit timestamp rolls...file1-3/+27
2008-03-25This one line change makes an if inside a for loop (in realtime_peer) check a...jpeeler1-1/+1
2008-03-25When reverting a commit, I accidentally left in this bit which was an experimentmmichelson1-1/+3
2008-03-24This is a revert for revision 108288. The reason is that that revisionmmichelson1-6/+3
2008-03-24Turn a NOTICE into a DEBUG message.russell1-4/+4
2008-03-20Merged revisions 110335 via svnmerge from russell2-13/+9
2008-03-18Make sure an agent doesn't try to send dtmf to a NULL channelmmichelson1-2/+6
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