Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vendors:cisco:routers:eem [2024/06/25 10:47] – [Restart (shut and no shut) Analog Voice Ports on a Gateway] gerardorourke | vendors:cisco:routers:eem [2026/06/19 14:09] (current) – [Alterantive Media Forking SIP REC] gerardorourke | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| *https:// | *https:// | ||
| + | ===== Summary / TIPS ===== | ||
| + | |||
| + | * by default EEM scripts will only run for 20 seconds. So if you need it to run for longer - you need to set maxrun < | ||
| + | * View the last 10 EEM Scripts run by using the command: < | ||
| =====Cisco Examples===== | =====Cisco Examples===== | ||
| ====Track Specific MAC Address for MAC Address Learn==== | ====Track Specific MAC Address for MAC Address Learn==== | ||
| Line 108: | Line 112: | ||
| < | < | ||
| event manager applet disconnect_calls_eem_script authorization bypass | event manager applet disconnect_calls_eem_script authorization bypass | ||
| - | event timer cron cron-entry "5 0,12 * * *" | + | event timer cron cron-entry "5 0,12 * * *" maxrun 180 |
| + | | ||
| | | ||
| | | ||
| Line 162: | Line 167: | ||
| | | ||
| </ | </ | ||
| + | |||