Commit Graph

13061 Commits (06fd2e1a055b73e28e90457fbfabb37b7b8c694c)
 

Author SHA1 Message Date
Steve Murphy 0e969271ae After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort.
19 years ago
Steve Murphy 7756ba6619 This repairs a 'warning: ISO C90 forbids mixed declarations and code' message that cripples my dev-mode enabled build
19 years ago
Jason Parker 7111c8e382 Blocked revisions 75980 via svnmerge
19 years ago
Mark Michelson 51fa94c6f5 Merged revisions 75978 via svnmerge from
19 years ago
Mark Michelson 3dcce46f69 Merged revisions 75969 via svnmerge from
19 years ago
Russell Bryant a971b4bfc4 (closes issue #10210, reported and patched by juggie)
19 years ago
Russell Bryant 7b09e738f0 Merged revisions 75928 via svnmerge from
19 years ago
Russell Bryant f3b1eab2f3 Remove some debug code that was added in revision 75894, which removed some
19 years ago
Luigi Rizzo 20448013df comment out some terribly expensive debugging code
19 years ago
Luigi Rizzo d60c5ee296 print more of the network settings (externip, externhost etc.)
19 years ago
Luigi Rizzo 192ac53c3f document the use of externip, externhost and other nat-related options,
19 years ago
Luigi Rizzo fddd5b557c ast_sip_ouraddrfor() never fails, so make it void
19 years ago
Luigi Rizzo 00d9a3e7a0 portability fix: use %f instead of %lf when printing double.
19 years ago
Tilghman Lesher 16fe42c536 Allow chan_misdn to build in dev-mode
19 years ago
Tilghman Lesher 24935c0304 Fix trunk where I broke it earlier (for ast_strftime branch)
19 years ago
Jason Parker 204743a820 Merged revisions 75807 via svnmerge from
19 years ago
Russell Bryant 5272289355 I thought I noticed a memory leak earlier when I saw that the contents of this
19 years ago
Tilghman Lesher 9c99cba373 Change IAX variables to use datastores (closes issue #9315)
19 years ago
Russell Bryant 4681316959 Merged revisions 75759 via svnmerge from
19 years ago
Tilghman Lesher 5f39ac2b03 Merged revisions 75749 via svnmerge from
19 years ago
Jason Parker 89acafbf37 Merged revisions 75732 via svnmerge from
19 years ago
Jason Parker 4f22126365 Merged revisions 75711 via svnmerge from
19 years ago
Joshua Colp bc2bd11dff Blocked revisions 75712 via svnmerge
19 years ago
Jason Parker a1b2a23b4d Merged revisions 75707 via svnmerge from
19 years ago
Russell Bryant 707ca59923 convert some lines indented with spaces to tabs
19 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
19 years ago
Dwayne M. Hubbard b96fde308c Merged revisions 75658 via svnmerge from
19 years ago
Joshua Colp a23feea9d2 Merged revisions 75623 via svnmerge from
19 years ago
Joshua Colp d90bddfa6c Merged revisions 75621 via svnmerge from
19 years ago
Joshua Colp e2b0f321a3 Merged revisions 75619 via svnmerge from
19 years ago
Joshua Colp 0772f62be7 Clean up func_curl a bit.
19 years ago
Steve Murphy 5ac24b25d3 This corrects the problem with flags and %lld formats on 64-bit machines, where uint64_t is NOT acceptable for %lld, and also works on 32-bit machines. At least, with gcc.
19 years ago
Joshua Colp 674dbeb0cf Merged revisions 75583 via svnmerge from
19 years ago
Joshua Colp 4003b31fc5 Minor code tweaks. Variables were being checked wrong in some situations and didn't need to be checked in others.
19 years ago
Tilghman Lesher 2c5a07bf03 Merged revisions 75529 via svnmerge from
19 years ago
Steve Murphy 8b0b74c9b0 Spotted this bug today myself, trying to reproduce a BE bug. Use a vert bar instead of a comma, when calling RAND.
19 years ago
Russell Bryant 91e2afe4e7 Merged revisions 75450 via svnmerge from
19 years ago
Russell Bryant 28ab081704 Blocked revisions 75447 via svnmerge
19 years ago
Russell Bryant b5ff588044 Merged revisions 75445 via svnmerge from
19 years ago
Joshua Colp 54bd38f1ce Blocked revisions 75439 via svnmerge
19 years ago
Russell Bryant 681e45f0b2 Merged revisions 75441 via svnmerge from
19 years ago
Russell Bryant 94ee350ca9 Blocked revisions 75437 via svnmerge
19 years ago
Mark Michelson ee6d59eef2 Merged revisions 75405 via svnmerge from
19 years ago
Russell Bryant 9ffd55b6f9 Merged revisions 75403 via svnmerge from
19 years ago
Russell Bryant 7743bed9f6 Merged revisions 75401 via svnmerge from
19 years ago
Steve Murphy 8a7732f067 via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this.
19 years ago
Joshua Colp dfc9970e15 Make trunk build once again.
19 years ago
Luigi Rizzo 72b99a2817 Introduce ast_parse_arg() , a generic function to parse strings
19 years ago
Luigi Rizzo 35efc961ef Initialize a variable to avoid a warning when the compiler
19 years ago
Jason Parker 766121a5bc Fix an incorrect parenthesization (TODO: Find a better word) in app_dial
19 years ago