[Serusers] Getting Started

Klaus Darilion darilion at ict.tuwien.ac.at
Wed Dec 17 19:50:06 CET 2003



> -----Original Message-----
> From: jerk face [mailto:jerkface2098 at yahoo.com] 
> Sent: Wednesday, December 17, 2003 7:40 PM
> To: serusers at lists.iptel.org
> Subject: [Serusers] Getting Started
> 
> 
> After having some troubles yesterday I decided to
> start over with my installation.  I am following the
> ser-HowTo.pdf and I have run into a problem.
> 
> I installed the rpm file (rpm -i
> ser-0.8.12-0.i386.rpm) and ran (/etc/init.d/ser start)
> 
> I also installed the mysql module, created the
> database and added an administrative user.  
> In ser.cfg I have the following:
> if (uri=~"serIPaddress") {
         ^^
not sure, but I think this will compare on regular expressions. You
would have to escape the dots, eg. =~"10\.0\.0\.1", or use == or use
==myself and add the domain/IP address using the alias= dircetive.

Klaus

>    if (method=="REGISTER") {
>       if (!www_authorize("serIPaddress",
> "subscriber")) {
>          www_challenge("serIPaddress", "0");
>          break;
>       };
>       save("location");
>       break;
> };
> 
> I have attached the output from ngrep (ngrep -n 5060
> -d eth0 myAccount)
> 
> Any help is appreciated.
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing.
> http://photos.yahoo.com/
> 




More information about the sr-users mailing list