Is it possible for asterisk and switchvox

Is it possible to connect asterisk to swtchvox “free” to dial out?

I have an astrisk box that does some automated tasks and would like it to use our switchvox to call a number for a notification.

Thanks!!!

Asterisk can be used as a tandem switch for many technologies including dahdi, SIP, IAX, and, I assume H.323.

How can I do this?

Using simple circuit switched channels or VoIP peers and some trivial dialplan. I would hope the switchvox GUI would have no trouble with such a simple application, but you could always hand tweak the configuration.

The Switchvox web interface allows for adding SIP peered/trunked connections. On the Asterisk side, you’ll be manipulating the SIP configuration, like /etc/asterisk/sip.conf

Good luck.

Is there an example for the /etc/asterisk/sip.conf?