<HTML >
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">

                                                                <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-16">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META HTTP-EQUIV="EXPIRESABSOLUTE" CONTENT="Tue, 01 Jun 1999 12:00:00 GMT">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="PRIVATE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<TITLE></TITLE>

<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
                                                        <BODY >
                                                                <DIV><!-- Converted from text/plain format -->
<P><FONT size=2>Should I register users on ser ? Can I register them on another 
server ?<BR>I didn't understand this:<BR>is the config file for only presence ? 
is it not enabling sip registers and/or users to have audio conversation 
?<BR><BR>What configuration should I make on the client to use your sample 
config ?<BR><BR>Username, password , domain (sip proxy), subscribe to contact 
list address ?<BR><BR>Thanks,<BR>ilker<BR><BR>-----Original 
Message-----<BR>From: Vaclav Kubart [<A 
href="mailto:vaclav.kubart@iptel.org">mailto:vaclav.kubart@iptel.org</A>]<BR>Sent: 
Thursday, March 16, 2006 3:23 PM<BR>To: &#304;lker Aktuna (Ko&#231;.net)<BR>Cc: 
serusers@lists.iptel.org<BR>Subject: Re: [Serusers] Problem starting SER with Presence 
support<BR><BR>Do you register users for test-domain.com and use SER machine as 
outgoing proxy? As I said, this was only testing config file (for playing with 
presence).<BR><BR>I think, that they have no passwords. You can set them using 
serctl (see help for serctl).<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Vaclav<BR><BR>On Thu, Mar 16, 2006 at 03:03:01PM +0200, ?lker Aktuna (Ko&#231;.net) 
wrote:<BR>&gt; Hi,<BR>&gt;<BR>&gt; I get the following results with your 
suggested commands:<BR>&gt; mysql&gt; GRANT ALL ON ser.* TO 'ser'@'127.0.0.1' 
IDENTIFIED BY 'heslo';<BR>&gt; Query OK, 0 rows affected (0.00 
sec)<BR>&gt;<BR>&gt; mysql&gt; GRANT ALL ON ser.* TO 'ser'@'localhost' 
IDENTIFIED BY 'heslo';<BR>&gt; Query OK, 0 rows affected (0.00 
sec)<BR>&gt;<BR>&gt; So no rows are affected ?<BR>&gt;<BR>&gt; Btw, if I change 
all 127.0.0.1 with "localhost" on cfg file, Ser starts 
successfully.<BR>&gt;<BR>&gt; This time I couldn't register my client. When I 
get tcpdump traces I see the error 483 "too many hops"<BR>&gt; Btw, which 
password should I use with my users ?<BR>&gt; Your dbinit script creates some 
users but what are their passwords ?<BR>&gt;<BR>&gt; Thanks,<BR>&gt; 
ilker<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; From: Vaclav Kubart [<A 
href="mailto:vaclav.kubart@iptel.org">mailto:vaclav.kubart@iptel.org</A>]<BR>&gt; 
Sent: Thursday, March 16, 2006 2:42 PM<BR>&gt; To: ?lker Aktuna 
(Ko&#231;.net)<BR>&gt; Cc: serusers@lists.iptel.org<BR>&gt; Subject: Re: [Serusers] Problem 
starting SER with Presence support<BR>&gt;<BR>&gt; You have probably badly set 
privileges in database. Try to tun<BR>&gt;<BR>&gt; GRANT ALL ON ser.* TO 
'ser'@'localhost' IDENTIFIED BY 'heslo';<BR>&gt;<BR>&gt; or<BR>&gt;<BR>&gt; 
GRANT ALL ON ser.* TO 'ser'@'127.0.0.1' IDENTIFIED BY 'heslo';<BR>&gt;<BR>&gt; 
or something like that in mysql (you must be root for that) and try it 
again.<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Vaclav<BR>&gt;<BR>&gt; On Thu, Mar 16, 2006 at 02:13:35PM +0200, ?lker Aktuna 
(Ko&#231;.net) wrote:<BR>&gt; &gt; I can login with:<BR>&gt; &gt; # mysql&nbsp; -P 
3306 -user -pheslo ser<BR>&gt; &gt;<BR>&gt; &gt; but I can't login with:<BR>&gt; 
&gt; # mysql -h 127.0.0.1 -P 3306 -user -pheslo ser<BR>&gt; &gt;<BR>&gt; &gt; 
________________________________<BR>&gt; &gt;<BR>&gt; &gt; From: ?lker Aktuna 
(Ko&#231;.net)<BR>&gt; &gt; Sent: Thursday, March 16, 2006 2:11 PM<BR>&gt; &gt; To: 
'Vaclav Kubart'<BR>&gt; &gt; Cc: serusers@lists.iptel.org<BR>&gt; &gt; Subject: RE: 
[Serusers] Problem starting SER with Presence support<BR>&gt; &gt;<BR>&gt; 
&gt;<BR>&gt; &gt;<BR>&gt; &gt; I got the folowing error:<BR>&gt; &gt;<BR>&gt; 
&gt; # mysql -h 127.0.0.1 -P 3306 -user -pheslo ser ERROR 1045: Access<BR>&gt; 
&gt; denied for user: 'ser@asterisk1.local' (Using password: YES)<BR>&gt; 
&gt;<BR>&gt; &gt;<BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: 
Vaclav Kubart [<A 
href="mailto:vaclav.kubart@iptel.org">mailto:vaclav.kubart@iptel.org</A>]<BR>&gt; 
&gt; Sent: Thursday, March 16, 2006 1:58 PM<BR>&gt; &gt; To: ?lker Aktuna 
(Ko&#231;.net)<BR>&gt; &gt; Cc: serusers@lists.iptel.org<BR>&gt; &gt; Subject: Re: 
[Serusers] Problem starting SER with Presence support<BR>&gt; &gt;<BR>&gt; &gt; 
Are you able to work with ser database using mysql like this?<BR>&gt; 
&gt;<BR>&gt; &gt; mysql -h 127.0.0.1 -P 3306 -user -pheslo ser<BR>&gt; 
&gt;<BR>&gt; &gt; You can try to increase debug level in SER's config file 
(debug=4) and see messages in log.<BR>&gt; &gt;<BR>&gt; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Vaclav<BR>&gt; &gt;<BR>&gt; 
&gt;<BR>&gt; &gt; On Thu, Mar 16, 2006 at 01:36:20PM +0200, ?lker Aktuna 
(Ko&#231;.net) wrote:<BR>&gt; &gt; &gt; Hi,<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; 
Thanks; I did it that way and now the server starts but then exits.<BR>&gt; &gt; 
&gt; I see the following lines in my /var/log/messages file:<BR>&gt; &gt; 
&gt;<BR>&gt; &gt; &gt; Mar 16 13:26:33 asterisk1 ./ser[19374]: new_connection: 
Access<BR>&gt; &gt; &gt; denied for user: 'ser@asterisk1.local' (Using password: 
YES) Mar<BR>&gt; &gt; &gt; 16<BR>&gt; &gt; &gt; 13:26:33<BR>&gt; &gt; &gt; 
asterisk1 ./ser[19374]: uri_db:mod_init: Unable to open database<BR>&gt; &gt; 
&gt; connection Mar 16 13:26:33 asterisk1 ./ser[19374]: init_mod():<BR>&gt; &gt; 
&gt; Error while initializing module uri_db<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; 
However, I can login to mysql db by user ser/heslo.<BR>&gt; &gt; &gt; Where 
might be the problem ?<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Thanks,<BR>&gt; &gt; 
&gt; ilker<BR></FONT></P>
<!--455254417B59-->
<br><br><a href="http://271570.sigclick.mailinfo.com/sigclick/0701000C/06094B0A/04064D0B/25619197.jpg"><img src="http://271570.signature1.mailinfo.com/confirm2.6/0701000C/06094B0A/04064D0B/25619197.jpg" border="0" nosend="1"></a><!--455254417B59//--></DIV>
                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">
                                                                        <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">_____________________________________________________________________________________________________________________________________________</DIV>
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa,&nbsp; icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz&nbsp; ve&nbsp; tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz.&nbsp; Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez. </DIV>
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential&nbsp; information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however,&nbsp; sender&nbsp; cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.</DIV>
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">_____________________________________________________________________________________________________________________________________________</DIV>
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana" ALIGN="justify">
</DIV>
</DIV>
</DIV></BODY></HTML>