Port number in to a current line

Can I port my number from another carrier to my current verizon line and use my current verizon number on my newly ordered phone? If it is yes, do I need to pay any fees? Thanks!

I don't think what you want to do is possible either.  I have ported over a phone number on top of the another number.  Since I wasn't interested in keeping the first number, I just let it go.

Similar Messages

  • Rewrite subdomain to another port number

    My problem:
    I have two machines running Leopard Server with Web services on. Server1 serves out our main site on Port 80. Server2 will serve out an intranet of sorts on Port 8000, which will still be accessible from outside the office. Both use the same IP.
    I would like http://example.com to show Server1's site, and http://intra.example.com to show Server2's site, without the port number 8000. DNS currently points both http://example.com and http://intra.example.com to the same external IP. Internally, each server has a different IP but the :8000 is still obviously needed to access Server2's site.
    Simple mod_rewrites on Server1's Apache installation has NOT worked to set things up as I'd like. Here's what I have in the httpd.conf file:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} intra.example.com [NC]
    RewriteRule ^/.*$ http://example:8000/$1 [P,QSA,L]
    This seems to do...nothing. I can still access Server2's site with anything.example.com:8000 and Server1's site with anything.example.com.
    From what I can tell, Virtual Machines and Proxying wouldn't work for what I need, and the simple URL Aliases and Redirects don't seem sophisticated enough to handle a rewrite instead of a simple redirect.
    Any ideas?
    Message was edited by: zoo1023
    Message was edited by: zoo1023

    Hi Camelot,
    Thanks for your response! To go through your suggestions one by one:
    At first glance there are two errors in your RewriteRule setup
    The first error in my RewriteRule was actually just a typo in the post, not in the actual rule on the server. At one point I also had the content grouping in my rule, and still no go (I've readded it and tested it to make sure).
    In addition to that, what is missing from your post is a description of what happens when you do hit a http://intra.example.com/ URL - does it get served from the example.com server? does it generate an error message? is the connection dropped? That would also help.
    http://intra.example.com serves the same thing as http://example.com, the site on Server1. Ditto for http://intra.example.com:8000 and http://example.com:8000; they both serve from Server2.
    Other things to check include making sure that you have a site alias set for 'intra.example.com' in the 'example.com' configuration (or that you have a * there) - otherwise intra.example.com hits won't be processed by this virtual host (applies only if you have multiple virtual hosts configured on the server).
    I have an * in the Server Aliases. I've also created a virtual host just for the subdomain, but that doesn't seem to work either so I've removed it.
    You should also check that you have mod_proxy enabled on the server since this requires the proxy server support in the server.
    mod_proxy is enabled, in addition to mod_rewrite.
    Finally, if all the above doesn't help, try adding the following lines to your site's config file:
    RewriteLog /var/log/apache2/rewrite_log
    RewriteLogLevel 9
    This will cause apache to log every rewrite request and show you what decisions it's making. 9 is the most verbose logging level, so lower the number if it's too much data, and make sure you remove the lines when you're done (you don't need to log this level of detail in a properly-running server).
    Oddly enough, with this added, no rewrite_log is generated. It's not commented out, and I'm loading example.com and intra.example.com over and over! All that's there is access_log and error_log.
    Any additional ideas? Perhaps editing httpd manually and then making additional changes via Server Admin is invalidating things? My URL aliases and redirects inside the Server Admin all work fine, which seems to imply that on some level, htaccess-style stuff seems to be working. And the fact that editing the httpd file doesn't work for either mod_rewrites OR the logging makes me think something else is wrong.
    Additionally, I had originally placed an .htaccess file at the root of the web folder for some simple aliases and redirects on Server1, and oddly enough only one of the settings would resolve, and one exactly like it would not. The rest were completely ignored, until I recreated them in Server Admin. Now all those work, but this rewrite is too advanced for that part of Server Admin. Anyone know where the data store for the URL Aliases and Redirects resides, so that I may edit it directly in hopes of getting this thing working?
    Message was edited by: zoo1023

  • How to find dynamically the current line number in the source file

    Is there a mechanism like __LINE__ and __FILE__ macro in C to get dynamically
    the current line number and file name of a source file?

    Don't know - but others have asked too. Have you searched the forum? For example:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=210496

  • Statusbar displaying current line number?

    Hi,
    I am building a swing application where I have one text editor and one status bar. I want to display current line no in status bar. I tried with getCaretPosition() but it does not returns line number, is there any other way to get current line number to display it on status bar? Thanks.

    is there any other way to get current line number Did you search the forum?
    How about the keywords "current line number", taken directly from your question. So you can see its really not that hard to think of keywords to use in a search.

  • How to read current line number in function module sourrce code?

    Hi All,
    How to read current line number in function module sourrce code?
    regards,
    Anuj

    If you have new editor you would be able to see the line number. 
    Or in the Dump screen - there is a button called Debugger - click that you would be able to see the code where dump has occured..  you would be able to find the line number from there.
    To get the new editor with line number , you need to change the settingsin SE38.
    Regards
    Vivek

  • Current line number in smartform

    Hi All,
              I need to know is there anyway that i can know the current line number in smartforms.
    My requirement is:
       I have 1 header item and its 3 line items, if there is no space in main area to display all the header and its line items , then it sould be printed in next page,
    Eg:                          PAGE 1
    HD       Line
    A           01
                 02
                 03
    B           01
                 02
                 03                       PAGE 2.
              if this is the case then whole B 01-03 should be printed in next page.

    Hi,
    Please search SDN for Page Protection in Smartform Table
    You will get lot of info.
    Regards,
    Vishal
    Edited by: Vishal Jadhav on Nov 5, 2008 12:36 PM

  • 2.1 EA2: is it possible to pass current line number to external tool

    When I define external tools (in Tools / External Tools...) I can pass current file name and directory to my external program.
    Is it also possible to pass current line number (where is my cursor in open file) to external program as a parameter?
    If not then it would be a feature request from me :)
    And also - is it possible to develop SQL Developer extensions for syntax color coding of other file types (meaning other than PL/SQL files)?

    raymonds,
    For line numbers, we cannot do it at the moment as it is not exposed in that API, however, you can request it on http://sqldeveloper.oracle.com at the feature request station
    For color coding for another language, you can develop a hilighting plugin, but we do not have an easy way of associating the plugin with an editor for a specific file type. Again this would be a feature request.
    Remember, all these get evaluated each month and assigned into Enhancements for the tool. If enough folks vote for the feature, it is highly likely it will appear.
    Barry

  • SapScript, How do I read the current line number?

    I have sections of text - each in it's own element with an 'include' of the standard text.
    These sections are variable in size.
    All elements are in the MAIN window.
    I do not want a paragraph to split over two pages.
    How do I read the current line number within the sapscript before the section prints so I can issue a new-page command at the beginning of the paragraph?
    Thanks!

    Yes, that does work for paragraphs.
    If I have multiple elements to print from within a loop where "at first, at each and at last" each call the Sapscript funtcion write_form - how can I keep the whole section together.  protect/endprotect will keep each element together but not the group of elements.
    There must be a way to find the current line number.

  • Porting Number Question

    Hello,
    I am currently enrolled in a family shared plan with my parents, and I would like to deactivate this add-on line and create my own.
    Is it possible to port my number to the new line?  Can I do this online?  I'm planning to shop for the phone online, and not to go to an actual store.
    Thanks,
    Donny.

    I believe it is possible as long as you port the number before you get rid of the line your porting from. I would get the phone I want, get the temporary number( whatever number comes with it), when you set up your new account I would say wait a day, then port the number over from your shared line, to your own new line. Because whatever line you are porting from well be in operable once you port it's number to another account. I just did something similar to this. My contract with sprint was about to be over, so all I needed to do was, wait til I got my phone from verizon, after starting my new contract. It came with it's own number, but when the contract was about to be over, instead of losing my number FOREVER, I could just port it to my new verizon phone. Once you create your verizon account you can port the number by going to Manage My Account and then going to Change My Number.

  • Select Listener Port Number from which_table?

    I'm writing a SQL script that, among other things, disconnects from Oracle and then reconnects to the same instance as a different user. I'm able to query v$database and v$instance to get most of the information I need (host, service name, etc) for the reconnect part. The only part I'm missing is the listener port number. I could hard code it to 1521, but that isn't very flexible. Currently, I'm prompting the user (which is normally me) for the listener port number in the SQL script, but that just seems a little bit lame. So my question is this: is there a view or table somewhere in the sys schema that I could use to view the listener configuration? I'm mostly working with 10gR2+ databases.

    cleavitt wrote:
    That is possible, but it needs to be a standard Oracle configuration if the script is to remain generic and portable. The script is actually working fine as-is. I was just trying to go the extra mile and determine the port number automatically. I could also prompt for a TNSNames entry as suggested by others, but I don't always have an entry defined for all of the Oracle instances in my company on every workstation that I work from.
    Here is the script for anyone that is interested. It started out as a script that I found online, but the original did not work with 11g case-sensitive passwords and it only worked for local connections on the server.
    Description:
    Allows a DBA user to impersonate another user (without knowing the user's password).
    Similar in function to using the SU command in Unix/Linux.
    Note:
    This script temporarily changes the impersonated user's password and may cause other
    connection attempts by that user to fail during the moment that the temporary password is in effect.
    WHENEVER SQLERROR EXIT
    SET VERIFY OFF
    ACCEPT username CHAR PROMPT 'Enter the username: '
    ACCEPT listenerport NUMBER DEFAULT 1521 PROMPT 'Enter the listener port [1521]: '
    -- Define substitution variables and column mapping.
    COLUMN username NEW_VALUE username
    COLUMN password_hash NEW_VALUE password_hash
    COLUMN host_name NEW_VALUE hostname
    COLUMN instance_name NEW_VALUE servicename
    -- Populate substitution variables.
    SELECT
    name AS username,
    -- Get the user's password hash(s) and apply appropriate formatting for case-sensitive password if needed (11g+ passwords).
    NVL2(spare4, spare4 || ';' || password /* 11g+ */, password /* pre-11g */) AS password_hash
    FROM sys.user$
    WHERE name = UPPER('&username');
    SELECT host_name, instance_name
    FROM v$instance;
    -- Set the user's password to a temporary value.
    ALTER USER &username IDENTIFIED BY TempPass;
    -- Use the temporary password to connect to the database as the user.
    CONNECT &username/TempPass@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=&hostname)(PORT=&listenerport))(CONNECT_DATA=(UR=A)(SID=&servicename)));
    -- Reset the user's password to the original value using the original password hash(s).
    ALTER USER &username IDENTIFIED BY VALUES '&password_hash';
    SHOW USER
    UNDEFINE username
    UNDEFINE password_hash
    UNDEFINE hostname
    UNDEFINE servicename
    UNDEFINE listenerport
    WHENEVER SQLERROR CONTINUE
    SET VERIFY ONAnd by so doing you just kicked the user's password expiration on down the road, negating the benefit of havng a password expiration.
    Also, you locked out the legitimate user of this account, until such time as you reset it back to the original. And in the mean time, if this happens to be an account used by some automated process, that process doesn't know the new "temporary" password and runs a risk of locking the account from too many invalid connection attempts. Try to become SYSMAN or DBSNMP from this, and you will very quickly kill OEM.
    This has "bad idea" written all over it. What problem is it supposed to be be solving?

  • I am unable to access my iCloud e mail account and am still able to access AOL account though. It says something about an IMAP pathway and a port number how do I find this?

    I am unable to access my iCloud e mail account and am still able to access AOL account though. It says something about an IMAP pathway and a port number how do I find this?

    If the old ID is yours, and if your current ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Verizon # Ported number to Comcast, but its not working. Both say, its the other guys fault.

    I had my Verizon number ported to Comcast.  When I call out on Comcast...everyones caller ID shows my ported number correctly.  However, I am not getting incoming calls.  Those are still going to Verizon.  I have disconnected my Verizon incoming line and I'm using the Cocast VOIP...so everyone is calling my number, but its just ringing or them.
    Comcast says its a Verizon issues (have not released the number) Verizon says it's a comcast problem, they have not competed the port.
    Does anyone have any idea how I can resolve this?  It's been almost 2 weeks.

    I had my Verizon number ported to Comcast.  When I call out on Comcast...everyones caller ID shows my ported number correctly.  However, I am not getting incoming calls.  Those are still going to Verizon.  I have disconnected my Verizon incoming line and I'm using the Cocast VOIP...so everyone is calling my number, but its just ringing or them.
    Comcast says its a Verizon issues (have not released the number) Verizon says it's a comcast problem, they have not competed the port.
    Does anyone have any idea how I can resolve this?  It's been almost 2 weeks.

  • Changing the listener port number in a cluster environment

    Hello,
    I have an Oracle 10g database on a Windows cluster environment with Oracle Fail safe. I am trying to change the default listener port number - these are the steps I have done to change the port number:
    1) Take the listener offline via Oracle Fail safe
    2) stop the original listener from the command line
    3) change the port number in the listener.ora file & save
    4) start the original listener
    5) bring the listener online in Fail safe
    6) register the listener in the database with ALTER SYSTEM SET LOCAL_LISTENER....
    After all this, when i check the status of the listener via lsnrctl, i see that the new port number is used, however in the Fail safe administrator, I still see the default port 1521. How do I go about changing the port number so that Fail safe also registers the change?

    I did troubleshooting to verify the group, but this just changed the port number back to the default in the listener.ora & tnsnames.ora.
    So I did all the steps again to change the port number from the default to another - via lsnrctl status, i see that the new port number is being used, I can also log in to the database via Toad using the new port number, in v$parameter i see that the local_listener is registered on the new port number....only under the Fail Safe manager, the port number (under listener parameter) has not changed....it still shows the default port number. Anyone know how to change this???

  • Replacing Host Name and Port number throughout Environments

    So I am currently working on a project that have several classes using simple JDBC code. I'm switching all of it to use JNDI instead of what is currently being used. I'm using Weblogic and the plan is to have the code run in a cluster.
    Here is a code Snippet of some of the code.
    Context ctx = null;
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    ht.put(Context.PROVIDER_URL,
    "t3://hostname:port");
    My problem lies in the the "t3://hostname:port" String. I don't want to hardcode that since I know its bad code practice but my question is what is the best way to replace that with the Host Name and Port number as I move environments. Should I have a Class with a Static Variable and just reference that through the other classes or should I put it in some Property file and read the value from there? Any insight into this would be greatly appreciated.
    Thank you.

    would it be something like this?
    Properties properties = new Properties();
              try {
         properties.load(new FileInputStream("src/jndi.properties"));
         String url = properties.getProperty("url");
         System.out.println(url );
         } catch (IOException e) {
         }

  • Select current line through push button in module pool

    Hi,
    I have created one module pool program with table control. There I have inserted on push button where some logic is deployed.
    Logic :-
    If I push button on current line or any line, that line should be selected in the program. So that I can move that line to next internal table.
    But, it always shows first line.
    Please suggest the same.

    hi amol,
    GET CURSOR only works on the number of table control lines that can be displayed on screen at any one time.  So, if your screen can display only 4 lines, all you'll ever get from GET CURSOR is a number 1 to 4.  
    But your screen also knows which of your table control records is currently displayed as the top line of your table control.  This information is held in field TC_ITEMS-TOP_LINE (where TC_ITEMS is the name of your table control).  By combining these two bits of information, you can find the correct line number of your selected record. 
    For example in the case you describe where you are clicking on line 5 but GET CURSOR thinks it is line 4 because your screen has moved down a record, I would think that TC_ITEMS-TOP_LINE would be 2.  Add 4 and 2 together, subtract 1 and you'll get your correct line number.
    hope it helps,
    vikas

Maybe you are looking for

  • ICal multi-day (not all day) event  in Month view not displayed over days

    What is it when I have an event that starts on a Wednesday and 4:00pm and goes to Friday at 6:00pm (not clicked as an All Day Event), (in Month view) the only day showing the event is the first day?! Shouldn't it show it over the course of the 3 days

  • Need to create maintenance view for a custom infotype

    A custom infotype 90XX is created. The data cannot be modified or created through PA30 in this infotype. Through PA 40 actions only we can create/change the record/data. We have created some 1000 records in it. Now can we create a maintenance view fo

  • Purchase Order Delivery Cost

    Hi all, when i created PO and enter  freight value,at the point of entering migo an error message "Balance not zero: 99,749.85- debit: 34,197,149.85 credit: 34,296,899.70" was displayed ,Please how can i resolve this issue.

  • How to get com.sap.aii.mappingtool.* packages

    Hi I have written one java class and ihave imported those packages... but i need to set those packages to my class path to compile a java file... how to get those packages Thanks & Regards Ravi Shankar B

  • Duplicate iCal entry

    When I sync my iPhone with my Macbook using i Cloud I get duplicate entries in my iCal on the Macbook. How di I fix this??