Adds a music title dynamically to the music catalog.
char music_title[31];
char player_name[100];
char player_params[100];
long rc;
Use the juke_box_configure_music custom server action in your SendData state table action to add a tune to the catalog of music titles kept by the Juke_Box custom server.
When it has been added, the tune can be used by any state table.
Use this command only after the call has been set up, and before the call has been terminated.
On SendData, we recommend that you use a value of 10 seconds for the Timeout parameter.
Music titles can be from 1 to 31 characters, and can include alphabetic characters (uppercase and lowercase), numeric characters, _, +, -, *, @, (, ), [, ], !, ?, &, <, >, /, \, single quote (‘), semicolon (;), colon (:), comma (,), period (.), and space.
For parameters for pl_seg, see pl_segl_seg music player program. The format of this string depends on which music player is used. For parameters for pl_elem, see The pl_elem music player program.
Success. The music title was added to the music catalog.
This music title was not added to the music catalog. The Juke_Box custom server could not allocate enough memory in which to store the music title details.
This music title is known already, but its definition does not match. The new definition is rejected, a juke_box_start_music request may be issued by the application, but the old definition of the music title is used. Stop and restart the Juke_Box custom server to delete all dynamic entries in the music catalog.