aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-07Make sure chan_iax.c and chan_iax2.c know the size of G726 framescitats1-0/+1
2004-03-05Formatting fixupmarkster1-1/+1
2004-03-04Set the context properly for a given peermarkster1-0/+2
2004-03-04Add support for parking with IAX2markster1-10/+98
2004-02-27Make iax2 compile on *BSDmarkster1-0/+1
2004-02-25Add missing include to chan_iax2.ccitats1-0/+1
2004-02-24Add IAX2 firmware upgrade supportmarkster1-4/+278
2004-02-18Cleanups to recent changesmarkster1-3/+2
2004-02-17Use call numbers instead of pointers in IAX2markster1-97/+108
2004-02-11Free mysql resultsmarkster1-0/+4
2004-02-11Fix several memory leaksmarkster1-0/+16
2004-02-11Fix a couple of memory leaksmarkster1-1/+0
2004-02-06Don't free private structure until iax2_hangup is actually calledmarkster1-4/+6
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