aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-15Update to previous IAX2 "Ghost" Channels patch.dvossel2-15/+18
2009-05-14IAX2 "Ghost" Channelsdvossel3-21/+110
2009-05-14Fix a race condition where a reinvite could trigger a 482 response.mmichelson1-4/+16
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