HI all
thanks for all replyes on my question about ser and asterisk..
Now i have that problem when i try to register a user in serweb:
Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in
/var/www/html/functions.php on line 206
192.168.0.37 User Management
sorry -- cannot open write fifo
We regret but your 192.168.0.37 confirmation attempt failed.
Please contact info(a)iptel.org for further assistance.
How to solve this problem??
Thanks!
Miklos
----- Original Message -----
From: "Andrei Pelinescu-Onciul" <pelinescu-onciul(a)fokus.fraunhofer.de>
To: "listas iPfone" <listas(a)ipfone.com.br>
Cc: <serusers(a)lists.iptel.org>
Sent: Thursday, December 18, 2003 11:03 AM
Subject: Re: [Serusers] SER AND ASTERISK
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