We Xten released a newer version of SERAdmin which include
editing option of ser.cfg and ser.ctl.
Xten is building this for the ser community and we would very much like your feedback so that we can build you a better product ...
The Source code is available at http://developer.berlios.de/projects/seradmin
SERAdmin is a GUI interface between SIP Express Router (SER) and a SER administrator.SERAdmin has an intuitive look and feel.
SERAdmin provides control over many SER tasks such as:
Start, Stop, Pause, Re-start, Monitor SER, Add User, Change Password and EmailId Delete User, Add Alias , Edit Alias etc.
With this we can also use FIFO commands,Access controls,User Location.
you can download the components from
http://developer.berlios.de/projects/seradmin
For any feedback & help pls. contact xten_india(a)yahoo.com
Regards,
Team,
Xten_india
---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
At 08:39 PM 8/28/2003, Gavin Bensom wrote:
>Here are the files mentioned.
>Also, Linux kernel 2.4.20-6smp
>ser 0.8.11pre29 - main.c, v 1.161
Thanks for the report.
It looks like a fairly stupid Windows messenger's spec violation,
potentialy two of them. Bill Gates is actually the proper contact
person in this case.
See html-ized dumps at http://www.iptel.org/~jiri/etc/ms/invalid/messenger50.html.
What happens is gnoah(.49, RTC 1.2) sends an INVITE to bkern (.128, RTC 1.2)
through ser (.49). That's a Microsoft's proprietary spec violation -- there is
no standard for messaging sessions using INVITE. It can only work between two
messengers.
Now the surprising part of it, that it does not work even between two messengers.
The recepient instantly accepts the session (200) and terminates it (BYE).
When the sender's MESSAGE is sent, it already reaches a terminated session
and is replied with 481.
We will try to see if we can align SER in a way which will make Messenger
happy, but I can't promise it -- we can only try guessing how to do it.
SER's proyxing mode is spec-compliant and very conservative -- the proxied
messages are modified only very slightly. My first guess is that Messenger
uses some invalid scheme for validation of Record-routes -- try turning
record-routing off (comment "record_route") and see if it works. If not,
downgrade to pre-5 version of Messenger -- this is really broken.
-Jiri
ps -- in your script, you apply an aliases lookup. You should do so before
the location lookup. The place you have it in here now would cause uri
translation even for requests outside your domain, which is not correct.
It looks like you helped me get beyond that script problem. However the
error seems to still exist. Now when I look in the logs I find the
following:
Aug 28 11:59:36 imsip01 ser: ERROR: load_module: could not open module
</usr/local/lib/ser/modules/mysql.so>:
/usr/local/lib/ser/modules/mysql.so: cannot open shared object file: No
such file or directory
Aug 28 11:59:36 imsip01 ser: parse error (29,13-49): failed to load
module
Sure enough, when I go to that directory mysql.so does not exist! I
followed the instructions from Jiri below.
You need to rebuild with mysql support (make include_modules=mysql all,
>make include_modules=mysql install)
I reran the above just to be sure. The mysql.so is still not found in
the /usr/local/lib/ser/mocules/ directory.
Any idea why? I think this is the solution to my problems.
Thanks,
Chad
________________________________
From: Bogdan-Andrei IANCU [mailto:iancu@fokus.fraunhofer.de]
Sent: Thursday, August 28, 2003 2:29 AM
To: Chad Brown
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] ERROR: bad config file - Additional Informaton
The error lays in line 17 where the comment ends. The marker for ending
a comment is not the same like the one for opening it /*, but */.
SER config script supports two kinds of commenting:
1. per line comment - starts with # and ends automatically at the end of
line
2. chunk comment - place your comment between /* and */ (like in C).
Bogdan
Chad Brown wrote:
See attached...
Thanks,
Chad
________________________________
From: Bogdan-Andrei IANCU [mailto:iancu@fokus.fraunhofer.de]
Sent: Wednesday, August 27, 2003 3:23 AM
To: Chad Brown
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] ERROR: bad config file - Additional Informaton
please send us your config file - seams you have a syntax error in it
Bogdan
Chad Brown wrote:
Additional log information that sync with previous logs sent:
Aug 26 23:26:03 imsip01 ser: ERROR: cfg. parser: unexpected EOF: 2
comments open
Aug 26 23:26:03 imsip01 ser: parse error (126,1-1): parse error
Thanks,
Chad
________________________________
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hi,
Is there a way to log into the DB the incoming calls that were
answered by a user ?
There is the missed calls table, but there are no received calls one.
Thanks.
Samy
We Xten released a newer version of SERAdmin which include
editing option of ser.cfg and ser.ctl.
Xten is building this for the ser community and we would very much like your feedback so that we can build you a better product ...
Now we working on radius module of Seradmin
The Source code is available at http://developer.berlios.de/projects/seradmin
SERAdmin is a GUI interface between SIP Express Router (SER) and a SER administrator.
SERAdmin provides control over many SER tasks such as:
start, stop, pause, re-start, monitor, add user, edit user, etc.
SERAdmin has an intuitive look and feel.
With this we can also use FIFO commands,Access controls,User Location.
you can download the components from
http://developer.berlios.de/projects/seradmin
For any feedback & help pls. contact xten_india(a)yahoo.com
Regards,
Team,
Xten_india
---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
See attached...
Thanks,
Chad
________________________________
From: Bogdan-Andrei IANCU [mailto:iancu@fokus.fraunhofer.de]
Sent: Wednesday, August 27, 2003 3:23 AM
To: Chad Brown
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] ERROR: bad config file - Additional Informaton
please send us your config file - seams you have a syntax error in it
Bogdan
Chad Brown wrote:
Additional log information that sync with previous logs sent:
Aug 26 23:26:03 imsip01 ser: ERROR: cfg. parser: unexpected EOF: 2
comments open
Aug 26 23:26:03 imsip01 ser: parse error (126,1-1): parse error
Thanks,
Chad
________________________________
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
We haven't started making publicity to this piece of work, it was
written and deployed recentely. Andy will provide you with more details.
-jiri
At 08:54 PM 8/27/2003, Rork, Joseph (J.P.) wrote:
>Where can I find information regarding this?
>
>-----Original Message-----
>From: Jiri Kuthan [mailto:jiri@iptel.org]
>Sent: Wednesday, August 27, 2003 2:38 PM
>To: Rork, Joseph (J.P.); 'Serusers (serusers(a)lists.iptel.org)'
>Subject: Re: [Serusers] Ldap SUPPORT
>
>
>we (iptel) developed ldap support which is available under commercial terms.
>
>-jiri
>
>At 08:34 PM 8/27/2003, Rork, Joseph (J.P.) wrote:
>>What kind of Ldap support is available for SER, open source or
>>otherwise?
>>
>>Regards,
>>Joseph Rork
>>Ford Motor Company
>>Real-Time Collaborative Applications, SIE
>>Phone: 313-594-6672
>>Email: jrork(a)ford.com
>>
>>"There are 10 types of people in the world: Those who understand
>>binary, and those who don't."
>>
>>
>>
>>_______________________________________________
>>Serusers mailing list
>>serusers(a)lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
>
>--
>Jiri Kuthan http://iptel.org/~jiri/
--
Jiri Kuthan http://iptel.org/~jiri/
Where can I find information regarding this?
-----Original Message-----
From: Jiri Kuthan [mailto:jiri@iptel.org]
Sent: Wednesday, August 27, 2003 2:38 PM
To: Rork, Joseph (J.P.); 'Serusers (serusers(a)lists.iptel.org)'
Subject: Re: [Serusers] Ldap SUPPORT
we (iptel) developed ldap support which is available under commercial terms.
-jiri
At 08:34 PM 8/27/2003, Rork, Joseph (J.P.) wrote:
>What kind of Ldap support is available for SER, open source or
>otherwise?
>
>Regards,
>Joseph Rork
>Ford Motor Company
>Real-Time Collaborative Applications, SIE
>Phone: 313-594-6672
>Email: jrork(a)ford.com
>
>"There are 10 types of people in the world: Those who understand
>binary, and those who don't."
>
>
>
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
we (iptel) developed ldap support which is available under commercial terms.
-jiri
At 08:34 PM 8/27/2003, Rork, Joseph (J.P.) wrote:
>What kind of Ldap support is available for SER, open source or otherwise?
>
>Regards,
>Joseph Rork
>Ford Motor Company
>Real-Time Collaborative Applications, SIE
>Phone: 313-594-6672
>Email: jrork(a)ford.com
>
>"There are 10 types of people in the world: Those who understand binary, and those who don't."
>
>
>
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
What kind of Ldap support is available for SER, open source or otherwise?
Regards,
Joseph Rork
Ford Motor Company
Real-Time Collaborative Applications, SIE
Phone: 313-594-6672
Email: jrork(a)ford.com
"There are 10 types of people in the world: Those who understand binary, and those who don't."