<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Hello All,

I am doing users registration inside opensips(3.2.5). and using  a Yealink
SIP-T46U ip phone.
I have registered 101 users in both the devices and enabled  *"call
shared appearance"* inside IP-PHONE devices.

Case:1
When an incoming call is received inside openips from carrier ip we relay it to
end users which is registered inside opensips. when a call answered by one
of the subscribers-> after that call is put on hold initiated by the
subscriber.

while putting call hold, other subscribers IP-phones (lights red) not
blinking. For that I have used the *"**presence_callinfo"* module , and
executed *sca_set_called _line();* function. and received an error message
like *opensips[441950]: ERROR:presence_callinfo:sca_set_line: missing or bogus Call-Info header in INVITE*
Can anyone suggest to me why phone devices are not blinking and Here is the
my configuration</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">When we received the first invite from the carrier provider we don;t have call-info headers and that function seemed to be looking for a call-info header.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><pre style="white-space:pre-wrap">after that contact carrier provider and ask the please add it call-info headers , then after adding that headers we will receive error message like<pre style="white-space:pre-wrap">like *"**used line <sip:<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">105 at wse.we.domain.com</a>:5660
<<a href="http://sip:105@wse.we.domain.com:5660/" target="_blank">sip:105@wse.we.domain.com:5660</a>> not found in hash. Using without
seizing?"*</pre>
loadmodule "presence.so"
loadmodule "presence_xml.so"
loadmodule "presence_mwi.so"
loadmodule "presence_dialoginfo.so"
loadmodule "presence_callinfo.so"
loadmodule "presence_xcapdiff.so"
loadmodule "presence_dfks.so"
loadmodule "xcap.so"
loadmodule "pua.so"
loadmodule "pua_dialoginfo.so"
loadmodule "pua_mi.so"

if (is_method("INVITE") and !has_totag()) {
                sca_set_called_line();
        }


I have written above code inside initial request route.</pre></pre><div><br></div>-- <br><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><div><div dir="ltr"><span style="font-family:verdana,sans-serif"><font color="#444444"><b>Regards,<br>Ankit vasava<br></b></font></span><div style="margin-bottom:7px"><span style="font-family:verdana,sans-serif"><span style="letter-spacing:1.3px">Sr. VoIP Developer</span></span></div><div> <table dir="ltr" style="table-layout:fixed;font-size:10pt;font-family:arial,sans,sans-serif" width="16" height="7" cellspacing="0" cellpadding="0"></table></div><div><span style="color:rgb(68,68,68)"><font face="arial, helvetica, sans-serif"><span style="font-size:12px"><b>Phone:      </b>+91-9879491525</span></font></span></div><div><span style="color:rgb(68,68,68)"><span style="font-size:12px"><font face="arial, helvetica, sans-serif"><b>Skype:       </b>ankit.vasava</font></span></span></div><div style="font-size:12.8px"><span><a href="Http://in.linkedin.com/in/ankitvasava" target="_blank">Http://in.linkedin.com/in/ankitvasava</a></span></div><div style="font-size:12.8px"><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif"><span style="font-size:12px"><br></span></font></span></div><br></div></div></span><br>  </div></div></div></div></div>