Re: [asterisk-users] read digits from the user through php agi script

2014-09-24 Thread A J Stiles
On Tuesday 23 Sep 2014, Brahim Abidar wrote: hi everyone, actually i want to release an IVR system using PHPAGI API , in this IVR i want to get value from the user. I already used get_data defined in phpagi but they are not able to get the value given by the user and store it in a php

[asterisk-users] read digits from the user through php agi script

2014-09-23 Thread Brahim Abidar
hi everyone, actually i want to release an IVR system using PHPAGI API , in this IVR i want to get value from the user. I already used get_data defined in phpagi but they are not able to get the value given by the user and store it in a php variable. i tested this : $result = $agi-get_data('beep',

Re: [asterisk-users] read digits from the user through php agi script

2014-09-23 Thread Eric Wieling
); } From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Brahim Abidar Sent: Tuesday, September 23, 2014 1:26 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] read digits from the user through php agi script

Re: [asterisk-users] read digits from the user through php agi script

2014-09-23 Thread Brahim Abidar
, 2014 1:26 PM *To:* Asterisk Users Mailing List - Non-Commercial Discussion *Subject:* [asterisk-users] read digits from the user through php agi script hi everyone, actually i want to release an IVR system using PHPAGI API , in this IVR i want to get value from the user. I already used