aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/0.9.0@7221 f38db490-d61c-...v0.9.0kpfleming1-0/+0
2004-04-13This commit was manufactured by cvs2svn to create tag 'v0_9_0'.(no author)1-5/+5
2004-01-13last tryjeremy1-4/+3
2004-01-13bed timejeremy1-1/+1
2004-01-13h.323 gk cycle is still broken on -rjeremy1-1/+5
2004-01-13renable h.323 gk cycle, fixedjeremy1-2/+2
2004-01-13Fix it so we can be unloaded/loaded at willjeremy1-13/+29
2004-01-11don't try to print out username before its copiedjeremy1-3/+3
2004-01-11clean up code and remove unnecessary debugjeremy1-24/+24
2004-01-10remove broken cli command, for nowjeremy1-1/+1
2004-01-09don't try to unreg with gk, on reload, nowjeremy1-0/+2
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-03clean up file descriptor leak and check for io before thread cancellationjeremy1-5/+10
2003-12-24totally revert that highly broken patch. Please test your code before submitt...jeremy1-340/+70
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#469jeremy1-70/+340
2003-12-19clean up output on debugjeremy1-5/+5
2003-12-18don't create another endpoint on a reloadjeremy1-4/+5
2003-12-18remove debug and switch printf's outjeremy1-20/+7
2003-12-18don't complain on type=h323 itself :)jeremy1-0/+2
2003-12-10stomp on seg if no config filejeremy1-7/+8
2003-12-09implement userbyalias. This will look to IP instead of H.323ID, if enabled Bu...jeremy1-12/+32
2003-12-03add warning for keywords in type=h323 that make no sensejeremy1-0/+2
2003-10-21make chan_h323 not load if no config file is foundtholo1-2/+2
2003-09-29remove old debugjeremy1-3/+7
2003-09-29try to enable indicationsjeremy1-3/+3
2003-09-27anonyance fix, per tholojeremy1-1/+1
2003-09-24don't deal with gatekeeper on reload, known issue..someone fixjeremy1-0/+2
2003-09-22rollback transfer support...not properly implementedjeremy1-59/+12
2003-09-06implement transfer and call forwarding. Bug #221jeremy1-0/+57
2003-08-25disable native bridgingjeremy1-22/+72
2003-08-16Add H323 to normal build processjeremy1-0/+1770