Sending call to 3rd party VRU using Send-to-VRU node

Integrating ICM Script with 3rd party VRU using GED-125 interface and having trouble to send the call (transfer) from Cisco CallManager to 3rd party VRU. Send-to-VRU node  - it is not clear how to pass the destination for 3rd party VRU.

The main part I am confused about is on PG there are currently two PIMs - CUCM PIM and VRU PIM. When creating Translation Route, should it be done on CUCM PIM or on VRU PIM? Also, it looks like for Translation Route, I need to create a Service, then a Trunk Group, then the label.
It sounds to me that Translation Route must be created on CUCM PIM that is where I want to transfer the call to.
And VRU PIM seems to be related exclusively to Service Control Interface (GED-125) that is already working for me with no problems.
Update: this is the printout from rtr log - what could be the reason the transfer times out? Also, my concern is VRUID=5007, this is actually the configuration of another instance of VRU PG. So my main question is should I have one PG with two PIMs - CUCM and VRU or should I have two PGs where one PG has CUCM PIM and another PG has VRU PIM?
16:20:31:456 ra-rtr Trace: (65539 x 10004 : 0 0) TransferToVRU: Label=555, CorID=10004, VRUID=5007, RCID=5010
16:20:31:456 ra-rtr Trace: (65539 x 10004 : 0 0) TransferConnect sent. Dialog pending.
16:20:51:187 ra-rtr Trace: (65539 x 10004 : 0 0) Dialog timed out callstate is :(1).
16:20:51:189 ra-rtr Trace: (65539 x 10004 : 0 0) Dialog resuming (Script Node timed out.) status (2)
16:20:51:192 ra-rtr Trace: (65539 x 10004 : 0 0) RouteComplete:
16:20:51:192 ra-rtr Trace:  Route: DN=8136, ANI=8054, CED=, Label=555
16:20:51:193 ra-rtr Trace:  Route: CID=(151299,53576305), Labels=1
16:20:51:195 ra-rtr Trace: (65539 x 10004 : 0 0) Connect: CID=(151299,53576305), EventSelect=0, ServiceType=0, RCID=5010, Label(s)=555
16:20:51:196 ra-rtr Trace: (65539 x 10004 : 0 0) Deleting Dialog.
Thanks in advance.

Similar Messages

  • Sending call to 3rd party VRU from ICM Script

    Integrating ICM Script with 3rd party VRU using GED-125 interface. I am having trouble to send the call from Cisco CM to 3rd party VRU. Trying Send to VRU node but it is not clear how to pass the destination for 3rd party VRU.
    Any feedback would be helpful.

    Move this to contact center forum to get better response.
    Here: https://supportforums.cisco.com/community/5926/contact-center
    -Terry

  • Droid X receives and sends calls but neither party can hear

    My Droid X would receive and send calls but nether party can hear each other, however I can send dial tones on the line.  The receiving side can not send tones.  Resetting to factory is dramatic.  What can I do to fix this.  Thanks!

    Sounds like the software could be corrupt, how is hard reset dramatic?
    It is either hardware or software, you won't know until you eliminate one.

  • Communication between SAP and 3rd Party Systems using IDOC HTTP XML Interfa

    Hi
    i am try do
    Communication between SAP and 3rd Party Systems using IDOC HTTP XML Interface
    With The help of SDN Contribution
    link----
    ( have look on it)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4943f2b7-0a01-0010-37af-faff35b2f08c
    I am getting error in
    Partner system as HTTPLOG and "Execute" to check the results
    Error is --  Port could not be created
    RFC destination HTTPLOG Not specified for system HTTPLOG
    any 1 have any idea  if plzzzzzzzz...........
    Thank u
    Ram

    Hello .
      we are also in  process of implementing the same
    could you share the knowledge pl?
    1)is it a separate add on with ALE to saphr
       or using ECC ??
    2)can u share the configuration part ??
    we are trying it on webas as addon 3.0 .

  • 3rd party process using product allocation for ATP-check

    Hi all,
    is there anybody out there who can share experience in setting up the 3rd party process using product allocation on APO for ATP-check? As the documentation is not that impressive any help is higly appreceated.
    Thanks
    Michael

    This will not be correct forum to reply to your query.
    Still, try following Hyperlink for some understanding,
    [Third-Party Order Processing by Product Allocation|http://help.sap.com/saphelp_scm70/helpdata/EN/7c/2b7941601b030de10000000a1550b0/frameset.htm]
    Thanks & Regards
    JP

  • I lost my iphone..how can i barr the iphone to stop the 3rd party by using it

    i lost my iphone..how can i barr the iphone to stop the 3rd party by using it..pls help..tQ

    If you have MobileMe setup on your phone yuo can choose to lock it yourself or actually wipe it in addition to displaying a message on screen by logging onto your MobileMe account @ www.mobileme.com

  • Have iMac with IMAP email, 3rd party.  Use a rule to sort emails into various boxes. One box does not appear on Mail in new iPhone 5C. Emails sorted into that box are also missing.

    Have iMac with IMAP email, 3rd party.  Use a rule to sort emails into various boxes. One box does not appear on Mail in new iPhone 5C. Emails sorted into that box are also missing. Any suggestions?

    In which this just gets weirder and weirder...
    I logged onto iCloud.com, signed into my account and created a rule there that emails from my husband's address should be allowed into the inbox. I sent another test msg from him to me and got the New Mail notification sound, the new mail showed up but in a flash disappeared. This happened in the space of about 3 seconds.
    Messages from his email address are not even showing up in the Trash folder. WTH?

  • Possible to send files to 3rd party program?

    I'm trying to add a "Send to Flickr Uploadr" context menu to bridge, but I've hit a snag in getting the files to the Flickr Uploader program. <br /><br />I've tried using openWith(), but i don't think that it does what I want it to do. But the documentation on openWith() is a bit sparse. If openWith() is indeed the wrong method to use, what is correct way, or is this even possible? <br /><br />Thanks.<br /><br />here's what i've got so far...<br /><br />// path to flickr uploader<br />flickrPath = "/C/Program Files/Flickr Uploadr/Flickr Uploadr.exe";<br /><br />// only have 1 instance of each<br />function checkEl(w){<br />>     var menuEl = MenuElement.find(w);<br />>     if (menuEl != null){<br />>          MenuElement.remove(w);<br />>     }<br />}<br /><br />// send selected files to flickr uploader<br />function send2Flickr(f){<br />>     fName = app.document;<br />>     for (i=0; i<fName.selections.length; i++){<br />>          files = new Thumbnail(File(fName.selections[i].path));<br />>          files.openWith(flickrPath);<br />>     }<br />}<br /><br />// check to see if the menu items exist, and remove and recreate if they do<br />checkEl('send2Flickr');<br /><br />// right click context menu<br />var cntCommand = new MenuElement("command", "Send to Flickr Uploadr", "at the end of Thumbnail", "send2Flickr");<br />cntCommand.onSelect = function (f){<br />>     send2Flickr();<br />}

    Not all 3rd party software will respond to the commands Bridge sends it when you do openWith. Off the top of my head I'm not sure if openWith ends up sending a BridgeTalk message or some flavor or operating system or message or event (or both), but if you can get the 3rd Party application to open the file using the Bridge UI's File > Open With menu item, then I'd expect scripting's openWith to work as well.
    One workaround you can try is the command line. If the third-party software has a command line interface, then you can try using app.system() to issue the commands. It's possible (on both Mac and Windows), for example, to run the DNG Converter from Bridge this way, and this is how the ExportToJPEG's "Send To Flickr Uploadr-Mac.jsx" sample script runs some AppleScript that tells the Mac Flickr Uploadr to open files. I believe that the Windows Flickr Uploadr has a command line interface, so you might try something like this...
    // Make a file Object using the known path to the uploadr
    var command = "\"" + uploadr.fsName + "\" \"" + fileToUpload.fsName + "\"";
    app.system( command );
    Note that you usually have to quote paths to files for this to work all the time. Also note that app.system() will block your script until the command returns. Finally, when I've used app.system() on windows in the past, sometimes a command that seems to work just fine from the windows Console doesn't seem to do anything via app.system(). In those cases I've found that witting out the command to a temporary .bat file and then sending the path to the .bat file to app.system() does work.
    I know that I've tried before to run Flickr Uploadr windows this way from Bridge, but it was months ago, and I don't recall all the details. My recollection is that it basically worked, but the user experience was a bit clunky because of the modal behavior and because a Console window appears on the screen as the commands run, and I had to quit the Uploadr manually after upload to move on. If you are a clever windows batch file scripter (I'm not) maybe you can workaround those issues.
    -David

  • Outlook "The Operation Failed" - Sending emails from 3rd Party Apps

    I have an issue similar to this one
    http://community.office365.com/en-us/f/158/t/272002.aspx
    This started a few weeks ago for some users. Users cannot send emails generated from 2 3rd party apps. They get the error "The Operation has failed".
    Not all users are affected but the only solution is to turn on Cached Mode in Outlook.

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Mapping XML into 3rd party system using XIF adapter

    Hi Gurus,
    First of all let me thank all of you for a tremondous contribution you are making for these kind of topics(CRM XIF) in SDN. I could solve half my problems by looking into your replies.
    But I have a new & similar problem now. I am able to create and send XML file of order data into 3rd party middleware system using XIF & SOAP framework. But the 3rd party system(business connector) is unable to parse this XML file in their system. They keep getting the error message invalid XML file. I tried testing that myself and it gives me the error 'SOAP-ENV' error. They even tried some workarounds using some SOAP wrappers but it still didn't work. They are asking me to provide a DTD (data type definition) to this XML file generated out of SAP. Not sure if anyone has seen a similar problem like this but our interface is stuck at this point.
    Any suggestions would be helpful.
    Thanks,
    Sunil

    Hi,
    We have figured out this problem for ourselves. The 3rd party system gets this error because SAP generated 2 XML tags in the beginning of the XML file which cannot be interpreted by XML spy or many XML parsing software’s. When we deleted the first 2 tags we stopped getting that error. But it wasn't a feasible solution for us to delete the first 2 lines in the XML file and then save it and then parse it. We preferred an alternative approach via IDOC's instead of processing XML files directly. Its also better because the size of XML file is much bigger (15 mega) than Idoc ( max of 4 mega bytes). But if you have to process  XML files only then you cannot do that for real time or near real time processing as the parsing of XML file nearly takes more than 10 min. And it is definitely not preferred way especially if your middleware system has the capability to process Idocs from a middleware architectural stand point.

  • Communicating with a 3rd party system using webservices

    Hi all,
    I have a scenario
         3rd party <-> XI<->CRM.
    here im using SOAP between 3rd party <->XI, xi<->CRM im using ABAP proxies.
    scenario 1. 3rd party would send messages(client request) to cRM to get some data. CRM has to respond for that.
    scenario 2. CRM would request the 3rd party to get some data, then 3rd party would respond.
    scenario 3. there is no request from 3rd party but crm has to send the data.
    So 3rd party would communicate using webservices sends the request to cRM. if there is any request from cRM then 3rd party have a webservice to serve.
      My question is
      1) for cRM side i should create a webservice? if i create this where shold i create? i mean i should put this webservice on WAS of CRM or on XI ? If i create this webservice and put on CRM WAS, could this communicate with XI by using ABAP proxies? when CRM sends a request to 3rd party, to send this i should create another webservice ?
    could you please anyone tell me about this?
    thanks a lot in Advance

    Hi,
    <i>for cRM side i should create a webservice? if i create this where shold i create? i mean i should put this webservice on WAS of CRM or on XI ? If i create this webservice and put on CRM WAS, could this communicate with XI by using ABAP proxies?</i>
    As to your first question, you dont have to create webservice on CRM side, all you have to do is to define an outbound interface in XI, and generate proxies for that outbound interface in CRM.
    <i>when CRM sends a request to 3rd party, to send this i should create another webservice ?</i>
    You havent specified who the 3rd party is DataBase/R3/etc. Let us assume the end system is truely external from your landscape. if the 3rd party provides you with a webservice, you can import taht webservice into XI and use it as an inbound interface.
    Hence, you would then map the outbound interface from CRM-> XI to your inbound interface XI->3rd party.
    3rd party provided webservice could be written in java/.net.
    Naveen

  • Print 3rd Party  Check using F110 Transaction

    Hi Folks
    I am working on US Payroll.
    I am executing the following programs.
    1)RPCALCU0 to calculate payroll
    2)Posting to Accounting
    3)Third Party Posting
    Everything is working fine.
    Now i want to transaction code F110(Print 3rd Party check) to do check printing for Garnishment.
    Here only i am not getting the correct out put for one employee for check printing.
    The correct format is like this.
    We have check in the upper column
    and in below column we have
    Garnishment Information:
    Employee Number:
    Employee Name:
    Social Security:
    Case Number:
    Error message we are getting is:                                                                               
    B!015                    The OPEN_DI of BTE 00002060 could not determine any function modules                                           
    F0286                    Payroll: Pmnt advice section missing for check C001 CMB09 DIS01 001331                                         
    Appreciate if any one can help me to solve the issue and to print the 3rd party check for garnishment.                                                                               
    Regards,
    Rajendra.

    When the SAPscript form is called, it uses the formname which is setup in configuration.  The following is the path in configuration (t-code SPRO) where the formname is entered:
    SAP Customizing Implementation Guide>Financial Accounting>Accounts Receivable and Accounts Payable>Business Transactions>Outgoing Payments>Payment Media>Make Settings for Classic Payment Medium Programs-->Assign Payment Forms for Payment Method in Company Code
    This path (in SPRO) will allow you to setup payment methods and the corresponding form names for a particular company code.  Once you select a specific company code and click on the "Allocate forms to payment method in company code" folder in the left-hand window area, it looks like you have the option to specify a SAPscript formname or a "PDF-based Payment Medium Form"
    I am unsure of the actual logic used to call the Adobe form.

  • Trying to create a linked server to a remote 3rd party server using an AD group

    I am the DBA at our organization so I have full authority to all of our local SQL Server databases but we have data in a remote 3rd party SQL Server database that is only read-only.  The 3rd party has granted the read only privileges to one of our AD
    groups - let's call it mydomain\adgroup1.  I would like to create a linked server from one of our local SQL Servers to the remote database.  I'm not sure how to do this. 
    I have set the AD group up as a login and a user in my local database.  When I try to create the link, I used the mydomain\adgroup1 as the local login and, since the same credentials exist in the remote server, I checked the impersonate box and click
    OK but I get "mydomain\adgroup1 is not a valid login or you do not have permission".  Is it possible to create a linked server using an AD group?  As of now, we only have the AD group permissions in the remote database.  We could probably
    request a single SQL Server account to be created on the remote side and we could create the same on our side, but we are trying to keep things as simple and transparent as possible (and we would really like to move more toward AD security and away
    from individual users in the db).
    Can anyone give me advice on how to get these two SQL Servers linked?

      From your description, you likely want to implement Windows authentication for linked server, which requires to implement Kerberos constrained delegation.
     I would recommend the following link to get started: 
    How to Implement Kerberos Constrained Delegation with SQL Server 2008 (https://msdn.microsoft.com/en-us/library/ee191523%28SQL.100%29.aspx?f=255&MSPPError=-2147217396
      -Raul Garcia
       SQL Server Security
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Restoring after 3rd party software use

    Hey there, I have an incredibly annoying issue.
    I have an iPad 3 and I have used Stiflestand once, then removed it, since then I cannot update my iPad I have to use other 3rd party resources to force it to update.
    Now all I'm asking is possibly a way to fix it so I don't get the security errors? I know I probably won't be able to but I thought I'd give it a shot.
    Thanks guys.

    If DFU mode won't work, I'm not sure what else to suggest. Does the Stilfe Stand app developer have a support site? I didn't even know what it was until I read your post and Googled it.
    http://m.imore.com/tip-put-iphone-ipad-dfu-mode

  • Creating website with 3rd party server using blogspot or wordpress's domain name?

    Hi all!
    I just wonder...
    I am now offered a free hosting service and I want to create my personal site with iWeb.
    Questions come:
    I don't really wish to buy a domain since the free service only last for half a year and I just want to try out blogging...
    Is it possible for me to use create a iWeb made site using blogspot or wordpress domain and 3rd party hosting service?
    Thanks in advance. Coz i really have no experience on this

    The short answer is no.  WordPress and Blogspot are two totally different things and are blogging systems and you can use these for free, but what you do is create a username and your blog is then pubished to WordPress servers etc., so your blog url is then http://username.wordpress.com.
    If you want to create a site with iWeb and avail yourself of free hosting and upload there, then you'll need to register a domain name.
    Wordpress, iWeb and Blogspot are totally different and the only way in which you can use both is to create your site in iWeb and then upload to the free hosting and just create a link from your iWeb site to your blog created with either WordPress or Blogspot.

Maybe you are looking for

  • Chinese simple characters are not displayed correctly (Old (TW? HK?) style instead of modern characters)

    We a currently trying to translate our software into Chinese and we noted that some of the chinese characters are displayed incorrectly (it seems the Taiwanese/Hongkong version is displayed instead of the modern simple character) The problem exists i

  • How to associate Ship-To-Party to a Sold-To-Party using BAPI

    I am looking for a BAPI that will allow me to associate existing Ship-To-Party to an existing Sold-To-Party. I tried to search for the BAPI that might do this job but could not find one. Any help is greatly appreciated. System: SAP R/3 4.7 Edited by:

  • CC2014 Wont play and has lost sequences and clips

    I would really appreciate help! I have googled but not found any help! I have been using Premiere for almost 2 years now and loved the fact that I can subscribe and do updates as they come out. I have setup a "template" with certain parts the same ea

  • JTree path question

    I have created a program that basically simulates single celled organisms in a random (non graphical) world, and I want to use a JTree to show the family history and allow the user to bring up an organism's stats by clicking on in the the Jtree, but

  • Problems deleating files on external devices

    Happy New Year to one and all! I am hoping someone will be able to help me with the following problem. When I'm using an external memory device (USB memory stick, iPod hard drive) and I delete the files on it using Finder, it doesn't free up any memo