aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/0.5.0@7221 f38db490-d61c-...v0.5.0kpfleming41-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/0.5.0@7220 f38db490-d61c-...kpfleming1-4/+0
2003-09-10update for the lamers...only if they would acutally read itjeremy1-1/+5
2003-09-08Fix typomarkster1-1/+1
2003-09-08Fix "potential" deadlock and make not-a-deadlockmarkster1-23/+17
2003-09-08BSD portability enhancements (bug #234)markster5-10/+15
2003-09-07Copy context properlymarkster1-0/+1
2003-09-06implement transfer and call forwarding. Bug #221jeremy4-7/+143
2003-09-06When taking a masqed call, be sure to mark it as acknowledgedmarkster1-0/+1
2003-09-06Be sure we have the agent lockmarkster1-0/+4
2003-09-05Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the si...martinp2-1/+20
2003-09-04Add Zap dnid supportmarkster1-0/+4
2003-09-04Take URI from responses (bug #215)markster1-0/+1
2003-09-04Re-poke all peers on a reload (bug #216)markster1-0/+6
2003-09-04Base ackcall on newly available agent, not the pending onemarkster1-1/+1
2003-09-02Allow codecs to be specified on a per-peer and per-user basismarkster1-13/+28
2003-09-01Finish provisioning placeholdermarkster2-0/+2
2003-09-01Add placeholder for provisioning infomarkster2-0/+4
2003-09-01Send "PROGRESS" when DIAL is acceptedmarkster1-0/+1
2003-09-01fix seg fault due to the use of wrong pointerjeremy1-2/+2
2003-09-01Unlock our lock while we try to find the extensionmarkster1-0/+2
2003-08-31Support ANImarkster1-1/+1
2003-08-30Increase minimum retry timemarkster1-1/+1
2003-08-30Don't send until we're upmarkster1-0/+2
2003-08-27Minor makefile fixmarkster1-1/+1
2003-08-27We have to release app_lock even if there is no channel logged in anymoremarkster1-6/+10
2003-08-26Make ack_sleep do somethingmarkster1-0/+11
2003-08-26Clear high res valuemarkster1-0/+1
2003-08-26handle app_lock properlymarkster1-5/+9
2003-08-26How about manipulating the right lockmarkster1-2/+2
2003-08-26Make res deterministic, don't release lock until totally donemarkster1-3/+3
2003-08-26Fix agent deadlockmarkster1-2/+3
2003-08-26Make chan_zap compile without libpri againmarkster1-63/+66
2003-08-26Wait for '#' to acknowledge pending agents, too when ackcall=alwaysmarkster1-9/+99
2003-08-25Make sure that when the d-channel goes down we also clear the libpri structur...martinp1-7/+12
2003-08-25Add one more thing to the previous onemartinp1-1/+2
2003-08-25Don't allow to place calls when a dchannel is down (for PRI). Also when we de...martinp1-6/+32
2003-08-25sync any left over changesjeremy3-20/+41
2003-08-25Actually use the "get_also" functionmarkster1-1/+1
2003-08-25disable native bridgingjeremy1-22/+72
2003-08-25First pass at BYE/Also transfermarkster1-2/+64
2003-08-24Make sipdebug default to 0markster1-1/+1
2003-08-24Make SIP registration persistent (bug #159)markster2-14/+57
2003-08-24Enable Asterisk to register with itself (with authentication)markster1-12/+12
2003-08-24Send registration info on 407 toomarkster1-1/+8
2003-08-24Persist IAX2 registrations across restartsmarkster1-1/+40
2003-08-24Monitor thread isn't a mutexmarkster1-1/+1
2003-08-24Use URI in sip, update chan_vpbmarkster2-19/+43
2003-08-23Fix call pickup with SIPmarkster1-14/+15
2003-08-23Update old chan_zapmarkster1-657/+1343