Hello everyone,<br><br>I am trying to add a gateway, but after configuring it just like the others gateways I have, it is failing to register with a message like this:<br><br>2009-09-29 12:54:40.853440 [ERR] sofia_reg.c:1402 orange Registration Failed with status Operation has no matching challenge  [904]. failure #1<br>


2009-09-29 12:54:40.906798 [WARNING] sofia_reg.c:364 orange Failed Registration, setting retry to 10 seconds.<br><br>I captured the sip traffic and noticed that when trying to register with one gateway (the one that works), I get a &quot;Trying&quot; reply immediately followed by a &quot;401 Unauthorized&quot; which contains a &quot;WWW-Authenticate: digest&quot; with a &quot;qop=auth&quot; parameter. Then Freeswitch replies with a second REGISTER including a large &quot;Authorization: digest&quot; section with cnonce and nc=00000001 parameters.<br>

<br>The gateway which doesn&#39;t register, doesn&#39;t send the &quot;qop=auth&quot; parameter together with the &quot;401 Unauthorized&quot;, and then Freeswitch sends a &quot;Authorization: digest&quot; section on the second REGISTER with no cnonce or nc parameters.<br>

<br>I know very little abouth SIP, so I&#39;m wondering what this &quot;qop=auth&quot; parameter means and how does it affect the registration process. Is there any way to do without the qop=auth parameter?<br><br>Also, I tried registering with X-Lite directly to the gateway, and it worked, so it appears to be a problem in the Freeswitch/gateway combination. (Note: X-Lite sends an &quot;Authorization: digest&quot; section on the _first_ REGISTER, apparently this makes a difference)<br>


<br>Attached is a sip trace for the registration traffic when doing &quot;sofia profile external restart reloadxml&quot; on the cli, captured with &quot;tshark -i eth0 -o &quot;rtp.heuristic_rtp: TRUE&quot; -w /tmp/capture.pcap -b filesize:51200 -b files:100 -R &#39;sip or rtp or icmp or dns or rtcp or t38&#39;&quot;<br>

<br>Thanks!<br><br>Nicolas<br><br>
<br><br>