aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-01-13Fix it so we can be unloaded/loaded at willjeremy3-25/+37
2004-01-13comment out getsipuri to stop compiler warningjeremy1-2/+4
2004-01-13via z9hG4bK issue. Bug #663jeremy1-1/+4
2004-01-13fix copy/paste errorjeremy1-2/+2
2004-01-13Implement NAT trick for outbound SIP connectionsjeremy1-27/+54
2004-01-13Fix monitor thread issue.jeremy1-2/+2
2004-01-12fix typo. Bug #813jeremy1-1/+1
2004-01-12clean up sip debug output. Bug #674jeremy1-1/+1
2004-01-12Add new sound, fix nit picky detail in channel registrationmarkster1-1/+1
2004-01-12clean up our mess on unload. Bug #799jeremy2-0/+10
2004-01-12fix monitor thread issue, even though commented outjeremy1-1/+1
2004-01-12Fix a typomartinp1-1/+1
2004-01-12Give seperate config option for deprecated chan_iax. Bug #801jeremy1-5/+15
2004-01-12fix monitor thread. Bug #726jeremy1-1/+1
2004-01-12unregister cli functions and fix monitor thread. Bug #798jeremy1-1/+10
2004-01-12Add distinctive ring detectionmarkster1-0/+112
2004-01-12update with explict versions I likejeremy1-3/+3
2004-01-12clean up debugjeremy1-36/+43
2004-01-11Fix ast-db seeding. Bug #767jeremy1-4/+10
2004-01-11More buffer overflow checks from Corydon76.jeremy1-14/+21
2004-01-11check buffer for possible overflow. Thanks Corydon76 Bug #788jeremy1-1/+5
2004-01-11don't try to print out username before its copiedjeremy1-3/+3
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-11clean up code and remove install directive in h323/ Makefilejeremy4-230/+117
2004-01-11clean up code and remove unnecessary debugjeremy1-24/+24
2004-01-10When rejecting a call, free up the channel (bug #661)markster1-2/+3
2004-01-10Cleanup ACL parsing, handle properly reload on sip with ACLmarkster1-1/+10
2004-01-10Reorder events in IAX, make "IAX1" compatibilitymarkster1-10/+19
2004-01-10When poking a peer after registration, release lock temporarilymarkster1-7/+11
2004-01-10remove broken cli command, for nowjeremy1-1/+1
2004-01-09make firmware version configurable per devicejeremy1-77/+83
2004-01-09don't try to unreg with gk, on reload, nowjeremy1-0/+2
2004-01-09Bug #765: Modifying Auto-Congestion to p->maxtime * 4 instead of * 2malcolmd1-1/+1
2004-01-09Bug #710: Format fix for "zap show channels"malcolmd1-3/+3
2004-01-09Bug #736: Better checking to avoid chan_zap segfault re: ss_thread and zt_new()malcolmd1-2/+6
2004-01-06re-do the monitor fix (check for io before killing ourself)jeremy1-2/+3
2004-01-06add a couple cli commands (h.323 hangup <token> and H.323 show tokens) and cl...jeremy1-11/+47
2004-01-06nuke file descriptor leak..You don't need a whole new thread to hang up a fri...jeremy3-47/+28
2004-01-03clean up file descriptor leak and check for io before thread cancellationjeremy1-5/+10
2003-12-27Ignore signals in select, fix typo in last patchmarkster1-1/+2
2003-12-24totally revert that highly broken patch. Please test your code before submitt...jeremy5-847/+206
2003-12-24comment out two lines from PCadach's patch, they blow things up.jeremy1-2/+2
2003-12-23Apply massive patch from PCadach. If things are broken blame him. Bug#469jeremy5-206/+847
2003-12-19clean up output on debugjeremy1-5/+5
2003-12-19Send date with invitemarkster1-1/+1
2003-12-19Fix reload race in SIPmarkster1-3/+8
2003-12-19Fix the passing of digital PRI-PRImartinp1-2/+4
2003-12-18Allow doing digital PRI to PRI calls automaticallymartinp1-0/+3