Cisco Unified Application Environment Developer Forums

« Back to Developers

Environment setup for MakeCall example

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi! I am testing HttpMakeCall example using Etch Java version, the project builds and executes successfully but it doesn't place any call.
 
I've read the documentation and found that I need to set a "route strategy" either with H.323, SIP or CTI.
http://developer.cisco.com/web/cuae/wikidocs?src=/wiki/display/CUAE/Examples+-+Reference+Environment
The link doesn't contains the screenshots. I've tried to set the H.323 gateway or to create the SIP trunk but I don't really know how to do this step.
 
I am working with CUAE 2.5(1) and CUCM 4.1(3). I hope this won't be an issue, because the Getting Started Guide contains an example of configuring SIP but it doesn't match with my CUCM version.
 
Thanks in advance, and I hope anyone could help me.
Hugo

Hi Hugo,
 
The steps to configure H.323 Gateway for making outgoing calls are enlisted below.
 
1. Add a H323 gateway at the CUCM. Follow Device->Gateway. Provide the CUAS IP address as the device name of the H.323 gateway to be added.
2. While adding the H.323 gateway, configure the Calling Search Space etc.
3. Once the H.323 gateway is added, assign it a route pattern on CUCM. Do this by following Call Routing->Route/Hunt->Route Pattern. Assign it the same route partition as the phones which you will use for running your application.
4. While you create a CUCM cluster on the CUAS, it will create an H.323 connection pointing to the CUCM.
5. In your make-call application's partition, select "Default H.323" as the Call Route Group.
 
You should be able to run your application after following these steps. Meanwhile we'll try to come up with a page/doc with all the configurations for CUAE.
 
Regards,
Rakesh.

Hi Rakesh. I got my MakeCall application working by using H.323 gateway, thanks!


However, I am trying to execute AnswerAndPlay sample application with the same configuration but it doesn't work; actually the application is running but it never is triggered when I make the call. Is there anything that I need to set up besides H.323 gateway?


People, any help would be great.


Regards,
Hugo

Hi Hugo,

Are you using a CTI route point / CTI port hosted in CUAE and placing a
call to that number? or have you configured a route pattern in CUCM and
dialing a number that will hit this route pattern and gets routed to
CUAE? Please let us know these details to help you further.

Regards,
Shameer.

________________________________

From: Cisco Developer Community Forums
[mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, April 22, 2009 3:23 AM
To: cdicuser@developer.cisco.com
Subject: New Message from Hugo Canizal in Cisco Unified Application
Environment (CUAE) - Developers: RE: Environment setup for MakeCall
example


Hugo Canizal has created a new message in the forum "Developers":
--------------------------------------------------------------
Hi Rakesh. I got my MakeCall application working by using H.323 gateway,
thanks!


However, I am trying to execute AnswerAndPlay sample application with
the same configuration but it doesn't work; actually the application is
running but it never is triggered when I make the call. Is there
anything that I need to set up besides H.323 gateway?


People, any help would be great.


Regards,
Hugo
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cuae/forums/-/message_boards/message/130
5282>
or simply reply to this email.

Hi Hugo,
 
Which number are you dialing from your IP phone to trigger the application? If you are dialling the H.323 gateway's route pattern then please check that the Calling Search Space and partition of the calling phone and the H.323 Gateway are the same.
 
Regards,
Rakesh.