Hi, I am installing an asterisk server which has some ivr functionality, ie after dialing I need to press some keys to select a menu. For testing this ivr application now I am using sjPhone and manually typing each menu item. I am looking to automate this function. pjsua looks ideal for this. My idea work flow would be to 1. Register with asterisk 2. dial a number, entering the menu 3. wait couple of seconds and send RFC2833 digit (loop till the required leaf node is reached) 4. playback a wav. I know that this can be done using menu, but can it be done using a script, so that I can just invoke ./pjsua --config-file alice.cfg and it will perform testing of one menu ? raj