summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsRussell Bryant
2006-06-06Merged revisions 32566 via svnmerge from Kevin P. Fleming
2006-06-05Merged revisions 32373 via svnmerge from Kevin P. Fleming
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.Russell Bryant
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...Joshua Colp
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...Olle Johansson
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-30when we receive an IAX2 registration request with both a plaintext secret and...Kevin P. Fleming
2006-05-26Few more expire_registry changesJoshua Colp
2006-05-25only display a debug message if option_debug is in useRussell Bryant
2006-05-25Safely traverse the thread lists and wait until each thread is done before mo...Joshua Colp
2006-05-25Only get the low 16 bits if we actually have a message countJoshua Colp
2006-05-23Merged revisions 29849 via svnmerge from Russell Bryant
2006-05-20Merged revisions 28896 via svnmerge from Kevin P. Fleming
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue #7163...Joshua Colp
2006-05-17Merged revisions 27973 via svnmerge from Joshua Colp
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferKevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-10Allow media to go directly between IAX endpoints while signalling still Mark Spencer
2006-05-09minor cleanups and removal of duplicate prototypesKevin P. Fleming
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get...Joshua Colp
2006-04-30Merged revisions 23705 via svnmerge from Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-18simplify logic in iax2_bridge()Luigi Rizzo
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...Joshua Colp
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11No need to do this in here any longer since the linkedlists macro is fixedJoshua Colp
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic thr...Joshua Colp
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04chan_iax2 cleanups and optimizations (#6858)Matthew Fredrickson
2006-04-04adds manager event when an iax2 peer loses registration.Matt O'Gorman
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...Russell Bryant
2006-03-31- code formatting tweaksRussell Bryant
2006-03-31Merged revisions 16744 via svnmerge from Russell Bryant
2006-03-31Do not leave a thread in limbo if an error occurs, or if testing packet loss.Joshua Colp
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-30Fix IAX2 multithreaded scheduling (issue #6840)Joshua Colp
2006-03-29oops! :)Russell Bryant
2006-03-29conversion from malloc to ast_mallocRussell Bryant
2006-03-28another batch of cli simplificationsLuigi Rizzo
2006-03-28Merged revisions 15703 via svnmerge from Russell Bryant
2006-03-28only display a debug message if iaxdebug is enabled as well (issue #6673)Russell Bryant
2006-03-28store f->callno in a local var (issue #6818)Russell Bryant
2006-03-28use proper file nameKevin P. Fleming
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...Kevin P. Fleming
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer