Hello OperSER users, This is my first post here. ;-) Can anyone tell me know how to load the modified openser.cfg on the fly? Is there any command like "extensions reload" in Asterisk? Many thanks for your help. Regards, Qi Fan
Hi Qi Fan,
no there is not such a command - you need to restart openser.
but there are couple of modules that are able to reload their specific data from DB without restart (like domains, lcr, etc)
Regards, Bogdan
Qi Fan wrote:
Hello OperSER users, This is my first post here. ;-) Can anyone tell me know how to load the modified openser.cfg on the fly? Is there any command like "extensions reload" in Asterisk? Many thanks for your help. Regards, Qi Fan
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
El Sunday 01 June 2008 22:37:41 Qi Fan escribió:
Hello OperSER users, This is my first post here. ;-) Can anyone tell me know how to load the modified openser.cfg on the fly? Is there any command like "extensions reload" in Asterisk?
Not yet, but AFAIK it will be included in future release.
Hi Iñaki,
Iñaki Baz Castillo wrote:
El Sunday 01 June 2008 22:37:41 Qi Fan escribió:
Hello OperSER users, This is my first post here. ;-) Can anyone tell me know how to load the modified openser.cfg on the fly? Is there any command like "extensions reload" in Asterisk?
Not yet, but AFAIK it will be included in future release.
Not really - 1.4 will not have such feature....actually this re-load was just superficially discussed, so no real plans for it for the moment.
Regards, Bogdan
On Tuesday 03 June 2008, Bogdan-Andrei Iancu wrote:
Hi Iñaki,
Iñaki Baz Castillo wrote:
El Sunday 01 June 2008 22:37:41 Qi Fan escribió:
Hello OperSER users, This is my first post here. ;-) Can anyone tell me know how to load the modified openser.cfg on the fly? Is there any command like "extensions reload" in Asterisk?
Not yet, but AFAIK it will be included in future release.
Not really - 1.4 will not have such feature....actually this re-load was just superficially discussed, so no real plans for it for the moment.
Hi Iñaki,
its just not that easy to implement with the current architecture of the server. We're discussed it quite a lot in the past, but this is nothing that can be done with some simple extensions to the core, unfortunally.
Cheers,
Henning
El Wednesday 04 June 2008 10:33:30 Henning Westerholt escribió:
On Tuesday 03 June 2008, Bogdan-Andrei Iancu wrote:
Hi Iñaki,
Iñaki Baz Castillo wrote:
El Sunday 01 June 2008 22:37:41 Qi Fan escribió:
Hello OperSER users, This is my first post here. ;-) Can anyone tell me know how to load the modified openser.cfg on the fly? Is there any command like "extensions reload" in Asterisk?
Not yet, but AFAIK it will be included in future release.
Not really - 1.4 will not have such feature....actually this re-load was just superficially discussed, so no real plans for it for the moment.
Hi Iñaki,
its just not that easy to implement with the current architecture of the server. We're discussed it quite a lot in the past, but this is nothing that can be done with some simple extensions to the core, unfortunally.
Ok, anyway, do you know if it will be possible to so a restart keeping the current transactions data? I understand it's complex but it would be very useful.
Regards,
Hi Iñaki,
unfortunately things are a bit more complicated - a lot of stuff (regarding the configuration) was built on the idea that conf never changes....
Regards, Bogdan
Iñaki Baz Castillo wrote:
El Wednesday 04 June 2008 10:33:30 Henning Westerholt escribió:
On Tuesday 03 June 2008, Bogdan-Andrei Iancu wrote:
Hi Iñaki,
Iñaki Baz Castillo wrote:
El Sunday 01 June 2008 22:37:41 Qi Fan escribió:
Hello OperSER users, This is my first post here. ;-) Can anyone tell me know how to load the modified openser.cfg on the fly? Is there any command like "extensions reload" in Asterisk?
Not yet, but AFAIK it will be included in future release.
Not really - 1.4 will not have such feature....actually this re-load was just superficially discussed, so no real plans for it for the moment.
Hi Iñaki,
its just not that easy to implement with the current architecture of the server. We're discussed it quite a lot in the past, but this is nothing that can be done with some simple extensions to the core, unfortunally.
Ok, anyway, do you know if it will be possible to so a restart keeping the current transactions data? I understand it's complex but it would be very useful.
Regards,
On Wednesday 04 June 2008, Iñaki Baz Castillo wrote:
Ok, anyway, do you know if it will be possible to so a restart keeping the current transactions data? I understand it's complex but it would be very useful.
Hi,
in order to implement something like this one must serialize the transactions that are hold in memory to the disk and load them again during startup. This is nothing that could be implemented with the current architecture.
Cheers,
Henning