Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: How to get responses from the call receivers from asp.net application


Member

Status: Offline
Posts: 9
Date: Mar 5, 2013
How to get responses from the call receivers from asp.net application
Permalink   
 


Hi All,

I have created a small application in asp.net thorugh which i want to schedule a Survo and read the results from the receivers. To implement the same, i have created one survo which has one question with "multiple choice" question type and there are 3 choices, when the receiver press 3 then it will transfer the call to another number. 

I want to read the responses from the receivers. Can anyone please let me know how can i get the receivers responses? i.e., whether they have pressed 1, 2 or 3 for my Survo.



__________________


Member

Status: Offline
Posts: 15
Date: Mar 6, 2013
Permalink   
 

Mohan,

Using Net Integration as the "Post Survo Action" you can send the answers to any of your Survo questions to your web service as GET/POST values.  Just name and assign the parameter(s) under "Add/Edit NetGet -> Survo Generated Parameters".  

If desired you can pass the data back to a second Survo, using "Transmit Data and Get Next Action" under "NetGet Action".  Your web service will have to respond with the XML for the desired action and any parameters.

There is more detail and an example here, https://secure.ifbyphone.com/developers.php?a=netget



__________________

Kevin Wilson

Customer Engineer

kwilson@ifbyphone.com



Member

Status: Offline
Posts: 9
Date: Mar 6, 2013
Permalink   
 

Hi Wilson,

Thank you for your response, i very new to ifbyphone ... can you explain more on how to read the call receivers' responses.

thank you

__________________


Member

Status: Offline
Posts: 15
Date: Mar 6, 2013
Permalink   
 

I believe you are referring to the Survo report.  In order to populate this report, you must select one of the options that includes "Save in Database" under Survo -> Post Survo Action. 



__________________

Kevin Wilson

Customer Engineer

kwilson@ifbyphone.com



Member

Status: Offline
Posts: 9
Date: Mar 6, 2013
Permalink   
 

No Wilson, i am not referring the Survo report. i want to read the resonses from my asp.net application only.

Can you please help me with an example for the same.



__________________


Member

Status: Offline
Posts: 15
Date: Mar 6, 2013
Permalink   
 

Here is an example of the XML:

 

<action>

<app>SurVo</app>

<parameters>

<id>75</id>

<user_parameters>

<param1>Kevin</param1>

<param2>100</param2>

</user_parameters>

<p_t>mypassthrough data</p_t>

</parameters>

</action>

 

 

 

In your Survo questions you could then refer to these values by using braces, like:

 

"Hello {param1}, thank you for calling.  Your current balance is {param2} dollars.



__________________

Kevin Wilson

Customer Engineer

kwilson@ifbyphone.com

Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard