Commit Graph

13721 Commits (40dfab583ecbecbe896a6fefddb13d4a52ebe545)
 

Author SHA1 Message Date
Russell Bryant 40dfab583e Revert 225169, as this doesn't account for the possibility of a list of frames.
17 years ago
Russell Bryant 758ed8d437 Isolate the frame returned from ast_translate().
17 years ago
Tilghman Lesher 6e8a455534 Fix documentation for ast_softhangup() and correct the misuse thereof.
17 years ago
Tilghman Lesher 8699a5f158 Suffix is not needed for a match
17 years ago
David Vossel bedd6eb8a4 IAX/SIP shrinkcallerid option
17 years ago
Russell Bryant 9d65850202 Isolate frames returned from a DSP instance or codec translator.
17 years ago
Tilghman Lesher 0db2d51ac1 Pay attention to the return value of the manipulate function.
17 years ago
Joshua Colp 7de8f53607 Add support for relaying early media in the features attended transfer option.
17 years ago
Kevin P. Fleming dd9837bba0 Correct timestamp calculations when RTP sample rates over 8kHz are used.
17 years ago
Joshua Colp 926a033bf9 Do not attempt early media bridging (ie: direct RTP setup) if options are enabled that should prevent it.
17 years ago
Jeff Peeler 7f84021814 Fix stale caller id data from being reported in AMI NewChannel event
17 years ago
Richard Mudgett c3501b93e1 Never released PRI channels when using Busy() or Congestion() dialplan apps.
17 years ago
Jean Galarneau 7499289537 Fix PRI timer T309 operation
17 years ago
Jeff Peeler e3464ac40a Ensure ringing continues for branched calls after progress is received
17 years ago
Kevin P. Fleming 0a226d933f Remove automatic switching from T.38 to voice mode in chan_sip.
17 years ago
Russell Bryant 6429db49ba Remove a duplicate ao2_iterator_destroy().
17 years ago
Russell Bryant 2f0e76dc39 Remove some unnecessary code.
17 years ago
Russell Bryant f949dd5b17 Don't use data outside of its scope.
17 years ago
Matthew Nicholson 99a8ffb52c Signal timeouts by returning AST_CONTROL_RINGING when originating calls.
17 years ago
Mark Michelson a9317f6cbe Fix potential memory leak in app_dial.c
17 years ago
David Vossel a6e33cd544 fixes sip registration using authuser in user.conf
17 years ago
David Vossel 7d5c81565a 'auth=' did not parse md5 secret correctly
17 years ago
Russell Bryant ff6a5575ad Make filestream frame handling safer by isolating frames before returning them.
17 years ago
David Vossel 3e5979a040 fixes an ast_netsock_list memory leak.
17 years ago
Richard Mudgett fd238638a0 Fix memory leak if chan_misdn config parameter is repeated.
17 years ago
Richard Mudgett 7d2cc86d06 chan_misdn.c:process_ast_dsp() memory leak
17 years ago
David Vossel 9cc4a5b792 crash on transfer
17 years ago
Jeff Peeler 54faffa07f Add missing unlock(s) in dahdi_read
17 years ago
Jeff Peeler 7c3d6f732c Fix potential crash when entire span request is received.
17 years ago
Kevin P. Fleming 2ad7cb7e87 Fix ao2_iterator API to hold references to containers being iterated.
17 years ago
David Vossel dfb8d75f23 Removes unnecessary unlock, clarifies a memcpy.
17 years ago
Tilghman Lesher 012b1bc180 Ensure the result of the hash function is positive. Negative array offsets suck.
17 years ago
Tilghman Lesher 366ef836c1 Fix a bunch of off-by-one errors
17 years ago
Richard Mudgett ea14c40ae1 Occasionally losing use of B channels in chan_misdn.
17 years ago
Matthew Nicholson ae49400957 Use unsigned ints for portinuri flags.
17 years ago
Matthew Nicholson fe4b70c4f5 Make portinuri a bitfield.
17 years ago
Matthew Nicholson 050d830ec2 Fix SRV lookup and Request-URI generation in chan_sip.
17 years ago
Matthias Nick c179867fb4 changed the prototype definition of csv_quote
17 years ago
Tilghman Lesher 727d91d733 Avoid a potential NULL dereference.
17 years ago
Matthias Nick ebba623307 added a new dialplan function 'CSV_QUOTE' and changed the cdr_custom.sample.conf
17 years ago
Matthias Nick e66c485660 check bounds - prevents for buffer overflow
17 years ago
Terry Wilson 96564de25e Change the SSRC by default when our media stream changes
17 years ago
Matthew Nicholson 5d982dda69 Avoid a deadlock in chanspy, just in case the spyee is masqueraded and chanspy_ds_chan_fixup() is called with the channel locked.
17 years ago
Tilghman Lesher a0bc561b9e Reduce CPU usage related to building a peer merely for devicestates.
17 years ago
Sean Bright 913ba17b12 When selecting DONT_OPTIMIZE in menuselect, explicitly pass -O0 to the compiler
17 years ago
Tilghman Lesher 5cf26dcdac Implicitly sending a progress signal breaks some applications.
17 years ago
Sean Bright 0b21ae08e1 Resolve parallel build warnings.
17 years ago
Sean Bright e8544f5919 Remove the remaining bashisms in the Makefile/mkpkgconfig
17 years ago
Michiel van Baak 0005d493c5 mkpkgconfig does not need bash so make it use /bin/sh
17 years ago
Tilghman Lesher f4837ecbef When IMAP variables were changed during a reload, Voicemail did not use the new values.
17 years ago