Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 8:48 pm
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: How do I monitor call report in ssh putty in real time?
PostPosted: Sun Jul 21, 2013 4:58 pm 
Offline

Joined: Sun Jul 21, 2013 4:54 pm
Posts: 10
Hi all,

I want to do some testing and want to know How do I monitor call report in ssh putty in real time? This is so I can copy the report and forward it to the carrier provider.

What command do I need to use please?

Thanks,
T


Top
 Profile  
 
 Post subject: Re: How do I monitor call report in ssh putty in real time?
PostPosted: Tue Jul 23, 2013 11:02 am 
Offline

Joined: Mon Mar 02, 2009 8:56 pm
Posts: 271
Do you mean you want to see the current active calls?

If so then -

asterisk -rx 'core show channels'

or

asterisk -rx 'sip show channels'


Top
 Profile  
 
 Post subject: Re: How do I monitor call report in ssh putty in real time?
PostPosted: Wed Aug 07, 2013 8:33 pm 
Offline

Joined: Sun Jul 21, 2013 4:54 pm
Posts: 10
Hi bucasia,

Thanks for your response. I mean, when testing new provider, I want to be able to collect the logs of the call to see what is the reason why the call failed. Basically I want to capture the logs and send them to provider support so they can troubleshoot.

Is there any command to watch the calls go through ok or not in real live time? and grabs the logs for troubleshoot purposes? For example, I will have 10 users call in all at once. Suppose, 2 of those users call failed. I want to be able to see the logs for those calls and see why the call get failed.
I tried those command that you gave me, it gave me the active channels and active calls.

Thanks,
T


Top
 Profile  
 
 Post subject: Re: How do I monitor call report in ssh putty in real time?
PostPosted: Mon Sep 23, 2013 8:35 pm 
Offline

Joined: Thu Apr 05, 2012 8:12 am
Posts: 48
Hi T,

I am using wireshark as a background process to capture SIP traces:

1. install wireshark
2. create /traces directory
3. go to this directory
4. run any of these commands:
nohup tshark -ivenet0:0 -b filesize:20000 -x -f udp -zsip,stats -w `hostname`.pcap >> `hostname`-`date +%F`.stats & ls -lhrt - this will capture rtp and SIP signalling, when file size reaches 20MB another file will be created, the red is the interface that you use for capturing

nohup tshark -ivenet0:0 -b filesize:20000 -x -f "udp port 5060" -zsip,stats -w `hostname`.pcap >> `hostname`-`date +%F`.stats & ls -lhrt - this will capture SIP only, it is better if you have low RAM, when file size reaches 20MB another file will be created

after running any of these commands run: ls -lhrt and see if the file size increases

to stop the process run: ps aux | grep tshark "root 24328 0.0 7.6 71532 31336 pts/2 S 18:51"

24328 is the process that you can kill

I hope this helps

Marcin


Top
 Profile  
 
 Post subject: Re: How do I monitor call report in ssh putty in real time?
PostPosted: Sat Dec 20, 2014 7:06 am 
Offline

Joined: Fri Dec 19, 2014 5:05 pm
Posts: 1
Can TLS/SRTP be configured/enabled with a2billing?
I have done TSL/SRTP with Asterisk/FreePBX successfully, but I cannot seem to find how/where to configure transport and encryption for sip settings?





_________________________
**SignaturE**


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 
VoIP Billing solution


All times are UTC


Who is online

Users browsing this forum: No registered users and 14 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group