Can we keep this thread going. With all the new broadband voip providers, CallManager at home is a really cool option. I am currently using an FXO card in a 1760 for PSTN access. I really want a robust clean solution that allows multiple inbound/outbound calling. A SIP trunk to a provider like Vonage or Packet 8 for a monthly charge sounds like an awesome option. Can anyone post further info on configurations for some of the providers you've tried and had success?
what configuration and setup did you do on CallManager to be able to dial out through the SIP trunk to Vonage?
I'm assuming vonage will provide the IP Address, but is there anything they provide that needs to be configured with CallManager like username, passwords, etc?
I ended up using a linux server running Asterisk to route my calls. The callmanager has a sip trunk to the Asterisk server, then the Asterisk server routes call through Vonage.
i plan to do this too. i have a 2801 ISR with vic2-fxo and 4 port POE module on it's way..I dont however like the idea of having another server in the middle to manage. and i dont know anything about linux.
Great, thanks! Is configuring Asterisk a challenge or pretty straight forward? Do you know if the software is free or you have to purchase it? If you know of the best URL or resource for that ... it would be great.
Does that include inbound calling too? Or is that still an open issue?
So, you configured a SIP trunk to the Asterisk. Ok, I am looking into configurin a SIP trunk to one of my internal routers and having that route the call to Vonage. The CSPS by Cisco could be another option, but that could be costly.
I will explore all of these options and we can all come together to recommended that "these" are possble solutions for SIP trunking.
Vonage's marketing department makes medium to large businesses shy away. They way they have things priced doesn't scale unless you use less than 500 minutes a month. Check out Broadvoice's plans (unlimited for $30 I think?).
Like any other decently support linux software, there are many GUIs you can install to make life easy. I'm a nuts and bolts kinda guy.. I hate the PIX PDM and still use CLI etc... So I still do most configs from an emacs window while watching the console in another xwindow. The easy way out is to use the gui. If you want a demo, check out Asterisk@Home. Its a CD base live version. No linux experience is really needed.
We're getting a little off topic here, so <snip>...
Is the the option "host" the actually IP Address of the callmanager server? And does your sip.conf file look similiar to that for the most part. This is the example with CCM that it gave me. Any help on that would be great.
I am still dissecting the extention.conf before I start asking questions on that.
Yup, host= name or IP:
[labcm33]
type=friend
host=172.16.0.1
context=labcm33 ;<- calls in from CM goto this context in extensions.conf
disallow=all
allow=ulaw
allow=alaw
nat=no
canreinvite=no
qualify=yes
Is there more that it needed in the sip.conf file besides the configuration to the CCM? Does there need to be another set in regards to the SIP provider with something like ...
[sip.broadvoice.com]
type=peer
user=phone
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
fromuser=443430YYYY
secret=XXXXXXXX
username=4434300465
insecure=very
context=from-broadvoice
authname=443430YYYY
dtmfmode=inband
;Disable canreinvite if you are behind a NAT
canreinvite=no
;nat=yes
I not sure if your sip.conf had something like this and your setup is working, so your experience on this is more important. Let me know about that if your config contains more than just that. Or just that.
In terms of the context, in your case labcm33, is just an identifier that is used in the extensions.conf? From the configs I have been looking at on the net, is there any the resemble something close to what you have running?
The dialplan is what I am looking to and which might get me, but I see an example of one I can get an idea how that will work with my enviornment which has 4-digit internal exts.
I am having issues trying to get the Astrix server to Register with the SIP Proxy (Broadvoice)
When I do a "sip show peers" at the CLI prompt it tells me that the status is UNMONITORED and if I do a "sip show registry" there is nothing listed. Maybe that's normal, but I doubt it. Now the sip.conf is responsible for registering with the SIP Proxy (along with CallManager and SIP phones) and the extension.conf is responsible for the the dialplan for outgoing and incoming calls right?
Here is the config that I have for the sip.conf
I have been hacking around with this for so long, that I am not slowing down and actually looking at the solution.
Here is the situation and the last piece I will need your help:
- My connection to sip.broadvoice.com has been registered.
- "sip show peers" the status for both shows OK
- I can now call from my IP Phones through the SIP network and communicate with an outside number good.
However, I am having issues with the inbound calling coming in, hence, the extension.conf file. What do I need in my extension.conf file for inbound calling? I remember seeing an example on voip-info.org, but the site is down. Bad timing when I am so close in finishing this. Please let me know what I am missing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.