this is write config, what u have to do is map the translation rule on 
voice-port instead of dial-peer pots :)

thanks and be happy 


cheers :)



________________________________
From: Vincent Lyu <lvwen...@gmail.com>
To: ccie_voice@onlinestudylist.com
Sent: Tuesday, August 9, 2011 9:37 PM
Subject: [OSL | CCIE_Voice] Regarding MVA, got error "Your call cannot be 
completed as dial..."


Hi Expert,
 
when i setup the mobile voice access features in cucm7, I heard "Your call 
cannot be completed as dial..." instead of 2-stage dialing response when i 
called in from outside, anyone meet this issue before?
 

   voice service voip

     allow h323 to h323


   application
    service mva http://cucm_ip:8080/ccmivr/pages/IVRMainpage.vxml
 
   dial-peer voice 3999 pots
    service mva
    incoming called-number 3999
    direct-inward-dial
 
   dial-peer voice 13999 voip
    destionation-pattern 3999
    session target ipv4:cucm_ip
    dtmf-relay h245-alphanumeric
    codec g711ulaw
-------------------------------------
2811(config)#do sh call appli voice mva
Script Name : MVA
       URL  : http://cucm_ip:8080/ccmivr/pages/IVRMainpage.vxml
       Type : Service
       State: Registered
       Life : Configured
       Exec Instances: 0

Script Code Begin:
--------------------------------
VXML Application MVA
    URL=http://cucm_ip:8080/ccmivr/pages/IVRMainpage.vxml
    Security Level: not trusted
            0 incoming calls
            0 calls handed off to it
            0 call transfers initiated
            0 pages loaded,  0 successful
            0 prompt play attempts, 0 successful
            0 recorded messages


The VXML Script is:
------------------
<?xml version="1.0" encoding="iso-8859-1"?>
<vxml version="2.0"> 

   <form id="main">
      <block> 

        <prompt>
          <audio 
src="http://cucm_ip:8080/ccmivr/IVRGetAudioFile.do&#63;srcdir=en_US&amp;file=1.au"/>
        </prompt>
        <var name="remotedest" /> 
        <assign name="remotedest" expr="session.telephone.ani"/> 

        <var name="srcdir" /> 
        <assign name="srcdir" expr="'en_US'"/> 

        <if cond="remotedest !='blocked' " > 
           <submit next="http://cucm_ip:8080/ccmivr/IVRCalleridLookup.do"; 
method="get" namelist="remotedest srcdir"/> 
        <else /> 
           <goto next="#Getremotedest"/> 
        </if> 

      </block> 
          
   </form> 

   <form id="Getremotedest">
      <grammar type="application/grammar+regex">.</grammar> 
      <field name="get_remotedest" type="digits?minlength=1;maxlength=50"> 
         <prompt> 
          <audio 
src="http://cucm_ip:8080/ccmivr/IVRGetAudioFile.do&#63;srcdir=en_US&amp;file=3.au"/>
         </prompt> 

         <noinput count="3"> 

         <exit/> 

         </noinput> 

         <filled> 
           <var name="srcdir" /> 
           <assign name="srcdir" expr="'en_US'"/> 

           <var name="dest" /> 
        <assign name="dest" expr="get_remotedest"/> 
          
           <var name="accessCount" /> 
        <assign name="accessCount" expr="1"/> 

           <submit next="http://cucm_ip1:8080/ccmivr/IVRCalleridLookup2.do"; 
method="get" namelist="dest srcdir accessCount"/> 
         </filled> 

      </field> 
   </form> 

</vxml>


--------------------------------

VincentLyu

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to