kurt x <[EMAIL PROTECTED]> writes: > I have an IVR script that works when a user enters in single digit. For > example: > 0 for operator > 9 for voicemail > 3 for directory > > I am having difficult when the user enters in the four digit > extension. When the user > enters it in, my script only gets the first digit.
I guess you use "STREAM FILE" at the moment. You can try to use "GET DATA" instead. "GET DATA" does not return after the first received digit. Because voip-info.org is not available at the moment you can have a look at http://phpagi.sourceforge.net/phpagi-2/docs/. There you can find an explanation of the several AGI commands. Have a nice day. Greetings, Fabian Müller
