Add prefix on IP GSM gateway call

Hi I have a problem with my dial plan
I have a call manager on Cisco 3745 and Cisco IP phone and call and call is OK
I also have an IP GSM gateway, and I need to add prefix on all outgoing GSM call
For example if GSM number is 9002256 or 6220088, I need user to dial 4049002256 or 4046220088, the CME remove the prefix and forwarded cal to IP GSM gateway only with the real phone number: 9002256 or 6220088
For GSM incoming call, all incoming call should be forwarded to the standard user
I tried this configuration
telephony-service
call-forward pattern 9......
call-forward pattern 6......
calling-number local
transfer-system full-consult
transfer-pattern 9......
transfer-pattern 6......
dial-peer voice 6000 voip
corlist outgoing call2
session protocol sipv2
session target ipv4:10.6.3.8
dtmf-relay sip-notify
destination-pattern 4046......
dial-peer voice 9000 voip
corlist outgoing call2
session protocol sipv2
session target ipv4:10.6.3.8
dtmf-relay sip-notify
destination-pattern 4049......
But it doesn't work.
How can I make sure that CME remove the prefix 404 and send only 9...... or 6...... when he forward call to the Ip GSM gateway?
Thanks in advance for your help

voice translation-profile strip404
translate called 404
voice translation-rule 404
rule 1 /^404/ //
dial-peer voice 6000 voip
destination-pattern 404[69]......
translation-profile strip404 outgoing
no dial-peer voice 9000 voip

Similar Messages

  • Add prefix 9 for incoming calling number of missed call only.

    Dear,
    I am wondering how to add the prefix 9 to incoming calling number of missed calls only, not the calling alerting number on the phone screen. For example, the local user 472 2001 calls our DID 482 3001 along with the calling number 472 2001 on the dialed phone screen, if I missed this call, in the directory missed call I can see 94722001.
    I know I can add the prefix in the field incoming called party subscriber prefix on the gateway page, but when I do this, all of the calling number information show 9.
    Thanks,
    Kirin

    If I understand you correctly, you would like to only change the missed calls/placed calls on your phones without changing the digits?
    If you have an PRI, you can use this translation rule to change calling ID only on inbound calls:
    Translation pattern to modify Caller ID to add a 9
    voice translation-rule 1
    Rule #  /match/ /set/
    (^.= Match anything begining with any number)(*= one or more digits) tranlasate to (9& = Take whatever is in the match phase and plug it in here)
    rule 1 /^.*/ /9&/ type subscriber subscriber (subscriber = ton(Ton=Type of number) value local area)
    rule 2 /^.*/ /91&/ type national national (national = ton value long distance area)
    rule 3 /^.*/ /9011&/ type international international (international = ton value international area)
    Config t
    voice translation-rule 1
    rule 1 /^.*/ /9&/ type subscriber subscriber
    rule 2 /^.*/ /91&/ type national national
    rule 3 /^.*/ /9011&/ type international international
    voice translation-profile INBOUND_PSTN
    translate calling 1
    voice-port X/X/X
    translation-profile incoming INBOUND_PSTN
    Let me know if this helps.
    John

  • Configure : add prefix and remove prefix

    Hello.
    I have 4 pods in our voip netowrk.
    Each pod have owner PBX system.
    But they have complex dial plan.
    So I have to configure as simple as possible.
    Thus, I have good idea to resolve.
    In my opinion, I'm gonna give prefix number both of them. Pod-A is 1, Pod-B is 2, Pod-C is 3, Pod-D is 4.
    for example, I'll add prefix 1 all phone number entering from pod-A's pbx to gateway in pod-A on pots dial-peer.
    When the call flow pod-B, I'll strip the prefix 1 from gateway in pod-B to pod-B's PBX on pots dial-peer.
    Is it possible?
    Actually, I had a test, but i couldn't success it....
    may be...wromg configuration...
    Could you please advice to me to reslove? and any other good idea?
    Regard,
    John.

    Hi John,
    It is important to note that the DNIS you receive from the PBX really should have the pod code prefixed before the gateway receives it. It is important because you have complex dial plans and you will be very limited by the number of translations you can perform on each trunk.
    This is a very simple example, but it should give you some idea of how this will work.
    Dial-peer 10 is the inbound pots dial-peer on the source gateway. Dial-peer 20 is outbound to the POD A gateway.
    Dial-peer 30 is the inbound voip dial-peer on the POD A gateway. Dial-peer 40 is the outboud pots dial-peer on the POD A gateway. You will replace ....... with the correct number of digits or the T parameter if the digit strings are variable.
    direct-inward-dial may be required on pots peers if the interface supports DID.
    On source gateway:
    dial-peer voice 10 pots
    port x/x
    dial-peer voice 20 voip
    destination-pattern 1.......
    session target ipv4:
    dtmf-relay h245-alpha
    codec g711ulaw
    no vad
    On Pod A gateway:
    dial-peer voice 30 voip
    incoming called 1.......
    codec g711ulaw
    no vad
    dial-peer voice 40 pots
    destionation-pattern 1.......
    port x/x:x
    Again, if you must prefix/translate in the gateway then you'll be limited by the number of translations (15) you can configure per trunk.
    Here's some examples of how to prefix the DNIS. I'm assuming PodA numbers begin with 555321, PodB 666321, and PodC 777321. Of course this will depend on your dial plan.
    voice translation-rule 1
    rule 1 /\(555321\)\(.*\)/ /1\1\2/
    voice translation-rule 2
    rule 1 /\(666321\)\(.*\)/ /2\1\2/
    voice translation-rule 3
    rule 1 /\(777321\)\(.*\)/ /3\1\2/
    voice translation-profile podA
    translate called 1
    voice translation-profile podB
    translate called 2
    voice translation-profile podC
    translate called 3
    dial-peer voice 10 pots
    translation-profile incoming podA
    port A/A
    dial-peer voice 11 pots
    translation-profile incoming podB
    port B/B
    dial-peer voice 10 pots
    translation-profile incoming podC
    port C/C
    Michael
    Let me know if this helps by rating the post.

  • How to add prefix zero to all matnr fields in itab

    Hi,
      I ve a internal table with following fields
      Matnr                                                  bwkey                            
      6                                                        678                                 
      67                                                      rty     
      678                                                    78k                                
      How to add prefix zero to all tha matnr fields.
      like
    matnr                                     bwkey
    00000000000000006                678
    00000000000000067                rty
    00000000000000678                78k
    Thanks in advance

    Hi,
    commonly used conversion routine is ALPHA.
    It is conversion used to insert leading zero for document number.
    For example, in sales order (VBAK-VBELN length 10),
    when we key in order no, for example we key in '4302',
    conversion routine input will automatically add leading zero,
    so it will become '0000004302', this is real value stored in table VBAK.
    On conversion routine output, it will delete leading zero
    function CONVERSION_EXIT_ALPHA_INPUT, this will add leading zeros to a character based field of any length.
    Ex:
    data: lv_c(10) type c value '123'.
    call function 'CONVERSION_EXIT_ALPHA_INPUT'
              exporting
                      input = lv_c
              importing
                     output = lv_c.
    write:/ lv_c.
    Regards.

  • Missing prefix on phones display on calls to CCX CSQ

    Hi,
    Have this problem, we are putting prefix 0 on all incomming calls (Calling Party) so users are able to callback directly from the directory on the phone (Recieved Calls etc..) This has been done on a translation pattern that translates all incomming calls. This works fine when calling directly to IP phones. But if we make a call to the CCX and a agent is answering the call they are able to see the prefix in tha CAD agent but not on the phone´s display. Does anybody have an idea why the prefix is missing when the call is from the CCX.?
    CCX version 9 and CUCM version 9.1
    /David

    Interesting. The CTI redirect must be causing the call to revert to the Original Calling Party Information. I'm unaware of this behavior but can't proclaim it a defect since I lack documentation to support a definitive answer.
    So, how to deal with it? Using the service parameter (or the H.323 gateway-level parameter if applicable) is one option. Another would be to prefix it on the gateway using a translation-rule and -profile before ever sending the call to CUCM.

  • On my iPhone 4, people cant hear me when I make and / or receive normal (GSM) phone calls. But when on calls using internet based / native apps like viber or skype, people can hear me just fine. Voice memos work too and have already tried different SIMs

    On my iPhone 4, people cant hear me when I make and / or receive normal (GSM) phone calls. But when I make/receive calls using internet-based / native apps like viber or skype, people can hear me just fine. I have tried recording my voice using voice memos - this works. And have already tried different SIM cards but the problem persists.
    I have taken my phone to an authorized Apple service center, where they restored my phone to factory settings, but still facing the same issue. They service center directed me to Apple Customer Care Hotline, where I have now spent 3+ hours explaining my issue and yet no one can resolve it. The easy answer if to replace the phone - and since it is out of warranty, I am expected to pay for it.
    Additionally, the customer service has been so rude and confrontational that it has completely changed my view of Apple and its customer focus. I am a disappointed and angry customer today - people would be surprised to hear just how rude customer service was including making statements such as "Apple doesnt make infallible products, that's why warranty is needed for our products" and that "every product undergoes a problem at some stage, so do ours!" There goes whatever confidence I had...
    My concern is simple - if no one at Apple and / or its CS hotline is able to address my issue comprhensively and keep telling me that they have never encountered a precedent before, then with what right can they expect me to pay for a replacement?! I am NOT here to fund Apple's research into their product faults and manufacturing.
    And even though a customer is out of warranty, is it too much to expect an Apple product to work well for at least a 'reasonable' period of time. My phone is less than 18 months old and has been facing this issue for the past 2 months - surely the longevity of Apple products is more than 18 months!
    Just a sad sad day for an Apple customer, compounded by unjustifiably rude and aggressive staff. And still no resolution to my problem.

    I am having the same issue - with my last 2 iPhone 4's. My first handset each time I was on a call wether it was up to my ear or on loud speaker, the call would automatically mute even though the mute button wouldn't show up as highlighted. Pressing the mute button on and off during the call doesn't fix it either. I rang Apple and asked what some of their trouble shooting solutions were. I got told that it might be a software issue and to install the latest software update. This failed. I then got told to uninstall the software on the phone and do a complete restore. This also failed. After trying the troubleshooting suggestions, I took the phone into my provider and they sent me out a new phone within a week under warranty claiming it was a hardware issue and probably just a "glitch" with that particular phone. This was not the case....
    After receiving my second iPhone 4, I was hopeful that it would work. For the first couple of days, making/receiving calls was not an issue. Until after about a week, the same problem started again. In one instance I had to hang up and call back 4 times and the call would still automatically mute after about 5 seconds. Also on the second handset, the main camera located on the back of the phone has red and blue lines running through it and can't take a decent picture. So back to the store I go to get another replacement - Again.
    For a phone that is rated highly and as a keen Apple product purchaser, I am a bit disappointed with the experience I have had with the iPhone 4. Let's hope they find a fix sometime soon because this is becoming a bit beyond a joke.....!!

  • How to add prefix to standard PO sequence.

    Hi all,
    Requirement is how to add prefix to Purchase order number auto generated sequence.

    The only options you have for po numbering is automatic and manual.
    What you are looking for is not available out of the box.
    You can always write a customization to achieve it.
    Here are couple of options for the customization. You will have to explore them a little bit to identify any pitfalls.
    1) A before-insert trigger on po_headers_all that appends the suffix to the PO#
    2) A when-new-record-instance personalization to generate the new PO# with suffix.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

  • How Can I add other people to the group calling wh...

    Hi,  Could you tell me how can I do this? My laptop is broken and it's in the repair center now so I have to make a call by phone or tablet. However, everytime I have to add another person to the group calling, I have to ask other people to add him/her and it's annoying. Is it available to add people from my side? Thank you in advance.

    You can add people to the chat via the little plus button left of the chat bar. If they're already in the chat and you want to add them to the call, only the host of the call can add them. I believe they have to be contacts with the host of the call or they both have to have their settings set so that they can receive calls from non-contacts as well.

  • EVM module FXS - FXO GSM Gateway interoperability issue

    Hello,
    I have a router Cisco 2821 with EVM module 8 FXS + 4 BRI and GSM Gatewat Ecotel Vierling GSM3-1F which has a FXO and FXS ports.
    I'm controlling the router interfaces by mgcp and tried to connect the GSM Gateway. The problem is that the GSM Gateway expects the digits after it goes off-hook but the CCM sends them before that.
    I want to develop a method to send the digits inband.
    Now it works with access code 8 and then users dial the phone when they head the second dial tone but it is not very convenient.
    Further thank for any ideas.
    Best Regards,
    Zdravkov

    Look at this link for more information on GSM Gateway:
    http://www.cisco.com/en/US/prod/collateral/iosswrel/ps8802/ps6968/ps6441/product_bulletin_c25-409474.html

  • Add prefix in increasing order in paragraph styles

    Hi All,
    Can we add prefix in increasing order in paragraphs styles.
    Like
    01 Style 1
    02 Style 2
    03 Style 3
    04 Style 4
    Please pass the code
    Thanks
    Mon

    Thank you so much, Jongware. This is what I want.
    You and Kasyan both are very helpful.
    Thanks again,
    Mon

  • Missed Calls (add prefix)

    is there an automated way to prefix a "9" to the
    "missed call" number without having to edit and manually adding the 9 ?
    Yes I know ... lazy $%#, not me, this is a customer request.
    thanks

    That is the only way to do if you have H323 gateway however if you have a MGCP gateway no need for all that, go to service parameters and choose call manager and then click on the Advanced link on the right, there are parameters called National, International, subscriber and unknown number prefix, put in 91,9 whatever you want to prefix and you are done
    The other way to do for an H323 gateway is to have translation rules on the router such as
    translation-rule 1 ^0 910
    translation-rule 1 ^1 911
    and so on and reference the rule in the voip dial peer pointing to CCM

  • Add prefix to file names using AppleScript

    Hello,
    I'm trying to write a script that when ran, will add the prefix "R" to all file names within a folder called "1 Reverse Footage". I've tried two different scripts (below) and they aren't working. Any help is much appreciated!
    1st attempt
    property folder_path : "/Users/rdarton/Documents/SloMo/1 Reverse Footage"
    repeat
              tell application "Finder"
                        set name of items of folder "Documents:SloMo:1 Reverse Footage" of home to "R" & name
              end tell
    end repeat
    This changes one file name to "RFinder" instead of adding "R" to the original file name and then stops with an error saying "Finder got an error: The operation can’t be completed because there is already an item with that name."
    2nd attempt
    property folder_path : "/Users/rdarton/Documents/SloMo/1 Reverse Footage"
    set prefix to "R"
    repeat
              tell application "Finder"
                        set name of items of folder "Documents:SloMo:1 Reverse Footage" of home to prefix & name
              end tell
    end repeat
    This also changes one file name to "RFinder" instead of adding "R" to the original file name and then stops with an error saying "Finder got an error: The operation can’t be completed because there is already an item with that name."

    Try something like:
    tell application "Finder"
    set the_folder to folder "path:to:folder"
    set the_file to item 1 of the_folder
    set extension_hidden to extension hidden of the_file
    set extension hidden of the_file to true
    set the_name to displayed name of the_file
    set extension hidden of the_file to extension_hidden
    the_name
    end tell
    the_file can be specified by index, or by name, or by matching a specific set of criteria. Provide the folder's actual path in line 2, with : characters separating each element of the path.
    (15333)

  • 9800 adds prefix No's to all contact numbers

    New torch bought in Australia adds the No. 86 to the start of each of my contacts numbers when I call/message them. So the contact number 04xx yyy zzz becomes 864xx yyy zzz. Being Chinas' country code I am guessing my phone originated in China???? How do I stop the phone from adding the prefix??? OS is 6.0.0.668
    Solved!
    Go to Solution.

    Hello rich001
    Welcome to the Community mate!
    To fix this setting on the phone, kindly try these steps:
    - From your homescreen, look for the Options icon
    - Choose Call Management from the menu list
    - Choose Smart Dialing and pick the correct area code.
    Please let us know if this resolves your issue. Goodluck
    Ron
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up Blackberry Battery Saving Tips | Follow me on Twitter

  • How to make transfer data thru GSM (data call)?

    Hello,
    I need to transfer data thru GSM from one pc to other. Is there any API available in JAVA for data call. I heard that AT commands are there to acess GSM device. How to use the AT commands in the java program? Pls guide me
    Thanks in advance

    Hi,
    to make a GSM call based on a CSD bearer you can use The Connector.open() methode. The key word bearer_type=csd and access_point=012345 (number). Anyhow on top of this runs IP and no non-transparent tunnel.
    To set up a non-transparent CSD call create a ATCommand object and a ATCommandListener. Add the listener to the ATCommand object.
    Use the ATCommand object to dial the number and catch the ATEvent "CONNECT" in the Listener.
    If this event occurs the TC65 change into online mode and you can get streams on the ATCommand object, open input and output stream by the methodes of the ATCommand object and have fun.
    Hope that helps

  • How can I add a contact during a phone call

    some times during a phone call the one im taking with give me phone number and i dont have a paper to write down this number to save later, my question is how can I add a phone number during a phone conversation?
    please note that im using iphones with latest update iOS 7.1.2

    While on a call you can use the "add call" or "Contacts" buttons to get to the Contacts app.  You can then add a new contact or add or edit numbers in existing contacts.  (If the keypad is showing, press "hide" to see the other buttons.)  Press the green bar at the top of the screen to return to the phone screen.  If you are not using the headset, you can switch to speakerphone first, so you can talk while doing this.
    If you want to use another app while on the phone, press the home button, then choose the app.  It won't disconnect the call.  If you have a CDMA carrier (Sprint, Verizon) you won't be able to use cellular data while on a call.

Maybe you are looking for

  • My iPod crashes frequently

    Hi. I've got the following problem: Every once in a while my iPod (with colour display) goes black and won't restart until I connect it to a power source. I tried resetting it and updating the firmware, but it still happens. Does anyone have any idea

  • Repeating frame(s) not continuing to next page

    Here is what I have: grp 1 r-frame 1 grp2 r-frame 2 grp3 r-frame 3 grp4 r-frame 4 r-frame 5 r-frame 6 r-frame 7 grp1 r-frame 1 will not continue to the next page when I have multiple grp3 r-frame3 records (there will be 1 record for 1 of the frames u

  • Best practice to integrate UPK modes in a separate eLearning module?

    I have several elearning modules to develop. For richness of content (and standards in my firm) these will be built either in Lectora or in Flash. I'd like to include some process simulations in those modules. If I use UPK to generate the simulations

  • Deprovision Clients to use Apple's default Software Update Server

    I have our macs set-up to use our local SL Server's "Software Update Server" - now 2 macs are being removed the local environment, and taken home with the employee's. The only real change that I see needed, is to change the software update server fro

  • Change FAX number for all vendors and customers in a massive way.

    Hello, I need to change the FAX number for all the vendors and custormers in Q01 so that every form should output through an specific test fax-printer. The problem is that I don't know which field I should change and how can i do it in a massive way.