Thanks!
I made one test registring the asterisk on the SER like this, and it worked.
Do you think I'll have some problem with this conf?
register=user:password@200.xxx.xxx.xxx
[ser]
type=friend
username=user
secret=password
fromuser=user
fromdomain=domain
host=200.xxx.xxx.xxx
insecure=very
qualify=yes
port=5060
auth=md5
nat=yes
reinvite=no
dtmfmode=rfc2833
_____
De: serusers-bounces(a)lists.iptel.org
[mailto:serusers-bounces@lists.iptel.org] Em nome de Richard C. Thompson
Enviada em: sexta-feira, 18 de agosto de 2006 10:08
Para: serusers(a)iptel.org
Assunto: FW: [Serusers] Connect Ser on a Asterisk
Sure
In sip.conf create a [user] and a [peer] or you can use [friend] if the
para's are the same
[SER]
type=user
disallow=all
allow=g729
allow=ulaw
allow=alaw
context=default
canreinvite=no
permit=10.0.0.2/255.255.255.255
host=10.0.0.2
trustrpid=no
[SER]
type=peer
insecure=yes
host=10.0.0.2
context=default
nat=no
canreinvite=no
promiscredir=yes
disallow=all
allow=g729
allow=ulaw
trustrpid=no
Rick
_____
From: serusers-bounces(a)lists.iptel.org
[mailto:serusers-bounces@lists.iptel.org] On Behalf Of Daniel Mirrha Santos
Sent: Friday, August 18, 2006 8:48 AM
To: Ser
Subject: [Serusers] Connect Ser on a Asterisk
Hi,
I'm using SER like a public switch and I need to register it on a Asterisk
server. Does anybody know how could I do that?
Regards,
Daniel