Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
WebDialer (WebDialer) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 XML Developer Guide Now Available
Smita Upadhya
09 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Unified CM 9.0(1) Developer Guides
George Gary
26 Aug 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Unified Communication 8.6 NFR Bundle Now Orderable
George Gary
22 Aug 2011
Configure Outlook to receive CDN Blog Messages
George Gary
22 Jul 2011
Unified CM 8.6(1) Developer Guides
George Gary
01 Jul 2011
Developer Partner 2011 Update Presentations Available
George Gary
03 Feb 2011
Unified Communication 8.5 NFR Bundle Now Orderable
George Gary
25 Jan 2011
Cisco Unified CM 8.5(1) Developer Guides
George Gary
12 Jan 2011
Cisco Live! London - Jan 29/Feb 2, 2011
David Staudt
14 Dec 2010
Cisco Live! London - Jan. 31-Feb 3, 2011
David Staudt
01 Nov 2010
Developer Partner 2010 Update Presentations Available
George Gary
07 Jul 2010
Unified Communication 8.0 NFR Bundle Now Available
George Gary
21 May 2010
Cisco Unified CM 8.0(1) Developer Guides
George Gary
06 Mar 2010
Unified Communication 7.1(2) NFR Bundle Now Available
George Gary
12 Aug 2009
Developer Partner 2009 Presentations Available
George Gary
04 Aug 2009
Cisco Unified CM 7.1(2) Developer Guides
George Gary
26 May 2009
What's New in Cisco Unified Communications Manager 6.1(3)
George Gary
06 Nov 2008
Showing 1 - 20 of 21 results.
Items per Page 20
Page
(Changing the value of this field will reload the page.)
1
2
of 2
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Cisco Webdialer Questions
How do I get WebDialer
Threads [
Previous
|
Next
]
Mayank Sharma
Posts:
5
Join Date:
8/18/08
Recent Posts
How do I get WebDialer
Answer
10/14/08 12:12 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
How do I get the WebDialer API to use in my ASP.NET application?
Do I need some kind of special service agreement?
Thanks,
Max
Edited by: Mayank Sharma on Oct 13, 2008 3:12 PM
Edited by: Mayank Sharma on Oct 13, 2008 3:13 PM
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
22
Join Date:
6/4/08
Recent Posts
Re: How do I get WebDialer
Answer
10/14/08 1:08 AM as a reply to Mayank Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
The WebDialer service is already present on CUCM, it just needs to be activated.
Applications can interact with WebDialer via javascript or SOAP, please see the Getting Started and Documentation areas of the WebDialer developer site for more details:
http://developer.cisco.com/web/webdialer/home
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Mayank Sharma
Posts:
5
Join Date:
8/18/08
Recent Posts
Re: How do I get WebDialer
Answer
10/14/08 1:24 AM as a reply to Mayank Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks David.
I finally got the wsdl description and was able to include proxy class in my project. Right now I am working on making a call from a web page. I will go thru the link that you posted.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Mayank Sharma
Posts:
5
Join Date:
8/18/08
Recent Posts
Re: How do I get WebDialer
Answer
10/14/08 1:38 AM as a reply to Mayank Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I was able to use the Javascript function to get the Webdialer popup window. I am trying to make a call from C# code (by using the code in another thread in this forum) but it does not make any call. It says: "Missing parameters in the request" CallResponse object.
Is there a C# sample also somewhere?
This is the code I am using:
protected void Button1_Click(object sender, EventArgs e)
{
System.Net.ServicePointManager.CertificatePolicy = new TrustAllCertificatePolicy();
WebdialerSoap wb = new WebdialerSoap();
Credential cred = new Credential();
cred.userID = "userId";
cred.password = "password";
UserProfile upr = new UserProfile();
upr.deviceName = "SEP000......";
upr.lineNumber = "1";
CallResponse callRes = new CallResponse();
callRes = wb.makeCallSoap(cred, "7073", upr);
}
Thanks so much.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Mayank Sharma
Posts:
5
Join Date:
8/18/08
Recent Posts
Re: How do I get WebDialer
Answer
10/14/08 8:16 PM as a reply to Mayank Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I think I am asking the wrong question here. As I understand, for HTTP requests, I have to use the Javascript solution and if I am creating a desktop application then I have to use the SOAP over HTTPS solution.
Now are there any tutorials or samples for SOAP over HTTPS interface.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Mayank Sharma
Posts:
5
Join Date:
8/18/08
Recent Posts
Re: How do I get WebDialer
Answer
10/15/08 7:42 PM as a reply to Mayank Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Got it. I was missing the user for the profile.
upr.user = cred.userID;
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
ATIF TANVEER
Posts:
3
Join Date:
7/4/09
Recent Posts
RE: Re: How do I get WebDialer
Answer
7/4/09 6:23 PM as a reply to Mayank Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Everyone
What if I don¿t want to use the IP Phone line . I need to dial two pots number; Is it possible that I can select the calling number instead of Cisco IP Phone line.
Scenario is
Non-IPPhone--Voice-Gateway--NON-IPPhone
of course i do have the call manager and Off-net patterns defined.
Any advice on this?
Thanks,
Atif Tanveer
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
22
Join Date:
6/4/08
Recent Posts
RE: Re: How do I get WebDialer
Answer
7/6/09 10:58 PM as a reply to ATIF TANVEER.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
WebDialer uses UCM's CTI interface to effect the outdial, taking control of the calling device and initiating a call request.
In your situation, it _may_ be possible in that:
- CTI does support control of analog devices on VG248 gateways (not VG224s, though)
- The analog device/port must be associated to your UCM user account in the standard fashion
- The analog device must already be off-hook when the WebDialer request is made
If, as I suspect, you just want 2 numbers connected, regardless of where/what they may be (for example they could be across a trunk,) then WebDialer is probably not going to suffice. You could implement something like that fairly easily via the CUAE, having it outdial each of the two phones, and then connecting them together.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
ATIF TANVEER
Posts:
3
Join Date:
7/4/09
Recent Posts
RE: Re: How do I get WebDialer
Answer
7/7/09 11:37 AM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi David,
Really thanks for the information.
You are correct I just want a web solution that will ask for the calling and called party numbers and will connect them together via E1. There is no analog phone. No VR248.224. It¿s jusr CUCM and AS5350-XM connected to PSTN via E1 PRI.
As you referred CUAE solution so I am trying to get some material on it. Can you please give me any reference guide\link for this how it¿s possible through CUAE?
For sure it will integrate with CUCM. Correct?
Thanks in Advanced
Regards,
Atif Tanveer
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
22
Join Date:
6/4/08
Recent Posts
RE: Re: How do I get WebDialer
Answer
7/7/09 8:07 PM as a reply to ATIF TANVEER.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
The CUAE Tech Center is here: http://developer.cisco.com/web/cuae/home. There is quite a bit of documentation and several samples available to get you started. Note this product requires a separate CUAE server to run the app on, though you can download the software and get started on a commodity PC for free.
If that's too much complexity, you can also accomplish what you want here via TAPI (Windows) or JTAPI (Java) call control APIs.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Mohamed Fahmy
Posts:
1
Join Date:
11/30/08
Recent Posts
RE: Re: How do I get WebDialer
Answer
7/8/09 11:22 PM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks David,
I will start working on it and lets see how it goes
Take good care
Bye!
Atif Tanveer
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available