aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-11Backport the ability to set the ToS bits on Linux when not running as root.russell7-15/+503
2008-01-11Ensure the return value of ast_bridge_call is passed back up as the applicati...file1-1/+0
2008-01-11Back out changes from revision 97077, since it wasn't perfecttilghman1-147/+89
2008-01-11Fix samples vs. length calculations for g722russell1-1/+2
2008-01-11Simplify this code with a suggestion from Luigi on the asterisk-dev list.russell1-19/+6
2008-01-10Fix various timing calculations that made assumptions that the audio beingrussell1-5/+34
2008-01-101) When we get a translated frame out, clone it, because if thetilghman2-5/+15
2008-01-10Let us leave a voicemail for ourself if we have logged into VoiceMailMain and...mmichelson1-2/+2
2008-01-10Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; ov...murf3-134/+152
2008-01-10This is a fix for 2 things: a problem Terry was having in OSX with null point...murf3-1024/+214
2008-01-10Fix a comment that is no longer true.qwell1-1/+1
2008-01-10Remove other remnants of pbx_kdeconsolerussell3-121/+0
2008-01-10Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody hasrussell6-458/+6
2008-01-10Don't try to copy the category from the group if no category exists.file1-1/+2
2008-01-09Strip terminal sequences from the verbose messagesrussell1-1/+7
2008-01-09Make pbx_gtkconsole build ... but doesn't actually load on my system stillrussell1-27/+18
2008-01-09Correctly display a message if a command could not be found.qwell1-5/+4
2008-01-09Fix some locking and return value funkiness. We really shouldn't be unlockin...qwell1-5/+10
2008-01-09Part 2 of app_queue doxygen improvements. Some smaller functions this timemmichelson1-4/+11
2008-01-09Fix saying the parking space number to the caller doing the parking ...russell1-1/+1
2008-01-09report the same message whether Zaptel does not have transcoder support loade...kpfleming1-2/+4
2008-01-09Set the caller id within the gtalk_alloc function.phsultan1-15/+4
2008-01-09Don't do conferencing totally in Zaptel if Monitor is running on the channel.file1-3/+3
2008-01-09pass the right variable to get an error string... oopskpfleming1-2/+2
2008-01-09add error number output to ioctl failure messages to help with debuggingkpfleming1-2/+2
2008-01-09Allow filename completion on zero-length modules, remove a memory leak, removetilghman2-49/+51
2008-01-09use the \retval doxygen command properlymmichelson1-1/+2
2008-01-08Part 1 of N of adding doxygen comments to app_queue. I picked some of the mos...mmichelson1-3/+82
2008-01-08Some coding guidelines-related cleanupmmichelson1-11/+11
2008-01-08Fix various DTMF issues in chan_mgcp.file1-11/+49
2008-01-08Increase constants to where we're less likely to hit them while debugging.tilghman2-2/+2
2008-01-08Making some changes designed to not allow for a corrupted mailstream for a vm...mmichelson1-4/+8
2008-01-08If no group has been provided to the GROUP_COUNT dialplan function then use t...file1-0/+18
2008-01-08Make app_queue calls work with directed pickup.file1-0/+10
2008-01-08Apply multiple crash fixes, found in issue #11386, but not completelytilghman2-92/+150
2008-01-07Merged revisions 96931 via svnmerge from russell1-1/+1
2008-01-07Don't crash if something happens when setting up an SMDI interface and it getsrussell1-0/+2
2008-01-07Indentation fix, makes the code easier to readphsultan1-71/+69
2008-01-07Compute the base64 value over the [authzid]\0authcid\0password string,phsultan1-1/+6
2008-01-05Don't pass an empty string as the device name.russell1-1/+1
2008-01-04Fix the problem of notification of a device state change to a device with a '-'tilghman1-7/+15
2008-01-04Properly continue in the dialplan if using PARKINGEXTEN and the slot is full.qwell1-3/+16
2008-01-04If you change the bindaddr in sip.conf to a non-bound address and reload, sip...tilghman1-0/+3
2008-01-04Make use of the temporary channel pointer while the pvt is unlocked.russell1-5/+5
2008-01-03Don't crash if the iax2 pvt structure has been destroyed before we get to thi...russell1-2/+2
2008-01-03Missed initialization caused crash.tilghman1-1/+1
2008-01-03make sure frame is completely clean, before we send it to asterisk as DTMF. I...crichter1-0/+1
2008-01-03when overlapdial was used and no number was dialed, the call was dropped, now...crichter1-1/+8
2008-01-02We need to reset the membername to NULL on each iteration of this loop, other...mmichelson1-0/+1
2008-01-02Convert locks of the contexts list in pbx_config to the appropriate rdlock or...russell1-25/+25