aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-13This commit was manufactured by cvs2svn to create tag 'v0_9_0'.(no author)1-115/+162
2004-02-03Implement REGREL in IAX2markster1-14/+25
2004-02-02NetBSD portability enhancements (bug #969)markster1-0/+2
2004-02-01Add "iaxcompat" option to allow nested switch statements, still might fail if...markster1-23/+88
2004-01-12clean up our mess on unload. Bug #799jeremy1-0/+5
2004-01-11Show who sends us bad packetsmarkster1-1/+1
2004-01-11Implement missing functionmarkster1-0/+9
2004-01-11Locking changes for IAX2markster1-8/+39
2004-01-10When poking a peer after registration, release lock temporarilymarkster1-7/+11
2003-12-15Minor cleanupmarkster1-4/+4
2003-12-14Fix qualify + registermarkster1-1/+2
2003-12-09Cleanup unload callsmarkster1-23/+28
2003-12-08Remove gratuitous racemarkster1-1/+1
2003-12-05Quiet more authentication info if not enabledmarkster1-12/+24
2003-12-04Fix PGSQL voicemail issues (bug #625) and fix reload races in iax2markster1-38/+84
2003-12-04Add auth debug optionmarkster1-8/+19
2003-12-03Don't don't show verbose 3 message when verbose not setmarkster1-1/+2
2003-11-17We have to hangup the bridge not continue on AbsoluteTimeoutmartinp1-1/+1
2003-11-17Fix the AbsoluteTimeout issue with IAX/IAX2 when in native modemartinp1-2/+5
2003-11-15Add date/time to IAX2 registermarkster1-0/+1
2003-11-14Don't try to expire if there is no expireymarkster1-1/+3
2003-11-13Don't reconnect db on reload unless there was a failuremarkster1-1/+1
2003-11-13Update so that "users" are implemented as wellmarkster1-37/+106
2003-11-13Start on mysql_user, move to miserymarkster1-0/+1
2003-11-12Preliminary support for iax2 friends in mysql databasemarkster1-72/+249
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futuremarkster1-1/+1
2003-10-06Fix typo in CVSmarkster1-1/+1
2003-10-06Detect 100 as valid DTMF toomarkster1-0/+6
2003-10-04Set acknowledged seqno to 0 on transfermarkster1-0/+1
2003-10-04Don't assume we acked when handling transfermarkster1-1/+2
2003-10-01Update IAX2 parser for sending caller infomarkster1-0/+17
2003-09-30Minor IAX enhancments to support MusicOnHoldmarkster1-2/+13
2003-09-08BSD portability enhancements (bug #234)markster1-0/+4
2003-09-04Re-poke all peers on a reload (bug #216)markster1-0/+6
2003-09-02Allow codecs to be specified on a per-peer and per-user basismarkster1-13/+28
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-30Increase minimum retry timemarkster1-1/+1
2003-08-30Don't send until we're upmarkster1-0/+2
2003-08-24Make SIP registration persistent (bug #159)markster1-3/+5
2003-08-24Persist IAX2 registrations across restartsmarkster1-1/+40
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-6/+6
2003-08-14Make default behavior be to *not* use jitter buffermarkster1-1/+1
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-154/+154
2003-08-09Use stored secret if available, properlymarkster1-4/+9
2003-07-29Handle speex under most circumstancesmarkster1-0/+3
2003-07-16Add "registered" option to iax2 show peersmarkster1-1/+10
2003-07-16Don't native bridge when we can'tmarkster1-0/+8
2003-07-09Timestamp fixesmarkster1-2/+3