Displaying 5 results from an estimated 5 matches for "listen_ip".
2006 Jun 15
1
Broken on upgrade, "Protocol not supported"
...= 24
Fatal: listen(993) failed: Protocol not supported
in function net_listen(...) in src/lib/network.c. My socket programming
is a little rusty, but don't we want an address family of AF_INET or
AF_INET6? Moving up into src/master/main.c I found
set->protocols = imap imaps
set->listen_ip.family = 2
set->listen_port = 143
set->ssl_listen_ip.family = 0
set->ssl_listen_port = 993
These print statements start at line 361, right after
if (set->ssl_listen_ip.family == 0 && set->ssl_listen == NULL)
set->ssl_listen_ip = set-&g...
2014 Jan 16
1
Starpy and Asterisk on different machines ?
Hello,
Is it possible to run Starpy and Asterisk on different machines ?
A quick glance at http://www.vrplumber.com/programming/starpy/ seems to
tell it is possible but Debian's python-starpy package installs Asterisk.
What do you think ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Jan 16
2
Starpy and Asterisk on different machines ? [SOLVED]
...socket servers. You can use starpy as
> a fastagi server.
> Both AMI and FASTAGI can be configured from a .conf file as follow:
>
> [AMI]
> username=ami_user
> secret=ami_pass
> server=asterisk_ami_ip
> port=ami_port
>
> [FastAGI]
> port=listen_port
> interface=listen_ip
>
>
> Hope that will help.
>
>
>
>
> On Thu, Jan 16, 2014 at 10:02 AM, Olivier <oza.4h07 at gmail.com> wrote:
>
>> Hello,
>>
>> Is it possible to run Starpy and Asterisk on different machines ?
>>
>> A quick glance at http://www.vrplumb...
2006 Jan 27
1
gcc 2.95 compile errors
...te_unix_listener':
main.c:101: warning: `fd' might be used uninitialized in this function
dict-process.c:96: warning: `dict_process_listen' defined but not used
master-settings.c:360: warning: missing initializer
master-settings.c:360: warning: (near initialization for
`default_settings.listen_ip')
quota-storage.c: In function `quota_save_init':
quota-storage.c:165: warning: assignment from incompatible pointer type
--
--+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+-
Christopher Wakelin, c.d.wakelin@reading.ac.uk
IT Services Centre...
2007 Mar 28
2
Multiple IP(or Host) listen in dovecot.conf.
Hi.
Does someone make update for `Multiple IP(or Host) listen in
dovecot.conf'?
I made trivial patch so.
But this patch doesn't solve `Support listening in multiple sockets'
in TODO. It appends only the capability as multiple listen in
dovecot.conf. So, `login_processes_count' becomes ambiguous.
In CASE1, login_processes_count = 2, forked imap-login processes are
8.
--
samples