[Freeswitch-users] skypopen call disconnection after some time ?

Giovanni Maruzzelli gmaruzz at gmail.com
Mon Apr 20 10:51:38 MSD 2015


Skype client is known to close socket if the call quality degrades, eg:
poor network from one of the two callers, etc

You know, when your skype call is dropped... Maybe one of the parties got
some network glitches or other disturbances...

There is nothing you can do, except keep sure your side of network and cpu
is ok, and hope the other side is ok too.

Btw, I would suggest not to go over a load of 2 for the 1 minute average
(the first value in uptime) on a two core machine, just to be on safe side


On Mon, Apr 20, 2015 at 8:40 AM, Shabbir abbasi <shabbirabbasi92 at gmail.com>
wrote:

> i have not notice this before  but i have a perl script to moniter cpu
> load and log if greater then 5.0
>
> *my $cpuload_limit = "5.0";*
> $cpuload = `uptime |awk -F 'load average:' ' {print \$2}'| awk -F '[ ]'  '
> {print \$2}' | awk '{gsub(",", "");print \$1}' `;
> print  "RESULT of uptime: $cpuload\n" ;
> if ( $cpuload > $cpuload_limit ){
>
> open FILE,  "+>>/root/Desktop/alert.log" or die $!;
> $cpuload_result =  ltime() . "  CPU  LOAD is $cpuload ! \n\n";
> print FILE  $cpuload_result;
> close FILE;
>
> and now i will try to moniter manually by top command
>
> On Mon, Apr 20, 2015 at 11:25 AM, Giovanni Maruzzelli <gmaruzz at gmail.com>
> wrote:
>
>> do you see anything unusual when skype client close the socket? High load
>> on machine?
>> How many skype calls are affected? (eg: 10% or 90% ?)
>> Anything else that can give more info ?
>>
>> On Mon, Apr 20, 2015 at 8:15 AM, Shabbir abbasi <
>> shabbirabbasi92 at gmail.com> wrote:
>>
>>> dell optiplex 755 dual core 2.66ghz 4gb ram
>>> centos 6.6
>>> uname -a
>>> Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686 #1 SMP Tue May 13
>>> 13:58:39 EDT 2014 i686 i686 i386 GNU/Linux
>>> FreeSWITCH (Version 1.4.6  32bit)
>>> skype 4.3.0.37
>>> 6 skype interfaces on display 101 to 106
>>> all skype inbound calls forwarded to asterisk on 127.0.0.1 and then
>>> routed to destination via chan_dongle(3g modem)
>>>
>>> On Mon, Apr 20, 2015 at 9:39 AM, Giovanni Maruzzelli <gmaruzz at gmail.com>
>>> wrote:
>>>
>>>> Shabir,
>>>>
>>>> Can you give more info?
>>>>
>>>> Plsease describe your entire installation, what system, architectire,
>>>> machine, how many skypepopen, how many calls, where they go, etc etc
>>>>
>>>> With the little info you gave, the only thing is: skupe client closed
>>>> tcp socket.
>>>>
>>>> -giovanni
>>>>
>>>> sent from my mobile,
>>>> Giovanni Maruzzelli
>>>> cell: +39 347 266 56 18
>>>> On Apr 20, 2015 5:19 AM, "Shabbir abbasi" <shabbirabbasi92 at gmail.com>
>>>> wrote:
>>>>
>>>>> thanks for reply Giovani
>>>>> it is hapening daily
>>>>>
>>>>> > "maybe a timer at ten minutes? "
>>>>> i have not configured any timer
>>>>>
>>>>> all calls are skype inbound calls,
>>>>> time is diffrint between 200 seconds to 1800 seconds
>>>>>
>>>>> On Mon, Apr 20, 2015 at 3:27 AM, Giovanni Maruzzelli <
>>>>> gmaruzz at gmail.com> wrote:
>>>>>
>>>>>> skype client closed socket to FreeSWITCH.
>>>>>> (maybe a timer at ten minutes? maybe a skypeout call was terminated
>>>>>> from a skypeout timer? was little after 600 seconds...)
>>>>>>
>>>>>> -giovanni
>>>>>>
>>>>>> On Sun, Apr 19, 2015 at 10:39 PM, Shabbir abbasi <
>>>>>> shabbirabbasi92 at gmail.com> wrote:
>>>>>>
>>>>>>>  this call was disconnected  dont know why ??
>>>>>>> 2015-04-20 00:27:50.233170 [DEBUG] skypopen_protocol.c:207
>>>>>>> [1.4.6~32bit ] [DEBUG_SKYPE  207  ][skype105       ][UP,INPROGRS] READING:
>>>>>>> |||CALL 5005997 DURATION 602|||
>>>>>>> skypopen_protocol.c:1082    [1.4.6~32bit ] [DEBUG_SKYPE  1082
>>>>>>> ][skype105       ][UP,INPROGRS] CLOSED
>>>>>>>
>>>>>>> skypopen_protocol.c:1097    [1.4.6~32bit ] [DEBUG_SKYPE  1097
>>>>>>> ][skype105       ][UP,INPROGRS] Skype incoming audio GONE
>>>>>>> [skype105       ][UP,INPROGRS] len=-1, error: Broken pipe
>>>>>>> [skype105       ][UP,INC_HNG] Skype outbound audio GONE
>>>>>>> [skype105       ][UP,INC_HNG] outbound audio server (I am it) EXITING
>>>>>>>
>>>>>>> [skype105       ][UP,INC_HNG] incoming audio (read) server (I am it)
>>>>>>> EXITING
>>>>>>>  [DEBUG_SKYPE  207  ][skype105       ][UP,INC_HNG] READING: |||CALL
>>>>>>> 5005997 DURATION 603|||
>>>>>>> [DEBUG_SKYPE  1441 ][skype105       ][UP,INC_HNG] skype call ended
>>>>>>>
>>>>>>> any idea  ???
>>>>>>>
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://confluence.freeswitch.org
>>>>>>> http://www.cluecon.com
>>>>>>>
>>>>>>> FreeSWITCH-users mailing list
>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> http://www.freeswitch.org
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Sincerely,
>>>>>>
>>>>>> Giovanni Maruzzelli
>>>>>> Cell : +39-347-2665618
>>>>>>
>>>>>>
>>>>>> _________________________________________________________________________
>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>> consulting at freeswitch.org
>>>>>> http://www.freeswitchsolutions.com
>>>>>>
>>>>>> Official FreeSWITCH Sites
>>>>>> http://www.freeswitch.org
>>>>>> http://confluence.freeswitch.org
>>>>>> http://www.cluecon.com
>>>>>>
>>>>>> FreeSWITCH-users mailing list
>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>> UNSUBSCRIBE:
>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>> http://www.freeswitch.org
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:
>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>> http://www.freeswitch.org
>>>>>
>>>>
>>>>
>>>> _________________________________________________________________________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://confluence.freeswitch.org
>>>> http://www.cluecon.com
>>>>
>>>> FreeSWITCH-users mailing list
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:
>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>> http://www.freeswitch.org
>>>>
>>>
>>>
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>
>>
>>
>> --
>> Sincerely,
>>
>> Giovanni Maruzzelli
>> Cell : +39-347-2665618
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Sincerely,

Giovanni Maruzzelli
Cell : +39-347-2665618
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150420/15c37f34/attachment.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list