<div dir="ltr"><div dir="ltr" style="font-size:12.8000001907349px">Hey guys,<div><br></div><div>thanks for your effort.</div><div>I just replicated the typical problem: the problem sits in front of the monitor.</div><div>(And I am so glad that my systems are not in production).</div><div><br></div><div>The issue was that "register =>" is *only* allowed in the [general]-section.</div><div>But since I like a precise and clean configuration I put it like this:</div><div><br></div><div>[general]</div><div>register => SIP1</div><div>[SIP1]<br></div><div>...</div><div><br></div><div>register => SIP2</div><div>[SIP2]</div><div>...</div><div><br></div><div>And then the second register is ignored as it is not in [general].</div><div>However, no error messages are thrown...</div><div><br></div><div>Best regards and a happy weekend!</div></div><div class="gmail_extra" style="font-size:12.8000001907349px"><br clear="all"><div>---<br>Dennis Guse</div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">---<br>Dennis Guse</div></div>
<br><div class="gmail_quote">On Wed, Mar 18, 2015 at 10:19 PM, Joshua Colp <span dir="ltr"><<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">Dennis Guse wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey,<br>
<br>
I am running default Asterisk 11.16.0 on a FreeBSD-Machine.<br>
I need to register to several other SIP-Services (actually 3):<br>
<br>
short sip.conf<br>
<br>
register => XX@a<br>
register => XX@b<br>
register => XX@c<br>
<br>
If I remember correctly this worked quite well, but I now checked the<br>
system again and it is only obeying the first register statement.<br>
"sip show registry" only reports the first entry and if I reorder them,<br>
this effect stays the same.<br>
<br>
Did something changed recently in the parsing code for sip.conf or so?<br>
</blockquote>
<br></div></div>
Nope, and I'd expect we'd be seeing many bug reports if something like this was occurring.<br>
<br>
I just did this in my general section in 11:<br>
register => meh@tacos<br>
register => hola@bob<br>
register => yolo@dave<br>
<br>
And confirmed they appeared as expected:<br>
Host                                    dnsmgr Username       Refresh State                Reg.Time<br>
dave:5060                               N      yolo               120 Request Sent<br>
bob:5060                                N      hola               120 Request Sent<br>
tacos:5060                              N      meh                120 Request Sent<br>
<br>
Does anything show up on the console when chan_sip is loaded?<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Joshua Colp<br>
Digium, Inc. | Senior Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
-- <br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</font></span></blockquote></div><br></div>