Displaying 3 results from an estimated 3 matches for "inbound18".
2008 Oct 04
5
Vitelity Asterisk configuration help
...I
would like to setup incoming and outgoing calls with voicemail
support. I've searched all over but many of the full configurations
that are available are a bit complex. Any tips or recommendations to
get up and running would be great.
sip.conf
Code:
[general]
register => rsreese:pass at inbound18.vitelity.net:5060
context=default ; Default context for incoming calls
realm=ns1.neocipher.net ; Realm for digest authentication
bindport=5060 ; UDP Port to bind to (SIP standard
port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0...
2008 Oct 19
6
adding a second extension
I'm trying to add a second extension to my setup. The second device is
able to successfully connect to the Asterisk server. I am unable to
contact extension 101 from 102 and vise-versa. Also are my context
setup logically or is there a better fashion to organize them? My
error is at the bottom.
Here is the extension.conf
[default]
;
; By default we include the demo. In a production system,
2010 Dec 19
2
Specifying DID for outbound calls
...king to associate an outgoing call from an extension
with a specific number.
Here's the sip.conf for both accounts as they are using IP routing,
I'm assuming I do not have to perform auth based to separate the two
accounts for outgoing calls:
[vitel-inbound]
type=friend
dtmfmode=auto
host=inbound18.vitelity.net
context=inbound
allow=all
insecure=very
[vitel-outbound]
type=friend
dtmfmode=auto
host=outbound.vitelity.net
context=outbound
insecure=very
allow=all
Thanks