aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-08Yield the thread and return -1 if the ioctl fails for Zaptel timing device.mmichelson1-3/+5
2008-02-08Make sure the presence of dbsecret is factored into user scoring.file1-1/+1
2008-02-06Only consider a T.38-only INVITE compatible if we have both a joint capabilit...file1-1/+1
2008-02-05Clear the DTMF buffer on hangup.mmichelson1-0/+3
2008-02-05If a REGISTER attempt comes in that is a retransmission of a previous REGISTE...file1-3/+9
2008-02-05ensure that components of chan_misdn.so are built using any special build opt...kpfleming1-0/+2
2008-02-03Use the same CSEQ on CANCEL as on INVITE (according to RFC 3261)oej1-2/+2
2008-02-03Handle ACK and CANCEL in an invite transaction - even if we get INFO transact...oej1-6/+11
2008-02-01Change the SDP_SAMPLE_RATE macro. It turns out that even though G.722 is 16 ...russell1-1/+6
2008-02-01Add some more sanity checking on IAX2 dial strings for the case that no peerrussell1-7/+19
2008-01-31Solaris compat fixes for struct in_addr funkiness.qwell2-3/+6
2008-01-31Add more missing locking of the agents list ...russell1-3/+11
2008-01-31Move the locking from find_agent() into the agent dialplan function handler torussell1-2/+8
2008-01-31Add missing locking to the find_agent() function.russell1-0/+2
2008-01-30Stop musiconhold on attended transfer.oej1-1/+3
2008-01-29Initialize an array to 0s if config option not specified.qwell1-1/+2
2008-01-29Allow zap groups above 30 to work properly.qwell1-3/+3
2008-01-29fixed potential segfault in misdn show channels CLI commandcrichter1-1/+9
2008-01-29(closes issue #11736)oej1-6/+25
2008-01-28Undoing the deprecation of chan_vpb. It is alive and well.mmichelson1-6/+0
2008-01-28For some reason, the use of this strdupa() is leading to memory corruption onrussell1-3/+3
2008-01-28Correct a comment which made little/no sense.qwell1-2/+2
2008-01-28Make some deadlock related fixes. These bugs were discovered and reportedrussell1-19/+18