aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-16Merged revisions 34400 via svnmerge from file1-0/+1
2006-06-14Merged revisions 34159-34160 via svnmerge from kpfleming1-37/+25
2006-06-12Change a bit of logic in peer expiry back to the way it used to befile1-5/+2
2006-06-09Merged revisions 33297 via svnmerge from file1-2/+0
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue #...file1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-07Merged revisions 32818 via svnmerge from russell1-4/+4
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsrussell1-10/+36
2006-06-06Merged revisions 32566 via svnmerge from kpfleming1-12/+19
2006-06-05Merged revisions 32373 via svnmerge from kpfleming1-26/+37
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.russell1-47/+38
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...file1-38/+47
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...oej1-2/+4
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-0/+1
2006-05-30when we receive an IAX2 registration request with both a plaintext secret and...kpfleming1-10/+10
2006-05-26Few more expire_registry changesfile1-5/+3
2006-05-25only display a debug message if option_debug is in userussell1-0/+1
2006-05-25Safely traverse the thread lists and wait until each thread is done before mo...file1-5/+16
2006-05-25Only get the low 16 bits if we actually have a message countfile1-2/+3
2006-05-23Merged revisions 29849 via svnmerge from russell1-0/+1
2006-05-20Merged revisions 28896 via svnmerge from kpfleming1-445/+445
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-1/+1
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue #7163...file1-6/+6
2006-05-17Merged revisions 27973 via svnmerge from file1-17/+25
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferkpfleming1-373/+20
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-14/+10
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-3/+3
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster1-35/+101
2006-05-09minor cleanups and removal of duplicate prototypeskpfleming1-32/+23
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get...file1-250/+238
2006-04-30Merged revisions 23705 via svnmerge from kpfleming1-2/+2
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-5/+6
2006-04-18simplify logic in iax2_bridge()rizzo1-38/+16
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...file1-1/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-12/+8
2006-04-11No need to do this in here any longer since the linkedlists macro is fixedfile1-3/+0
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic thr...file1-77/+200
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-8/+8
2006-04-04chan_iax2 cleanups and optimizations (#6858)mattf1-75/+33
2006-04-04adds manager event when an iax2 peer loses registration.mogorman1-17/+15
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...russell1-2/+2
2006-03-31- code formatting tweaksrussell1-27/+25
2006-03-31Merged revisions 16744 via svnmerge from russell1-20/+13
2006-03-31Do not leave a thread in limbo if an error occurs, or if testing packet loss.file1-3/+4
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-3/+3
2006-03-30Fix IAX2 multithreaded scheduling (issue #6840)file1-1/+1
2006-03-29oops! :)russell1-2/+2
2006-03-29conversion from malloc to ast_mallocrussell1-2/+2
2006-03-28another batch of cli simplificationsrizzo1-5/+3