<DIV>hello richard,</DIV>
<DIV>&nbsp;</DIV>
<DIV>what registration do you mean ? is it the useragent registration to the server</DIV>
<DIV>&nbsp;</DIV>
<DIV>if it is so . then the answer is user agent ( xlite softphone ) is registring well .</DIV>
<DIV>&nbsp;</DIV>
<DIV>if you mean that cpl script registration to the server then i have seen in debug </DIV>
<DIV>&nbsp;</DIV>
<DIV>mode that the server is accepting the script file and checking whether the </DIV>
<DIV>&nbsp;</DIV>
<DIV>file is in database or not if not then it is inserting that</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>when i use the following instructions i could not able to see the messeage "some one doing&nbsp;&nbsp; cpl registration ......" when the user is logging in where the cpl script has been</DIV>
<DIV>inserted for him.</DIV>
<DIV><BR>&nbsp;&nbsp; if (search("Content-type:.*application/cpl\+xml")) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlog("L_INFO", "Someone doing CPL REGISTER from %is\n");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cpl_process_register();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<BR>&nbsp;&nbsp; };</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>so where should i check now</DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>with regards</DIV>
<DIV>serdiehard</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><BR><B><I>Richard &lt;richard@o-matrix.org&gt;</I></B> wrote:
<BLOCKQUOTE class=replbq style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">I'd suspect that the registration message didn't make it to the server. An<BR>ethereal capture might help to find out the problem.<BR><BR>-----Original Message-----<BR>From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On<BR>Behalf Of ser die<BR>Sent: Saturday, August 21, 2004 1:36 AM<BR>To: Richard<BR>Cc: serusers@lists.iptel.org<BR>Subject: Re: [Serusers] fifo + cpl , contenttype mime 0,0 found error<BR><BR>thanks richard,<BR><BR>i have been held up with other problems thats why i<BR>could not able to do this in this 4 days time<BR><BR>any this fifo command is successfully loaded into the <BR>server <BR><BR>its loading the cpl on to server and then there<BR>inserted to the database<BR><BR>i have just kept these instructions in ser.cfg<BR><BR>if(method=="REGISTER")<BR>{<BR>cpl_process_register();<BR><BR>if(!www_authorize("xx.xx.xx.in", "subscriber"))
 {<BR><BR>www_challenge("xx.xx.xx.in", "0");<BR>break;<BR>};<BR><BR>save("location");<BR>break;<BR>};<BR><BR><BR>but still the problem persists <BR><BR>the debug message shows <BR><BR>8(1925) DEBUG:parse_content_type_hdr: missing<BR>Content-Typeheader<BR>8(1925) DEBUG:cpl_process_register: Content-Type mime<BR>found 0, 0<BR><BR><BR>the xml file looks like this<BR><BR><?xml version="1.0" encoding="UTF-8"?><BR><BR><!DOCTYPE cpl PUBLIC '-//IETF//DTD RFCxxxx CPL<br>1.0//EN' 'cpl.dtd'><BR><BR><CPL><BR><INCOMING><BR><LOCATION url="sip:215104@xxx.xxx.xxx.in"><BR><REDIRECT><BR></LOCATION><BR></INCOMING><BR></CPL><BR><BR><BR>i couldnot get why the contenttype is not being<BR>identifed<BR><BR>your help will be highly appreciated<BR><BR>with regards<BR>rama kanth <BR><BR><BR><BR>--- Richard <MYPOP3MAIL@YAHOO.COM>wrote:<BR><BR>&gt; Hi,<BR>&gt;
 <BR>&gt;<BR>http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/cpl-c/cpl_l<BR>oader.c?rev=1.9&amp;content-type=text/vnd.viewcvs-markup<BR>&gt; <BR>&gt; In the command, it needs 4 lines,<BR>&gt; :LOAD_CPL:<BR>&gt; username<BR>&gt; cpl_filename<BR>&gt; <EMPTY line><BR>&gt; <BR>&gt; Also the filename needs to be absolute path. I think<BR>&gt; that might be your problem.<BR>&gt; <BR>&gt; Richard<BR>&gt; <BR>&gt; <BR>&gt; --- ser die <SERDIEHARD@YAHOO.COM>wrote:<BR>&gt; <BR>&gt; &gt; hello friends ,<BR>&gt; &gt; <BR>&gt; &gt; when i try this command in the command prompt<BR>&gt; &gt; <BR>&gt; &gt; serctl fifo LOAD_CPL ::214103@xxx.xxx.xxx.in<BR>&gt; &gt; ::cpl214103.xml<BR>&gt; &gt; <BR>&gt; &gt; in debug i have seen this <BR>&gt; &gt; ***********************************************<BR>&gt; &gt; 9(8689) DEBUG:cpl_load:<BR>&gt; &gt; user@host=::214103@xxx.xxx.xxx.in<BR>&gt; &gt; 9(8689) ERROR:cpl-c:cpl_load: unable to read<BR>&gt; &gt; cpl_file<BR>&gt; &gt; name from FIFO
 command<BR>&gt; &gt; 9(8689) ERROR: fifo_server: command (LOAD_CPL)<BR>&gt; &gt; processing failed<BR>&gt; &gt;<BR>&gt; ***************************************************<BR>&gt; &gt; <BR>&gt; &gt; so can any body say the correct way<BR>&gt; &gt; <BR>&gt; &gt; with regards<BR>&gt; &gt; serdiehard<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; __________________________________<BR>&gt; &gt; Do you Yahoo!?<BR>&gt; &gt; New and Improved Yahoo! Mail - 100MB free storage!<BR>&gt; &gt; http://promotions.yahoo.com/new_mail <BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Serusers mailing list<BR>&gt; &gt; serusers@lists.iptel.org<BR>&gt; &gt; http://lists.iptel.org/mailman/listinfo/serusers<BR>&gt; &gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; __________________________________<BR>&gt; Do you Yahoo!?<BR>&gt; Yahoo! Mail - 50x more storage than other providers!<BR>&gt; http://promotions.yahoo.com/new_mail<BR>&gt;
 <BR><BR><BR><BR><BR>__________________________________<BR>Do you Yahoo!?<BR>New and Improved Yahoo! Mail - Send 10MB messages!<BR>http://promotions.yahoo.com/new_mail <BR><BR>_______________________________________________<BR>Serusers mailing list<BR>serusers@lists.iptel.org<BR>http://lists.iptel.org/mailman/listinfo/serusers<BR><BR></BLOCKQUOTE></DIV><p>
                <hr size=1>Do you Yahoo!?<br>
Win 1 of 4,000 free domain names from Yahoo! <a
href="http://us.rd.yahoo.com/evt=26640/*http://promotions.yahoo.com/goldrush">Enter now</a>.