aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-24Don't create the Asterisk channel until we are starting the PBX on it.qwell1-16/+14
2007-07-19When processing full frames, take sequence number wraparound into account whenrussell1-1/+3
2007-07-18When traversing the queue of frames for possible retransmission afterrussell1-1/+1
2007-07-17Ensure that when encoding the contents of an ast_frame into an iax_frame, thatrussell1-2/+5
2007-07-17After parsing information elements in IAX frames, set the data length to zero,russell1-0/+1
2007-07-11The function make_trunk() can fail and return -1 instead of a valid new callrussell1-3/+8
2007-06-29Backport changes that make chan_iax2 not start the PBX on an incoming channelrussell1-8/+34
2007-05-23if we are going to set variables on a newly created channel, it should be don...kpfleming1-3/+5
2007-05-10Fix an issue with trying to kill a thread before it gets created.qwell1-1/+2
2007-05-02Issue 9638 - if a text frame is sent with no terminating NULL through a bridgedtilghman1-0/+7
2007-04-26Revert previous fix for when the IAX2 channel goes funky (that's the technica...file1-2/+6
2007-04-25If the callerid= option is specified, but empty, clear any previous data.russell1-0/+8
2007-04-25Ensure that callerid settings are reset on a reload.russell1-6/+16
2007-03-29Backport the change to chan_iax2 to return NULL instead of a "null frame"russell1-3/+2
2007-03-27Fix the use of the "sourceaddress" option when "bindaddr" is set to 0.0.0.0russell1-3/+42
2007-03-07Fix a problem where the Asterisk channel name could be that of the wrong IAX2russell1-11/+19
2007-02-23Don't destroy mutexes before unregistering all of the entry points from the c...russell1-4/+9
2007-02-07Fix a few potential memory leaks with realtime users and peers. (issue #8999 ...file1-11/+12
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-1/+5
2007-01-30Fix the extraction of the timestamp from video frames. It was using therussell1-2/+2
2007-01-27Make the last context entry read in the dominant one. (issue #8918 reported b...file1-4/+2
2007-01-08Ensure we use the default refresh value of 60 if the remote server does not s...file1-1/+1
2007-01-05ensure that threads which are supposed to be detached (because we aren't goin...kpfleming1-2/+12
2006-12-24Check for the proper return value on an error in a call to mmap().russell1-1/+1
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-2/+11
2006-11-30Only print out debug message if bridged channel is not NULL. (issue #8412 rep...file1-1/+1
2006-11-12Only do the check to determine whether the channel calling this function is anrussell1-4/+4
2006-10-13when sending a call to a peer, use the proper socket if we have multiple bind...kpfleming1-0/+3
2006-09-24Check to see if the channel that is activating the IAXPEER function is actuallyrussell1-0/+5
2006-09-16When a realtime peer expires, reset the ipaddress in the realtime database ba...tilghman1-0/+2
2006-09-06Make realtime regseconds work as people expected (0 on registration expiratio...file1-12/+18
2006-08-30Restore original functionality of 1.2 in places where ANI was not set, but wasrussell1-2/+0
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell1-9/+16
2006-07-27Fix crash when using the "regexten" option with MALLOC_DEBUG enabled. This wasrussell1-1/+10
2006-07-19ensure that global 'maxauthreq' is reset to zero during 'reload'kpfleming1-0/+2
2006-07-12Add support to have maxauthreq as a global optionfile1-0/+6
2006-07-12remove some more bad examples of using printfkpfleming1-12/+0
2006-07-11Add configuration option for IAX2 users that will limit the amount of outstan...file1-6/+92
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell1-6/+2
2006-06-18don't store multiple secrets delimited with semicolons for peers because thisrussell1-5/+1
2006-06-16Zero out a declared structure so as to not crash if it contains invalid data ...file1-0/+1
2006-06-14use existing dial string parser for strings supplied to iax2_devicestate, bec...kpfleming1-37/+25
2006-06-09Remove an unneeded double lock (issue #7310 reported by arkadia)file1-2/+0
2006-06-07fix some broken code with BRIDGE_OPTIMIZATION defined (issue #7292)russell1-4/+4
2006-06-06clean up yesterday's security fix to not cause breakage when video mini frame...kpfleming1-12/+19
2006-06-05ensure that the received number of bytes is included in all IAX2 incoming fra...kpfleming1-26/+37
2006-05-23fix the sourceaddress option (issue #7213, alphaque)russell1-0/+1
2006-05-20don't try to predict where the compiler will place things on the stack... put...kpfleming1-428/+428
2006-05-17Fix codec priority stuff during authentication (issue #6194 reported by jkoop...file1-17/+25
2006-04-30remove a pointless comparison, since the buffer is smaller than the length be...kpfleming1-2/+2