Selecting dial peer based on the ip address of the incoming leg

hello all
i have configured 2 dial peers. i want to select dial peer 1 one the call comes from 1.2.3.4 and select dial peer 2 when the call comes from 3.4.5.6 i am not sure how to search for the same on the internet. please can anyone help me out with this..

HI
You can use voice source group feature with ACL and some prefixes, Below is an example of such an configuration..
access-list 1 permit 1.2.3.4 0.0.0.255
access-list 2 permit 3.4.5.6 0.0.0.255
voice source-group 1234
access-list 1
disconnect-cause invalid-number
translation-profile incoming 1
voice source-group 3456
access-list 2
disconnect-cause invalid-number
translation-profile incoming 2
voice translation-profile 1
translate called 1
voice translation-profile 2
translate called 2
voice translation-rule 1
rule 1 /^1\(.*\)/ /81\1/ type any subscriber plan any isdn
voice translation-rule 2
rule 1 /^1\(.*\)/ /71\1/ type any subscriber plan any isdn
dial-peer voice 1 voip
destination-pattern 8T
dial-peer voice 2 voip
destination-pattern 7T
rgds,
Ismo

Similar Messages

  • HT2486 How do I remove the grey "contact" selection highlight?  This contact always appears as the email address for the group I want to send to.

    How do I remove the grey "contact" selection highlight?  This contact always appears as the email address for the address book group I want to send to.

    The group is "undisclosed" there are 6 contacts in the group. The contacts are listed in 2nd column entitled "name", one of these contacts remains highlighted or selected in grey. I can't remove the grey selection of the contact.   When you select the "undisclosed" group as the "to" address the contact highlighted in grey appears in the email address box.  The group name should appear in the email box, but it doesn't.  This began to happen after I upgraded to IOS 10.6.8.  However I'm not sure that has anything to do with the problem?  I do not have "show all member addresses selected."  Your help is appreciated.

  • I need to reset my security questions.  However, the email address in the hypertext link is wrong.  How do I change it?

    I need to reset my security questions.  However, the email address in the hypertext link is wrong, so I never receive the "reset" email from Apple.  How do I change it?

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a rescue email address or a Security Questions issue, then see:
             If you forgot the answers to your Apple ID security questions - Apple Support.
             Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • Error "Extend the destination address using the location input help"

    Hi experts,
    I got warning while creating travel expense from existing travel request.
    the warning appear like this "Extend the destination address using the location input help"
    I don't want user to enter detail of address trip destination.
    how to avoid this?
    thanks
    Edited by: nzworld on Apr 29, 2011 5:42 AM

    Hi,
    If you are using ESS and you get the warning message when you enter details for a particular expense type. Please follow the config and hide the location details. Then you will not get this error message.
    SAP Customizing Implementation Guide > Financial Accounting (New) > Travel Management > Travel Expenses > Dialog and Travel Expenses Control > Dialog Control > Field Control for Additional Receipt Information.
    Enter your trip provision variant, select the expense type for which you dont want to enter the location details and then select details. Search for the variable location, select hide radio button and save.
    Please let me know if you have further clarifications.
    Regards,
    Raj

  • Unable to access web pages by typing in the IP address in the address bar?

    I hooked up a HP 7520.  HP was walking me through some set up options and they asked me to type in the IP address 10.0.1.3 into the addrss bar to bring up the web page.  Page remains blank or I get the Safari can't connect to the server.  HP stated it was an issue with the setting on the Airport Express.  What should the setting be in order for the IP address to load?

    10.0.1.3 is a local network IP address. I am assuming that is the IP address of your HP 7520. Since this is a local address there is no additional settings on the AirPort Express that you can make.
    I am assuming that you have your Express in its default mode. That is, it is acting as in wireless router and that it is connected directly to your Internet modem ... correct?
    If so, your Express will hand out local IP addresses in the 10.0.1.2 to 10.0.1.200 range. Note that this is a dynamic address. The provided IP addresses may change over time which is what I think has happened in your case. By that I mean, you HP received a new IP address and why you can find it in the web browser at 10.0.1.3.
    What I would recommend that you do is assign a "static" local IP address to the HP. You can do this using the AirPort Utility. Specifically, you want to set up a DHCP Reservation for this device.
    To do so:
    Run the AirPort Utility.
    Select the AirPort Express, and then, select Edit.
    Select the Network tab.
    Under DHCP Reservations, click on the plus button.
    For Description, enter: HP 7520 or anything else you like.
    Reserve Address By: MAC Address
    MAC Address: Enter the MAC Address of the HP. This would either be the HP's Ethernet or wireless address whichever is appropriate on how you have it connected to the network.
    IPv4 Address: Choose an IP address between 10.0.1.2 & 10.0.1.200. This will be the IP address that you will reserve for the HP.
    Select Save.
    Select Update and allow the Express to restart.

  • How to get the IP address of the Client machine???

    Hi All,
    I am trying to get the IP address of the Client machine and using the code
    SELECT SYS_CONTEXT('USERENV','IP_ADDRESS') FROM DUAL;
    but this query only return server ip address but i want Client machine IP .
    How can I get that. Please help.

    SowmyRaj wrote:
    Hi All,
    I am trying to get the IP address of the Client machine and using the code
    SELECT SYS_CONTEXT('USERENV','IP_ADDRESS') FROM DUAL;
    but this query only return server ip address but i want Client machine IP .
    How can I get that. Please help.Which client's IP addess?
    SYS_CONTEXT('USERENV','IP_ADDRESS') should give you the IP address of the machine from which the client is connected. So you are running sqlplus from Server?
    To check other session's information, you can check V$SESSION view.

  • I want to get the IP address to the sender of an email

    I received an email and would like to obtain the IP address of the sending party. Can that be done with any of the add-ons or does Mozilla provide any features like that?

    to do that, power off the printer and then press the Select button and power on, maintain the select button during start up.
    But after that, I don't know how to setup a new IP adress
    dwalker2 wrote:
    I want to set the IP address back to default on a HP LJ 4000n how do I do that?  The I/O would not let me or maybe just don't know how.
    dwalker2 wrote:
    I want to set the IP address back to default on a HP LJ 4000n how do I do that?  The I/O would not let me or maybe just don't know how.
    , is anybody can help us?

  • When I am NOT private browsing Firefox will not allow me to delete or change the website address in the location bar. My only remedy is to open a new window and search in google then click the link to that site through google. How can I resolve this?

    Question
    When I am NOT private browsing Firefox will not allow me to delete or change the website address in the location bar. My only remedy is to open a new window and search in google then click the link to that site through google. When I swap to private browsing firefox allows me to anter the website address directly into the location bar - but this is a slow [prcess to swap back and forth - also by dint of using private browsing I loose my website information.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • HT203167 Someone has been using my credit card to download games. this has happened before when I  had a different credit card on my itunes account. the apple store on that previous time would not give me the ip address where the downloads ended up.

    Someone I entrusted my computer to for repairs decided to keep it. all my personal information was on the computer. the peron has been using my credit card information o make ourchases from the apple store. If I do not have a credit card on the account on my iphone, I am unable to updatw it or my ipad. After persuading the apple store people to delete the last credit card info, I had to put aother credit card on the iphone to be able to update the software and thevapps. now that card is being used by the person o download war games on the new card. I cannot find any of his downloaded games on any of my devices. I am close to giving up my iphone and ipad. the last time i called the apple store, theynwould not give me the IP address of the omputer the games were downloaded to. they only gave me the name of my ipad. anyone could name thir ipad according to the name on mynipad. I have found the Apple store less than friendly about security matters like this. What can I do to maintain my acount and not continue to be ripped off by the thieving interloper? if i change my user name nd password, i will forever lose legitimate purchases. Please advise me.
    Killerappleuser

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    Is the credit card registered to exactly the same name and address (including format and spacing etc) that you have on your iTunes account, it was issued by a bank in your country and you are currently in that country ? If it is then you could check with the card issuer to see if it's them that are declining it, and if not then try contacting iTunes support and see if they know why it's being declined : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management
    Each time that you add or change your card details then a temporary store holding charge may be applied to check that the card details are correct and valid (though that is usually $1 or the approximate local equivalent) : http://support.apple.com/kb/HT3702
    Did your daughter owe any amounts to iTunes ? Does anything show on your purchase history : http://support.apple.com/kb/HT2727 ? If they are proper charges which you don't think that you should have then you can contact iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How do I delete an email address from the dropdown that appears after I type the first letter of the recipiants address in the To: bar.

    When I open compose and type the first letter of the recipients address in the To: bar a dropdown appears with a listing of the email addresses I have sent messages to in the past as well as addresses of my contacts list.
    How do I delete an address from this dropdown?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Adding a Contact Form, is it possible to change the FROM address in the header to the submitter's email address?

    As it stands now the FROM address used is the site default (mine); using REPLY in the resulting email from the form should have the submitters email address not mine. I was able to switch this in the code (form-u1768.php) of an earlier version of MUSE. The PHP has changed in the current version (2014) and I'm not seeing how to pull off the same manual tweak. Any Ideas? Thanks!

    I found this: Re: In adobe muse, how do you control the replyto address for a form?  The site I'm working on is uploaded via FTP to another host.  So, "...the email 'reply-to' header is filled in with the email address entered by whoever filled out the form, so you can hit 'reply' in your email software to reply to the form submitter."  However, what if I want to take my chances on the form mail coming out of my site? Is there a tweak in the PHP that I can perform to change the FROM address to the same as REPLY-TO? Is there any reason this wouldn't work:
    function get_email_headers($to_email, $form_email) {
      $headers = 'From: ' . $form_email . PHP_EOL;
      $headers .= 'Reply-To: ' . $form_email . PHP_EOL;
      $headers .= 'X-Mailer: Adobe Muse CC 2014.1.6 with PHP' . PHP_EOL;
      $headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;
      return $headers;
    ...vs. the way it is coded by MUSE:
    function get_email_headers($to_email, $form_email) {
      $headers = 'From: ' . $to_email . PHP_EOL;
      $headers .= 'Reply-To: ' . $form_email . PHP_EOL;
      $headers .= 'X-Mailer: Adobe Muse CC 2014.1.6 with PHP' . PHP_EOL;
      $headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;
      return $headers;

  • Is there a way to find the email address of the user's from SCCM database.

    Hi All,
    I am using SCCM 2012 R2 and trying to find a query/report that can help in finding the email address of the user the machine is assigned to (Primary device). And if that is a machine which is being shared between different user, I need to gather the same
    information or the user who last logged on that machine.
    Can you please help?
    Thanks
    Manish

    My opinion: I think you'll need to define what, to you, means "primary user".  a primary user relationship can be defined manually by you one by one in the console, automatically by usage, imported via script, or the end user (if they know
    how and you've allowed this in settings) can indicate a machine is a primary machine for themselves.
    How is primary user relationship set, in your environment?  Depending upon how that relationship is determined in your environment, then you can track for that particular machine how or why the relationship you expect to be there, isn't the relationship
    the database acknowledges.
    Standardize. Simplify. Automate.

  • What is the IP address for the HP Color Laserjet CM1312nfi MFP?

    I need to install my HP printer that is hooked up to a wireless network to an iMac.  (as a shared printer)  
    What is the IP address for the HP Color Laserjet CM1312nfi MFP in order for me to install in the apple?  Thanks.

    AirPort Utility can be used to configure and change the settings on any of the AirPorts.
    If you have a Mac, AirPort Utility is here:
    Macintosh HD > Applications > Utiltiies > AirPort Utility
    If you have a PC, AirPort Utility for Windows is on the disk that came with the AirPort Express

  • Hi! How can I change the shipping address for the program of replacement of the 1 generation ipod nano? I've already received the empty box and now I should send back the old ipod but I'd like to receive the new one to another address. Thank you.

    Hi! How can I change the shipping address for the program of replacement of the 1 generation ipod nano? I've already received the empty box and now I should send back the old ipod but I'd like to receive the new one to another address. Thank you.

    I would contact Apple directly and have them work with to get the iPod shipped to a new/different address.
    http://www.apple.com/contact/
    B-rock

  • How to get the MAC address of the additional 10G NIC with ILO command line

    how to get the MAC address of the additional 10G NIC with ILO command line?
    thanks.
    This question was solved.
    View Solution.

    Hi Bruce,
    Out from what I can find on this network card is it not possible to get the mac address without a OS. I would recommend you to get/burn a Linux/Ubuntu live CD/DVD and run a Ifconfig in there.
    Hope it helps you.
    Best regards
    Zincas
    I work on behalf of HP

Maybe you are looking for

  • IPhone crashed during iOS5 update

    I was updating to iOS5 and after extracting and downloading it told me it failed to backup and now I can no longer turn my phone on. I get the screen telling me to connect to iTunes, but in iTunes the only option I have is restore which according to

  • Fixed vendor in source list not recognized by MRP

    Hi I have a source list (ME01) with a listed info record for a particular plant/purch.orgvendor/material combo. I have ticked the fixed vendor tick and flagged it as MRP relevant (MRP=1). When I run the MRP the purchase requisition is created but the

  • AE/CUP 5.2: Workflow with stage performing RA automatically

    Hi All, I would like to have a workflow as followed after a request has been created - Stage 1: Change Role Assignments if required - Fork: issued risks? - Stage 2: YES. Mitigate risks - Stage 3: NO: Approve ticket and provision The issue I have is t

  • TS1424 Purchased a CD but it only plays part of each song

    I purchsed a CD from itunes and it only plays the first 16 bars of each song. I don't know why it won't complete the songs. Any help would be appreciated

  • Camera model support and camera raw

    PS 5 tells me that my camera model (Canon D60) isn't supported by the currently installed version of camera raw, but we know that it is. How do I resolve this issue?