Hi,
After compiling the pre-release 0.10 , I still have the serctl not ser_ctl. How do i fix it
Jean R. Sigue Senior Network Engineer CCNP, CSS1, NSA OMX Global Services USA Direct: 1 908-673-6004 Mobile: (917-257-9742) Fax: 1 908-673-6057 Visiting address: 2 Connell Drive Berkeley Heights, NJ 07922 http://www.omxgroup.com/www.omxgroup.com
No. 1 in marketplace solutions
********************************************************************************
This e-mail and the information it contains may be privileged and/or
confidential. It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited.
If you are not an intended recipient, please contact the sender and delete the material from your computer.
********************************************************************************
On Mon, Jan 08, 2007 at 06:08:47PM +0100, Jean Sigue wrote:
Hi,
After compiling the pre-release 0.10 , I still have the serctl not ser_ctl. How do i fix it
It is correct. Utility of name 'serctl' which is part of ser code tree is different utility from ser_ctl.
Ser_ctl (and another ser_*) utility is separate module of name 'serctl' on sip_router CVS: cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/ser co serctl
-- hallik
Jean R. Sigue Senior Network Engineer CCNP, CSS1, NSA OMX Global Services USA Direct: 1 908-673-6004 Mobile: (917-257-9742) Fax: 1 908-673-6057 Visiting address: 2 Connell Drive Berkeley Heights, NJ 07922 http://www.omxgroup.com/www.omxgroup.com
No. 1 in marketplace solutions
This e-mail and the information it contains may be privileged and/or
confidential. It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited.
If you are not an intended recipient, please contact the sender and delete the material from your computer.
Jan, Would you care to provide a short overview of the various utilities in Ottendorf and what their intended uses are? I must admit I find so many utilities serutil, serctl, ser_ctl, etc is kind of confusing... Thanks, Greger
Jan Halla wrote:
On Mon, Jan 08, 2007 at 06:08:47PM +0100, Jean Sigue wrote:
Hi,
After compiling the pre-release 0.10 , I still have the serctl not ser_ctl. How do i fix it
It is correct. Utility of name 'serctl' which is part of ser code tree is different utility from ser_ctl.
Ser_ctl (and another ser_*) utility is separate module of name 'serctl' on sip_router CVS: cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/ser co serctl
-- hallik
Jean R. Sigue Senior Network Engineer CCNP, CSS1, NSA OMX Global Services USA Direct: 1 908-673-6004 Mobile: (917-257-9742) Fax: 1 908-673-6057 Visiting address: 2 Connell Drive Berkeley Heights, NJ 07922 http://www.omxgroup.com/www.omxgroup.com
No. 1 in marketplace solutions
This e-mail and the information it contains may be privileged and/or
confidential. It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited.
If you are not an intended recipient, please contact the sender and delete the material from your computer.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Please, correct me if something is wrong.
There are three SER admin utilities with little bit confusing names:
* serctl - this is oldest SER's utility which have some limitations with new versions of SER. - it is bash script - in SER's source tree is stored as scripts/sc file
* sercmd - new management utility - wroted in C language - use optimized binary protocol to communicate with SER - need 'ctl' module - utility and module is part of SER source tree
* ser_* (ser_ctl, ser_cred, ser_rpc, ser_user, ser_attr, ser_domain, ser_uri) - management utilities in python language - uses XML-RPC protocol (or FIFO for local comunication) to communicate with SER - need XML-RPC working on server - developed as separate project on CVS as module 'serctl' (under sip_router root) - poorly documented
-- hallik
On Tue, Jan 09, 2007 at 12:20:17PM +0100, Greger V. Teigre wrote:
Jan, Would you care to provide a short overview of the various utilities in Ottendorf and what their intended uses are? I must admit I find so many utilities serutil, serctl, ser_ctl, etc is kind of confusing... Thanks, Greger
Jan Halla wrote:
On Mon, Jan 08, 2007 at 06:08:47PM +0100, Jean Sigue wrote:
Hi,
After compiling the pre-release 0.10 , I still have the serctl not ser_ctl. How do i fix it
It is correct. Utility of name 'serctl' which is part of ser code tree is different utility from ser_ctl.
Ser_ctl (and another ser_*) utility is separate module of name 'serctl' on sip_router CVS: cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/ser co serctl
-- hallik
Jean R. Sigue Senior Network Engineer CCNP, CSS1, NSA OMX Global Services USA Direct: 1 908-673-6004 Mobile: (917-257-9742) Fax: 1 908-673-6057 Visiting address: 2 Connell Drive Berkeley Heights, NJ 07922 http://www.omxgroup.com/www.omxgroup.com
No. 1 in marketplace solutions
This e-mail and the information it contains may be privileged and/or
confidential. It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited. If you are not an intended recipient, please contact the sender and delete the material from your computer.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thanks, Jan! g-)
Jan Halla wrote:
Please, correct me if something is wrong.
There are three SER admin utilities with little bit confusing names:
serctl
- this is oldest SER's utility which have some limitations with new versions of SER.
- it is bash script
- in SER's source tree is stored as scripts/sc file
sercmd
- new management utility
- wroted in C language
- use optimized binary protocol to communicate with SER
- need 'ctl' module
- utility and module is part of SER source tree
ser_* (ser_ctl, ser_cred, ser_rpc, ser_user, ser_attr, ser_domain, ser_uri)
- management utilities in python language
- uses XML-RPC protocol (or FIFO for local comunication) to communicate with SER
- need XML-RPC working on server
- developed as separate project on CVS as module 'serctl' (under sip_router root)
- poorly documented
-- hallik
On Tue, Jan 09, 2007 at 12:20:17PM +0100, Greger V. Teigre wrote:
Jan, Would you care to provide a short overview of the various utilities in Ottendorf and what their intended uses are? I must admit I find so many utilities serutil, serctl, ser_ctl, etc is kind of confusing... Thanks, Greger
Jan Halla wrote:
On Mon, Jan 08, 2007 at 06:08:47PM +0100, Jean Sigue wrote:
Hi,
After compiling the pre-release 0.10 , I still have the serctl not ser_ctl. How do i fix it
It is correct. Utility of name 'serctl' which is part of ser code tree is different utility from ser_ctl.
Ser_ctl (and another ser_*) utility is separate module of name 'serctl' on sip_router CVS: cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/ser co serctl
-- hallik
Jean R. Sigue Senior Network Engineer CCNP, CSS1, NSA OMX Global Services USA Direct: 1 908-673-6004 Mobile: (917-257-9742) Fax: 1 908-673-6057 Visiting address: 2 Connell Drive Berkeley Heights, NJ 07922 http://www.omxgroup.com/www.omxgroup.com
No. 1 in marketplace solutions
This e-mail and the information it contains may be privileged and/or
confidential. It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited. If you are not an intended recipient, please contact the sender and delete the material from your computer.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers