Ok, so, I'm relatively new to all this VOIP/Telephony stuff and though I'm no Linux wizard I did start my IT life on SCO Unix many many years ago and I am comfortable with Linux if not a whiz (i.e. I still need to look a lot of stuff up).
I downloaded and installed PBX in a Flash a few days ago and worked through all the little gotchas that tend to come up when sussing out somethign new.
I set up dysdns.com to handle my dynamic IP issue and I got a did from Les.net and that works like a charm. I also got service through VOIPDiscount for my outbound for now and that is set up and working beautifully.
I forwarded my Vonage phone to my Les.Net number and now my calls come to the PBX and I can filter and rout them just like I want to. Once I have the bugs worked out and am comfortable with the system I'll cut over to it completely and drop Vonage, but that's a way off for now.
Now what I want to do is to use FreeDigits as an inbound line but I can't for the life of me make it work. I have tried every config I could find on the Internet to no avail.
When monitoring activity from within the Asterisk command tool it does not look like calls placed to my FreeDigits number ever even make it to my box. I think maybe the problem is I need to forward the calls from the FreeDigits site but I don't know what to forward it *to*.
What I want to do is to forward my Vonage home line to FreeDigits like I have my business line forwarded to Les.Net. Again, this is just while I'm testing and learning so that, worst case scenario if disaster strikes I am not without phones for even an hour.
So, does anyone know if there is some trick to to making FreeDigits work as an inbound line?
Here is my current INBOUND FreeDigits setup:
I downloaded and installed PBX in a Flash a few days ago and worked through all the little gotchas that tend to come up when sussing out somethign new.
I set up dysdns.com to handle my dynamic IP issue and I got a did from Les.net and that works like a charm. I also got service through VOIPDiscount for my outbound for now and that is set up and working beautifully.
I forwarded my Vonage phone to my Les.Net number and now my calls come to the PBX and I can filter and rout them just like I want to. Once I have the bugs worked out and am comfortable with the system I'll cut over to it completely and drop Vonage, but that's a way off for now.
Now what I want to do is to use FreeDigits as an inbound line but I can't for the life of me make it work. I have tried every config I could find on the Internet to no avail.
When monitoring activity from within the Asterisk command tool it does not look like calls placed to my FreeDigits number ever even make it to my box. I think maybe the problem is I need to forward the calls from the FreeDigits site but I don't know what to forward it *to*.
What I want to do is to forward my Vonage home line to FreeDigits like I have my business line forwarded to Les.Net. Again, this is just while I'm testing and learning so that, worst case scenario if disaster strikes I am not without phones for even an hour.
So, does anyone know if there is some trick to to making FreeDigits work as an inbound line?
Here is my current INBOUND FreeDigits setup:
USER CONTEXT: <FreeDigits User Number>
USER DETAILS:
context=from-pstn
host=freedigits.net
insecure=very
nat=yes
secret=<My FreeDigits Password>
type=user
username=<FreeDigits User Number>
REGISTER STRING:
<FreeDigits User Number>:<My FreeDigits Password>@freedigits.net/<FreeDigits User Number>
All in all this has been a very interesting two days and I have learned a lot. I was really impressed with how quickly the system came together and how easy FreePBX makes it to use.USER DETAILS:
context=from-pstn
host=freedigits.net
insecure=very
nat=yes
secret=<My FreeDigits Password>
type=user
username=<FreeDigits User Number>
REGISTER STRING:
<FreeDigits User Number>:<My FreeDigits Password>@freedigits.net/<FreeDigits User Number>