- How to configure Mobile Voice Access (MVA) in Cisco CUCM 6.x/7x
- Hum.. I am still on Christmas-New year holiday but can’t rest myself, especially when I have nothing to do. In the past 2009, I have been too busy doing so many other stuffs and I really didn’t have any time left for blogging.
- Mobile voice access (MVA) am a fairly expensive to run in an enterprise. Specially the enterprise who are tight on the telecom budget. If you are one of them, then I’d recommend not to use this feature since MVA actually hairpin the call and then Teleco charges you for hairpining the call.
- Well, again, there are always some deals on offer with Teleco(s) which you can put up-front before signing a telecom contract with your preferred Teleco and negotiate with them to include hairpinning call cost to “ZERO”. Telstra or Optus in Australia may provide this kind of deal. Hey, after all todays’ Telecom world is very competitive and everyone wants a customer on board :). I am sure the upcoming National broadband project will expand the customer experience more.
- Well, that is being said, I will not go into the detail about sales stuffs but was just going to give you a pointer. Let’s quickly take a deep dive on the step-by-step guideline to configure MVA on Cisco Call manager 6x/7x. Well being an old freek of Cisco Voice, I still call it CCM.
- Cisco CUCM Feature MVA Concept:
- Using Cisco MVA feature, a PSTN phone user (who’ve access to CUCM) can dial into the office DID number (9999 2222 for an example) and can use his mobile phone as a “INTERNAL” phone device. The mobile phone operates in a similar fashion like any other IP Deskphone inside the company. In real use, the folks who are working from home, this is a lifeline for them is assuming they do not have CIPC or newly CUCM 8 remote agent features.
- In the past, I used to achieve this functionality by using IPCC script or Unity but now it’s available within CUCM. Cisco has integrated the IVR script within MVA and is shipping it with CUCM.
- An example: A user with a mobile phone 0412 748 484 dials into his office MVA/DID number 9999 2222, and then CUCM integrated VXML script prompts the user to enter a PIN. Once the user enters his/her correct pin, the CUCM system provides a dial tone. After the PSTN user gets a dial-tone, he is just like any other phone inside the CUCM system. The connected user can now ring outside (of course saves his billing), can transfer, can ring any extension, can use MOH, etc..
- Just a side note, once a user is connected to CUCM System, the following default pre-configured keys are available for call handling: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 *85I hope an MVA user won’t go hibernate like a frog during an active MVA call 🙂 duh! - Typical Scenario:
- PSTN connected to a Cisco voice gateway (38xx/2800/29xx series router) using ISDN 30 channel E1.
- The PSTN gateway is configured for H323 protocol and has been added in the call manager as a H323 trunks. Well, why did I choose H323 and not MGCP? Well, it’s depend on your choice. I particularly do not like MGCP unless I “HAVE” to use it in a creepy situation. The H323 is my best friend :).
- Assumptions:
- There is only one call manager publisher which is also doing call processing. No subscribers.
- The voice gateway is H323
- The phones are associated with users and RDP. User pins are already configured.
- The calls are already going in/out of the CCM. PRI E1 is up and running.
- Remote destination profile (RDP) and Remote Destination Number (RDN) are already configured.
You already know how to create PT/CSS and why to create. You may need to create a separate set of CSS/PT for MVA for security reasons. - Step-1 Change CUCM Clusterwide Parameters for MVA
- CUCM admin page>SYSTEM>Service Parameters>
- server = IP address of CCM
service= Cisco CallManager - Now you’ll get a new page displayed. Search for “Clusterwide parameter”. Then Under clusterwide parameters change the following parameters under System-Mobility sub-option:
- a) Enable Enterprise Feature Access = True
b) Enable Mobile Voice Access (MVA) = - True
- c
- ) Mobile Voice Access number = 9999 2222 (You can choose your custom one)
- d) Matching Caller ID with Remote Destination = Partial match Once you’ve configured above 4 parameters, “SAVE” it by clicking Save button on GUI page.
- Step-2 Configure Mobile Access DN
- Media Resources TAB>Mobile Voice Access> and enter below (or your customized ones).
- a) Mobile Voice Access DN = 9999 2223
b) Mobile voice Access Partition = “Internal” (it should be accessible from the phones) - c) Locale. = Your local setting (US or whatever)
- Step-3 – Voice Gateway (H323)
- configuration
- SSH
- or telnet to your Voice gateway router and first enable the call hairpinning and a VXML URL:
- config t
voice service voip
allow-connections h323 to h323
! - !
! Add the VXML url under application
Application
Service frog http://142.2.64.11:8080/ccmivr/pages/IVRMainpage.vxml
! - !
- Note: Verify above application sync with CCM by using the following command:
- “ show call application voice frog”
- !
dial-peer voice 10 voip
destination-pattern 9999 XXXX ! Normal DID
session target ipv4:142.2.64.11
dtmf-relay h245-alphanumeric
codec g711ulaw
no vaddial-peer voice 20 voip
service frog
session target ipv4:142.2.64.11
incoming called-number 9999 2222 ! MVA DID Number
codec g711ulaw
no vad
!
!
Note: 142.2.64.11 is CUCM Publisher which has Call processing enabled:) - Step-4 Add H323 Gateway in CUCM/CCM and create Route Group/RouteList
- CUCM AdminPage> Device>Gateway>Add New> Select H323 Gateway
a) Device name = 142.2.64.111 (Your Gateway IP Addie)
b) Device Pool = HQ_DP
c) MRG = HQ_MRG
d) Location = HQ_LOC
e) MTP = Check the box
f) Call routing information> Inbound Calls> select all CSS(s) = GW_CSS (or your customized one)Save all parameters.Now create a route Group (RG) and add above H323 gateway in the route group.
CUCM AdminPage>Call Routing>RG> add RG
Then create a Route list (RL) and add above RG to this RL. Lets name route list as a MVA_RL
CUCMAdminPage>call routing> RL> add RLThe final hierarchy would be something like this:RL_MVA_RL>>>RG_MVA_RG>>>H323 GW name
- Step-5 Add a route pattern for MVA DID
- number
- CUCM
- AdminPage>Call Routing>Route Patterns>Add new RPa) RP = 9999 2222
- b) Route List = RL_MVA
c) PT / CSS = whatever,…….
d) call classificaiton = Off-Net
e) Provide Outside Dial Tone = TICK-THIS - Save above.
- Step-7 Troublshooting and testing
- 1. Dial 9999 2222 from you mobile phone (04222 22222 blah).
- 2. UCM VXML script will answer to your call and you should get a VXML prompt saying “enter your pin”. This is how CUCM authenticates the users.
- 3. Enter your pin whatever you’ve configured in CUCM for a particular user. This user must have an MVA in his profile enabled.
- 4. Once your pin has been authenticated successfully, you should get a dial tone (same as inside CUCM phone do).
- 5. Then you can dial whatever and wherever you want. Also can transfer calls, put on hold using the following digits.
- a. Put a call in hold *81
b. Put a call in an exclusive hold *82
c. To resume a call *83
d. To transfer a call *84
e. To conference a party *85 - well, I hope you’ll find the above information useful. If you wish to add /suggest few things please feel free to send me an email.
- Good luck and if you are stuck then below are the life saver commands:
- 1. Make sure your IOS is the latest version. If it doesn’t work, try to upgrade your IOS. I stuck when I was running old IOS image and fixed it by using the latest 12.4.(15).
- 2. Some commands. For VXML – grab the CUCM MVA/SDL/SDItraces
- 3. For H323 Gateway –
- – favorite command “debug ISDN q931”
– debug voice ccapi inout
– debug voice application vxml all - For more information:
- http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/admin/6_0_1/ccmfeat/fsmobmgr.html#
- -Push Bhatkoti
Configuring MVA (Mobile Voice Access) in Cisco CUCM
Posted: January 2, 2010 in CUCMTags: Cisco Mobile Voice access how to, Configuring Cisco Mobile Voice access, CUCM MVA, how to configure CUCM MVA
Comments
Thanks for the post.
Just one question.. why are you using “9999 2223” in the Mobile Voice Access DN instead “9999 2222”
Hi Push,
Thanks for sharing. I am doing the same lab right now.
Just asking more, can I implement the MVA without specified a phone number? If yes, which way need to change based on this articile. Thank you.
Regards,
Wain
Hi Push, thanks for this I have successfully configured this on my test CUCM!
I am learning a lot from your blog, and appreciate the work you are doing.
Glad to hear David that you’re learning a lot from this!
Sorry I did not have a lot of time as I have been sooo busy in studing for second CCIE (in security) and then was doing datacenter job for the last 2 years.
Now I hope I will have some time to re-write blog and do more postings!
stay tuned
Hi Cheers
I’m implementing MVA on Call Manager 8 and gateway whit H323, I configured all but I have some problems.
I cannot heard the prompt, I did the debug whit the commands in the document, but sincerely I dont understand, could send you my log?
I configured Mobility and the Mobile connect is workink fine, but I have proble whit this (MVA) =(
Thanks a lot
Marco
Hi Push,
I don’t understand why must add route pattern, gateway in step 4 & 5, I’ve searched on cisco.com and they didn’t need to add them. when I call from PSTN to office phone, I listen eeeeeeeee… please give me your input. Thanks a lot/.
Hi Pushkar,
Wanted to know if mobile connect is directly linked to MVA?
I was trying to configure MVA as per your instructions, but couldn’t get it working. Do you need Mobile connect to be working first before you could configure MVA?
Regards
hello,so good blog,i luckly see your blog about how to config MVA,and i have a question,why are there different MVA DN as below.
Mobile Voice Access DN = 9999 2223
Mobile Voice Access number = 9999 2222
hope you to reply to me,thank you very much
Good question.
In production network when you’ve to change things around, everyone tends to be using mapping. for lab one should be fine.
HTH
-push
Hi Push
Thanks for sharing it with us. it is very useful.
Just a quick question: is it correct that within a CUCM only one mobile voice access number is avaliable. in your example:
Mobile Voice Access number = 9999 2222
Also what is the Mobile Voice Access DN = 9999 2223, I think it should be same as Mobile Voice Access number, am I correct?
in above example, let’s say my extension is 2108, when I ring from 04222 22222 to 9999 2222 then ring 2111, on 2111 will show caller id is 2222, not my 2108. so how can user to call you back…
Thanks in advance. cheers
” Well why did I choose H323 and not MGCP? Well it’s depend on your choice”
http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/admin/6_0_1/ccmfeat/fsmobmgr.html#wp1144501
Interactions and Restrictions
Cisco says – Only H.323 VoIP gateways are supported for Mobile Voice Access
I have a question that if we have AA tcl configured on router then how do i land specific call on MVA script while i only have single PRI with master number only (no DID)
Hi Farukh,
all PRI comes with DID range. Master number i guess you mean 1800 or 1900 toll free kind. if that is the case, then i would think those are mapped with local number range (may be hidden to u) u need to check with Teleco. DID then u map on dialpeer as usual 🙂
hth
good luck
Master Number is a single number to reach local office from PRI, i.e a UAN number. now we have AA TCL script is also configured on a router. when outside caller calls on UAN number the AA TCL script triggers and ask to dial the desired extension or 0 for the operator. here i want to play that trick, i.e if i dial from my mobile number to that UAN number and then dial my IP extension number (while my mobile number is subscribed for remote destination and MVA) then it suppose to trigger the MVA script.
i dont think its a complicated scenario. and is normal to not have and DID.
Hi All,
Can I know is it can integrate with MGCP? If can, can share the gudie to apply on MGCP.
Thank you,
John
Hello join
Absolutely it can be MVA is not protocol dependent
Dears
I configure this in the company and we have a DID number of 2217999 configured for the mobile voice access
and I called from my mobile 0565285270 which is a remote destination for my phone
I can hear the VXML in the CUCM ask to me to enter my remote destination and my pin number and suddenly the call droped by it self
I did the debug to check it
can you help me in this
JJC-10LW-SIP-VGW1#debug voic cca ino
JJC-10LW-SIP-VGW1#debug voic cca inout
voip ccapi inout debugging is on
JJC-10LW-SIP-VGW1#debu voic app
JJC-10LW-SIP-VGW1#debu voic application vxml
JJC-10LW-SIP-VGW1#debu voic application vxml all
vxml all debugging is on
JJC-10LW-SIP-VGW1#ter mon
JJC-10LW-SIP-VGW1#ter monitor
JJC-10LW-SIP-VGW1#
Jul 27 14:56:35.590: //-1/09F91A16BEA1/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=565285270
—– ccCallInfo IE subfields —–
cisco-ani=565285270
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=2217999
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=-1
cisco-rdnsi=-1
cisco-redirectreason=-1 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Jul 27 14:56:35.590: //-1/09F91A16BEA1/CCAPI/cc_api_call_setup_ind_common:
Interface=0x3E5C270C, Call Info(
Calling Number=565285270,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening= Not Screened, Presentation=Allowed),
Called Number=2217999(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=T RUE,
Incoming Dial-peer=7999, Progress Indication=NULL(0), Calling IE Present=TRUE ,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALS E), Call Id=13162
Jul 27 14:56:35.590: //-1/09F91A16BEA1/CCAPI/ccCheckClipClir:
In: Calling Number=565285270(TON=Unknown, NPI=Unknown, Screening=Not Screened , Presentation=Allowed)
Jul 27 14:56:35.590: //-1/09F91A16BEA1/CCAPI/ccCheckClipClir:
Out: Calling Number=565285270(TON=Unknown, NPI=Unknown, Screening=Not Screene d, Presentation=Allowed)
Jul 27 14:56:35.590: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Jul 27 14:56:35.590: :cc_get_feature_vsa malloc success
Jul 27 14:56:35.590: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Jul 27 14:56:35.590: cc_get_feature_vsa count is 1
Jul 27 14:56:35.590: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Jul 27 14:56:35.590: :FEATURE_VSA attributes are: feature_name:0,feature_time:10 28759864,feature_id:1757
Jul 27 14:56:35.590: //13162/09F91A16BEA1/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=565285270(TON=Unknown, NPI=Unknown, Screening=Not Sc reened, Presentation=Allowed),
Called Number=2217999(TON=Unknown, NPI=Unknown))
Jul 27 14:56:35.590: //13162/09F91A16BEA1/CCAPI/cc_process_call_setup_ind:
Event=0x22C2E910
Jul 27 14:56:35.590: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
Try with the demoted called number 2217999
Jul 27 14:56:35.590: //13162/09F91A16BEA1/CCAPI/ccCallSetContext:
Context=0x2101570C
Jul 27 14:56:35.590: //13162/09F91A16BEA1/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 13162 with tag 7999 to app “_ManagedAppProcess_mva”
Jul 27 14:56:35.590: //13162//VXML:/Open_SetupIndication:
Jul 27 14:56:35.590: //13162/09F91A16BEA1/CCAPI/ccCallSetupAck:
Call Id=13162
Jul 27 14:56:35.590: //13162/09F91A16BEA1/CCAPI/cc_api_set_transfer_info:
Transfer Number=, Transfer Reason=0x0
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/ccCallConnect:
Progress Indication=NULL(0), Data Bitmask=0x0
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/ccCallConnect:
Call Entry(Connected=TRUE, Responsed=TRUE)
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/ccCallModify:
Nominator=0x800000, Params=0x21068B80, Call Id=13162
Jul 27 14:56:35.594: //13162//AFW_:/vapp_vxmldialog: Trusted=0, DNIS Map URI=, C ode = {
}
Jul 27 14:56:35.594: //13162//AFW_:/vapp_vxmldialog: After DNIS Map URI=http://1 92.168.200.53:8080/ccmivr/pages/IVRMainpage.vxml, Code = {
<form id="
}
Jul 27 14:56:35.594: //-1//AFW_:/AFW_VxmlModule_New:
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/ccSetDigitTimeouts:
Initial Digit Timeout=0(ms), Inter Digit Timeout=0(ms)
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/ccSetDigitTimeouts:
Call Entry(Inter Digit Timeout=0(ms), Initial Digit Timeout=0(ms))
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/ccCallReportDigits:
(callID=0x336A, digit_event=0x1, enable=TRUE, consume=FALSE)
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=13162
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x3E5C270C, callID=0x336A, disp=-4, digit_event=0x1, enable=TRUE, con sume=FALSE)
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0xFFFFFFFC, Interface=0x3E5C270C, Call Id=13162
Jul 27 14:56:35.594: //13162/09F91A16BEA1/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=0(ms), Inter Digit Timeout=0(ms))
Jul 27 14:56:35.594: //-1//VXML:/vxml_tree_lock:
vxmlp=22F3D458 usage_cnt=0
Jul 27 14:56:35.594: //0/09F91A16BEA1/VXML:/vxml_parse:
Jul 27 14:56:35.594: vxml_parse: XML_Parse success err=0
Jul 27 14:56:35.594: //0/09F91A16BEA1/VXML:/vxml_session_delete:
Jul 27 14:56:35.594: vxml_session_delete:mem_mgr_mempool_free: mempool=NULL
Jul 27 14:56:35.594: vxml_session_delete:mem_mgr_mempool_free: mempool=NULL
Jul 27 14:56:35.594: //-1//VXML:/vxml_crc_generate_element_tree: 28 crc generate d
Jul 27 14:56:35.594: //-1//VXML:/vxml_create:
enter url=http://192.168.200.53:8080/ccmivr/pages/IVRMainpage.vxml tree_handl e=22F3D458
return_handle_add=21068D70
Jul 27 14:56:35.598: //-1//VXML:/vxml_create: Exit
Jul 27 14:56:35.598: //13162//AFW_:/vapp_checksessionstate:
Jul 27 14:56:35.598: //13162//AFW_:/vapp_checkifdone: Object: 1, Leg: 1
Jul 27 14:56:35.602: //13162//AFW_:/vapp_driver: evtID: 247 vapp record state: 0
Jul 27 14:56:35.606: //13162//AFW_:/vapp_get_type_detail:
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_offramp_mailhdrs_get:
Jul 27 14:56:35.606: //13162//AFW_:/vapp_get_incoming_gtd_list:
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_start:
vxmlhandle=3D501714 vapphandle=3F3BFF2C status=0 async_status=0
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_vxml_proc:
URI(abs):http://192.168.200.53:8080/ccmivr/pages/IVRMainpage.vxml
scheme=http
host=192.168.200.53
port=8080
path=/ccmivr/pages/IVRMainpage.vxml
base=
URI(abs):http://192.168.200.53:8080/ccmivr/pages/IVRMainpage.vxml
scheme=http
host=192.168.200.53
port=8080
path=/ccmivr/pages/IVRMainpage.vxml lang=none version=2.0
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_form_proc:
Jul 27 14:56:35.606: : id=main scope=dialog
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_form_init:
current scope: dialog
vxml_counter_reset:
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_expr_eval:
Jul 27 14:56:35.606: expr=var _in4
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_jse_global_switch:
switch to scope(dialog)
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_formitem_select:
Status=VXML_STATUS_OK,
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_formitem_select:
AsyncStatus=VXML_STATUS_OK
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_block_proc:
Jul 27 14:56:35.606: :
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_item_attrs_proc:
name=_in4
Jul 27 14:56:35.606: //-1//VXML:/vxml_prompt_proc: Enter
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_prompt_proc:
: typeaheadflush=0 alternative=0
Jul 27 14:56:35.606: //-1//VXML:/vxml_process_prompt: Enter
Jul 27 14:56:35.606: //-1//VXML:/vxml_audio_proc: Enter
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_audio_proc:
:
URI(abs):http://192.168.200.53:8080/ccmivr/IVRGetAudioFile.do?srcdir=en_US&fi le=1.au
scheme=http
host=192.168.200.53
port=8080
path=/ccmivr/IVRGetAudioFile.do
query=srcdir=en_US&file=1.au caching=fast fetchhint=invalid fetchtimeout=0 ma xage=-1 maxstale=-1
Jul 27 14:56:35.606: //-1//VXML:/vxml_audio_proc: Exit
Jul 27 14:56:35.606: //-1//VXML:/vxml_finish_generate_prompt_list: Enter
Jul 27 14:56:35.606: //-1//VXML:/vxml_finish_generate_prompt_list: Exit
Jul 27 14:56:35.606: //-1//VXML:/vxml_process_prompt: Exit
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_vapp_media_play:
bargein=1 timeout=0 typeaheadflush=0 vcr=0 rate=0 alternative=0 hotword=0 max time=0
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_vapp_media_play:
str=http://192.168.200.53:8080/ccmivr/IVRGetAudioFile.do?srcdir=en_US&file=1. au cachable=1 timeout0 maxage=-1 maxstale=-1 codec=-1
Jul 27 14:56:35.606: //13162//AFW_:/vapp_media_play:
Jul 27 14:56:35.606: //13162//AFW_:/vapp_media_play: prompt=http://192.168.200.5 3:8080/ccmivr/IVRGetAudioFile.do?srcdir=en_US&file=1.au:
Jul 27 14:56:35.606: //-1//VXML:/vxml_vapp_media_play: Exit
Jul 27 14:56:35.606: //-1//VXML:/vxml_prompt_proc: Exit
: namep=remotedest
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_expr_eval:
Jul 27 14:56:35.606: expr=var remotedest
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_jse_global_switch:
switch to scope(anonymous)
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_assign_proc:
: name=remotedest expr=session.telephone.ani
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_expr_eval:
Jul 27 14:56:35.606: expr=remotedest=session.telephone.ani
: namep=srcdir
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_expr_eval:
Jul 27 14:56:35.606: expr=var srcdir
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_assign_proc:
: name=srcdir expr=’en_US’
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_expr_eval:
Jul 27 14:56:35.606: expr=srcdir=’en_US’
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_if_proc:
: cond=remotedest !=’blocked’
Jul 27 14:56:35.606: //-1//VXML:/vxml_submit_proc: Enter
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_submit_proc:
: caching=fast fetchhint=invalid fetchtimeout=0 maxage=-1 ma xstale=-1
URI(abs):http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do
scheme=http
host=192.168.200.53
port=8080
path=/ccmivr/IVRCalleridLookup.do
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_sub_attrs_proc:
method=get
enctype=application/x-www-form-urlencoded
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_nmtokens_proc:
name=remotedest
name=srcdir
Jul 27 14:56:35.606: //-1//VXML:/vxml_sub_attrs_proc: Enter
Jul 27 14:56:35.606: //-1//VXML:/vxml_sub_attrs_proc: Exit
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_vapp_bgload_from_proc:
urlp=http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do?remotedest=565285 270&srcdir=en_US fetchaudio=NULL delay=0 minimum=0
Jul 27 14:56:35.606: //13162/09F91A16BEA1/VXML:/vxml_vapp_bgload:
url http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do?remotedest=5652852 70&srcdir=en_US cachable 1 fetchtimeout 0 maxage=-1 maxstale=-1
Jul 27 14:56:35.610: //13162//AFW_:/vapp_bgload: url=http://192.168.200.53:8080/ ccmivr/IVRCalleridLookup.do?remotedest=565285270&srcdir=en_US
Jul 27 14:56:35.610: //13162//AFW_:/vxml_update_cleanup_timer: cleaning timer ru nning 0 fetchtimeout 0
Jul 27 14:56:35.610: //-1//VXML:/vxml_vapp_bgload: Exit
Jul 27 14:56:35.610: //-1//VXML:/vxml_vapp_bgload_from_proc: normal_async_load, exit@8291
Jul 27 14:56:35.610: //-1//VXML:/vxml_submit_proc: Exit
Jul 27 14:56:35.610: //-1//VXML:/vxml_elem_proc:
(400000000) Status not OK, exit@9983
Jul 27 14:56:35.610: //-1//VXML:/vxml_if_proc:
(400000000) Status not OK, exit@5738
Jul 27 14:56:35.610: //-1//VXML:/vxml_elem_proc:
(400000000) Status not OK, exit@9983
Jul 27 14:56:35.610: //13162/09F91A16BEA1/VXML:/vxml_leave_scope:
scope=anonymous
Jul 27 14:56:35.610: //-1//VXML:/vxml_block_proc: Exit (400000000)
Jul 27 14:56:35.610: //-1//VXML:/vxml_elem_proc:
(400000000) Status not OK, exit@9983
Jul 27 14:56:35.610: //13162/09F91A16BEA1/VXML:/vxml_formitem_select:
loop cnt=0,
Jul 27 14:56:35.610: //-1//VXML:/vxml_formitem_select:
(400000000) Status not OK, exit@5417
Jul 27 14:56:35.610: //-1//VXML:/vxml_form_proc:
(400000000) Status not OK, exit@5549
Jul 27 14:56:35.610: //-1//VXML:/vxml_elem_proc:
(400000000) Status not OK, exit@9983
Jul 27 14:56:35.610: //-1//VXML:/vxml_vxml_proc:
(400000000) Status not OK, exit@10180
Jul 27 14:56:35.610: //13162/09F91A16BEA1/VXML:/vxml_load_immediate_done:
sidp->status=400000000
Jul 27 14:56:35.610: //13162//AFW_:/vapp_checksessionstate:
Jul 27 14:56:35.610: //13162//AFW_:/vapp_checkifdone: Object: 1, Leg: 1
Jul 27 14:56:35.646: //13162//HIFS:/hifs_http_cb: hifs http read succeeded. size =853, url=http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do?remotedest=5652 85270&srcdir=en_US
Jul 27 14:56:35.646: //13162//AFW_:/vapp_bgload_done: status=No Error
Jul 27 14:56:35.646: //13162//HIFS:/hifs_http_cb: hifs ifs file read succeeded. size=853, url=http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do?remotedest= 565285270&srcdir=en_US
Jul 27 14:56:35.646: //13162//HIFS:/hifs_free_idata: hifs_free_idata: 0x22E6F278
Jul 27 14:56:35.646: //13162//HIFS:/hifs_hold_idata: hifs_hold_idata: 0x22E6F278
Jul 27 14:56:35.646: //13162//AFW_:/vapp_driver: evtID: 294 vapp record state: 0
Jul 27 14:56:35.646: //13162//AFW_:/vapp_bgload_done_event:
Jul 27 14:56:35.646: //13162//AFW_:/vapp_bgload_done_event: length=853, page loa ded=
.
<au
Jul 27 14:56:35.646: //13162/09F91A16BEA1/VXML:/vxml_is_doc:
vxml_is_doc
Jul 27 14:56:35.646: //-1//VXML:/vxml_tree_lock:
vxmlp=21BE6D6C usage_cnt=0
Jul 27 14:56:35.646: //0/09F91A16BEA1/VXML:/vxml_parse:
Jul 27 14:56:35.650: vxml_parse: XML_Parse success err=0
Jul 27 14:56:35.650: //0/09F91A16BEA1/VXML:/vxml_session_delete:
Jul 27 14:56:35.650: vxml_session_delete:mem_mgr_mempool_free: mempool=NULL
Jul 27 14:56:35.650: vxml_session_delete:mem_mgr_mempool_free: mempool=NULL
Jul 27 14:56:35.650: //-1//VXML:/vxml_crc_generate_element_tree: 17 crc generate d
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_bgload_post_done:
vxmlhandle=3D501714 status=0 async_status=400000000
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_bgload_post_done:
Loading file with url (http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do ?remotedest=565285270&srcdir=en_US)
Jul 27 14:56:35.650: //-1//VXML:/vxml_is_cisco_data: Enter
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_leave_scope:
scope=application
Jul 27 14:56:35.650: //-1//VXML:/vxml_crc_verify_element_tree: 28 crc verified
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_tree_delete:
vxmlp=22F3D458, usage_cnt=1 url=http://192.168.200.53:8080/ccmivr/pages/IVRMa inpage.vxml
Jul 27 14:56:35.650: vxml_tree_delete:mem_mgr_mempool_free: mem_refcnt(3F27D308) =0 – mempool cleanup
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_stop_fetchaudio:
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_start:
vxmlhandle=3D501714 vapphandle=3F3BFF2C status=0 async_status=80000
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_vxml_proc:
URI(abs):http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do?remotedest=56 5285270&srcdir=en_US
scheme=http
host=192.168.200.53
port=8080
path=/ccmivr/IVRCalleridLookup.do
query=remotedest=565285270&srcdir=en_US
base=
URI(abs):http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do?remotedest=56 5285270&srcdir=en_US
scheme=http
host=192.168.200.53
port=8080
path=/ccmivr/IVRCalleridLookup.do
query=remotedest=565285270&srcdir=en_US lang=none version=2.0
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_form_proc:
Jul 27 14:56:35.650: : id=RemoteDest scope=dialog
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_form_init:
current scope: dialog
vxml_counter_reset:
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_expr_eval:
Jul 27 14:56:35.650: expr=var dest
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_jse_global_switch:
switch to scope(dialog)
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_formitem_select:
Status=VXML_STATUS_OK,
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_formitem_select:
AsyncStatus=VXML_STATUS_OK
Jul 27 14:56:35.650: //-1//VXML:/vxml_field_proc: Enter
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_field_proc:
Jul 27 14:56:35.650: : type=digits
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_item_attrs_proc:
name=dest modal=aai prompt_counter=1
Jul 27 14:56:35.650: //-1//VXML:/vxml_play_prompts: Enter
Jul 27 14:56:35.650: //-1//VXML:/vxml_prompt_proc: Enter
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_prompt_proc:
: typeaheadflush=0 alternative=0
Jul 27 14:56:35.650: //-1//VXML:/vxml_process_prompt: Enter
Jul 27 14:56:35.650: //-1//VXML:/vxml_audio_proc: Enter
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_audio_proc:
:
URI(abs):IVRGetAudioFile.do?srcdir=en_US&file=3.au
scheme=http
host=192.168.200.53
port=8080
path=/ccmivr/IVRGetAudioFile.do
query=srcdir=en_US&file=3.au caching=fast fetchhint=invalid fetchtimeout=0 ma xage=-1 maxstale=-1
Jul 27 14:56:35.650: //-1//VXML:/vxml_audio_proc: Exit
Jul 27 14:56:35.650: //-1//VXML:/vxml_finish_generate_prompt_list: Enter
Jul 27 14:56:35.650: //-1//VXML:/vxml_finish_generate_prompt_list: Exit
Jul 27 14:56:35.650: //-1//VXML:/vxml_process_prompt: Exit
Jul 27 14:56:35.650: //-1//VXML:/vxml_prompt_proc: Exit
Jul 27 14:56:35.650: //-1//VXML:/vxml_play_prompts: Exit
Jul 27 14:56:35.650: //-1//VXML:/vxml_generic_digit_collect: Enter
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_vapp_digit_collect:
termchar # minlength 1 maxlength 50 timeout 15000 interdigittimeout 10000 num Patterns=0hotword 0 abortKey
Jul 27 14:56:35.650: //13162//AFW_:/vapp_digit_collect:
Jul 27 14:56:35.650: //13162//AFW_:/vapp_digit_collect: numPatterns 0, minlengt h 1, maxlength 50, timeout 0, interDigitTimeout 10000 hotword 0
Jul 27 14:56:35.650: //13162/09F91A16BEA1/CCAPI/ccSetDigitTimeouts:
Initial Digit Timeout=0(ms), Inter Digit Timeout=10000(ms)
Jul 27 14:56:35.650: //13162/09F91A16BEA1/CCAPI/ccSetDigitTimeouts:
Call Entry(Inter Digit Timeout=10000(ms), Initial Digit Timeout=0(ms))
Jul 27 14:56:35.650: //13162/09F91A16BEA1/CCAPI/ccCallReportDigits:
(callID=0x336A, digit_event=0x1, enable=TRUE, consume=FALSE)
Jul 27 14:56:35.650: //13162/09F91A16BEA1/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=13162
Jul 27 14:56:35.650: //13162/09F91A16BEA1/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x3E5C270C, callID=0x336A, disp=-4, digit_event=0x1, enable=TRUE, con sume=FALSE)
Jul 27 14:56:35.650: //13162/09F91A16BEA1/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0xFFFFFFFC, Interface=0x3E5C270C, Call Id=13162
Jul 27 14:56:35.650: //13162/09F91A16BEA1/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=0(ms), Inter Digit Timeout=10000(ms))
Jul 27 14:56:35.650: //-1//VXML:/vxml_vapp_digit_collect: Exit
Jul 27 14:56:35.650: //-1//VXML:/vxml_generic_digit_collect: Exit
Jul 27 14:56:35.650: //-1//VXML:/vxml_field_proc: Exit
Jul 27 14:56:35.650: //-1//VXML:/vxml_elem_proc:
(300000000) Status not OK, exit@9983
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_formitem_select:
loop cnt=0,
Jul 27 14:56:35.650: //-1//VXML:/vxml_formitem_select:
(300000000) Status not OK, exit@5417
Jul 27 14:56:35.650: //-1//VXML:/vxml_form_proc:
(300000000) Status not OK, exit@5549
Jul 27 14:56:35.650: //-1//VXML:/vxml_elem_proc:
(300000000) Status not OK, exit@9983
Jul 27 14:56:35.650: //-1//VXML:/vxml_vxml_proc:
(300000000) Status not OK, exit@10180
Jul 27 14:56:35.650: //13162/09F91A16BEA1/VXML:/vxml_load_immediate_done:
sidp->status=300000000
Jul 27 14:56:35.650: //-1//VXML:/vxml_bgload_post_done: Async load, exit@6805
Jul 27 14:56:35.654: //-1//VXML:/vxml_bgload_post_done: return
Jul 27 14:56:35.654: //13162//AFW_:/vapp_checksessionstate:
Jul 27 14:56:35.654: //13162//AFW_:/vapp_checkifdone: Object: 2, Leg: 1
Jul 27 14:56:35.654: //13162//AFW_:/vapp_driver: evtID: 259 vapp record state: 0
Jul 27 14:56:35.654: //13162//AFW_:/vapp_do_bargein: Input=2
Jul 27 14:56:35.654: //13162//AFW_:/vapp_digit_collection_done:
Jul 27 14:56:35.654: //13162//AFW_:/vapp_digit_collection_done: digits [], statu s [2], pattern []
Jul 27 14:56:35.654: //13162/09F91A16BEA1/VXML:/vxml_digit_collection_done:
vxmlp 21BE6D6C status 2 async_status 300000000
Jul 27 14:56:35.654: //13162/09F91A16BEA1/VXML:/vxml_digit_collection_done:
digits ()
Jul 27 14:56:35.654: //13162/09F91A16BEA1/VXML:/vxml_digit_collection_done:
name ()
Jul 27 14:56:35.654: //13162/09F91A16BEA1/VXML:/vxml_bind_lastprompt:
Jul 27 14:56:35.654: //-1//VXML:/vxml_digit_collection_done: Media in play, exit @7039
Jul 27 14:56:35.654: //13162//AFW_:/vapp_checksessionstate:
Jul 27 14:56:35.654: //13162//AFW_:/vapp_checkifdone: Object: 1, Leg: 1
Jul 27 14:56:35.658: //13162/09F91A16BEA1/CCAPI/ccAssociateStream:
Coder=5, DTMF Relay=1, Vad=0,
Record Function=0x0, Event Queue=0x22A40578, Stream Context=3F3AA590,
Record Context=0x0, Stream Call Id=13163, Call Id=13162
Jul 27 14:56:35.658: //13162/09F91A16BEA1/CCAPI/ccAssociateStream:
Call Entry(Stream Status=2, Digit Enable=TRUE)
Jul 27 14:56:35.658: //13162/09F91A16BEA1/CCAPI/cc_api_call_associated:
Interface=0x0, CallId=13162, Disposition=0
Play Function=0x3650D4D8, Codec=0x5, Vad=0x0
Media Type=0x3, SPI Context=0x22F28860, Stream CallId=13163
TX Dynamic Pt=0x0, RX Dynamic Pt=0x0
Jul 27 14:56:38.882: //13162/09F91A16BEA1/CCAPI/ccDisassociateStream:
Record Context=0x0, Stream Call Id=13163, Call Id=13162
Jul 27 14:56:38.882: //13162/09F91A16BEA1/CCAPI/ccDisassociateStream:
Call Entry(Stream Status=1, Digit Enable=TRUE)
Jul 27 14:56:38.882: //13162//AFW_:/vapp_driver: evtID: 193 vapp record state: 0
Jul 27 14:56:38.882: //13162//AFW_:/vapp_play_done: evID=193 reason=17, protocol =2, status_code=0, dur=3219, rate=0
Jul 27 14:56:38.882: //13162/09F91A16BEA1/VXML:/vxml_media_done:
status 0 async_status 100040000 duration=3219 rate=0
Jul 27 14:56:38.882: //13162/09F91A16BEA1/VXML:/vxml_save_lastprompt_info:
Jul 27 14:56:38.882: //13162/09F91A16BEA1/VXML:/vxml_save_lastprompt_info:
Jul 27 14:56:38.882: //13162/09F91A16BEA1/VXML:/vxml_vapp_media_play:
bargein=1 timeout=0 typeaheadflush=0 vcr=0 rate=0 alternative=0 hotword=0 max time=0
Jul 27 14:56:38.882: //13162/09F91A16BEA1/VXML:/vxml_vapp_media_play:
str=http://192.168.200.53:8080/ccmivr/IVRGetAudioFile.do?srcdir=en_US&file=3. au cachable=1 timeout0 maxage=-1 maxstale=-1 codec=-1
Jul 27 14:56:38.882: //13162//AFW_:/vapp_media_play:
Jul 27 14:56:38.882: //13162//AFW_:/vapp_media_play: prompt=http://192.168.200.5 3:8080/ccmivr/IVRGetAudioFile.do?srcdir=en_US&file=3.au:
Jul 27 14:56:38.882: //-1//VXML:/vxml_vapp_media_play: Exit
Jul 27 14:56:38.882: //-1//VXML:/vxml_media_done: status != VAPP_INTERRUPT, exit @5333
Jul 27 14:56:38.882: //13162//AFW_:/vapp_checksessionstate:
Jul 27 14:56:38.882: //13162//AFW_:/vapp_checkifdone: Object: 1, Leg: 1
Jul 27 14:56:38.934: //13162/09F91A16BEA1/CCAPI/ccAssociateStream:
Coder=5, DTMF Relay=1, Vad=0,
Record Function=0x0, Event Queue=0x22A40578, Stream Context=3F3AA590,
Record Context=0x0, Stream Call Id=13163, Call Id=13162
Jul 27 14:56:38.934: //13162/09F91A16BEA1/CCAPI/ccAssociateStream:
Call Entry(Stream Status=2, Digit Enable=TRUE)
Jul 27 14:56:38.934: //13162/09F91A16BEA1/CCAPI/cc_api_call_associated:
Interface=0x0, CallId=13162, Disposition=0
Play Function=0x3650D4D8, Codec=0x5, Vad=0x0
Media Type=0x3, SPI Context=0x22F28860, Stream CallId=13163
TX Dynamic Pt=0x0, RX Dynamic Pt=0x0
Jul 27 14:56:42.390: //13162/09F91A16BEA1/CCAPI/ccDisassociateStream:
Record Context=0x0, Stream Call Id=13163, Call Id=13162
Jul 27 14:56:42.390: //13162/09F91A16BEA1/CCAPI/ccDisassociateStream:
Call Entry(Stream Status=1, Digit Enable=TRUE)
Jul 27 14:56:42.390: //13162//AFW_:/vapp_driver: evtID: 193 vapp record state: 0
Jul 27 14:56:42.390: //13162//AFW_:/vapp_play_done: evID=193 reason=17, protocol =2, status_code=0, dur=3454, rate=0
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_media_done:
status 0 async_status 100040000 duration=3454 rate=0
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_save_lastprompt_info:
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_save_lastprompt_info:
Jul 27 14:56:42.390: //13162//AFW_:/vapp_notify_play_done:
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_vapp_vcr_control_disable:
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_bind_lastprompt:
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_digit_collect_process:
vxmlp 21BE6D6C status 2 async_status 40000
Jul 27 14:56:42.390: //13162//AFW_:/vapp_session_exit_event_name: Exit Event vxm l.session.error
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_vapp_terminate:
vapp_status=2 ref_count 0
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_vapp_terminate:
CALL_ERROR; http://192.168.200.53:8080/ccmivr/IVRCalleridLookup.do?remotedest =565285270&srcdir=en_US
vxml session terminating with code=ERROR
vapp status=VAPP_FAIL vxml async status=VXML_ERROR_VAPP
Jul 27 14:56:42.390: //13162//AFW_:/vapp_terminate:
Jul 27 14:56:42.390: //13162//AFW_:/AFW_M_VxmlModule_Terminate:
Jul 27 14:56:42.390: //13162//AFW_:/vapp_checksessionstate:
Jul 27 14:56:42.390: //13162//AFW_:/vapp_checkifdone: Object: 1, Leg: 1
Jul 27 14:56:42.390: //-1//VXML:/vxml_destroy: Enter
Jul 27 14:56:42.390: //-1//VXML:/vxml_crc_verify_element_tree: 17 crc verified
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_tree_delete:
vxmlp=21BE6D6C, usage_cnt=1 url=http://192.168.200.53:8080/ccmivr/IVRCallerid Lookup.do?remotedest=565285270&srcdir=en_US
Jul 27 14:56:42.390: vxml_tree_delete:mem_mgr_mempool_free: mem_refcnt(3F3E14F4) =0 – mempool cleanup
Jul 27 14:56:42.390: //13162/09F91A16BEA1/VXML:/vxml_session_delete:
Jul 27 14:56:42.390: vxml_session_delete:mem_mgr_mempool_free: mem_refcnt(3F27D3 60)=0 – mempool cleanup
Jul 27 14:56:42.390: vxml_session_delete:mem_mgr_mempool_free: mempool=NULL
Jul 27 14:56:42.390: //-1//VXML:/vxml_destroy: Exit
Jul 27 14:56:42.390: //-1//VXML:/vxml_vapp_terminate: Exit
Jul 27 14:56:42.390: //13162//AFW_:/vapp_checksessionstate:
Jul 27 14:56:42.390: //13162//AFW_:/vapp_checkifdone: Object: 0, Leg: 0
Jul 27 14:56:42.390: //13162/09F91A16BEA1/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect C ause=0)
Jul 27 14:56:42.390: //13162/09F91A16BEA1/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Jul 27 14:56:42.390: //-1//AFW_:HN0DAD8304:/AFW_M_VxmlModule_Free:
Jul 27 14:56:42.390: MOD[VxmlModule_0x3F3BFF2C_0_229475076] ( )
Jul 27 14:56:42.442: //13162/09F91A16BEA1/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x3E5C270C, Tag=0x0, Call Id=13162,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Jul 27 14:56:42.442: //13162/09F91A16BEA1/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Jul 27 14:56:42.442: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Jul 27 14:56:42.442: :cc_free_feature_vsa freeing 3D51A130
Jul 27 14:56:42.442: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Jul 27 14:56:42.442: vsacount in free is 0
JJC-10LW-SIP-VGW1#
JJC-10LW-SIP-VGW1#
JJC-10LW-SIP-VGW1#
JJC-10LW-SIP-VGW1#
JJC-10LW-SIP-VGW1#
JJC-10LW-SIP-VGW1#
JJC-10LW-SIP-VGW1#u all
All possible debugging has been turned off
JJC-10LW-SIP-VGW1#
Sorry have been hibernating – hopefully your issue is now sorted out
Very good info. Lucky me I found your site by accident (stumbleupon).
I’ve saved as a favorite for later!