[cisco-voip] Mobile Voice Access Configuration

Mike Wilusz mikewilusz at pricechopper.com
Mon Jan 4 08:56:39 EST 2010


David,

Here's the cheat sheet I have for MVA:

Step 1.
Go to the UCM administration page
-Select the System TAB
-Select the Service parameters TAB
-For the server field, select the hostname/ip address of the publisher
 -For the service field, select Cisco Callamanager
-Under Clusterwide Parameters (System-Mobility)
-Set the Enable Enterprise Feature Access parameter to True
-Set the Enable Mobile Voice Access parameter to True
 -Proceed to Enter the Mobile Voice Access number that you are going to use
in our case will be 3511
-Set the Matching Caller ID with Remote Destination parameter to complete
match (by selecting this parameter the gateway will look for a complete
match of digits coming from the PSTN and it will decide if is a complete
match of an existing Destination Number then the user will be prompted for
its CCM user PIN number, if is not a complete match then the user will be
prompted to enter its Remote Destination Number followed by the pound sign.
 -In the other hand if you set the Matching Caller ID with Remote
Destination parameter to Partial Match then the gateway is suppose to match
the number of digits that you decide against an existing Destination number
but will ONLY WORK WITH A DEDICATED H.323 GATEWAY and it will not work using
a hairpinning set up which is our case.
 Note: When setting the Matching Caller ID with Remote Destination parameter
to Partial Match in this setup (a hairpinning set up) the Remote Destination
user calling from a device that match a remote destination number will
experience a silence when dialing our MVA DID
 -Click save.
Step 2
-Go to the Media Resources TAB
-Select the Mobile Voice Access TAB
-On the Mobile Voice Access Directory Number field enter 3511
-On the Mobile voice Access Partition select a partition that is an
accessible partition
 -Proceed to select the desire Locale.
Step 3
-Telnet or SSH to the gateway that you are going to use.
-Under config mode proceed to enter the following command
!
Voice service voip
Allow-connections h323 to h323
 !
Voice class h323 1
H225 timeout tcp establish 3
!
Application
Service cmm http://[ip address of your
publisher]:8080/ccmivr/pages/IVRMainpage.vxml


Step 4
-To verify that the vxml script along with the correct english locale was
successfully loaded into our gateway issue the following commands
 Yourgateway#sh call appl voic cmm
A sign that the vxml script and our English locate is properly configured
and loaded will be
<assign name=srcdir expr=`en_US`/>
*if you are seeing the following code
 <assign name=`srcdir` expr=`null`/>
Check the cmm url characters under application, if your url is incorrect
proceed to make the necessary changes with the correct url also, visit the
UCM administration page, select the Media Resources TAB , select Mobile
Voice Access and click save, this will push out the vxml script to the voice
gateway, you will also need to reboot your gateway, in order for the script
to show correctly in your Voice Gateway.
 Step 5
We will now proceed to create our Dial-Peers
!
dial-peer voice 5311 voip
service cmm
session target ipv4:[ip address of the publisher]
incoming called-number 5311 <------our incoming DID from the PSTN
 codec g711ulaw
!
dial-peer voice 3511 voip
preference 1
destination-pattern 3511 <------our Mobile Voice Access DN
voice-class h323 1
session target ipv4:[ip address of the publisher]
dtmf-relay h245-alphanumeric
 codec g711ulaw
no vad
!
dial-peer voice 3512 voip
preference 2
destination-pattern 3511 <------our Mobile Voice Access DN
voice-class h323 1
session target ipv4:[ip address of the subscriber]
dtmf-relay h245-alphanumeric
 codec g711ulaw
no vad
!
dial-peer voice 5312 voip
service cmm
session target ipv4:[ip address of the subscriber]
incoming called-number 5311 <------our incoming DID from the PSTN
codec g711ulaw
 !
Step 6
We will now proceed to create our h323 gateway in our UCM.
-Go to the UCM Administration page
-Select the Device TAB
-Select Gateway
-Select Add New
-For our gateway Type parameter select H.323 Gateway, click Next
 - Enter the MGCP gateway ip address for the Device Name* parameter
-Proceed to the Select the desire Device pool
-Proceed to select the Correct Media Resource Group List, in my case I use
<None>
-Proceed to select the appropriate Location
 -Proceed to check the Media Termination Point Required* field.
-Proceed to select the appropriate parameters for the Call routing
information  Inbound Calls fields.
-For testing and for this example I am using the following parameters
 Calling Search Space [Local-CSS]
AAR Calling Search Space [Local-CSS]
-Select Save.  


Step 7
-For this example I will be using a Route Group Called RG-Local which will
contain our H323 gateway IP address .
 -For this example I have created a Route List called RL_MVA_Devices which
have the RG-Local selected as a Route Group.
Step 8
-We will now proceed to create a route pattern that matches our inbound DID
from the PSTN.
 -For the route pattern* field we will enter our inbound DID number which
for this document is 5311
-Proceed to select the appropriate route partition, for this example I have
selected an open/default partition <None>
 -For the Gateway/Route List* Field we will select RL_MVA_Devices
-Route this pattern
-Call Clasification* OffNet
-Provide Outside Dial Tone
-Select Save.
Step 9
Finally we will need to add our Mobile-Voice-Access_RP partition to the
Calling Search Space that we use in our H323 gateway
 -Go to the UCM Administration page
-Go to the Call Routing Tab
-Go to the Class of Control Tab
-Select Calling Search Space
-Look for the Calling Search Space that you use for your H.323 gateway, in
our case I use Local-CSS
 -Proceed to add the appropriate Mobile Voice Access Partition to the
selected partitions for the Local-CSS, in my case I will add the
Mobile-Voice-Access-RP partition and I will put it on the 3rd level.
First my 911_PT
 Second my Internal_PT
Third it will be our Mobile-Voice-Access_RP partition
-Click save.
At this point you should be able to dial the DID used to access the MVA,
depending on your call manager service parameters configured, Unified
Communications Manager /MVA IVR will answer the call and you will be
prompted for enter your Remote Destination number followed by the pound
sign, then you will be prompted to enter your PIN, once authenticated you
will be able to start using the MVA feature at which point you can start
dialing as if you were using an internal IP Phone.
 While you are logged into MVA and during a call you can use the following
default dtmf codes to.
Put a call in hold *81
Put a call in an exclusive hold *82
To resume a call *83
To transfer a call *84
To conference a party *85

Mike Wilusz, CCNA
Telecommunications & Networking Supervisor
Price Chopper Supermarkets / The Golub Corporation


> From: Peter Slow <peter.slow at gmail.com>
> Date: Sat, 2 Jan 2010 16:22:06 -0500
> To: davidytk <davidytk at netvigator.com>
> Cc: <cisco-voip at puck.nether.net>
> Subject: Re: [cisco-voip] Mobile Voice Access Configuration
> 
> Mobility is chapter 24 in the SRND, are you sure there's nothing on MVA there?
> 
> -Pete
> 
> On Sat, Jan 2, 2010 at 1:32 AM, davidytk <davidytk at netvigator.com> wrote:
>> Hi All
>> 
>> 
>> 
>> I want to configure Mobile Voice Access on CUCM. Does anyone know how to
>> configure on this. I search there is no any example from cisco website.
>> 
>> 
>> 
>> Thanks
>> 
>> Best Regards
>> 
>> David
>> 
>> 
>> 
>> _______________________________________________
>> cisco-voip mailing list
>> cisco-voip at puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-voip
>> 
>> 
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip



More information about the cisco-voip mailing list