<div>On the asterisk CLI, is there a way to invoke a sequence of CLI commands ala a batch job for the CLI to execute?</div>
<div> </div>
<div>Here is what I am trying to do on the CLI...and I am looking to automate this via a batch process.</div>
<div> </div>
<div>[root@asterisk ~]# asterisk -r<br>=========================================================================<br>Connected to Asterisk 1.2.10 currently running on asterisk (pid = 3042)<br>Verbosity is at least 3<br>asterisk*CLI> database put cidname 18005551212 "Char String"
<br>asterisk*CLI> database put cidname 18005551213 "another char string"<br>asterisk*CLI> database put cidname 18005551214 "Char String"<br>... </div>
<div>
<div>...</div>asterisk*CLI> database put cidname 18005551215 "another char string"<br>asterisk*CLI> database put cidname 18005551216 "another char string"<br>asterisk*CLI> database put cidname 18005551217 "another char string"
<br>...
<div>...</div>asterisk*CLI> database put cidname 18005551218 "another char string"<br>asterisk*CLI> database put cidname 18005551219 "another char string"<br>asterisk*CLI> database put cidname 18005551210 "another char string"
<br>asterisk*CLI> database put cidname 18005551211 "another char string"<br> </div>