[App_rpt] asterisk console commands missing?

Hi Eric,

The correct command is now 'sip reload', same as 'iax2 reload', 'rpt reload', etc. The only odd man out is 'dialplan reload', you'd expect 'extensions reload' if you're like me.

The best way to remember is just to type 'help sip' or 'help rpt' to get the correct command list.

If the commands are missing then it means that either the relevant '.conf' files don't exist (maybe empty) OR the modules.conf file is wrong. Try 'module show' there should be at least 43 modules shown and for a normal ACID install I think it is well over a hundred. If you look at the modules.conf file it should have as a minimum:

[global]

[modules]
autoload=yes
noload= chan_alsa.so

If you have that and there are still missing modules after a 'module reload' then there are a bunch of things missing from /usr/lib/asterisk/modules and something has gone terribly wrong. Try a restart now from the CLI.

Regards, John ZL4JY

···

________________________________

From: app_rpt-bounces@lists.illiana.net on behalf of Eric Fort
Sent: Sun 12/10/2008 2:24 PM
To: Don Russell; Asterisk Repeater Controler
Subject: Re: [App_rpt] asterisk console commands missing?

is this specific to app_rpt? all the sip, extensions, iax, and a few other commands are missing. I can see commands being depreciated but suddenly removed...what happened, when and where did the change come to be?

Eric

On Sat, Oct 11, 2008 at 6:07 PM, Don Russell <w9drr@live.com> wrote:

  a lot of the command lines have changed a little bit
  try
  
  reload chan_sip.so
  
  Don
  
________________________________

  Date: Sat, 11 Oct 2008 16:24:54 -0700
  From: eric.fort@gmail.com
  To: app_rpt@lists.illiana.net
  Subject: Re: [App_rpt] asterisk console commands missing?

  actually looking a bit more it seems that many of the cli commands have been gutted from the acid installed version.
  
  -e
  
  On Sat, Oct 11, 2008 at 4:21 PM, Eric Fort <eric.fort@gmail.com> wrote:
  
    I'm working on configuring my app_rpt node for autopatch and such. what happened to "sip reload" in the asterisk CLI? How does one reload sip.conf?
    
    Eric
    AF6EP
    
________________________________

  See how Windows Mobile brings your life together-at home, work, or on the go. See Now <http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/>

I’ve done some looking at this since I first posted it’s still a bit of a puzzle to me. it seems that all the modules are not being loaded despite the fact that modules.conf contains autoload=yes. The cli output and the modules.conf file are below:

Eric
af6ep

[root@af6ep-allstar asterisk]# cat modules.conf
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
noload=chan_oss.so
noload=chan_alsa.so

noload=chan_phone.so

[global]

af6ep-allstar*CLI> module show
Module Description Use Count
res_musiconhold.so Music On Hold Resource 0

res_speech.so Generic Speech Recognition API 0
res_features.so Call Features Resource 0
res_monitor.so Call Monitoring Resource 0

res_adsi.so ADSI Resource 0
res_smdi.so Simplified Message Desk Interface (SMDI) 0
res_crypto.so Cryptographic Digital Signatures 0

res_agi.so Asterisk Gateway Interface (AGI) 0
res_indications.so Indications Resource 0
app_sayunixtime.so Say time 0

codec_g726.so ITU G.726-32kbps G726 Transcoder 0
func_strings.so String handling dialplan functions 0
pbx_realtime.so Realtime Switch 0

app_cdr.so Tell Asterisk to not maintain a CDR for 0
app_sms.so SMS/PSTN handler 0
codec_a_mu.so A-law and Mulaw direct Coder/Decoder 0

app_page.so Page Multiple Phones 0
format_vox.so Dialogic VOX (ADPCM) File Format 0
app_echo.so Simple Echo Application 0

app_channelredirect.so Channel Redirect 0
chan_usbradio.so usb Console Channel Driver 0
21 modules loaded

···

On Sat, Oct 11, 2008 at 9:47 PM, John Yaldwyn jy@4hf.net wrote:

Hi Eric,

The correct command is now ‘sip reload’, same as ‘iax2 reload’, ‘rpt reload’, etc. The only odd man out is ‘dialplan reload’, you’d expect ‘extensions reload’ if you’re like me.

The best way to remember is just to type ‘help sip’ or ‘help rpt’ to get the correct command list.

If the commands are missing then it means that either the relevant ‘.conf’ files don’t exist (maybe empty) OR the modules.conf file is wrong. Try ‘module show’ there should be at least 43 modules shown and for a normal ACID install I think it is well over a hundred. If you look at the modules.conf file it should have as a minimum:

[global]

[modules]

autoload=yes

noload= chan_alsa.so

If you have that and there are still missing modules after a ‘module reload’ then there are a bunch of things missing from /usr/lib/asterisk/modules and something has gone terribly wrong. Try a restart now from the CLI.

Regards, John ZL4JY


From: app_rpt-bounces@lists.illiana.net on behalf of Eric Fort

Sent: Sun 12/10/2008 2:24 PM

To: Don Russell; Asterisk Repeater Controler

Subject: Re: [App_rpt] asterisk console commands missing?

is this specific to app_rpt? all the sip, extensions, iax, and a few other commands are missing. I can see commands being depreciated but suddenly removed…what happened, when and where did the change come to be?

Eric

On Sat, Oct 11, 2008 at 6:07 PM, Don Russell w9drr@live.com wrote:

    a lot of the command lines have changed a little bit

    try



    reload chan_sip.so





    Don

    Date: Sat, 11 Oct 2008 16:24:54 -0700

    From: eric.fort@gmail.com

    To: app_rpt@lists.illiana.net

    Subject: Re: [App_rpt] asterisk console commands missing?





    actually looking a bit more it seems that many of the cli commands have been gutted from the acid installed version.



    -e





    On Sat, Oct 11, 2008 at 4:21 PM, Eric Fort <eric.fort@gmail.com> wrote:





            I'm working on configuring my app_rpt node for autopatch and such.  what happened to "sip reload" in the asterisk CLI?  How does one reload sip.conf?



            Eric

            AF6EP

    See how Windows Mobile brings your life together-at home, work, or on the go. See Now <[http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/](http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/)>

App_rpt mailing list

App_rpt@lists.illiana.net

http://lists.illiana.net/mailman/listinfo/app_rpt

Hi,

please bear in mind some commands have changed or maybe you don't see
the full exit.

1st) core set verbose 999999999999999999999999999
2nd) sip reload
     or
     dialplan reload
3rd) debug the lines you'll see

Good luck!

73's

EA1HET, Jonathan GF

Eric Fort wrote:

···

I've done some looking at this since I first posted it's still a bit of
a puzzle to me. it seems that all the modules are not being loaded
despite the fact that modules.conf contains autoload=yes. The cli
output and the modules.conf file are below:

Eric
af6ep

[root@af6ep-allstar asterisk]# cat modules.conf
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
noload=chan_oss.so
noload=chan_alsa.so
noload=chan_phone.so

[global]

af6ep-allstar*CLI> module show
Module Description
Use Count
res_musiconhold.so Music On Hold Resource 0
res_speech.so Generic Speech Recognition API 0
res_features.so Call Features Resource 0
res_monitor.so Call Monitoring Resource 0
res_adsi.so ADSI Resource 0
res_smdi.so Simplified Message Desk Interface (SMDI) 0
res_crypto.so Cryptographic Digital Signatures 0
res_agi.so Asterisk Gateway Interface (AGI) 0
res_indications.so Indications Resource 0
app_sayunixtime.so Say time 0
codec_g726.so ITU G.726-32kbps G726 Transcoder 0
func_strings.so String handling dialplan functions 0
pbx_realtime.so Realtime Switch 0
app_cdr.so Tell Asterisk to not maintain a CDR for 0
app_sms.so SMS/PSTN handler 0
codec_a_mu.so A-law and Mulaw direct Coder/Decoder 0
app_page.so Page Multiple Phones 0
format_vox.so Dialogic VOX (ADPCM) File Format 0
app_echo.so Simple Echo Application 0
app_channelredirect.so Channel Redirect 0
chan_usbradio.so usb Console Channel Driver 0
21 modules loaded

On Sat, Oct 11, 2008 at 9:47 PM, John Yaldwyn <jy@4hf.net > <mailto:jy@4hf.net>> wrote:

    Hi Eric,

    The correct command is now 'sip reload', same as 'iax2 reload', 'rpt
    reload', etc. The only odd man out is 'dialplan reload', you'd
    expect 'extensions reload' if you're like me.

    The best way to remember is just to type 'help sip' or 'help rpt' to
    get the correct command list.

    If the commands are missing then it means that either the relevant
    '.conf' files don't exist (maybe empty) OR the modules.conf file is
    wrong. Try 'module show' there should be at least 43 modules shown
    and for a normal ACID install I think it is well over a hundred. If
    you look at the modules.conf file it should have as a minimum:

    [global]

    [modules]
    autoload=yes
    noload= chan_alsa.so

    If you have that and there are still missing modules after a 'module
    reload' then there are a bunch of things missing from
    /usr/lib/asterisk/modules and something has gone terribly wrong.
     Try a restart now from the CLI.

    Regards, John ZL4JY

    ________________________________

    From: app_rpt-bounces@lists.illiana.net
    <mailto:app_rpt-bounces@lists.illiana.net> on behalf of Eric Fort
    Sent: Sun 12/10/2008 2:24 PM
    To: Don Russell; Asterisk Repeater Controler
    Subject: Re: [App_rpt] asterisk console commands missing?

    is this specific to app_rpt? all the sip, extensions, iax, and a
    few other commands are missing. I can see commands being
    depreciated but suddenly removed...what happened, when and where did
    the change come to be?

    Eric

    On Sat, Oct 11, 2008 at 6:07 PM, Don Russell <w9drr@live.com > <mailto:w9drr@live.com>> wrote:

           a lot of the command lines have changed a little bit
           try

           reload chan_sip.so

           Don

    ________________________________

           Date: Sat, 11 Oct 2008 16:24:54 -0700
           From: eric.fort@gmail.com <mailto:eric.fort@gmail.com>
           To: app_rpt@lists.illiana.net <mailto:app_rpt@lists.illiana.net>
           Subject: Re: [App_rpt] asterisk console commands missing?

           actually looking a bit more it seems that many of the cli
    commands have been gutted from the acid installed version.

           -e

           On Sat, Oct 11, 2008 at 4:21 PM, Eric Fort > <eric.fort@gmail.com <mailto:eric.fort@gmail.com>> wrote:

                   I'm working on configuring my app_rpt node for
    autopatch and such. what happened to "sip reload" in the asterisk
    CLI? How does one reload sip.conf?

                   Eric
                   AF6EP

    ________________________________

           See how Windows Mobile brings your life together-at home,
    work, or on the go. See Now
    <http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/&gt;

    _______________________________________________
    App_rpt mailing list
    App_rpt@lists.illiana.net <mailto:App_rpt@lists.illiana.net>
    http://lists.illiana.net/mailman/listinfo/app_rpt

------------------------------------------------------------------------

_______________________________________________
App_rpt mailing list
App_rpt@lists.illiana.net
http://lists.illiana.net/mailman/listinfo/app_rpt