Tilghman Lesher
|
d903e91cdc
Don't reload a configuration file if nothing has changed.
|
17 years ago |
Steve Murphy
|
0feb25e65b
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.
|
17 years ago |
Steve Murphy
|
bf892d5905
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.
|
17 years ago |
Luigi Rizzo
|
4f5e45a0eb
useless 'extern' and trailing whitespace removal
|
19 years ago |
Russell Bryant
|
c729826553
constify arguments in more places where strings should not be modified (issue #6286)
|
19 years ago |
Kevin P. Fleming
|
70a40d92e3
|
19 years ago |
Russell Bryant
|
ed3de369df
more doxygenification (issue #5513)
|
19 years ago |
Mark Spencer
|
1366e837e5
Make features programable (will require iaxy binary firmware 20 to be released soon)
|
20 years ago |
Mark Spencer
|
5ddd8b7750
Fix provisioning for unload/reload
|
21 years ago |
Mark Spencer
|
911d28dd9a
Add IAX provisioning support to Asterisk
|
21 years ago |