On Dec 17, 2003 at 18:01, listas iPfone <listas(a)ipfone.com.br> wrote:
Hi All!
I?m trying to run ser as my sip server and asterisk as my pbx in the same machine with
acess to pstn.
My goal is to have external users registering in ser ( with my dyndns - sipserver.com.br)
and redirect the calls to my estensions in asterisk.
How to do it?
When i run ser, asterisk don?t find my phones anymore.
I have two nic in this machine 192.168.0.31/37:
[root@localhost root]# ser
Listening on
127.0.0.1 [127.0.0.1]:5060
192.168.0.37 [192.168.0.37]:5060
192.168.0.31 [192.168.0.31]:5060
Aliases: localhost:5060 localhost.localdomain:5060
i think that i need to make ser listen to one ip and asterisk to other.
If that is rigth, how can i make ser listen only on 192.168.0.31:5060?
Either start ser with: ser -l 192.168.0.31 [...]
or add listen= 192.168.0.31 in ser.cfg.
Andrei