Please recommend a Cisco Partner

Please recommend a Cisco partner(s) in Northern NJ for VoIP implementation. Thanks.

Hi Zennon,
I think your best avenue is to contact your local Cisco Account Team to get this answer. Since they work with the partners in that area, they are very well suited to make such recommendations.
Do you have the contact information for your local Cisco Account Team?
Hope this helps.
Regards,
Michael.

Similar Messages

  • Looking for new All in One. Is Officejet as good as Photosmart? Please recommend an All in One.

    I have the HP Photosmart C7180 All in One that's a few years old and is starting to give me a lot of errors (mostly ink level errors).  I'm thinking about replacing it, because I want one that doesn't use as much ink -- and one that has a bigger scanner bed (at least 11 x 14 or bigger).  I'm a budding artist and I want to have the ability to scan in my drawings.
    However, I do print a few photos now and then.  Does anyone know if Officejets will print decent pictures?
    Please recommend an All in One (the newer the better) for my needs. 

    Thanks! It sounds like a potential nightmare. Does
    anyone have a different experience? I'm not
    committed to an all-in-one, but it does save space.
    If you're willing to take time and effort into the process, HP's MFDs and Brother's MFDs work... mostly. HP has even improved their drivers. It took 'em long enough.
    No, I repeat, no MFD I've ever seen has been trouble-free, Mac or Windows. That includes Epson, Canon, HP, Brother, and (ugggh!) Lexmark devices. They all give problems. Not necessarily the same problems, but problems. HPs and Brothers give the least trouble with Epson a close third... but YMMV. I know people who swear by Canon, while in my personal experience Canon devices have been... not so good. But it was a limited sample, and maybe I had lemons.
    Most MFDs (that is, everyone but Brother) don't easily do networking unless it's a Specific Feature™. My HP PSC1350, for instance, does not believe that such a thing as a network exists, and is that way if connected to Macs or Windows machines. I can make it visible over the network, but it's a pain.
    If you want wireless network printing, get a wireless router (hint: Apple sells something called an AirPort Base Station) or access point which has a USB port and supports putting printers on the network. Note that you'll likely not be able to scan over the network.
    There are network MFDs; HP makes some. They're expensive. The OfficeJet 74xx is $500, and it's the cheap HP network MFD. I do NOT own one, so I have no idea how well they work, other than they're HPs... which means that the hardware will probably be excellent, and the software dreck.

  • Please Recommend - AIO/MFP Printer

    Hi,
    i'm looking for a AIO/MFP printer that support "scan to email" and "scan to network folder".
    the above functionality should not require the printer to be directly attach to a pc via USB/LAN/WiFi.
    the printer should only need to be be configured as network printer with a fixed IP, and the above requirement can be achieved.
    other than that, it should also capable of fax and scan.
    there are 5 users, and monthly usage is around 500 pages & above.
    please recommend me relevant models in these 3 categories (if available):
    -black & white laserjet
    -color laserjet
    -inkjet
    thanks & regards,
    LauCN

    Well here's what I've done and learned.
    Shane - I should have listened to you (ultimately I did!).
    I went out and bought an Epson Artisan 810 thinking maybe most of the problems had been solved. Long story short - printed a test page and one other page and then went dead - so two pages out-of-the-box it became a beautiful black brick. Epson was less than useful on the phone - suggested they would send a replacement in 5-7 days. I got a case number from them, and returned the printer to OfficeMax.
    While there I mentioned the Lexmark '05 series - and looked at a couple choices. the salesman was very friendly, says the Lexmark rep had spent a lot of time with them. Ended up buying a Lexmark Platinum Pro905 series multifunction machine, with two paper trays. Was discounted down to $299 at OfficeMax along with some free stuff and OfficeMac bonus dollars thrown in.
    Snow Leopard 10.6 drivers were available from the Lexmark website, downloaded those and used them along with the install disc that came with the unit.
    So far - I'm in printer/fax/scan/copy heaven! Working great. Only glitch for me so far is the second paper drawer does not seem to be adjustable down to photo paper sizes, basically it's a letter paper sized drawer (I think?). It still will suit my purpose, my plan is to keep my checks in the second drawer so I can easily print out on check stock from Quicken, QuickBooks, etc. - so really that solves my problem.
    I did play with some 4x6 photo paper in the top drawer and the quality of the photo prints were very much to my liking.
    So thanks for everyone's comments, let's keep our fingers crossed.

  • I purchased Label Printer Pro 7, but it does not work. It crashes. Please recommend an address/shipping label program that works with Avery labels. Thanks.

    I purchased Label Printer Pro 7, but it does not work. It crashes. I press print, and the program closes. I press save, and the program closes. I press print and the program closes. I have had an email exchange with Pabel Printer Pro 7, but the best they could offer was to go to Utilities and click on fixed permssions. I have done that several times, and the program still doesn't work.
    Can you please recommend an address.shipping label program that works with Avery labels that I can purchase, and that is also simple to use?
    Thanks,
    Paula

    I purchased Label Printer Pro 7, but it does not work. It crashes. I press print, and the program closes. I press save, and the program closes. I press print and the program closes. I have had an email exchange with Pabel Printer Pro 7, but the best they could offer was to go to Utilities and click on fixed permssions. I have done that several times, and the program still doesn't work.
    Can you please recommend an address.shipping label program that works with Avery labels that I can purchase, and that is also simple to use?
    Thanks,
    Paula

  • Please recommend if we have options to read xml file and insert data into table without a temporary table.

    Please recommend if we have options to read xml file and insert data into table without a temporary table. 

    DECLARE @data XML;
    SET @data =N'<Root>
    <List RecordID="946236" />
    <List RecordID="946237" />
    <List RecordID="946238" />
    <List RecordID="946239" />
    <List RecordID="946240" />
    </Root>'
    INSERT INTO t (id) SELECT T.customer.value('@RecordID', 'INT') AS id
    FROM @data.nodes('Root/List')
     AS T(customer);
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Please recommend a tool for stress-testing ?

    Could anyone please recommend a (free) tool to do multi-threaded stress-test, on plain java classes ?
    In more detail: I'd like to do unit-test for some plain java methods (only mathematical calculations. No web interface, no swing).
    The emphasis is stress test: i need to launch multiple threads, all of them repeately invoking my method. Under these conditions, I need to report correctness (has the method yielded the expected return value), and statistics on response time.
    Any recommendations would be appreciated . Thanks !

    alex888 wrote:
    Working on a project that need me read data from delimited text file, the data will be converted to a tree-structure. So it's better parse the data into XML format first.What??? Why? You've got a text file and need an object tree, why do you think going to XML in between is a good idea?
    Besides j2se or jdom, any fast tool for it?What do you mean with "j2se", that's not a XML handling tool (it contains several, 'though).
    SAX sounds good for building object trees from XML, but there are several XML mapping libraries out there (try google).

  • Please recommend personal finance software for Mac that allows month to month analysis of spending by categories.  Quicken on a PC was good at this.  Mint seems very limited.

    Please recommend personal finance software for Mac that allows month to month analysis of spending by categories.  Quicken on a PC was good at this.  Mint seems very limited.

    Quicken for Mac 2007 works just fine (and is said to be compatible with Mavericks).  It is often denounced for not being "modern", but when something works, and does everything I want, I need a good reason to switch. 
    A few years ago (2011), I got that reason when I upgraded OSX and Quicken stopped working due to the absence of Rosetta.  I switched to iBank.  I used it for more than a year.  It was cumbersome, they have no sense of a helpful user interface, but it "works".  I found ONE feature that I liked:  you can attach an image (or any file) to a register entry, so I can save receipts right with the register.
    But when Intuit came out with the revised Quicken 2007 for Mountain Lion, I gladly went back.  I found that being able to update stock prices right in the portfolio view (for those not automatically found online) was handy - in iBank you have to generate a report to see the holdings, and then you have to switch to a view of "Securities" then scroll down through that list to find your stock, then "edit" then change the price, then "Save" then go back to reports and re-generate the portfolio view.  Also, if you enter a stock purchase in a Quicken register, the price you paid gets added to the price history for the stock (as of the date of the transaction).  No such help in iBank.  Most of the helpful UI features (like increasing the date with the + key) are glaringly missing in iBank.  I find I am getting no more than about 3-4 keystrokes before having to move the mouse and click.
    If you are considering sharing the app on an iPad, Quicken won't work, but I found that iBank for iPad doesn't work either.  The interface is completely different from the Mac version, you can't do much with it, and if you have a stock whose price is $11.25 / share and sell 200 shares, you might find that $22.50 gets added to your cash in the account.  (I actually made a few million dollars when it decided that 200 shares at $11.25  yielded $2,250,000.)  Luckly, I received a refund for that app.
    Depending on how the Mavericks switch goes, I hope to be able to stick with Quicken, but I am keeping my records up-to-date in both now, because I can live with iBank.  I will just have to keep an eye on its arithmetic.

  • HT202807 I have a MB Air 128gb and a Time Cap.802.11AC. My HD is maxed out because of 30GB of photo storage after migration to 10.3.3 Photos. Please recommend an external drive best for connecting to TC and moving the iPhoto Lib off my HD

    I have a 13" mid 2011 MB Air 128gb and a Time Cap.802.11AC. My HD is maxed out because of 30GB of photo storage after migration to 10.10.3 Photos. I have reduced apps and files as much as possible so the only thing left is to move the photos.  Please recommend an external drive compatible for connecting to my TC 802.11ac and moving the iPhoto Lib off my HD which will free approx 15 gbs. of space. I don't plan on using it for any other purpose so a small capacity drive will suffice. I know the "optimization" is supposed to adjust for this condition but I don't trust that assertion.I only have 2gb free space remaining. 

    I don't plan on using it for any other purpose so a small capacity drive will suffice.
    If you really only want such a small capacity drive.. what about just buying a 32GB or 64GB USB memory stick.
    You should still have a back up to the internal hard disk of the AC TC.
    Or just buy a WD Passport.. don't waste your money buying 500GB as it is only a bit more to buy 1TB and a bit more again for 2TB.. For future use if you do buy a USB hard disk buy 2.5" type.. and buy 1TB or if the budget stretches 2TB..

  • Could someone please recommend the best program to convert AVI and MPEG files for use (and exporting) into IMovie 11?

    Hi - I understand I need to convert AVI and MPEG files for use within IMovie 11. I have one particular file that has a watermark stating "Created with Flip4Mac WMV Demo". Can someone please recommend the best program for a novice?  Thanks!

    Hi Susan,
    It is no simpler converting vobs to mp4 than mpg (mpeg2).
    There is *always* a loss of quality converting video from one lossy-compressed format to another, e.g. mpeg2 to mp4.
    So, if you want to not lose any quality, then converting vobs to mpeg2 (mpg) is the thing to do (since there will be no video/audio re-compression), assuming Lr5 will accept them (sorry, but I do not know). example commands:
    Mac: ffmpeg -i myvideo.vob -sameq myvideo.mpg
    Win: ffmbc -i myvideo.vob -sameq myvideo.mpg
    If Lr5 won't accept them, then you can convert to mp4 with minimal quality loss using a command like:
    Mac: ffmpeg -i myvideo.vob -sameq myvideo.mp4
    Win: ffmbc -i myvideo.vob -sameq myvideo.mp4
    You may need variations of these commands depending on encoding of vob.
    Note: -i means -input-file; -sameq means -same-quality, as much as possible.
    ffm... is smart enough to avoid re-encoding, if possible, when -sameq is used, and makes reasonable choices for audio/video codecs based on extension of output file.
    Of course, you'll need to download/install ffm... program if not already on your machine, and execute commands in a terminal or command window.
    Do keep us posted please .
    Cheers,
    Rob

  • Please recommend a good sleeve for the pismo

    Hi,
    Can any of you loving pismo owners please recommend a good sleeve for our beloved pismos. I'm looking for one that would fit the pismo pretty much like a glove, so it won't slide and then I can put the pismo in an another bag.
    Thanks so much for your suggestions!

    I bought a perfect sleeve for mine from Timbuktu. This was a few years ago and I'm not sure they carry it anymore (look on eBay?). I see that the manufacturer makes other sleeves that look nice, too, now. Mine fits the laptop like a glove. It's open at the top with two cloth-padded handles and a strap that snaps into place over the middle of the opening. The padding is nice and thick -- about 1/2." I lugged it in my backpack all around Europe for a summer and it came through just fine.

  • Please recommend a good tool to make JSP page.

    Hi, can someone please recommend me a good tool to make JSP page? Until now, I use notepad which I found is not professional.

    Hi kvols:
    Thanks a lot for your reply. I had used JEditor before I switched to JCreator. I found both of them quite good. I also tried to use CVS sometime back, but got totally confused about it. I will try to search for the other toolkits you mentioned. Just now, I find one named XMLspy from google. Yet I don't know whether or not it is really as good as stated on its website. I will try it out soon.

  • Would somebody please recommend a good personal budget app for me?

    I have researched this quite a bit and even made up my own budget, but I'm looking for something that I can control myself, is easy to use and that is flexible enough for me to add as many different items or categories as needed. It would also be helpful if it has columns and keeps the columns neat and straight. What I'm using right now does not do that and can be problematic. Please recommend something simple for recording cash flow and expenses in a real easy manner.

    I need digital outs so I can plug in the signal from my pre-amp, use the A/D convertors on the Audio Interface to make it digital, then send it to my Mac using the best possible means. If I lacked the digital outs, there would be no point in having the thing, as I would only be using the A/D convertors in my Mac anyway!
    I was looking at the Hercules 16/24 FW Audio Interface. It seems to do everything I need (plus more), and I can get it for £200. - Does anyone have experience of this Interface? - Is it any good?
    Thanks for all the suggestions so far, - keep em coming please

  • I need to generate a still shot from from a video. I would like to accomplish this task using a single application. If this is not possible with my MacBook Pro as purchased from Apple, please recommend which applications I can purchase.

    I need to generate a still shot from from a video I made with my camera. I would like to accomplish this task using a single application. If this is not possible with my MacBook Pro as purchased from Apple, please recommend which applications I can purchase that include this feature. Thanks in advance.

    For FREE do the following:
    When you get to othe part of the video you want a still shot from, put the video on pause. 
    Take a screen shot:  Apple>Shift>4 - which will produce a cross hair so you can manually select which part of the video you want.Check inside either your Applications or Utility folder for an app called Grab.  Will do the above with just a single click.
    If you still want to purchase software, suggest that you do a Google & MacUpdate search.  This way, you can find exactly what you want. 

  • Please recommend me some good mailing list about oracle

    please recommend me some good mailing list about oracle
    thanks!
    null

    binghao (guest) wrote:
    : pleaes recommened me some good mailing list about oracle
    : thanks!
    I have seen a list of Oracle mailing lists at the Database
    Domain website which is at www.dbdomain.com I think. I think it
    used to me the www.oramag.com site. If you come across any good
    ones let me know. Good Luck
    Thomas Morgan
    null

  • Please recommend a best practices book

    Can someone recommend a core java best practices book.
    I have read several books and yet when someone says use a tagging interface... I just look at them and wonder what they are talking about.. then I google and find out.. There may be several such terms that I am not aware of... How do I learn about these terms like POJOs etc.. People keep using words like POJOs and then I find out its nothing but a java class object.. but how do I know that?
    Someone once said "You know only 5%, 20% you know you dont know, 75% you dont even know that you dont know".. Which book can give me that 75% ?
    I know basic datastructures etc.. but when to apply what is what I want to learn.
    A book which talks about when to use which datastructure, good usage of interface examples, and best practices that are used in real application production environment. Can someone please recommend a good book like that ? Is there any ? Real cases?

    Maybe this should be a different thread but how do
    programmers organize folders for projects?
    Every company has a common java classes shared by
    programmers I presume? That must be located in a
    central access place and I am curious how they
    organize folders?Folders? Maybe. Version control system, with a "commons" tree? Better.
    Have a look at Matt Raible's AppFuse. It's a fine example organization for a project.
    As for me, I do something like this:
    I build with Ant: http://ant.apache.org
    /source is the directory where anything I check out of version control will go.
    Under that:
    /java - .java source files.
    /lib - 3rd party JARs (e.g., JDBC drivers, etc.)
    /jsp - JSPs
    /etc - deployment descriptors, like web.xml, etc.
    /xml - XML files
    /xsl - XSL stylesheets
    /html - HTML files
    /css - cascading stylesheets
    /sql - SQL scripts for creating, altering, populating relational tables.
    %

Maybe you are looking for

  • Im getting an error message when syncing ipad "The disk could not be read or written to"

    Help...

  • My event/album of photos is gone

    I have been working with a certain album of photos for weeks in iPhoto. Today I opened iPhoto & the photos are completely gone. The event is gone. I recently did the update to iPhoto 9.1.5. Any thoughts? I am at a loss as to where to look for these p

  • Palm treo 680 will not hotsync

    I have a new windows 8 laptop. after attempting several hotsyncs with several different phones (all 680s) and using several different cables, i get the same connection failure prompt

  • Reprocess already captured clips

    I use a Sony V1u and a HDR-60 hard disk recorder. I log and transfer my m2t files using the HDV 1080i60i preset. I think this was a mistake. I captured footage from tape and used the HDV prores and it looked much better. I no longer have my original

  • Watching 2 video tracks simultaneously

    Working on a video using FCP 3.02 on G4 with 10.5.6 OSX. Would like to be able to view video track 1 in the viewer and video track 2 in the canvas at the same time. Any ideas? Thanks!