[asterisk-users] reload command
Johansson Olle E
oej at edvina.net
Mon Nov 19 02:22:43 CST 2007
16 nov 2007 kl. 15.38 skrev Julian Lyndon-Smith:
> See inline:
>
> Tony Plack wrote:
>>> I'm talking about the command:
>>>
>>> /usr/sbin/asterisk -rx "reload"
>>>
>>> Jerry
>>
>> I am not sure why one would need reload these days unless you are
>> making changes to the code in the modules.
>>
>> My guess is that you are doing this after a change to
>> extensions.conf. If this is the case, please try
>>
>> /usr/sbin/asterisk -rx "extensions reload"
>>
>> or if you need to reload a specific module
>>
>> /usr/sbin/asterisk -rx "module reload xxxxx"
>>
>> Of course if you have a sip call in progress and you call reload on
>> chan_sip, expect that the connection will be broken.
>
> I don't think that is the case at all. I believe that all calls will
> carry on without interruption.
Absolutely correct, a reload of the SIP channel won't affect
established calls. However, since we're talking about
call files, there might be a skew in the module handling that. This
situation needs some debugging, maybe even
a good detailed bug report in the bug tracker.
/O
More information about the asterisk-users
mailing list