Jump to content

create a redirection via soap


ventodimare70

Recommended Posts

Hello Mate,

<sns:IVROutput> is your answer..

need so have destination and related callid also..

 

Check this (part of my code):

 

			_strResponse.Append("<sns:IVROutput>");
		_strResponse.Append("<CallID>" + CallID + "</CallID>");
		_strResponse.Append("<Destination>" + Destination + "</Destination>");
		_strResponse.Append("</sns:IVROutput>");

Link to comment
Share on other sites

I guess you want to set an extension parameter. There is "SetExtensionParameterRequest" for this, the name for the cell phone numbers is "cell_dis".

 

<SetExtensionParameterRequest>
 <Extension>123@domain</Extension>
 <Parameter>cell_dis</Parameter>
 <Value>978-746-2777</Value>
</SetExtensionParameterRequest>

Link to comment
Share on other sites

Include cell phone for web callback: soap set.

I need to set another parameter for an existing extension via SOAP. The parameter is:

Include cell phone for web callback=Include cellphone.

 

I have tried to use:

<SetExtensionParameterRequest>

<Extension>123@domain</Extension>

<Parameter>cell_mwi</Parameter>

<Value>true</Value>

</SetExtensionParameterRequest>

 

What is the right parameter name to use to set "Include cell phone for web callback"?

Do I have to set it as "Include cellphone" or as "true"?

 

Thanks to everyone

Link to comment
Share on other sites

What is the right parameter name to use to set "Include cell phone for web callback"?

Do I have to set it as "Include cellphone" or as "true"?

 

The name is "cell_c2d" and you have to set it to "true" (case sensitive).

 

In general, you can see in the extensions directory in one of the XML files the possible names. If you are not sure which one it is, change a setting and compary the old (copy) and the new version of the file.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...