I am new to VoIP. Before dealing with this project, I am more familiar with the structured and programming of OOP, such as Java or C ++. Now I need to code a rather complicated IVR script (which allows users to call the call center and listen to music and perform some additional tasks, such as managing, favorite bookmarks, etc.)
My first impression of working with Asterisk code is that it looks like an assembly, a nightmare for me: almost no structures, a lot of commands Gotoif(akin gototo Pascal, which is highly recommended) and no (?) IDE to keep tracks constant, variable .
My head will explode if all I have is Notepad ++ to search and follow the script some guy wrote with hundreds Gotoif(he left the company).
Are there any hints or tools to help you encode the Asterisk script, which makes it easy to control the flow when dealing with many cases?
source
share