aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-05-12Set the invitestate to INV_CANCELLED only if we are actually sending a SIP CA...mmichelson1-1/+1
2009-05-11Sent wrong message to clear a call we started if the other end has not respon...rmudgett1-2/+2
2009-05-08"misdn show config" segfaults asterisk, if no MSN lists dvossel1-1/+3
2009-05-07Give a more helpful message when an incoming call's dialed extension does not...rmudgett1-8/+14
2009-05-07Eliminate repetition of fullcontact during reconstruction.tilghman1-0/+10
2009-05-06Update some old logic to stop both begin and end DTMF frames from reaching th...file1-2/+4
2009-05-04global mohinterpret setting is ignoreddvossel1-0/+5
2009-05-01SIP Response 410 maps to cause code 22 (or 23), not 1.tilghman1-1/+1
2009-04-29Allow H.323 to compile with FDLEAK checking enabled.tilghman2-1/+7
2009-04-23Remove a bogus ast_channel_unlock().russell1-1/+0
2009-04-23Fix a bug in chan_local glare hangup detection.file1-3/+0
2009-04-22Make chan_h323 respect packetization settingsjpeeler3-19/+29
2009-04-20Clean up problem with manager implementation of mmap where it was not testing...dbailey1-1/+1
2009-04-18Fixed autologoff in agents.conf not working when agent logs in via AgentLogin...dvossel1-52/+63
2009-04-17Modifed/added some debug messages.rmudgett1-2/+7
2009-04-17Fix a bug where a value used to create the channel name was bogus.file1-1/+1
2009-04-17Fix a situation where the DAHDI channel private structure lock was not unlock...file1-0/+1
2009-04-16Only update realtime, if global option rtupdate != falsetilghman1-3/+7
2009-04-16Only disable mISDN DSP if Asterisk DSP is enabled. Leave jitter setting alone.rmudgett1-1/+0
2009-04-15National prefix inserted even when caller ID not availabledvossel1-0/+7
2009-04-10Fix module embedding for chan_h323.jpeeler1-0/+2
2009-04-10Support "signaling" in addition to "signalling".russell1-2/+2
2009-04-09Handle a SIP race condition (reinvite before an ACK) properly.mmichelson1-7/+20
2009-04-09Permit zero-length text messages in SIP.tilghman1-1/+3
2009-04-03Fix a bug where DAHDI/Zaptel channels would not properly switch formats when ...kpfleming1-1/+1
2009-04-02ensure that the buffer passed to DAHDI_SET_BUFINFO is fully initializedkpfleming1-0/+1
2009-04-02Merged revisions 186056 via svnmerge from tilghman1-8/+102
2009-04-02Avoid multiple warning messages in SIP, due to this column not existingtilghman1-4/+9
2009-04-02the DAHDI_GETCONF, DAHDI_SETCONF and DAHDI_GET_PARAMS ioctls were recently co...kpfleming1-11/+19
2009-04-01Fixes issue with dropped calles due to re-Invite glare and re-Invites never e...dvossel1-9/+27
2009-03-31Use AST_SCHED_DEL_SPINLOCK instead of manually using the logic.mmichelson1-3/+1
2009-03-31Fix incorrect parsing in chan_gtalk when xmpp contains extra whitespacesdbrooks1-7/+7
2009-03-30Update the channel allocation method documentation.rmudgett1-4/+5
2009-03-30Make chan_misdn BRI TE side normally defer channel selection to the NT side.rmudgett1-1/+1
2009-03-30Improve our handling of T38 in the initial INVITE from a device.file1-312/+229
2009-03-27Fix an issue where nat=yes would not always take effect for the RTP session o...file1-1/+3
2009-03-20Fix a crash in IAX2 registration handling found during load testing with dvos...russell1-5/+10
2009-03-19Reordering, to change prior to unlockingtilghman1-1/+1
2009-03-19Delay signalling progress until a PRI channel really signals progress.tilghman1-0/+9
2009-03-19Fix an issue where cancelled outgoing SIP calls would erroneously report the ...mmichelson1-5/+0
2009-03-18Allow H.323 Plus library to be used in addition to the OpenH323 libraryjpeeler6-5/+96
2009-03-18fix another symbol namespace issue (reported by Andrew on asterisk-dev)kpfleming1-1/+1
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell2-1/+2
2009-03-17Allow dahdichanname to work as advertised.qwell1-1/+1
2009-03-16Randomize IAX2 encryption paddingdvossel1-2/+18
2009-03-16Fixup glare detection, to fix a memory leak of a local pvt structure.tilghman1-11/+16
2009-03-12Properly send a 487 on an INVITE we have not responded to if we receive a BYE.mmichelson1-1/+1
2009-03-11encrypted IAX2 during packet loss causes decryption to fail on retransmitted ...dvossel2-31/+72
2009-03-11Fix issue where an attended transfer could not be completed under a rare scen...file1-1/+1
2009-03-11Fix a problem with inband DTMF detection on outgoing SIP calls when dtmfmode=...file1-1/+1