[asterisk-users] Asterisk + VOSP account working configuration?

Administrator TOOTAI admin at tootai.net
Thu Dec 16 09:06:35 UTC 2010


Le 15/12/2010 15:21, Gilles a écrit :
> [...]
> ;IMPORTANT: outgoing must be BEFORE incoming
> [vosp_outgoing]
> type=peer
> host=myvosp.com
> username=myaccount
> secret=mypasswd
> fromuser=myaccount
> fromdomain=myvosp.com
> nat=yes
> canreinvite=no
>
> [vosp_incoming]
> type=peer
> host=myvosp.com
> nat=yes
> canreinvite=no
> context=from_vosp
>    

Why 2 context? Todays Asterisk versions only needs one peer context for 
incoming/outgoing. Something like

[vosp]
type=peer
host=myvosp.com
username=myaccount
secret=mypasswd
fromuser=myaccount
fromdomain=myvosp.com
nat=yes
canreinvite=no
context=from_vosp

-- 
Daniel



More information about the asterisk-users mailing list