Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: apmuthu on December 13, 2010, 10:55:55 AM
-
SME 8 beta 6
SAIL v3.1 build 84
Soundwin S201 - 1 Port FXS + 1 Port FXO
Configured the settings in the soundwin to forward all calls coming from the SARK/SAIL to the FXO port and all calls coming into the FXO Port (tried reg & not reg FXO on SARK) to go to the SARK IP with the same password / username.
Calls can go out from the extensions thru the FXO port on the SoundWin with the following stanza in the Peers page of the Trunkline:
type=peer
host=192.168.1.150
qualify=3000
canreinvite=no
username=404
fromuser=404
secret=mypass
insecure=port,invite
disallow=all
allow=alaw
allow=ulaw
The code for the User page for the same Trunkline that does not work is:
type=user
username=404
secret=mypass
mailbox=404
; tried in vain
; host=dynamic
host=192.168.1.150
qualify=3000
canreinvite=no
context=internal
callerid="404" <404>
pickupgroup=1
callgroup=1
call-limit=3
subscribecontext=extensions
deny=0.0.0.0/0.0.0.0
permit=192.168.1.205/255.255.255.0
disallow=all
allow=alaw
allow=ulaw
Any suggestions to get the Incoming trunk from the FXO into the SARK to work?
-
A year and a half ago, my post (http://forums.contribs.org/index.php?topic=43765.0) went neglected but the issue has now been solved here.
All I had to do was to insert the Caller ID for my FXO line into the Line Page of the Trunkline!
It works!
I wonder what lines in the User stanza in the previous post can be done away with!