<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m attempting to connect my application to kamailio via the seas module.</p><p class=MsoNormal>Kamailio ver. 5.3.2</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have loaded all the necessary configuration file components.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I start kamailio and everything looks good.  I then start my app server which connects to the loopback ports 5040 and 5041 and send my counted string “servername” to  each connection.  Again everything looks good.  Seas module responds with :   “… EUREKA, we have a new connected AS:  myappserver</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I then send a register request to kamailio.  Request_route calls as_relay_t(myappserver)  and I subsequently get an ERROR – w_as_relay_t(): no processer found for packet dst  xxx.xxx.xxx.xxx:pppp</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>As best as I can figure out from the source….  It looks as if something else needs to be sent to kamailio (from myappserver) in order for a processor_id to be assigned to ‘as->bound_processor[i]</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>My application server is just straight up C  code.  I must be forgetting something or maybe completely off the mark as to how the seas module functions.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Any help would be greatly appreciated.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,</p><p class=MsoNormal>Dan</p><p class=MsoNormal>Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows</p><p class=MsoNormal><o:p> </o:p></p></div></body></html>