Displaying 1 result from an estimated 1 matches for "all_services".
Did you mean:
all_devices
2004 Jun 07
1
AVM B1 and PTP mode
...0
rxoff 0
rxlen 4
Now, I compiled chan_capi-0.3.3 against Asterisk CVS head (of course with
CFLAGS+=-DUNSTABLE_CVS). And when I start now asterisk, .... it hangs.
With some debugging statements I found out that it hangs right here in
chan_capi.c:
if (Listen(ALL_SERVICES) != 0) {
ast_log(LOG_NOTICE,"unable to listen!\n");
return -1;
}
Any ideas?