Displaying 6 results from an estimated 6 matches for "inthi".
Did you mean:
inti
2007 Mar 29
1
FW: REG : H.323 Configurations with Asterisk
...munity. I have some queries. Please
guide me on the following :
1)I want to configure H.323 softphones, How do I do that ? I am
using the Asterisk windows versio 0.60.There is no chan_h.323.so file
.Also there are no help files or documents for configuring h.323
softphones. Can someone guide me inthis regard ?
2)And I want to know how the supplementary features for the
H.323 like Transfer,hold and forward are handled in Asterisk. Is that
part of the OpenH323 library or the Asterisk takes care of them.
Regards,
Anisha
2003 Jul 10
1
Add a legend to a pairs plot??
All,
Can someone tell me if it is possible to add a legend to a plot produced
with pairs()?
I have an example akin to plotting the iris data given in the pairs help
and would like to show what the symbols refer to somewhere.
Thanks.
2010 Oct 28
2
Network card not working after update to 2.6.18-194.17.4.el5
Hello,
the network card of my workstation stopped working after I updated the
kernel to 2.6.18-194.17.4.el5 .
I don't see any specific error messages when booting, and the related
interface is shown as up by ifconfig with its (static) IP address
properly set.
But I cannot reach any other computer or router on the LAN (whereas
other boxes work fine).
Where the network cable is plugged, an
2004 Sep 16
0
[LLVMdev] To APR Or Not To APR. That is the question.
Reid,
Adding APR as one possible implementation of lib/System makes sense,
and is what I originally suggested when I brought up the question of
using APR. In particular, I agree that we want to keep APR or any
other similar layer encapsulated behind lib/System.
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
On Sep 13, 2004, at 10:34 AM, Reid Spencer wrote:
> John,
>
2004 Dec 23
1
where I can find some learning book about asterisk?
...option utrned off in
queues. I have not used any H option but still as an agent if I press "*"
key the user gets disconnected. Somehow it is turned on by
default. Can I turn this option off ???? In my extensions.conf I have
written :
exten => 8000,3,Queue(supportq|t)
plz help me inthis regard ... Thanks !
Usman.
------------------------------
Message: 3
Date: Thu, 23 Dec 2004 16:51:34 -0600
From: Rich Adamson <radamson@routers.com>
Subject: Re: [Asterisk-Users] Voicemail email notification
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-user...
2004 Sep 13
7
[LLVMdev] To APR Or Not To APR. That is the question.
John,
If we were to do this, I don't think that adding it to the LLVM source
base is the right way to go. We would simply use "configure" to find the
library and header files. The moment we put APR into our source base, it
would be out of date. Keeping it up to date would not be fun for anyone
and there's no reason for us to do that. Furthermore, this approach
completely avoids