[asterisk-bugs] [Asterisk 0017992]: Spontaneous reboots on asterisk 1.6.2.11 !!

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Sep 15 04:43:38 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17992 
====================================================================== 
Reported By:                jonaskellens
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17992
Category:                   General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.11 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-09-14 13:24 CDT
Last Modified:              2010-09-15 04:43 CDT
====================================================================== 
Summary:                    Spontaneous reboots on asterisk 1.6.2.11 !!
Description: 
I am not restarting or reloading Asterisk, but it does it on its own !!

PBX Core settings
-----------------
  Version:                     1.6.2.11
  Build Options:               LOADABLE_MODULES
  Maximum calls:               Not set
  Maximum open file handles:   Not set
  Verbosity:                   25
  Debug level:                 0
  Maximum load average:        0.000000
  Minimum free memory:         0 MB
  Startup time:                13:25:30
  Last reload time:            13:25:30


PBX Core settings
-----------------
  Version:                     1.6.2.11
  Build Options:               LOADABLE_MODULES
  Maximum calls:               Not set
  Maximum open file handles:   Not set
  Verbosity:                   25
  Debug level:                 0
  Maximum load average:        0.000000
  Minimum free memory:         0 MB
  Startup time:                19:52:14
  Last reload time:            19:52:14

Is this a really really major bug ?!

====================================================================== 

---------------------------------------------------------------------- 
 (0126975) jonaskellens (reporter) - 2010-09-15 04:43
 https://issues.asterisk.org/view.php?id=17992#c126975 
---------------------------------------------------------------------- 
Asterisk seems to have problems with the following :

[Sep 15 11:16:32]     -- Goto (azura,pbx,1)
[Sep 15 11:16:32]     -- Executing [pbx at azura:1]
NoOp("SIP/INTERTELin-00000000", "3252480333 = pbx formule") in new stack
[Sep 15 11:16:32]     -- Executing [pbx at azura:2]
Set("SIP/INTERTELin-00000000", "CDR(accountcode)=AZURAin") in new stack
[Sep 15 11:16:32]     -- Executing [pbx at azura:3]
Set("SIP/INTERTELin-00000000", "BRON="473555006" <473555006>") in new
stack
[Sep 15 11:16:32]     -- Executing [pbx at azura:4]
Goto("SIP/INTERTELin-00000000", "vakantie") in new stack
[Sep 15 11:16:32]     -- Goto (azura,pbx,5)
[Sep 15 11:16:32]     -- Executing [pbx at azura:5]
Macro("SIP/INTERTELin-00000000", "vakantie,58") in new stack
[Sep 15 11:16:32]     -- Executing [s at macro-vakantie:1]
MYSQL("SIP/INTERTELin-00000000", "Connect connid localhost username passwd
AsteriskHosted") in new stack
[Sep 15 11:16:32]     -- Executing [s at macro-vakantie:2]
MYSQL("SIP/INTERTELin-00000000", "Query resultid 1 SELECT ast1 , ast2 , na
, naID FROM vakantiedata where ID=58") in new stack
vps2301*CLI>
Disconnected from Asterisk server
[Sep 15 11:16:32] Executing last minute cleanups


This is the dialplan :

[macro-vakantie]
exten => s,1,MYSQL(Connect connid localhost username passwd
AsteriskHosted)
exten => s,n,MYSQL(Query resultid ${connid} SELECT ast1 , ast2 , na , naID
FROM vakantiedata where ID=${ARG1})
exten => s,n,MYSQL(Fetch fetchid ${resultid} AST1 AST2 NA naID )
exten => s,n,NoOp(vakantie-ast1 = ${AST1} vakantie-ast2 = ${AST2} na =
${NA} naID = ${naID})
exten => s,n,MYSQL(Clear ${resultid})
exten => s,n,MYSQL(Disconnect ${connid})

exten => s,n,NoOp(fetchid = ${fetchid})
exten => s,n,GoToIf($["${fetchid}"=="0"]?exit)

exten => s,n,NoOp()
exten => s,n,GoToIfTime(${AST1}?opvakantie)
exten => s,n,GoToIfTime(${AST2}?opvakantie)

exten => s,n(exit),NoOp()
exten => s,n,Set(vakantieresult=continue)
exten => s,n,MacroExit

exten => s,n(opvakantie),NoOp(op vakantie !)
exten => s,n,GoToIf($["${NA}"="hangup"]?hangup:route)


Anything abnormal ? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-09-15 04:43 jonaskellens   Note Added: 0126975                          
======================================================================




More information about the asterisk-bugs mailing list