Displaying 1 result from an estimated 1 matches for "vosp_outgo".
2010 Dec 21
0
Friend/user/peer in plain English?
...er"
can only make calls, and a "friend" can do both.
If that's correct, I don't understand why my VOSP requires the
following settings in sip.conf to let my Asterisk server make/receive
calls to/from the PSTN:
=============
[general]
...
register => me:pass at vosp.com
[vosp_outgoing]
type=peer
host=vosp.com
username=me
secret=pass
fromuser=me
fromdomain=vosp.com
nat=yes
canreinvite=no
qualify=yes
[vosp_incoming]
;why not type=user?
type=peer
host=vosp.com
context=from_vosp
nat=yes
canreinvite=no
insecure=port,invite
qualify=yes
[6011]
type=friend
secret=pass
context=my-ph...