Hello all,
I would like to make outbound calls using obn.asp (GVP 7.2 EE).
After installing “obn” on our server, I developped a trigger application which just does a http request to “obn.asp” (passing the phone number to call and the name of the IVR application to play). So far, it works: when I trigger “obn”, it starts, make the call and play the IVR tree.
From the IVR tree I would like to get the phone number I’m calling (through “obn”), in order to save it with the answers of the callee. How to get it?
For debugging purpose, I checked the “Request.Querystring” http call of the first page of the IVR tree but, no trace of the callee phone number. I just get something like :
Any help would be appreciated. Thanks in advance.