2 Replies Last post: Jun 9, 2008 10:09 PM by Guest  
Guest

Jun 9, 2008 10:23 PM

[OpenSBC] How to

Hi,
I have writen a script can change OpenSBC's configfile "opensbc.ini".
But I dont know how to notify OpenSBC the configuration has been changed?
Anyone can give me a hand please?
Thanks.
Raman
http://att1.html

Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel
Attachments:
Guest
1. Jun 9, 2008 10:05 PM in response to: Guest
Re: [OpenSBC] How to
Raman,

Sending a sighup to the opensbc process shoudl reload the config

kill -HUP `cat ./opensbc.pid`

Joegen

Raman Chan wrote:

Hi,
I have writen a script can change OpenSBC's configfile "opensbc.ini".
But I dont know how to notify OpenSBC the configuration has been changed?
Anyone can give me a hand please?
Thanks.
Raman


Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php


_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel


Internal Virus Database is out-of-date.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.24.1/1463 - Release Date: 5/23/2008 3:36 PM


Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel
Guest
2. Jun 9, 2008 10:23 PM in response to: Guest
Re: [OpenSBC] How to
So quick response!
Thank you,Joegen.

Raman

On Tue, Jun 10, 2008 at 10:05 AM, Joegen E. Baclor
wrote:

Raman,

Sending a sighup to the opensbc process shoudl reload the config

kill -HUP `cat ./opensbc.pid`

Joegen

Raman Chan wrote:

Hi,
I have writen a script can change OpenSBC's configfile "opensbc.ini".
But I dont know how to notify OpenSBC the configuration has been changed?
Anyone can give me a hand please?
Thanks.
Raman


Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php


_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel


Internal Virus Database is out-of-date.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.24.1/1463 - Release Date:
5/23/2008 3:36 PM

Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel
http://att1.html

Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel
Attachments: