[asterisk-bugs] [JIRA] (ASTERISK-20590) Frequent outgoing gtalk failure resulting in 100% CPU usage

Aaron Sells (JIRA) noreply at issues.asterisk.org
Sun Oct 28 16:35:18 CDT 2012


    [ https://issues.asterisk.org/jira/browse/ASTERISK-20590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=198949#comment-198949 ] 

Aaron Sells commented on ASTERISK-20590:
----------------------------------------

Yes, I mean trunk:

{quote}
URL: http://svn.asterisk.org/svn/asterisk/trunk
Repository Root: http://svn.asterisk.org/svn/asterisk
Repository UUID: f38db490-d61c-443f-a65b-d21fe96a405b
Revision: 375271
Node Kind: directory
Schedule: normal
Last Changed Author: jrose
Last Changed Rev: 375249
Last Changed Date: 2012-10-18 17:49:24 -0400 (Thu, 18 Oct 2012)
{quote}

I'm also aware that chan_gtalk is deprecated.  However, since I have yet to make a successful google voice call using chan_motif, a functional chan_gtalk is a must for me.
                
> Frequent outgoing gtalk failure resulting in 100% CPU usage
> -----------------------------------------------------------
>
>                 Key: ASTERISK-20590
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20590
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_gtalk
>    Affects Versions: SVN
>         Environment: Ubuntu 12.04, 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Aaron Sells
>            Assignee: Aaron Sells
>
> Outgoing gtalk calls are frequently failing and end up causing asterisk to use 100% of the CPU. The failed gtalk channel persists in a ringing state until manually hungup (CLI> channel request hangup ...).  CPU usage returns to normal after the channel is hungup.
> {code}
> [2012-10-20 18:25:59] NOTICE[20307] chan_gtalk.c: Remote peer reported an error, trying to establish the call anyway
> [2012-10-20 18:25:59] NOTICE[20307] chan_gtalk.c: Ignoring duplicate call setup on SID 464b8ba140fe824b
> [2012-10-20 18:25:59] VERBOSE[20307] res_jabber.c:
> JABBER: XXXXXXXXXX OUTGOING: <iq type='result' from='XXXXXXXXXX at gmail.com/Talk035182CE' to='+1YYYYYYYYYY at voice.google.com/srvres-MTAuMjI3LjI3LjE5OTo5ODUw' id='aaaad'><error type='cancel'><out-of-order/></error></iq>
> [2012-10-20 18:25:59] VERBOSE[21382][C-00000000] app_dial.c: -- Local/1YYYYYYYYYY at gvoice-XXXXXXXXXX-00000001;1 is ringing
> [2012-10-20 18:25:59] VERBOSE[21351][C-00000000] app_dial.c: -- Local/YYYYYYYYYY at from-internal-00000000;1 is ringing
> [2012-10-20 18:25:59] VERBOSE[20307] res_jabber.c:
> JABBER: XXXXXXXXXX INCOMING: <iq from="+1YYYYYYYYYY at voice.google.com/srvres-MTAuMjI3LjI3LjE5OTo5ODUw" to="XXXXXXXXXX at gmail.com/Talk035182CE" type="error" id="aaaae"><session type="candidates" id="464b8ba140fe824b" initiator="XXXXXXXXXX at gmail.com/Talk035182CE" xmlns="http://www.google.com/session"><candidate name="rtp" address="192.168.10.100" port="11222" username="51864e7a12554dac" password="31e35afd3c445503" preference="1.00" protocol="udp" type="local" network="0" generation="0"/><transport xmlns="http://www.google.com/transport/p2p"/></session><error code="503" type="cancel"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/><text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">status=APPLICATION_ERROR</text></error></iq>
> [2012-10-20 18:25:59] NOTICE[20307] chan_gtalk.c: Remote peer reported an error, trying to establish the call anyway
> [2012-10-20 18:25:59] VERBOSE[20307] res_jabber.c:
> JABBER: XXXXXXXXXX OUTGOING: <iq type='result' from='XXXXXXXXXX at gmail.com/Talk035182CE' to='+1YYYYYYYYYY at voice.google.com/srvres-MTAuMjI3LjI3LjE5OTo5ODUw' id='aaaae'/>
> [2012-10-20 18:26:01] WARNING[21382][C-00000000] channel.c: Exceptionally long voice queue length queuing to Local/1YYYYYYYYYY at gvoice-XXXXXXXXXX-00000001;2
> [2012-10-20 18:26:02] WARNING[21382][C-00000000] channel.c: Exceptionally long voice queue length queuing to Local/1YYYYYYYYYY at gvoice-XXXXXXXXXX-00000001;2
> [2012-10-20 18:26:03] WARNING[21382][C-00000000] channel.c: Exceptionally long voice queue length queuing to Local/1YYYYYYYYYY at gvoice-XXXXXXXXXX-00000001;2
> [2012-10-20 18:26:05] WARNING[21382][C-00000000] channel.c: Exceptionally long voice queue length queuing to Local/1YYYYYYYYYY at gvoice-XXXXXXXXXX-00000001;2
> [2012-10-20 18:26:06] WARNING[21382][C-00000000] channel.c: Exceptionally long voice queue length queuing to Local/1YYYYYYYYYY at gvoice-XXXXXXXXXX-00000001;2
> {code}
> {code}
> exten => _X.,1,Dial(Gtalk/XXXXXXXXXX/+${EXTEN}@voice.google.com)
> exten => _X.,n,Noop(GVoice Call to ${EXTEN} failed)
> exten => h,1,Macro(hangupcall,)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list