<p>Mark Petersen has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17913">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_prometheus.c: missing module dependensy<br><br>added res_pjsip_outbound_registration to .requires in AST_MODULE_INFO<br>fixes issue with module crashes on load "FRACK!, Failed assertion"<br><br>ASTERISK-29871<br><br>Change-Id: Ia0f49d048427a40e1b763296b834a52a03610096<br>---<br>M res/res_prometheus.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/17913/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_prometheus.c b/res/res_prometheus.c</span><br><span>index 11b8f02..732c6e4 100644</span><br><span>--- a/res/res_prometheus.c</span><br><span>+++ b/res/res_prometheus.c</span><br><span>@@ -1002,6 +1002,6 @@</span><br><span>     .reload = reload_module,</span><br><span>     .load_pri = AST_MODPRI_DEFAULT,</span><br><span> #ifdef HAVE_PJPROJECT</span><br><span style="color: hsl(0, 100%, 40%);">-        .requires = "res_pjsip",</span><br><span style="color: hsl(120, 100%, 40%);">+    .requires = "res_pjsip,res_pjsip_outbound_registration",</span><br><span> #endif</span><br><span> );</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17913">change 17913</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/17913"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: Ia0f49d048427a40e1b763296b834a52a03610096 </div>
<div style="display:none"> Gerrit-Change-Number: 17913 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Mark Petersen <bugs.digium.com@zombie.dk> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>