Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Missing lines copying data from console to vi


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
larclap at yahoo.com
Guest





PostPosted: Thu Jun 04, 2009 12:04 pm    Post subject: [Freeswitch-users] Missing lines copying data from console t Reply with quote

I want to copy the results of a siptrace captured on the fs console to a file. The console is running on a Gnome terminal. I highlight the text I want to copy in the fs console, open a vi session in insert mode, and paste the text. However, the text is not pasted as I copied it – it is missing characters/lines.

I know I am doing something wrong. Is there another way to save siptraces to a file? Redirection doesn’t work.

sofia profile internal siptrace on is the command I use.

Thanks Lars
Back to top
jim at evolutiontel.net
Guest





PostPosted: Thu Jun 04, 2009 6:20 pm    Post subject: [Freeswitch-users] Missing lines copying data from console t Reply with quote

Not that this helps your question directly. Using a putty terminal
from windows allows the data to be copied correctly from console
sessions.



On Fri, Jun 5, 2009 at 2:59 AM, Lars Zeb <larclap@yahoo.com> wrote:
Quote:
I want to copy the results of a siptrace captured on the fs console to a
file. The console is running on a Gnome terminal. I highlight the text I
want to copy in the fs console, open a vi session in insert mode, and paste
the text. However, the text is not pasted as I copied it – it is missing
characters/lines.



I know I am doing something wrong. Is there another way to save siptraces to
a file? Redirection doesn’t work.



sofia profile internal siptrace on is the command I use.



Thanks Lars

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
larclap at yahoo.com
Guest





PostPosted: Thu Jun 04, 2009 8:40 pm    Post subject: [Freeswitch-users] Missing lines copying data from console t Reply with quote

Does this mean that I must start fs from the putty terminal, or can I attach
to an already running instance via putty?

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Jim
Burke
Sent: Thursday, June 04, 2009 4:19 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Missing lines copying data from console to
vi

Not that this helps your question directly. Using a putty terminal
from windows allows the data to be copied correctly from console
sessions.



On Fri, Jun 5, 2009 at 2:59 AM, Lars Zeb <larclap@yahoo.com> wrote:
Quote:
I want to copy the results of a siptrace captured on the fs console to a
file. The console is running on a Gnome terminal. I highlight the text I
want to copy in the fs console, open a vi session in insert mode, and
paste
Quote:
the text. However, the text is not pasted as I copied it - it is missing
characters/lines.



I know I am doing something wrong. Is there another way to save siptraces
to
Quote:
a file? Redirection doesn't work.



sofia profile internal siptrace on is the command I use.



Thanks Lars

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
dujinfang at gmail.com
Guest





PostPosted: Thu Jun 04, 2009 8:40 pm    Post subject: [Freeswitch-users] Missing lines copying data from console t Reply with quote

try this:

copy the text
open a new terminal
cat > siptrace.txt
paste the text
press [Enter]
press [Ctrl] + d





On Jun 5, 2009, at 12:59 AM, Lars Zeb wrote:
Quote:
I want to copy the results of a siptrace captured on the fs console to a file. The console is running on a Gnome terminal. I highlight the text I want to copy in the fs console, open a vi session in insert mode, and paste the text. However, the text is not pasted as I copied it – it is missing characters/lines.

I know I am doing something wrong. Is there another way to save siptraces to a file? Redirection doesn’t work.

sofia profile internal siptrace on is the command I use.

Thanks Lars

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
jim at evolutiontel.net
Guest





PostPosted: Thu Jun 04, 2009 8:52 pm    Post subject: [Freeswitch-users] Missing lines copying data from console t Reply with quote

After logging into my linux box using putty. I then change directory
the the ~/freeswitch/bin directory and run ./fs_cli

You can, but you don't need to start FS from the putty terminal. We
run ours as a background process.

On Fri, Jun 5, 2009 at 11:38 AM, Lars Zeb <larclap@yahoo.com> wrote:
Quote:
Does this mean that I must start fs from the putty terminal, or can I attach
to an already running instance via putty?

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Jim
Burke
Sent: Thursday, June 04, 2009 4:19 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Missing lines copying data from console to
vi

Not that this helps your question directly.  Using a putty terminal
from windows allows the data to be copied correctly from console
sessions.



On Fri, Jun 5, 2009 at 2:59 AM, Lars Zeb <larclap@yahoo.com> wrote:
Quote:
I want to copy the results of a siptrace captured on the fs console to a
file. The console is running on a Gnome terminal. I highlight the text I
want to copy in the fs console, open a vi session in insert mode, and
paste
Quote:
the text. However, the text is not pasted as I copied it - it is missing
characters/lines.



I know I am doing something wrong. Is there another way to save siptraces
to
Quote:
a file? Redirection doesn't work.



sofia profile internal siptrace on is the command I use.



Thanks Lars

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
larclap at yahoo.com
Guest





PostPosted: Fri Jun 05, 2009 8:06 am    Post subject: [Freeswitch-users] Missing lines copying data from console t Reply with quote

Thanks, Jim, that advice really helped in more ways than I asked for. Lars

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Jim
Burke
Sent: Thursday, June 04, 2009 6:52 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Missing lines copying data from console to
vi

After logging into my linux box using putty. I then change directory
the the ~/freeswitch/bin directory and run ./fs_cli

You can, but you don't need to start FS from the putty terminal. We
run ours as a background process.

On Fri, Jun 5, 2009 at 11:38 AM, Lars Zeb <larclap@yahoo.com> wrote:
Quote:
Does this mean that I must start fs from the putty terminal, or can I
attach
Quote:
to an already running instance via putty?

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Jim
Burke
Sent: Thursday, June 04, 2009 4:19 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Missing lines copying data from console to
vi

Not that this helps your question directly.  Using a putty terminal
from windows allows the data to be copied correctly from console
sessions.



On Fri, Jun 5, 2009 at 2:59 AM, Lars Zeb <larclap@yahoo.com> wrote:
Quote:
I want to copy the results of a siptrace captured on the fs console to a
file. The console is running on a Gnome terminal. I highlight the text I
want to copy in the fs console, open a vi session in insert mode, and
paste
Quote:
the text. However, the text is not pasted as I copied it - it is missing
characters/lines.



I know I am doing something wrong. Is there another way to save siptraces
to
Quote:
a file? Redirection doesn't work.



sofia profile internal siptrace on is the command I use.



Thanks Lars

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services