Perhaps someone can give me a pointer or two to move my project along. I'm trying to use an Asterisk box as an inexpensive conference bridge. I don't have any connections to the Internet, or any other publicly accessible vulnerabilities, so security is NO concern. I'm completely TDM to the outside world.
I'm trying to call from sets on the CS1K -> the Asterisk box to ring a number in extensions.conf configured for MeetMe. Right now I don't need to call the CS1K from Asterisk.
I've built an Asterisk endpoint in my NRS and have a steering code sending 6XXX calls that way. I'm watching SIP DEBUG messages and can see communications between the two.
I've tried building a peer in sip.conf, but it didn't help much. I commented it out and tried a few settings that I thought would let everything in, which I'm fine with:
This didn't do much. Asterisk returns:
I guess I need a peer, but don't want an entry for every set that may call into the bridge. Is there a way to open Asterisk up to any connection? This is where I'm open to suggestions. I'm not in a hurry, so will continue to try different things.
Thank you in advance for your assistance.
I'm trying to call from sets on the CS1K -> the Asterisk box to ring a number in extensions.conf configured for MeetMe. Right now I don't need to call the CS1K from Asterisk.
I've built an Asterisk endpoint in my NRS and have a steering code sending 6XXX calls that way. I'm watching SIP DEBUG messages and can see communications between the two.
I've tried building a peer in sip.conf, but it didn't help much. I commented it out and tried a few settings that I thought would let everything in, which I'm fine with:
Code:
[general];amongst other things
context=public
allowguest=yes
autocreatepeers=yes
This didn't do much. Asterisk returns:
Code:
No matching peer for '2011:phone-context=cdp.udp' from '192.168.1.10:35919'
I guess I need a peer, but don't want an entry for every set that may call into the bridge. Is there a way to open Asterisk up to any connection? This is where I'm open to suggestions. I'm not in a hurry, so will continue to try different things.
Thank you in advance for your assistance.