Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_ast_startup [2012/04/23 10:30] – droemel | userdoc:tt_ast_startup [2013/04/20 09:27] (current) – droemel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Asterisk Startup Commands ====== | ====== Asterisk Startup Commands ====== | ||
| - | Since Asterisk 1.6.0 there is a config file '' | + | Since Asterisk 1.6.0 there is a config file '' |
| - | With the '' | + | With the '' |
| - | cli.conf | + | //cli.conf// |
| < | < | ||
| ; Asterisk CLI configuration | ; Asterisk CLI configuration | ||
| Line 20: | Line 20: | ||
| originate local/ | originate local/ | ||
| - | In this example the local extension | + | In this example |
| - | extensions.conf | + | \\ |
| + | //extensions.conf// | ||
| < | < | ||
| exten => ast-startup, | exten => ast-startup, | ||
| Line 29: | Line 30: | ||
| [asterisk-startup] | [asterisk-startup] | ||
| + | ; these commands will be executed, when Asterisk starts | ||
| exten => s, | exten => s, | ||
| exten => s,n,NoOp(Do whatever you want) | exten => s,n,NoOp(Do whatever you want) | ||
| Line 34: | Line 36: | ||
| exten => s, | exten => s, | ||
| </ | </ | ||
| + | |||
| + | \\ | ||
| + | For IP-phones with custom lamps (hints) it can help a lot to reduce the " | ||
| + | |||
| + | **Update:** At least Asterisk 1.6.2 + 1.8.x already store the custom device-states in AstDB automatically! | ||
| + | |||
| + | database show CustomDevstate | ||
| + | / | ||
| + | / | ||
| + | |||