Suggestion urgently needed, DigitManipulation for forwarded calls

Hello community,
i have an urgent problem with the display of the original calling number when the call is forwarded.
I have CUCM 10.5 and E1/MGCP gateways, in germany.
Heres my output of "debug isdn q931", think it gets quite clear what i want to do or what my problem is then.
Dec  4 16:58:06.260: ISDN Se0/0/0:15 Q931: RX <- SETUP pd = 8  callref = 0x0293
            Bearer Capability i = 0x9090A3
                       Standard = CCITT
                       Transfer Capability = 3.1kHz Audio
                       Transfer Mode = Circuit
                       Transfer Rate = 64 kbit/s
            Channel ID i = 0xA98381
                       Exclusive, Channel 1
            Progress Ind i = 0x8A81 - Call not end-to-end ISDN, may have in-band info
            Calling Party Number i = 0x1180, '86139XXXXXXXXX'
                       Plan:ISDN, Type:International
            Calling Party Number i = 0x1183, '86139XXXXXXXXX'
                       Plan:ISDN, Type:International
            Called Party Number i = 0xC1, '998XXX123''
                       Plan:ISDN, Type:Subscriber(local)
Dec  4 16:58:06.284: ISDN Se0/0/0:15 Q931: TX -> CALL_PROC pd = 8  callref = 0x8293
            Channel ID i = 0xA98381
                       Exclusive, Channel 1
Dec  4 16:58:06.288: ISDN Se0/0/0:15 Q931: TX -> SETUP pd = 8  callref = 0x0005
            Sending Complete
            Bearer Capability i = 0x8090A3
                       Standard = CCITT
                       Transfer Capability = Speech
                       Transfer Mode = Circuit
                       Transfer Rate = 64 kbit/s
            Channel ID i = 0xA98382
                       Exclusive, Channel 2
            Progress Ind i = 0x8A81 - Call not end-to-end ISDN, may have in-band info
            Calling Party Number i = 0x2183, '0086139XXXXXXXXX'
                       Plan:ISDN, Type:National
            Called Party Number i = 0xA1, '170XXXXXX'
                       Plan:ISDN, Type:National
Dec  4 16:58:06.332: ISDN Se0/0/0:15 Q931: RX <- CALL_PROC pd = 8  callref = 0x8005
            Channel ID i = 0xA98382
                       Exclusive, Channel 2
Dec  4 16:58:07.896: ISDN Se0/0/0:15 Q931: RX <- ALERTING pd = 8  callref = 0x8005
            Progress Ind i = 0x8288 - In-band info or appropriate now available
            Progress Ind i = 0x8282 - Destination address is non-ISDN
Dec  4 16:58:07.900: ISDN Se0/0/0:15 Q931: TX -> ALERTING pd = 8  callref = 0x8293
            Progress Ind i = 0x8288 - In-band info or appropriate now available
What u see on the debug is a call originating from a chinese number (+86, which is also recognized as it should as international call) to the 998XXX123, and the DN 123 has forwarded the call to a german cellphone, the +49170XXXXXX. As u can see in the debug the type of the forwarded number switches to NATIONAL, which gets the +49 (instead keeping the +86 only!) prepended,which means on the target display i will see the +490086139XXXXXXXXX.
What is total crap, because in case the called person misses that call no way to directly call back because of the shitty number display. On the gateway endpoint forwarding the originating caller number is activated. Plan and Type will be set on the routepattern, not on the endpoint. I played around a bit with the digits, but maybe i just don´t get it...where can i set that the original INTERNATIONAL calling number gets forwarded, with NO +49 prepended?
BTW we have here clip-no-screening. And i don´t think its a law thing here, regarding not being able to display on outbound direction a countrycode from abroad. Because this worked on the 14 years old former PBX...and i don´t get it working with the brand new callmanager.
Any suggestions very welcome, where and how i could do this digitmanipulation, many thanks in advance!

Fixed it with the help from a very clever colleague, thanks again to him :)
We put two partitions (in my case) PT_Transformation_Called and PT_Transformation_Calling in, also two CSS with the respective Partitions within them in the system. Afterwards removed all manipulations elsewhere, for example routepatterns or routelist, set these to "Cisco Callmanager".
Then put in some Calling and Called Transformation Patterns, on exactly these partitions, where i do my needed Digit manipulation and setting to TON and Numbering Plan.
Then i used these new CSSs on the endpoint itself, thats their only purpose, doing the transformations THERE.
So my "Called Party Transformation CSS" is now "CSS_Transformation_Called", and the "Calling Party Transformation CSS" is now "CSS_Transformation_Calling", under "Call Routing Information - Outbound Calls". Thats it. I can do any manipulations now there, quite comfortable.
Thats the lesson from my colleague i got yesterday, solved my problem, everything regarding that works now fine.
More time left for my other problems now, for example a CUPS installation that stops after a while now everytime, with an unrecoverable error...nice... :(

Similar Messages

  • Urgently  need help for parsing IP header

    Hi, could anyone tell which class I should use to parsing the IP header of a packet?
    Thanks many many times!

    > Hi, could anyone tell which class I should use to
    parsing the IP header of a packet?
    DatagramPacket?
    > Urgently need help for parsing IP header
    Don't flag your question as urgent, even if it is for you.
    * We all answer questions here voluntarily, in our leisure time. We do that because doing so is fun for us, because we enjoy helping people and having interesting discussions. Guess what, it is much less fun if it gets stressful. So the last thing you want to do to get us to answer your question is to pass your stress over to us.
    * People who are stressed and want a fast answer often don't even find the time to do the necessary research or to formulate their question in an easy to comprehend way. That's even less fun to work with. So you really don't want us to feel your stress. Instead you want to take your time to write a well formulated post that is fun to answer. The less likely it is for us to know that your question is urgent, the more likely you are to get a fast answer!
    * The simple notion that you want your post to be answered faster than those of the other members might feel rather unfair to some of us. Doubly so because often "urgent" questions actually are homework questions. Yours might be different, but someone who had bad experiences with this type of question might not read far enough to notice.

  • Urgently Need Code for Copy & Paste from Html Table in JSP to Excel file

    I am creating a html table in JSP file .
    I need code for 'Cut,Copy,Paste' functions ie. if someone wants to copy data from my table to excel file or from excel file to html table he shud be able to do that.
    Can someone give me code for 'Cut,Copy and Paste' i.e. some javascript functions which can do cut, copy and paste which i can put in my jsp file
    Thanks
    Message was edited by:
    javatechguru2007

    package com.chinmayananda
    public class Tetris{
    // complete here
    code]
    public abstract class AbstractTetris {
       public abstract void start();
       public abstract void stop();
    }nearly done

  • URGENT: Need Applcore for OAF Jdeveloper - Oracle Apps 11.5.10 and R12

    Hi
    Please tell from where can I download the complete Jdeveloper Studio for Oracle Apps 11.5.10 and R12 which has Applcore.
    We need this Oracle JDeveloper for Oracle Apps 11i and R12 development.
    I downloaded Oracle Developer Suite10g (9.0.4.0.0) from :
    http://www.oracle.com/technology/software/products/ids/htdocs/904winsoft.html
    and
    Oracle Developer Suite 10g (10.1.2.0.2) from
    http://www.oracle.com/technology/software/products/ids/htdocs/101202winsoft.html
    but neither of them is having Applcore for 11i and R12
    Thanks
    Rahul
    Edited by: RahulD on Dec 2, 2008 2:53 PM

    RahulD,
    What you want is the OAF download (Oracle Application Framework). The only place to get this is on metalink; you will search based upon the specific version of apps that you have to find the appropriate "patch" to download.
    John

  • URGENT - need driver for external iSight

    I am giving birth in a couple of days and need to do a video chat with my husband so he can see the birth. I'm borrowing a friend's iSight to use on my PowerBook G4. When I plug in the camera, I get a message from IOXperts WebCam Driver saying that I have an unlicensed camera and can only use the camera for 30 minutes before registering it (paying $20).
    Is there any way that I can get the camera to keep working without buying the IOXperts driver license? (I have no idea how the driver got there at all...I am using my office computer).

    Hello rickmkc
    Anyone brave enough to give birth in view of an office computer deserves some help.
    However, you should certainly obtain permission before changing the software on someone else's Mac, particularly if the office Macs are centrally administered. In that case, whatever you change might be undone by the LAN Administrator as soon as it is reconnected to the office LAN.
    When you are ready to proceed, remove (uninstall) the IOXpert driver. It is not needed for any Apple applications that runs under Mac OS X. The IOXpert driver cannot help you use your iSight, and it could cause you difficulty if you leave it installed where it is not needed.
    If you do not know how to uninstall the IOXpert driver, see this IOXpert FAQ.
    Everything you need to use iSight with Apple applications is included in Mac OS X.
    EZ Jim
    PowerBook 1.67 GHz w/Mac OS X (10.4.11) G5 DP 1.8 w/Mac OS X (10.5.2)  External iSight

  • Suggestion: add volume control for each call parti...

    I have a idea of improving skype. I was talking to some of my friends and one has a really bad mic that is really loud and i want to lower the sound on him but if i do that i will not be able to hear the others with good quality. So if there was a feture witch allowed me to lower spesific friends in my call it would really help.
    Subject/Title text added to reflect post content.
    Solved!
    Go to Solution.

    A nice feature. In the mean time, ask your friend to control panel>sound>recording>mic (dclick)>custom>turn of 20% boost or same place exept for lvels>turn down from 100%.

  • URGENT **** Need help for JAX-RPC Web Service Proxy deploy to OC4J 10.1.3.5

    Hi everyone!
    I’m really new to web services.
    I’m getting a *500 internal server error* while deploying my JAX-RPC web service Proxy to an Oracle AS, in an OC4J, v. 10.1.3.5.0.
    Running my client from my development environment (*jdeveloper 10g, 10.1.3.5.0*) everything functions correctly: from jdeveloper I can contact and use the web service defined by the following endpoint: https://www.medialibrary.it/services/federaMLOL.asmx?WSDL
    I created a "try_ws_client.jsp" file that runs correctly from my local development environment jdeveloper (that uses an embedded oc4j, v. 10.1.3.5.0) but fails when run from the test server (Oracle AS, in an OC4J, v. 10.1.3.5.0), getting, as I mentioned a 500 internal server error, a white page in IE but with FF the message says: The’s an error in the servlet .....
    Here's how I created the ws proxy and how I’m using it to consume the ws I mentioned.
    1. I used the jdeveloper “Create Web Service Proxy” wizard (File > New > Business Tier > Web Services > Web Service Prox) and in the WSDL document URL I put: https://www.medialibrary.it/services/federaMLOL.asmx?WSDL
    2. The operation ended without adding nothing to the web.xml file and creating the proxy files. One of them is: FederaMLOLSoapClient.java that have the WS exposed methods (es: public boolean createUser(String) ) + a “main” method with the example how to use this client to consume the WS.
    public static void main(String[] args) {
    try {
    it.reggiocity.provincia.mlol.proxy.FederaMLOLSoapClient myPort = new it.reggiocity.provincia.mlol.proxy.FederaMLOLSoapClient();
    System.out.println("calling " + myPort.getEndpoint());
    // Add your own code here
    } catch (Exception ex) {
    ex.printStackTrace();
    3. In FederaMLOLSoapClient.java I’ve create the method "tyIt":
    public String tryIt(String username) {
    try {
    it.reggiocity.provincia.mlol.proxy.FederaMLOLSoapClient myPort = new it.reggiocity.provincia.mlol.proxy.FederaMLOLSoapClient();
    if(myPort.createUser(String username)) {
    return “O.K”;
    } else {
    return “K.O”;
    } catch (Exception ex) {
    // logs error
    4. I created my try_ws_client.jsp file that creates FederaMLOLSoapClient object and calls the tryIt method, printing the “OK” or “KO” message.
    <%@ page import="it.reggiocity.provincia.biblioreggiane.*"%>
    <%
    String message = "";
    FederaMLOLSoapClient obj= new FederaMLOLSoapClient( );
    message = obj.tryIt(“AAAAAA70R10H226H”);
    %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
    <title>prova</title>
    </head>
    <body><%=message%></body>
    </html>
    The situation is:
    My try_ws_client.jsp runs correctly from my jdeveloper and the user is created while creating app.ear and deploying it to my Oracle AS/OC4J as mentioned above, I get a 500 Internal Server Error.
    Any idea to find a solution to this problem?
    Please help.
    Take care.
    John M.

    Hi,
    you want to build the Web Service, or you want to consume the Service as a client? If the latter, Web client (ADF?) or Java client?
    Frank

  • Urgently need solution for Pricing Error: Mandatory condition type missing

    Hello, All
    I am working on CRM 5.0 service module and I am facing a problem while creating a service order.
    When I enter the product in the service order it gives me an error
    "pricing error: mandatory condition type Z### is missing" even though I maintained the customer pricing procedure, the pricing procedure determination, and the condition record. The error shows that the pricing procedure is determined as the error shows the mandatory condition is determined but what I think is that it can’t find the condition record.  
    I already maintained the condition table and the condition record in the product master data but it does not pick the price, kindly help. Deserving points will be rewarded.
    Regards
    Jacopo François

    Hi,
    Open u r transaction which u r getting the error, Double click on product u ll get the item level info,   Select condition there u click on create icon, there u can define the condition.
                     OR
    While creating a sold to party check whether u  r entered a sales area data properly or not.
    Hope it helps u
    Gentila

  • Urgently need code for tetris game

    RULES OF GAME:
    1. Spheres come down from the top of the game board in pairs. A player can rotate them on their way down.
    2. Spheres come in 4 different colors: red, blue, green, and yellow
    3. Linking four spheres of the same color (horizontally, vertically or both(as in tetris)) removes them from the game board, allowing any sphere remaining to drop and fill the vacated space.
    This may lead to several possible "chain combos" if additional colors match.
    4.      The game board can be any size you want (we recommend 6x12)
         Note that the pair of spheres are not linked to each other. If one sphere is blocked because there is something underneath, the other one will continue falling (with no player control over it) until it reaches something.
    I am having the pictures of the spheres
    - Please submit a java console application that will open a window and start the game.
    - You may attach a separate text file that documents player controls and any other comments (as gameplay improvements, bugs not corrected, any comment that will help evaluate your submission...)
    IMPORTANT:
    - JAVA only - Java console application (not an applet)
    Please Please Please Please send me the code to the following id
    [email protected]

    package com.chinmayananda
    public class Tetris{
    // complete here
    code]
    public abstract class AbstractTetris {
       public abstract void start();
       public abstract void stop();
    }nearly done

  • How to select a particular node in a tree?-want suggestions urgent

    i've to make a tree showing "c:\" folder structure of the system. Initially i'm adding the folders in c:\ only tothe tree. And i'm adding the subfolders when ever i select a particular folder. I'm opening the subfolders and inner subfolders of it and so inside like that. now i'm closing the window . i want the tree to reopen with the previously opened level when ever i again run the program. On closing i'm storing the last selected node using tree.getMaxSelectionPath() . And on reopen i'm setting it as tree.setSelectionPath(tree.getMaxSelectionPath()).
    But it is not opening the entire path. it is opening uptop one level only. what to do. Needs suggestion urgently.
    Thnaks for suggestons.

    Hi again,
    I am sorry, I cannot help in another way than looking at the documentation, because I have currently no JDK available here. If expandPath(...) doesn't work, you can try to get all the nodes of that path and expand them from the root node downwards, perhaps that will work.
    greetings Marsian

  • Incoming forwarded calls / ringtone problems....

    Hi guys,
    Hopefully someone can help!! I have a Blackberry Curve 8310, which I use as my direct number for work, but work also have another number forwarded to my phone for short periods of time over the course of a month.
    When someone rings my phone normally, their number displays on my screen, and the phone rings.
    When someone calls the number which has been forwarded to me, a message pops up saying something along the lines of "Unconditional forwarded call", then the number of the person who is calling displays, and the phone rings.
    What I want to do is have a different ringtone for the second type of calls, so that if i miss the message that is displayed on screen, i know its a call which has been forwarded to me!
    I've searched the internet and it seems a few people have asked the same question but have yet to read any helpful replys.
    Can anyone help?
    ps: Just to make it clear, the number that displays on my phone for these forwarded calls is that of the original caller, not the number of the phone that the call has been forwarded from.
    Thanks in advance!!

    There is no indicator for forwarded calls.

  • Gathering call data on forwarded calls in Attendant Console

    Hi, Does anyone know if there is a way to get call data for forwarded calls. Specifically calls forwarded to an extension from the Cisco Attendant Console.

    you could try CAR but there is no specific report for what you're looking for
    HTH
    javalenc
    if this helps, please rate

  • Urgent,need for code in bdc for co02

    hi all,
    im in urgent need of code for developing bdc tcode co02.
    Thanks for your help..

    1. Please record the transaction which you need to change the data in Co02 (Shop Order/Prod. Order)
    2. Create BDC program as normally you do it for normal BDC programs..
    Smaple Code with Recording.
    clear: bdcdata,messtab.
      perform bdc_dynpro using: 'SAPLCOKO1' '0110'.
      perform bdc_field using: 'CAUFVD-AUFNR' t_aufk-aufnr.
      perform bdc_field using: 'R62CLORD-FLG_OVIEW' 'X'.
      perform bdc_field using: 'BDC_OKCODE' '/00'.
      perform bdc_dynpro using: 'SAPLCOKO1' '0115'.
      perform bdc_field using: 'BDC_SUBSCR' 'SAPLCOKO1'.
      perform bdc_field using: 'BDC_OKCODE' '=KOWE'.
      perform bdc_dynpro using: 'SAPLCOKO1' '0115'.
      perform bdc_field using: 'BDC_SUBSCR' 'SAPLCOKO1'.
      perform bdc_field using: 'BDC_CURSOR' 'AFPOD-INSMK'.
       perform bdc_field using: 'AFPOD-INSMK' 'S'.
      perform bdc_field using: 'BDC_OKCODE' '=BU'.
      call transaction 'CO02' using bdcdata mode 'A'
                                            update 'S'
                                            messages into messtab.
    Thanks,

  • Could not install the latest Photoshop via Creative Cloud, my Mac is a 10.6.8, Snowleopard, but i urgently need an upgrade of my CS2, any suggestions ? Thnx

    I could not install the latest Photoshop via Creative Cloud, my Mac is a 10.6.8, Snowleopard it needs Yosemeti, but i urgently need an upgrade of my CS2, any suggestions ? Thnx

    I don't think there is any upgrade that you can purchase for CS2.  If you need to reinstall CS2 then see the following...
    CS2: Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3 -
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l
    You can also purchase CS6 software still...
    Purchase CS6 products:
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html

  • 1.call information such as call waiting,call forwarding, call holding is not working when caller the call me or im wait for my call i cant see any title by iphon , and also holding is the same.2. there is not any option for call baring.

    Hi. please solve my problem.
    .call information such as call waiting,call forwarding, call holding is not working when caller the call me or im wait for my call i cant see any title by iphon , and also holding is the same.2. there is not any option for call baring.3.playback music is not hearing by second partner during the call.4.i cant select ringing ton from saving tons.
    thank you in advance.

    Hi Ersin,
    Exception 1 would seem to be FORMATTING_ERROR, which suggests something in the design of the Smartform.  However, that doesn't fit with the form being generated from a report, but only erroring when called from a function module.  I can think of no reason why the different calling method would be a factor.
    When FORMATTING_ERROR is raise it should also set a message ID and number, are you able to determine what they are?
    Regards,
    Nick

Maybe you are looking for

  • 2nd video card does not work

    I have a spare Mac Pro here so I decided to remove the video card and put it in the one I'm using. Both machines were purchased in '09 and use the same video card (ATI Radeon HD 2600). The two monitors I have hooked into the original video card work

  • [Solved] Help Setting Samba Share In Qemu With XP Guest

    Hello all, After getting around all the quirks of setting an XP guest inside qemu, the only (though, pretty important) thing I can't solve is setting a samba share between the Arch host and the XP guest. I tried whatever I could think of that's relev

  • Wireless Setup on HP Photosmart All in one (C309a) Printer

    I have recently purchased a HP Photosmart Premium (c309a) All in one Printer and have had ongoing issues installing it with Wireless connectivity. The first of the problems are that while the printer itself initially detected the wireless router it d

  • Why does Flash Player not work with Firefox 16?

    I am posting this question on behalf of wdanh, whose comment on Adobe Flash Professional FAQs was deleted.

  • Web link from SWF

    Hi I am trying to create a small animation half the size of a banner and add it to a webpage, at the end of the animation I want a button to link and open a website. I have done the animation and at the end i have added some text and turned into a bu