Jump to content

Pablo

Members
  • Posts

    128
  • Joined

  • Last visited

1 Follower

About Pablo

  • Birthday July 4

Profile Information

  • Gender
    Male
  • Location
    Janesville, WI

Recent Profile Visitors

3,925 profile views

Pablo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Pablo

    activesync

    I means that Activesync syncing failed.
  2. Ubuntu seems to attract a lot more of the newbies to the Linux world; so, I would often insert Ubuntu in the search terms when looking for answers to Debian questions--given that Ubuntu is based on Debian (eventually, I ended up simply using Ubuntu on all my systems--Ubuntu has some other fans in this forum, as well). In any event, to set a static IP address in Debian/Ubuntu, you simply need to edit /etc/network/interfaces, like so: # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address xxx.xxx.xxx.xxx netmask 255.255.255.0 gateway xxx.xxx.xxx.xxx dns-nameservers 127.0.0.1 8.8.8.8 8.8.4.4 dns-domain xxx.com
  3. Does anyone have a reason to think that either of these might not hold up in a production environment; for, say, 5, 10 or 20-extension deployments? The Raspberry Pi (Model B'): $35 - Broadcom BCM2835 700MHz ARM1176JZFS processor with FPU and Videocore 4 GPU - 512MB RAM - Boots from SD card, running a version of Linux - 2 USB 2.0 sockets - 10/100 BaseT Ethernet socket BeagleBone Black: $45 - 1GHz AM3359 ARM Cortex-A8 processor - 512MB DDR3 (800MHz x 16) - 2GB on-board storage using eMMC - microSD card slot for additional storage - HS USB 2.0 Client Port, LS/FS/HS USB 2.0 Host Port - Ethernet - microHDMI - 2x 46 pin headers
  4. The Linksys SRW series, w/PoE, has worked well for us. Its reached its EOL and, unfortunately, I don't know if Cisco has replaced it w/a comparable series.
  5. @hosted, Would you mind sharing how you accomplish this?
  6. Depending on how many users require this, here's one possible word-around: If your phone can handle multiple extensions, you could assign multiple extensions to an individual user; license-imposed limits permitting. Then, assign a different ANI to each extension. The prospect of multiple VM boxes could be unattractive; but that could be addressed by creating a group mailbox. Obviously, this will not work if you have a license for ten extensions and you're already using 9 of them.
  7. Pablo

    webRTC

    What IP PBX software companies out there show "longevity and truly understand and listen" to the customer?
  8. Pablo

    webRTC

    Who... what... where... huh????? When did 5.0.10h get released?!
  9. On that note, is there a way to measure how far is "too far?" If so, are we looking to have the cloud server w/in a certain # of miles; or below a certain ping time; etc.? I ask b/c I recently stumbled upon a 'younger' cloud-hosting provider: DigitalOcean (aff. link). They're based out of New York, but also have data centers in San Francisco and Amsterdam. I'm located in Wisconsin, but I've been playing around with them b/c of their competitive rates (compared to Amazon, Linode, Rackspace, and others). Right now, I have a VPS w/1GB RAM and 30GB SSD for $10/mo. They also offer nodes @ other attractive price-points: $5/mo., $20/mo. (w/2GBs of RAM, 2 cores & 40GB SSD), $40/mo., and up. At those rates, putting as many customers up in the cloud as possible might be great; so long as quality isn't noticeably reduced. Netcraft released a recent report that details the history of DigitalOcean's (non-aff. link) rapid growth in comparison to other cloud hosting providers.
  10. 1.) sudo service snomone stop 2.) sudo rm /etc/init.d/snomone 3.) sudo rm -rf /usr/local/snomONE 4.) sudo update-rc.d snomone remove
  11. Sorry to throw out another question, as opposed to offering a concrete recommendation: In the scenario described by Carlos, does anyone view the cloud as a viable redundancy option?
  12. It's in the Provisioning section.
  13. Here's a random question: Would creating virtual hosts in Apache2, on ports 80 and 443, be a viable workaround?
  14. I'd imagine you could get it to work, if you matched up your model # w/the correct firmware per Polycom's SIP Downloads Matrix.
  15. Pablo

    Ubuntu Iptables

    Is someone willing to share how they configured their iptables? I'm trying to set 'em up on Ubuntu Server 12.04 LTS; for the first time on a linux distro. Particularly, do I need any other rules in addition to: sudo iptables -A INPUT -p tcp --dport [port] -j ACCEPT for ports 80, 443, 5060, 5061, 123, 389; and sudo iptables -A INPUT -p udp --dport [port] -j ACCEPT for ports 5060, 16384:16484 ????
×
×
  • Create New...