[asterisk-bugs] [JIRA] (ASTERISK-21408) Assertion failures while using res_odbc with ICE support in res_rtp_asterisk
Private Name (JIRA)
noreply at issues.asterisk.org
Tue May 7 18:10:38 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=206182#comment-206182 ]
Private Name edited comment on ASTERISK-21408 at 5/7/13 6:09 PM:
-----------------------------------------------------------------
My last trace shows a typical crash about 5 minutes into operations.
I am uploding my dialplan
the global variable 'data' has
data=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
I keep getting the number from the fron and the I stick it the back. Then I dial using that number, because my accounts as written in xmpp.conf are named like this
[google29]
type=client
serverhost=talk.google.com
username=VAVAVAVAVA at gmail.com
secret=XXXXX
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage="Asterisk"
timeout=5
priority=1
was (Author: falves11):
My last trace shows a typical crash about 5 minutes into operations.
This my dialplan
Context 'onsite' created by 'pbx_config' ]
'_X.' => 1. GotoIf($["${EXTEN}" = "15000"]?music,${EXTEN},1) [pbx_config]
2. Set(H=1) [pbx_config]
3. Verbose(0,${EXTEN} Calls ${GROUP_COUNT(trunkgroup1)}) [pbx_config]
[door] 4. GotoIf($[${LOCK(mutexa)}=1]?:salida) [pbx_config]
5. Set(var=${POP(GLOBAL(data))}) [pbx_config]
6. Set(GLOBAL(data)=${var},${GLOBAL(data)}) [pbx_config]
7. Set(R=${UNLOCK(mutexa)}) [pbx_config]
8. Set(Target=Motif/google${var}/${EXTEN:-11}@voice.google.com) [pbx_config]
9. Dial(${Target},,r) [pbx_config]
[salida] 10. Hangup() [pbx_config]
the global variable 'data' has
data=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
I keep getting the number from the fron and the I stick it the back. Then I dial using that number, because my accounts as written in xmpp.conf are named like this
[google29]
type=client
serverhost=talk.google.com
username=VAVAVAVAVA at gmail.com
secret=XXXXX
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage="Asterisk"
timeout=5
priority=1
> Assertion failures while using res_odbc with ICE support in res_rtp_asterisk
> ----------------------------------------------------------------------------
>
> Key: ASTERISK-21408
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21408
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_odbc, Resources/res_rtp_asterisk
> Affects Versions: 11.3.0
> Environment: debian 64
> Reporter: Private Name
> Severity: Critical
> Attachments: backtrace1.txt, backtrace.txt, backtrace.txt, backtrace.txt, rtp.conf
>
>
> I start to dial and it crashes always.
> I am uploading the trace.
> After reading the trace, my guess the culprit is res_odbc.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list