Commit Graph

9732 Commits (794d34f90c3bc38cc9225ec719b15b7f1e442ddc)
 

Author SHA1 Message Date
Tilghman Lesher b0666488f3 Merged revisions 42697 via svnmerge from
19 years ago
Russell Bryant 723448c1f1 fix minor typo in coding guidelines
19 years ago
Voicetronix Support e02897acd4 Board numbers and channel numbers are now 0 based, since vpb driver
19 years ago
Mark Spencer 59c861bc5e Uhm, make Zap actually work again. Did anybody actually test that code?
19 years ago
Tilghman Lesher 237fbf35fc If the leading underscore is not stripped before comparison,
19 years ago
Tilghman Lesher 9e397b6bba In trunk, ast_fileexists now returns 0 for failure, instead of -1, as it did
19 years ago
Joshua Colp 0f3eaaf703 Merged revisions 42600 via svnmerge from
19 years ago
Joshua Colp d2a359e57f Optimize a bit
19 years ago
Joshua Colp 10e361763c It's another round of RTP updates!
19 years ago
Olle Johansson a2af69ed6f Add reference to the latest trademark policy on digium.com
19 years ago
Olle Johansson 5a622d032e Don't destruct sessions prematurely. Especially not when we want reliable retransmissions...
19 years ago
Olle Johansson 01714e962b importing rev 42535 from 1.2 (which by mistake was actually imported from svn trunk)
19 years ago
Olle Johansson d0cbbaf8d7 Don't destroy pvt prematurely. Wait for answer or timeout.
19 years ago
Olle Johansson 562b491a85 Clear proper flag
19 years ago
Olle Johansson cf22a4526c Add warning about res_adsi not being optional to menuselect
19 years ago
Kevin P. Fleming be29512d1e more makefile tweaks to keep targets from being run when they don't need to be
19 years ago
Matt O'Gorman f4434eba6f Get rid of ugly tmp directory, although I really should
19 years ago
Kevin P. Fleming c63fe750bb minor performance improvement
19 years ago
Joshua Colp 160cea6139 Merged revisions 42452 via svnmerge from
19 years ago
Steve Murphy 4c937339e5 As per discussion on bug 7862, the problem wasn't the fact that the documentation differed from behavior, but rather that users are used to REGEX having that space after the double quote in 1.2.x. So, in keeping with history, I investigated a little deeper, and discovered that the change in behavior was due to the modification of the function to use the AST_DECLARE_APP_ARGS and AST_NONSTANDARD_APP_ARGS() to parse the args. The code to skip the blank was left out. So, what I did was add code to throw out the first blank (space or tab) after the double quote, IF IT IS THERE. If not, nothing is done.Verbage is added to the function description saying that the space is optional, and skipped if it is there. If a space is desired, then the documentation advises putting two spaces there. This should make it compatible for 1.2 users, and not mess up new users who are used to using it with no space. It WILL mess up new users who WANT a space. Hopefully, they will double check the doc strings for this func and add the extra space. Hopefully, this class of new user is very small.
19 years ago
Tilghman Lesher ae6795f3ec Merged revisions 42421 via svnmerge from
19 years ago
Joshua Colp b1418f26d2 Blocked revisions 42402 via svnmerge
19 years ago
Joshua Colp ac9e94d0ee Formatting fixes for chan_oss (issue #7808 reported by Mithraen)
19 years ago
Joshua Colp fd9f37a63f Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mods done by myself)
19 years ago
Joshua Colp d597b76c36 whentohangup is already in seconds, just need to convert to milliseconds
19 years ago
Joshua Colp 62e58282eb Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz with minor mods)
19 years ago
Tilghman Lesher fa12b3c774 Merged revisions 42355 via svnmerge from
19 years ago
Joshua Colp 082f59ff03 Use flags instead of variables on the private structure for things
19 years ago
Matthew Fredrickson 75822388a4 Make sure we give a little warning about the echotraining option
19 years ago
Joshua Colp 0b93665a71 Code cleaning/updates/potential bug fixes
19 years ago
Joshua Colp dd0b891e57 Minor cleanup and make sure the tmp variable is clean
19 years ago
Joshua Colp 34eb4f54ba Use lower case 'x' instead of a UTF-8 character (issue #7888 reported by flefoll)
19 years ago
Matt O'Gorman 36935ffc42 protect curhst and curusr
19 years ago
Joshua Colp 53cf63c33a Convert some warnings into debug messages since they can exist under perfectly normal circumstances that the user shouldn't care about (issue #7894 reported by stephen_dredge)
19 years ago
Kevin P. Fleming e8ca23608d minor wording fix
19 years ago
Joshua Colp bc5dd43635 Set the variable even if the caller disconnects (issue #7896 reported by jsmith)
19 years ago
Joshua Colp 8a2dd45283 Merged revisions 42260 via svnmerge from
19 years ago
Matt O'Gorman 1dc7c62ed4 patch to fix several things wrong with voicemail
19 years ago
Mark Spencer 47d8e14871 Comment out default from extensions.ael
19 years ago
Steve Murphy a7b5ef30e7 With respect to bug 7862, the syntax and description are misleading to users. the syntax included a space after the double quotes between the regex and the data to match. I removed this from the function doc, and added some verbage to make this crystal clear, I hope.
19 years ago
Steve Murphy 11a7e38930 Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.
19 years ago
Kevin P. Fleming d5f812e0b1 don't try to get the length of the string in the ast_dynamic_str object unless we know there is actually one there
19 years ago
Jason Parker f0e0963b2e Fix a small typo, to make app_followme.c show properly in "show version files"
19 years ago
Jason Parker e3bc4c81f9 This one's for you, mog
19 years ago
Joshua Colp 31cc08295c Merged revisions 42148 via svnmerge from
19 years ago
Christian Richter b1fca65c77 fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug log to the very begining of misdn_hangup.
19 years ago
Steve Murphy 7c9b6e1d29 These small app documentation changes to app_dial and app_read will hopefully avert any more 7544 type bug reports\!
19 years ago
Joshua Colp ca2b4d407a Make this module fit the guidelines better
19 years ago
Joshua Colp e77c51f5c6 Merged revisions 42086 via svnmerge from
19 years ago
Olle Johansson 228d50806c - Free allocated memory before returning from function
19 years ago