<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
This is a permissions problem on the /tmp/ser_fifo file.&nbsp; SER's default
permissions don't allow Serweb/Apache/PHP to access the fifo.&nbsp; I fixed
this by creating a new unix group called "serfifo", making the "apache"
user a member of the group, and making the /tmp/ser_fifo file's group
ownership "serfifo", and giving it group read/write permissions.&nbsp; You
can do this by doing a chgrp + chmod in your startup script, or
(better) by using the "group=" and "fifo_mode=" directives in the
ser.cfg file.&nbsp; These directives were somewhat&nbsp; broken in older
releases, but I think they're working in 0.8.12.<br>
<br>
- Jim<br>
<br>
<br>
listas iPfone wrote:<br>
<blockquote type="cite" cite="mid023601c3c56f$95f92240$2900a8c0@ipfone1">
  <pre wrap="">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 <a class="moz-txt-link-abbreviated" href="mailto:info@iptel.org">info@iptel.org</a> for further assistance.

How to solve this problem??

Thanks!

Miklos





----- Original Message ----- 
From: "Andrei Pelinescu-Onciul" <a class="moz-txt-link-rfc2396E" href="mailto:pelinescu-onciul@fokus.fraunhofer.de">&lt;pelinescu-onciul@fokus.fraunhofer.de&gt;</a>
To: "listas iPfone" <a class="moz-txt-link-rfc2396E" href="mailto:listas@ipfone.com.br">&lt;listas@ipfone.com.br&gt;</a>
Cc: <a class="moz-txt-link-rfc2396E" href="mailto:serusers@lists.iptel.org">&lt;serusers@lists.iptel.org&gt;</a>
Sent: Thursday, December 18, 2003 11:03 AM
Subject: Re: [Serusers] SER AND ASTERISK


  </pre>
  <blockquote type="cite">
    <pre wrap="">On Dec 17, 2003 at 18:01, listas iPfone <a class="moz-txt-link-rfc2396E" href="mailto:listas@ipfone.com.br">&lt;listas@ipfone.com.br&gt;</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi All!

I?m trying to run ser as my sip server and asterisk as my pbx in the
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->same machine with acess to pstn.
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">My goal is to have external users registering in ser ( with my dyndns -
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->sipserver.com.br) and redirect the calls to my estensions in asterisk.
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">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?

      </pre>
    </blockquote>
    <pre wrap="">Either start ser with: ser -l  192.168.0.31   [...]
or add listen= 192.168.0.31  in ser.cfg.

Andrei

    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="78">-- 
+---------------------------------------------------------------------------+
|         Jim Burwell - Sr. Systems/Network/Security Engineer, JSBC         |
+---------------------------------------------------------------------------+
| "I never let my schooling get in the way of my education." - Mark Twain   |
| "UNIX was never designed to keep people from doing stupid things, because |
|  that policy would also keep them from doing clever things." - Doug Gwyn  |
| "Cool is only three letters away from Fool" - Mike Muir, Suicyco          |
| "..Government in its best state is but a necessary evil; in its worst     |
|  state an intolerable one.." - Thomas Paine, "Common Sense" (1776)        |
+---------------------------------------------------------------------------+
|   Email:  <a class="moz-txt-link-abbreviated" href="mailto:jimb@jsbc.cc">jimb@jsbc.cc</a>                              ICQ UIN:  1695089     |
+---------------------------------------------------------------------------+
|  Reply problems ?  Turn off the "sign" function in email prog.  Blame MS. |
+---------------------------------------------------------------------------+
</pre>
</body>
</html>