Want forwarded calls from analog system to hear common message

We are slowly converting from analog system to VoIP. Under the conversion, VoIP phones have a different prefix, but keep the same last four digits.
Analog = 223-xxxx
VoIP = 446-xxxx
Converted users have forwarded their 223 numbers to the 446 prefixes.  I now want to forward all 223 upgraded numbers to the same unity extension 446-1000 where they will receive a message that the prefix has changed from 223 to 446.
I have to keep a few 223 extensions forwarded to their 446 extensions where they can leave voicemail due to the 223 numbers being well known.
First we had a call handler to play the message and had it play for all forwarded 223 extensions using wild card for DID numbers..  That didn't let my few 223 exceptions leave voicemail at the 446 extension.
I then setup a voicemail with it's own number 446-1000.  Removed the wilcard from the call handler and disabled the call handler. Now Direct calls to 486-1000 number will play the message, but forwarded numbers receive the generic operator message.
Any suggestions?

You may have already tried this, but I think the Forwarded Routing Rules may work for you.
Good luck!

Similar Messages

  • Can a report in ERP called from CRM system using RFCs??

    Hi All,
    Please let me know if this is possible, if so , how?
    Can a report in ERP called from CRM system using RFCs??
    Thanks
    Siva

    Yes, you should make an RFC function in ERP and inside the
    function you can call the report with a SUBMIT. Then in CRM you can call the RFC function...
    Best regards,
    Iván
    P.D.: Give points if answer helps!!

  • How to tell if the AE programm is called from (1) SYSTEM PROCESS REQUEST or (2) page run control request

    We just wrote an AE program and is called through the vanilla SYSTEM PROCESS REQUEST.
    It's running on a daily basis ie. with RECURRENCE.
    Now we need to call the same program through the regular page run control request.
    But we are not how to recognize from inside the AE program if whether it's been called from SYSTEM PROCESS REQUEST or RUN CONTROL REQUEST.
    Any of you might have suggestion ?
    Any technique or workaround is also appreciated.
    THANKS in Advance .

    This AE pgm is currently automatically called from SYSTEM PROCESS REQUEST on a daily basis to load data from an input file deposited on the server ready for pickup.
    We would like to use the same AE pgm ( thus using the same validation and loading logic ) to load the same file format but defined by the user ( via attachment load ) as needed any time during the day.
    The user will initiate this AE pgm online ( ie. from a page with his parameters ).
    Currently, the pgm now already runs automatically daily and we wish to make it also available to be run by user anytime in the day
    To achieve that, we would need to know:
    Is the AE pgm ran by (a) the user or by the (b) SYSTEM PROCESS REQUEST so that the program can decide of where to take input file.
    (a) Take from an attachment defined by user or (b) from the input file already deposited on the server for pickup
    That is the reason why we try to detect who called the AE pgm in order decide where to pickup the input file.
    Your help is much appreciated as I do researches but so far haven't gotten a concluded decision.
    Thank you.
    Message was edited by: Kel_123

  • Debug RFC called from external system with no dialog user

    Hi all,
    We need to debug the rfc function module which is called from the external system( Siebel ) .
    The user id is not dialog user so can not set external debugger.
    Need you help.
    Thanks,
    Anmol.

    Hi Suhas,
    Nice to know you became Moderator...
    Hmmm the solution you provided was the last option..
    Any ways the issue is resolved we changed the user to dialog user and then debugged the code.
    Thanks a Lot,
    Anmol.

  • Problem with BAPI BAPI_MATERIAL_SAVEDATA when calling from other system

    Hi All,
    I able create new material using the BAPI BAPI_MATERIAL_SAVEDATA in development system.
    but when i am calling this BAPI from other systems by passing the same values that i used in the development system . system is giving me an error ( in the return statement) saying that material number doesn't exists .
    Can any one have some pointers towards this ?
    Thanks & Regards,
    Praveen

    Hi,
    this FM BAPI_MATERIAL_SAVEDATA
    is used to extend a material to another plant
    for that you need to read the original data via BAPI_MATERIAL_GET_DETAIL and then select additional data from MKVE and save it via BAPI_MATERIAL_SAVEDATA with table parameter SALESDATA
    also check with
    BAPI_STANDARDMATERIAL_CREATE Create/Extend Material
    BAPI_MATERIAL_SAVEDATA - QM - Inspection Setup
    Problem in BAPI_MATERIAL_SAVEDATA
    Thanks&Regards,
    Naresh

  • I cant forward calls from my iphone 6plus whislt i can from my iphone 5s and both use the same provider ?

    My new IPhone 6plus wont allow me to forward calls whilst my iphone5s will and they are both on the same network - can any one help?

    Call forwarding is a carrier feature, not a phone feature. So, contact your carrier & insure that call forwarding is properly provisioned on your account.

  • Can I turn off notifications during a phone call so I don't hear text messages come through

    Can u turn off notifications so I don't hear text messages come through when on the phone

    Like the vibrate button then you hear it keep buzzing does this not bother anyone else it kills me when my business sends group messages I can get 14 or 15 during a phone call when people start replying to each other thanks

  • ABAP program created in one system want to trigger from other system

    Hello,
    I have created ABAP program in ECC server internally it is using function module to update table.This ABAP program has 2 variants.
    I wnat to trigger this ABAP program from BW . How to idenfied an abap program which is return in system1 into other system2.So that it can be executed from BI.
    Thanks.

    There are ways to do this.
    Create an RFC in R/3 system (Tcode: se37 or read forums for sample). Create an event in sm62 (choose customer event) - then schedule your R/3 program (with whatever variant you want) in R/3 to trigger it when the event raised.
    Within the RFC (R/3), you need to trigger the event -
    Raise event to execute background jobs running under this event id
    w_eventid type btceventid value 'ZCUSTOMEVENT'.
        call function 'BP_EVENT_RAISE'
          exporting
            eventid                = w_eventid
          exceptions
            bad_eventid            = 1
            eventid_does_not_exist = 2
            eventid_missing        = 3
            raise_failed           = 4
            others                 = 5.
        if sy-subrc <> 0.
        endif.
    in BW - Create a program - Call the RFC (created in R/3). You can even add this to your process chains.
    CALL FUNCTION 'Z_RFC_IN_R3'
          DESTINATION p_dest
          IMPORTING
          XYZ = XYZ
          TABLES
          IT_X = IT_X
    p_dest being your R3 destination (this is RFC maintained in sm59 for your R3 client)....
    Good luck. Quite a bit of work but works perfect.

  • RFCs calling from remote systems

    Hello Abapers,
    Can anyone tell me how to find the list of programs which are calling remote function modules? For example programs in CRM system calling function modules in ECC...
    Thanks,
    Himadama

    Hi,
    this is only ardly possible depending on your goal.
    There are lots of RFC calls especially in CRM for middleware purposes.
    Option a) - You try to find all pla ces where z*modules are called that are not existing in CRM
    Option b) - You want to find all RFC enabled modules of ERP called in  CRM
    Option c) - You want to find all RFC calls in CRM targeting the defaulting ERP destination
    Solution for  a)
    - Go to table WBCROSS (which is global the "where used list")
       and check for all Z* modules 
    - Copy the list of modules e.g. in a file 
    - Search table trdir (registry of function modules) with this list
      -> all modules that are not in this list are probably RFC modules from a backend
    Solution for  b)
    - Go to ERP SE37 and open the help
    - open the advanced options
    - mark "RFC modules"
    - search and save the whole list of RFCs relevant
    - Go to CRM and check table WBCROSS where these modules are used
    Solution for  c)
    - go to CRM and check for a module called "SMOFERP" or similar
      It returns the name of the default RFC destination of an CRm system to its default ERP.
    - Check the where used list of this module - should guide you close to the calls
    mfg,

  • How to debug proxies in CRM when called from ECC system

    Hi,
    My requirement is When a Post Goods Issue happens in ECC, the iobject is created in CRM system.
    The proxy is called in the ECC system. The implementation of the proxy is done in the CRM system.
    I am able to debug and see that the values are passed correctly to the proxy.
    In CRM system, the iobject is not created. So, i wanted to debug the implementation which is available in the CRM system.
    How can i debug in CRM system while the Post Goods Issue is done in the ECC system.
    Thanks in advance.
    Regards
    Shanthi

    hi ,  if you want to debug through ERP to CRM , you need to set a external breakpoint in CRM
    And to set the external breakpoint, you need to login CRM system by the middleware user, not a normal user.
    To check the middleware user name, you can search the view CRMRFCPAR in sm30  ERP, find out the RFC destination to CRM,  then check the user used in the RFC destination in SM59

  • Can I forward calls from iphone without the phone present?

    I forgot my work phone at home and wanted to know if I can forward the calls without having the phone with me.

    Some carriers permit call forwarding using any computer when you login to your account, so contact your carrier.

  • Identifying origin of forwarded calls from separate forwarded lines

    Currently have two separate phone numbers forwarded to my iPhone number.  Is there a way to tell which line an incoming call is being forwarded from? Currently shows the actual phone number that is calling, not the line it's being forwarded from.  Each line is a separate business so if I can see what line the call is coming from, I can answer with the correct business name.  Thank you!

    Hi did you find any solution? if you find could you pls share it. Thank you

  • How do I forward calls from my iPhone4?  The option seems to have disappeared from the settings - phone prompt

    The option seems to have disappeared from the settings - phone options

    With the settings changed on the iPhone4, why the iPad Air? I downloaded the apps to it. Then chose to delete them, which works. I just have to remember to delete them from iTunes12 eventually.

  • External WebService call from CAF Core returns Invalid soap message

    I am trying to perform the very simple action of calling a WebService from a CAF Core app service.
      1. I imported the WS (Axis Web service running on NW 2004s SP9 server) with WSDL (option 2 on import external service page).
      2. I then assembled the call in an app service method and invoke it.
      3. I made sure to configure the end point for the service and the method using the External Service configuration.
    When I execute the CAF core method using a simple Callable Object test client, I get the following error:
    com.sap.caf.mp.base.exception.EngineException: Invalid soap message received
         at com.sap.caf.mp.core.data.service.manager.wsdl11.SOAPToMessageValueConverter.processComplexTypeMode(SOAPToMessageValueConverter.java:290)
         at com.sap.caf.mp.core.data.service.manager.wsdl11.SOAPToMessageValueConverter.generateComplexTypeValue(SOAPToMessageValueConverter.java:179)
         at
    truncated.
    I have also captured the XML request/reponse trace using tcpmon :
    REQUEST:
    POST /NWTestExpressWAR/services/TestExpressService HTTP/1.1
    Host: 192.168.99.120:8078
    Content-Type: text/xml; charset=UTF-8
    Content-Length: 348
    SOAPAction: http://www.testsys.com/TestExpressService/getAvailableModels
    <?xml version="1.0" encoding="utf-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1:GetAvailableModels xmlns:ns1="http://www.testsys.com/TestExpressService"/></SOAP-ENV:Body></SOAP-ENV:Envelope>
    RESPONSE:
    HTTP/1.1 200 OK
    Server: SAP J2EE Engine/7.00
    Set-Cookie: saplb_*=(J2EE11743000)11743050; Version=1; Path=/
    Content-Type: text/xml; charset=utf-8
    Date: Mon, 04 Dec 2006 02:19:39 GMT
    Transfer-Encoding: chunked
    Set-Cookie: JSESSIONID=(J2EE11743000)ID1261187150DB11296929644926762709End; Version=1; Domain=192.168.99.120; Path=/
    1f3
    <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><GetAvailableModelsResponse xmlns="http://www.testsys.com/TestExpressService"><modelNames><name>Great Oak Manufacturing-January03 Test</name><name>PriceCheck-default</name></modelNames><errorMessagesReturn/></GetAvailableModelsResponse></soapenv:Body></soapenv:Envelope>
    0
    The only problem I can think off is that the transfer-encoding is marked as chunked which is causing the characters '1f3' and '0' to appear after and before the response and that this is causing the app to crash.
    192.168.99.120 is the server the hosts the WS. It is also a 2004s SP9 server. The client server that hosts the CAF core service is of the same configuration. 8078 is the port I redirect for tcpmon purposes.
    Could anyone shed some light on my problem?
    Thanks,
    Pratap.

    It looks like NW WS client cannot handle Transfer-encoding of chunked even though this is part of HTTP 1.1. What seems to be happening is that the NW WS client is creating a HTTP 1.1 request. The service (axis ws running on NW) seeing this is creating a HTTP 1.1 response w/ chunked encoding. However, the client cannot handle this encoding and barfs. The solution is to change the service to return a HTTP/1.0 response since NW cant handle HTTP 1.1.
    Pratap.

  • I want to fax from my computer, but get a message that I don't have an internal modem. Now what?

    I went to print, PDF and then fax PDF. But got a message that I don't have an internal fax. Is there something I need to buy and install?

    You need an external USB modem in order to fax. There is no fax modem built-in. This should work.

Maybe you are looking for

  • Print issue over network with Vista

    Hello, hope this is the right place for this message. I have a dymo 400 turbo installed and working properly on my imac. I want to be able to print to it from my wives vista home laptop. In Vista I goto add it and it does see it on the network and sh

  • TS4080 Try to use iMac with Thunderbolt cable as a display and it goes black

    For work I have a MacBook Pro 15" Late 2011. I connected a Thunderbolt cable to both the MacBook Pro and iMac. When I press Command F2 to use the iMac as my main screen, the iMac just goes dark. No screen at all. I can only get out of using Command F

  • Error on Deploy - simple Struts + SLSB + PostGreSQL DS

    Hi, I'm completly new to SOAS and J2EE, so I hope someone can help me on this. I get the following error when I deploy my (first ever :P) .ear-file: Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- Failed to load de

  • Help streaming audio

    i cannot stream audio online....im new to blackberry and i really enjoy this phone being able to stream audio will make it that much better.

  • Get Started A to Z .... Help?

    Hello, I am as "green" as it gets for using coldfusion (I bought both ben forta books and I am going through them on my own.). At any rate what I am asking for is basically Coldfusion 101. Will someone please take the time and considerable effort to