Displaying 20 results from an estimated 5000 matches similar to: "how to modified virsh's editor forever?"
2016 Dec 28
0
Re: how to modified virsh's editor forever?
Hello dw,
Can you plz try this method and check if it works:
Set the preferred editor in /etc/environment file (to define it globally)
and then restart the session.
You may follow these links for more info on the topic.
Link 1:
https://www.redhat.com/archives/libvirt-users/2014-September/msg00039.html
Link 2:
2014 Sep 16
2
virsh's editor configuration
hi all
where/how to change vim's I presume configuration, one that
virsh uses?
thanks.
P.
2014 Sep 16
0
Re: virsh's editor configuration
On Tue, Sep 16, 2014 at 01:34:37PM +0100, lejeczek wrote:
>hi all
>where/how to change vim's I presume configuration, one that
>virsh uses?
>thanks.
>P.
>
Well, virsh just starts an $EDITOR. Set it up properly and you're
good to go ;)
Martin
2014 Sep 16
2
Re: virsh's editor configuration
On 16/09/14 13:46, Martin Kletzander wrote:
> On Tue, Sep 16, 2014 at 01:34:37PM +0100, lejeczek wrote:
>> hi all
>> where/how to change vim's I presume configuration, one that
>> virsh uses?
>> thanks.
>> P.
>>
>
> Well, virsh just starts an $EDITOR. Set it up properly
> and you're
> good to go ;)
>
> Martin
thanks,
but more
2014 Sep 16
0
Re: virsh's editor configuration
On 09/16/2014 08:15 AM, lejeczek wrote:
>
> On 16/09/14 13:46, Martin Kletzander wrote:
>> On Tue, Sep 16, 2014 at 01:34:37PM +0100, lejeczek wrote:
>>> hi all
>>> where/how to change vim's I presume configuration, one that
>>> virsh uses?
>>> thanks.
>>> P.
>>>
>>
>> Well, virsh just starts an $EDITOR. Set it up
2014 Sep 16
1
Re: [Bulk] Re: virsh's editor configuration
On 16/09/14 15:21, Eric Blake wrote:
> On 09/16/2014 08:15 AM, lejeczek wrote:
>> On 16/09/14 13:46, Martin Kletzander wrote:
>>> On Tue, Sep 16, 2014 at 01:34:37PM +0100, lejeczek wrote:
>>>> hi all
>>>> where/how to change vim's I presume configuration, one that
>>>> virsh uses?
>>>> thanks.
>>>> P.
2007 Aug 11
1
LumenVox Speech Recognition
Hello All,
While looking for solution to solve my Callback DTMF problem, I came
across LumenVox Speech Recognition software.
Has anyone tried out? Need some feedback before I purchase it... Please
help...
Cheers,
Nitesh
2007 May 23
16
WiFi SIP phones
Greetings list,
What are people's experiences with WiFi SIP phones?
When I last looked into them about 18 months ago, they were incredibly expensive, had very limited range and poor battery life. In the end, it worked out much more cost effective to simply use ATAs + DECT cordless phones where there was a requirement for portable devices.
I assume things must have moved on somewhat since
2016 Sep 27
4
VoIP monitoring tools
Hello,
you can have a look on Homer
http://sipcapture.org/
regards
On 27/09/2016 10:39, Gholamreza Sabery wrote:
> Hello,
>
> For service monitoring you can use tools like sipsak in combination
> with Zabix or Zenoss. Also using Zenoss or Zabix you can monitor the
> health of your servers. This way you have both top-down and bottom-up
> monitoring. For monitoring call
2005 Feb 23
4
Vonage <---> Asterisk Working Config!
Hi Nitesh, check out my config that I have for the Faktortel config in
the asterisk@home sourceforge forum, you'll probably be able to work out
how to set it up from there.
Cheers,
Dean
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nitesh
Divecha
Sent: Wednesday, February 23, 2005 4:12 PM
To:
2016 Sep 27
4
VoIP monitoring tools
Hello all,
The question isn't directly related to Asterisk, but I'm looking for
recommendations
for a monitoring tool to monitor the health of Asterisk instances running
in Production.
Ideally, the tool should be able to generate monitoring traffic (OPTIONS
ping or INVITE),
use the response/no response from Asterisk to store the health of an
Asterisk instance running
somewhere in the DB.
2005 Jul 18
5
TDM04B - Takes long to initialize...
Hello All,
I got my TDM04B card installed and configured.
Everything works fine I can receive calls and route to appropriate
extensions.
The only problem I am facing is Slowness.
When I dial the PSTN number which is connected to Zap 1-1 after two
ring it answers and then run the AGI script. What I did was assign it
to a specific extension. So all inbound call on that PSTN number
should
2007 Jun 24
3
Nokia N95 + Dial Plan
Hello All,
Recently I added some Nokia N95 customers and it worked pretty good.
Now the customers are complaining about the dialing rules...
They are used to dialing +12486543210 and +4479XXXXXX for long distance
calls.
Is there anyway to create a "+" sign dial plan which will allow them to
dial a number with "+" sign.
Cheers,
Nitesh
2005 Mar 26
5
Click-to-Talk with Asterisk?
Hi Nitesh,
Take a look at this
http://www.microappliances.com/site/html/index.php?section=Products&page
=clienthowto.php
I've never implemented it though so I would appreciate some feedback on
if it works.
Cheers,
Dean
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nitesh
Divecha
Sent: Saturday,
2016 Apr 13
2
Using Asterisk to route call via an outbound proxy
I'm using chan_sip, I experimented with adding a 'Route' header in the
originate command and used the Dial command like 'SIP/peer/exten', but
problem
is that Request-URI isn't populated correctly.
I'm using Asterisk 13.
Thanks,
Nitesh
On Wed, Apr 13, 2016 at 10:09 PM, Joshua Colp <jcolp at digium.com> wrote:
> Nitesh Bansal wrote:
>
>> Hello,
2017 Jun 20
4
[PATCH v11 4/6] mm: function to offer a page block on the free list
On 20.06.2017 18:44, Rik van Riel wrote:
> On Mon, 2017-06-12 at 07:10 -0700, Dave Hansen wrote:
>
>> The hypervisor is going to throw away the contents of these pages,
>> right? As soon as the spinlock is released, someone can allocate a
>> page, and put good data in it. What keeps the hypervisor from
>> throwing
>> away good data?
>
> That looks like
2017 Jun 20
4
[PATCH v11 4/6] mm: function to offer a page block on the free list
On 20.06.2017 18:44, Rik van Riel wrote:
> On Mon, 2017-06-12 at 07:10 -0700, Dave Hansen wrote:
>
>> The hypervisor is going to throw away the contents of these pages,
>> right? As soon as the spinlock is released, someone can allocate a
>> page, and put good data in it. What keeps the hypervisor from
>> throwing
>> away good data?
>
> That looks like
2007 Jul 19
2
Upgrade Procedure
Hello All,
I would like to upgrade my recently installed Asterisk 1.2.21.1 to
Asterisk 1.4.8?
My OS is CentOS 4.5 with Linux 2.6.9-55.0.2.plus.c4smp #1 SMP Fri Jul 6
05:25:07 EDT 2007 i686 i686 i386 GNU/Linux
Is there any detail step by step procedure to uninstall the current
version and install Asterisk 1.4.8, Zaptel 1.4.4, Libpri 1.4.1, Addons
1.4.2?
Cheers,
Nitesh
2016 Apr 22
2
Dial command for SIP driver with To-header config
Hello,
I'm using the following Dial command syntax:
Dial*(SIP/peer/exten!sip:xyz at xyz.com <sip%3Axyz at xyz.com>*), the SIP URI
after the '!' mark should be set as To-URI in outgoing INVITE
from Asterisk.
It works, but problem is that To-URI formatting is a bit messed up,
It looks as follows:
*sip:sip:xyz at xyz.com <sip%3Asip%3Axyz at xyz.com>*, it seems that Asterisk
2007 Jun 14
4
Que on A2Billing
Hello All,
I got one quick question on A2Billing.
Specs: -
- A2Billing v1.3
- OS CentOS 4.5
- Asterisk 1.2
- Zaptel 1.2
Did the installation and everything is working as it suppose to...
Using the A2Billing documentation, I created the RateCard, SIP Trunks,
and SIP Customers. I was also able to login using XLite Dialer and was
able to call out to my SIP Trunk also.
Now how can I remove the