Displaying 7 results from an estimated 7 matches for "terrabee".
Did you mean:
larrabee
2003 May 13
0
Health monitoring
...er if its possible to
do or not.
/Chris
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.8-STABLE #0: Sun May 11 14:46:24 CEST 2003
chris@tmp2.terrabee.net:/usr/src/sys/compile/CHRIS
Timecounter "i8254" frequency 1193182 Hz
CPU: Intel Pentium III (799.62-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x686 Stepping = 6
Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,...
2003 Jun 18
3
asterisk -rx under cron?
Hi all,
i would likte to do an "asterisk -rx show channels" regulary from cron and
save the results. Easy it may seem, but when running the command from cron
"sip*CLI> " is the only result.
Even expect seems to have problems with getting results from asterisk.
Is it possible to solve the above problem?
/Chris
2003 Sep 26
0
Strange warnings from chan_zap
Hi all,
so what does these messages that i get once in a while mean?
(Im running with a TE410P)
WARNING[1167306032]: File chan_zap.c, Line 5436 (pri_fixup): Can't fix up channel from 15 to 17 because 17 is already in use
WARNING[1167306032]: File chan_zap.c, Line 6064 (pri_dchannel): Hangup on bad channel 17
WARNING[1167306032]: File chan_zap.c, Line 5436 (pri_fixup): Can't fix up
2004 Jan 22
2
Using varables in MeetMe?
Hi,
Im trying to enable users to enter a conference number and then do a
calculation on this and then send them to the conference. Lokk at this
example:
exten => s,1,Read(room)
exten => s,2,SetVar,"${room}=[${room} + 2000]";
exten => s,3,Meetme($room|pqsd)
What happens is that the conference gets setup and everything, but the
conference number is "$room". Not really
2004 Jan 12
3
MeetMe issues?
Hi all,
i have a setup with chatrooms, several MeetMe conferences wich users can
change inbetween. 10 users maximum in each room.
It seems like when i have more than 40-45 users on the system at the same
time asterisk drops abt 20 and continnues buisness as usual.
Is there anyone else who have run inte this problem? Any solutions?
It would me neat to hear about peoples experiences with MeetMe,
2003 Jun 20
1
Error compiling, is it only mee?
Hi all,
since a couple of days i have been wanting to upgrade Asterisk, but my
system complains. (Se errors below) Since im ripping the cvs version i
guessed that it was something temporary. But it seems persistant.
Is this only me or is it happening to other people?
Anyone who has a workaround?
Or naturally even better, a solution...
Oh, i almost forgot im running:
# uname -a
Linux
2003 Jun 11
3
How do i make best use of Macro?
Hi,
im trying to setup a chat system. And i belive the best way is using an
macro. But a couple of questions regarding using macros pops up.
a) Is there state building up if my macro calls itself recusivly?
Pseudo example:
[macro-chat]
to_many? Macro(chat, next_room)
increase # of users in chat
meeteme(room)
exit from meetme: decrease # of users in chat then Macro(chat, next_room)
exten