Mark Michelson
|
9b08352d97
Add module support level to ast_module_info structure. Print it in CLI "module show" .
|
10 yıl önce |
Joshua Colp
|
31f5a1243e
res_clialiases: Fix crash when reloading and re-aliasing an alias that is in use.
|
10 yıl önce |
Mark Michelson
|
2bc87c8bea
The UUID commit removed changes made in res_clialiases.c
|
12 yıl önce |
Mark Michelson
|
ba1373beed
Add UUID support to Asterisk.
|
12 yıl önce |
Mark Michelson
|
4188973d8a
Fix crash that can occur if CLI registration fails for an aliased command.
|
12 yıl önce |
Andrew Latham
|
383ca26375
Doxygen Updates - Title update
|
12 yıl önce |
Andrew Latham
|
22eac54d43
Doxygen Cleanup
|
12 yıl önce |
Tilghman Lesher
|
a2250097b1
Allow each logging destination and console to have its own notion of the verbosity level.
|
13 yıl önce |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
13 yıl önce |
Sean Bright
|
04a54c104b
Include an extra newline after "Aliased CLI command" to get back the prompt.
|
14 yıl önce |
Sean Bright
|
0c862988a5
Pass NULL for the ao2_callback function pointer instead of duplicating cb_true.
|
15 yıl önce |
Kevin P. Fleming
|
808d6fa36e
Recorded merge of revisions 222152 via svnmerge from
|
15 yıl önce |
Joshua Colp
|
1b1e02d638
Make the code that prevents an infinite loop from happening into a case insensitive check.
|
15 yıl önce |
Joshua Colp
|
191c18b09a
Fix an infinite loop with tab completion of CLI aliases that reference themselves.
|
15 yıl önce |
Tilghman Lesher
|
394ffd8d2f
Merge ast_str_opaque branch (discontinue usage of ast_str internals)
|
16 yıl önce |
Joshua Colp
|
cc29d4b364
Fix reloads of aliased CLI commands. Due to changes done to turn it into a single memory allocation we can't just use the existing CLI alias structure. We have to destroy all existing ones and then create new ones.
|
16 yıl önce |
Sean Bright
|
d536bee272
This is basically a complete rollback of r155401, as it was determined that
|
16 yıl önce |
Terry Wilson
|
5a5cc5ded7
Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config
|
16 yıl önce |
Eliel C. Sardanons
|
c91667f8d0
- Make alias->real_cmd point to the allocated space outside alias->alias.
|
16 yıl önce |
Russell Bryant
|
1dae333bc8
Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)
|
16 yıl önce |
Michiel van Baak
|
c280406c04
This commit does two things:
|
16 yıl önce |