Quote:
|
Originally Posted by gmsmith Did you ever get this working? I too have one fro VoIP Supply that I can not for the life of me get to work. It isn't even sending registration information to my * box (at least nothing is showing up in the logs). |
Well yes and no. I'm in the process of RMA'ing it - not because I couldn't get it to work but because it was sold to me as a solution for 3 individual separate extensions - which it isn't. It’s a single phone with extensions that will all ring at the same time. If this is what you need, read on…
You can get it to register but it depends on what setup you currently have as the base is actually a router itself. If you're like me and putting it behind an existing router, you should be able to get it to register but there are a few things you need to understand about how the routers will talk with each other.
Let's assume you are going my route and connecting it to an existing router. I'll also assume that your Asterisk box is on the private network behind the NAT'd router.
Let's say your private LAN IP scheme is 192.168.1.0 with a mask of 255.255.255.0. Your Router's IP is 192.168.1.1 and your Asterisk box is 192.168.1.10. Dunno how you're giving out IP's but let's say your router is handing them out using a range of 192.168.1.100 to 192.168.1.200.
Over to your UIP1868. If it's reset to factory, your LAN IP will be 192.168.15.1 and your WAN IP will be dynamically assigned. I would suggest you leave it as dynamic. Notice at this point that you have different IP schemes on the WAN and LAN - this is required for the routing to work!
Connect your WAN port of the UIP1868 to an empty port on your router/switch using either a cross-over or straight cable. Most new routers and switches are auto sensing and will accept either type of cable, it depends on your model but you should get link lights on your router for the port you're using if everything's okay (and both router and UIP1868 are powered up!)
I dunno if you have intentions of connecting anything to the LAN port of the UIP1868 or not, I personally didn't except for to configure the phone which is what you will do next. So connect your PC to the LAN port using a straight cable. I think the UIP1868 hands out IP's by default, in which case your PC should get the first one in the scope. You can check this by typing the following at the command prompt:-
ipconfig
If it comes back with an IP of 192.168.15.x then you should be okay. Try pinging 192.168.15.1 while you are there and you should get 4x replies if everything's good.
If you don't have an IP similar to above, try entering the following at the command line:-
ipconfig /release
ipconfig /renew
Try the ipconfig command again to see if you have an IP address. If for whatever reason you are still unable to get an IP, set one manually on your computer of say 192.168.15.10 and mask of 255.255.255.0. You don't need to worry about other settings like DNS or Default Gateway. Submit the settings and try pinging the UIP1868's IP again - 192.168.15.1
If you're not getting replies, it's likely to be a cabling issue or the private IP on the UIP1868 has been changed from the default.
Assuming you are able to ping the phone, open the following in a browser...
http://192.168.15.1
Enter the default username and password which I think were:- (I may be wrong here though so re-check)
Username - admin
Password - UnidEn79!
Once you are in, the only thing you need to change are the SIP settings. I initially had two lines show up that I could populate with extension settings from Asterisk. The minute I connected it to the network, only one would show up - strange. But let's go ahead and look at the settings for at least one of the extensions and maybe you'll get lucky and see the second line after.
If you refer to the following screen shot as a reference, it will make the explanation somewhat easier.
http://www.tomkinson.org/stuff/voip/...20Settings.gif
Replace my IP address of 192.168.0.100 with the IP address of your Asterisk Box (was 192.168.1.10 in my example above)
For the Line1 settings, mine is slightly wrong in the image. You need to remove the entry for "Business ID" and only have your extension in two places, the "Phone Number" and "User Name" fields.
Just an FYI, I was going wrong with the example image by having 1040 also in the "Business ID" which effectively presented the extension to Asterisk as 10401040 - not just 1040.
At this point, your UIP1868 should see your Asterisk box (assuming you have an extension setup for it of course) and you will hopefully get a dial tone and be able to use the phone!
Let me know if you need any help or have problems along the way. I apologize if these instructions appear "too beginner'ish" but figured I would give more info than too little.
Let me know how it goes and good luck...