Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Lars Zeb
The mod modules are still not built. I tried with your suggestion.

 

making install mod_cluechoo

Compiling mod_cluechoo.c...

quiet_libtool: compile:  gcc -I/usr/src/freeswitch/src/include
-I/usr/src/freeswitch/libs/libteletone/src -fPIC -Werror -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -g -O2 -Wall -std=c99
-pedantic -D_GNU_SOURCE -DHAVE_CONFIG_H -c mod_cluechoo.c  -fPIC -DPIC -o
.libs/mod_cluechoo.o

cc1: warnings being treated as errors

mod_cluechoo.c: In function 'go':

mod_cluechoo.c:188: error: call to function 'add_D51' without a real
prototype

mod_cluechoo.c:45: note: 'add_D51' was declared here

mod_cluechoo.c:190: error: call to function 'add_sl' without a real
prototype

mod_cluechoo.c:46: note: 'add_sl' was declared here

mod_cluechoo.c: In function 'vgo':

mod_cluechoo.c:313: error: call to function 'add_D51' without a real
prototype

mod_cluechoo.c:45: note: 'add_D51' was declared here

mod_cluechoo.c:315: error: call to function 'add_sl' without a real
prototype

mod_cluechoo.c:46: note: 'add_sl' was declared here

mod_cluechoo.c: In function 'add_sl':

mod_cluechoo.c:369: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:370: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:370: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:371: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:371: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:373: error: call to function 'add_smoke' without a real
prototype

mod_cluechoo.c:48: note: 'add_smoke' was declared here

mod_cluechoo.c: In function 'add_D51':

mod_cluechoo.c:419: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:420: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:422: error: call to function 'add_smoke' without a real
prototype

mod_cluechoo.c:48: note: 'add_smoke' was declared here

make[5]: *** [mod_cluechoo.lo] Error 1

make[4]: *** [install] Error 1

make[3]: *** [mod_cluechoo-install] Error 1

make[2]: *** [install-recursive] Error 1

Making install in build

 + FreeSWITCH install Complete --+

 + FreeSWITCH has been successfully installed.   +

 +   +

 +   Install sounds: +

 +   (uhd-sounds includes hd-sounds, sounds) +

 +   (hd-sounds includes sounds) +

 + .  +

 +---+

make[1]: *** [install-recursive] Error 1

make: *** [install] Error 2

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Friday, May 08, 2009 8:30 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Total noob question

 

Lars,

May I suggest this process:

make clean  svn up  ./bootstrap.sh  ./configure  make install

It's one step less intensive than starting with a fresh checkout. I just did
that on four systems last night that all had a buggy build with cluechoo and
file_string and now all four are humming along nicely.

-MC

On Fri, May 8, 2009 at 6:54 AM, Lars Zeb larc...@yahoo.com wrote:

In launching freeswitch, I noticed the errors below, plus many more I did
not copy here. Also the mod directory had only two modules in it, so I
rebuilt from the tarball again. Same results.

I did ./configure, make and make install. What have I done wrong?

Thanks, Lars

2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871
switch_loadable_module_load_file() Error Loading module
/usr/local/freeswitch/mod/mod_console.so
**/usr/local/freeswitch/mod/mod_console.so: cannot open shared object file:
No such file or directory**
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871
switch_loadable_module_load_file() Error Loading module
/usr/local/freeswitch/mod/mod_logfile.so
**/usr/local/freeswitch/mod/mod_logfile.so: cannot open shared object file:
No such file or directory**
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871
switch_loadable_module_load_file() Error Loading module
/usr/local/freeswitch/mod/mod_enum.so
**/usr/local/freeswitch/mod/mod_enum.so: cannot open shared object file: No
such file or directory**
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:314 load_config() Adding default
template.
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:359 load_config() Adding template
sql.
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:359 load_config() Adding template
example.
2009-05

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Michael Collins
Okay, time for a fresh checkout. If you are on Linux then I recommend that
you completely rm -fr your freeswitch source directory, then do the quick
and dirty install:

http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install

Let us know if that works...
-MC

On Fri, May 8, 2009 at 10:20 AM, Lars Zeb larc...@yahoo.com wrote:

  The mod modules are still not built. I tried with your suggestion.



 making install mod_cluechoo

 Compiling mod_cluechoo.c...

 quiet_libtool: compile:  gcc -I/usr/src/freeswitch/src/include
 -I/usr/src/freeswitch/libs/libteletone/src -fPIC -Werror -fvisibility=hidden
 -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -g -O2 -Wall -std=c99
 -pedantic -D_GNU_SOURCE -DHAVE_CONFIG_H -c mod_cluechoo.c  -fPIC -DPIC -o
 .libs/mod_cluechoo.o

 cc1: warnings being treated as errors

 mod_cluechoo.c: In function ‘go’:

 mod_cluechoo.c:188: error: call to function ‘add_D51’ without a real
 prototype

 mod_cluechoo.c:45: note: ‘add_D51’ was declared here

 mod_cluechoo.c:190: error: call to function ‘add_sl’ without a real
 prototype

 mod_cluechoo.c:46: note: ‘add_sl’ was declared here

 mod_cluechoo.c: In function ‘vgo’:

 mod_cluechoo.c:313: error: call to function ‘add_D51’ without a real
 prototype

 mod_cluechoo.c:45: note: ‘add_D51’ was declared here

 mod_cluechoo.c:315: error: call to function ‘add_sl’ without a real
 prototype

 mod_cluechoo.c:46: note: ‘add_sl’ was declared here

 mod_cluechoo.c: In function ‘add_sl’:

 mod_cluechoo.c:369: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:370: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:370: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:371: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:371: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:373: error: call to function ‘add_smoke’ without a real
 prototype

 mod_cluechoo.c:48: note: ‘add_smoke’ was declared here

 mod_cluechoo.c: In function ‘add_D51’:

 mod_cluechoo.c:419: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:420: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:422: error: call to function ‘add_smoke’ without a real
 prototype

 mod_cluechoo.c:48: note: ‘add_smoke’ was declared here

 make[5]: *** [mod_cluechoo.lo] Error 1

 make[4]: *** [install] Error 1

 make[3]: *** [mod_cluechoo-install] Error 1

 make[2]: *** [install-recursive] Error 1

 Making install in build

  + FreeSWITCH install Complete --+

  + FreeSWITCH has been successfully installed.   +

  +   +

  +   Install sounds: +

  +   (uhd-sounds includes hd-sounds, sounds) +

  +   (hd-sounds includes sounds) +

  + …  +

  +---+

 make[1]: *** [install-recursive] Error 1

 make: *** [install] Error 2



 *From:* freeswitch-users-boun...@lists.freeswitch.org [mailto:
 freeswitch-users-boun...@lists.freeswitch.org] *On Behalf Of *Michael
 Collins
 *Sent:* Friday, May 08, 2009 8:30 AM

 *To:* freeswitch-users@lists.freeswitch.org
 *Subject:* Re: [Freeswitch-users] Total noob question



 Lars,

 May I suggest this process:

 make clean  svn up  ./bootstrap.sh  ./configure  make install

 It's one step less intensive than starting with a fresh checkout. I just
 did that on four systems last night that all had a buggy build with cluechoo
 and file_string and now all four are humming along nicely.

 -MC

 On Fri, May 8, 2009 at 6:54 AM, Lars Zeb larc...@yahoo.com wrote:

 In launching freeswitch, I noticed the errors below, plus many more I did
 not copy here. Also the mod directory had only two modules in it, so I
 rebuilt from the tarball again. Same results.

 I did ./configure, make and make install. What have I done wrong?

 Thanks, Lars

 2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871
 switch_loadable_module_load_file() Error Loading module
 /usr/local/freeswitch/mod/mod_console.so
 **/usr/local/freeswitch/mod/mod_console.so: cannot open shared object file:
 No such file or directory**
 2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871
 switch_loadable_module_load_file() Error Loading module
 /usr/local/freeswitch/mod/mod_logfile.so
 **/usr/local/freeswitch/mod/mod_logfile.so: cannot open shared object file:
 No such file or directory**
 2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Lars Zeb
Sorry to report that the results are the same. I executed the 'make' command
after the 'wget' and captured stderr and stdout to a file. I uploaded it to
http://rapidshare.com/files/230726648/openSuse_11.1_Freeswitch-1.0.4pre7_log
.zip.html if it's of any use.

 

The mod_cluechoo errors persist. The only mods in the mod folder are
mod_amr.(la  so) and mod-cdr_csv.(la  so).

 

Maybe I should swap another OS. I'm willing to try anything to get
freeswitch up.

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Friday, May 08, 2009 10:26 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Total noob question

 

Okay, time for a fresh checkout. If you are on Linux then I recommend that
you completely rm -fr your freeswitch source directory, then do the quick
and dirty install:

http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install

Let us know if that works...
-MC

On Fri, May 8, 2009 at 10:20 AM, Lars Zeb larc...@yahoo.com wrote:

The mod modules are still not built. I tried with your suggestion.

 

making install mod_cluechoo

Compiling mod_cluechoo.c...

quiet_libtool: compile:  gcc -I/usr/src/freeswitch/src/include
-I/usr/src/freeswitch/libs/libteletone/src -fPIC -Werror -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -g -O2 -Wall -std=c99
-pedantic -D_GNU_SOURCE -DHAVE_CONFIG_H -c mod_cluechoo.c  -fPIC -DPIC -o
.libs/mod_cluechoo.o

cc1: warnings being treated as errors

mod_cluechoo.c: In function 'go':

mod_cluechoo.c:188: error: call to function 'add_D51' without a real
prototype

mod_cluechoo.c:45: note: 'add_D51' was declared here

mod_cluechoo.c:190: error: call to function 'add_sl' without a real
prototype

mod_cluechoo.c:46: note: 'add_sl' was declared here

mod_cluechoo.c: In function 'vgo':

mod_cluechoo.c:313: error: call to function 'add_D51' without a real
prototype

mod_cluechoo.c:45: note: 'add_D51' was declared here

mod_cluechoo.c:315: error: call to function 'add_sl' without a real
prototype

mod_cluechoo.c:46: note: 'add_sl' was declared here

mod_cluechoo.c: In function 'add_sl':

mod_cluechoo.c:369: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:370: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:370: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:371: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:371: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:373: error: call to function 'add_smoke' without a real
prototype

mod_cluechoo.c:48: note: 'add_smoke' was declared here

mod_cluechoo.c: In function 'add_D51':

mod_cluechoo.c:419: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:420: error: call to function 'add_man' without a real
prototype

mod_cluechoo.c:47: note: 'add_man' was declared here

mod_cluechoo.c:422: error: call to function 'add_smoke' without a real
prototype

mod_cluechoo.c:48: note: 'add_smoke' was declared here

make[5]: *** [mod_cluechoo.lo] Error 1

make[4]: *** [install] Error 1

make[3]: *** [mod_cluechoo-install] Error 1

make[2]: *** [install-recursive] Error 1

Making install in build

 + FreeSWITCH install Complete --+

 + FreeSWITCH has been successfully installed.   +

 +   +

 +   Install sounds: +

 +   (uhd-sounds includes hd-sounds, sounds) +

 +   (hd-sounds includes sounds) +

 + .  +

 +---+

make[1]: *** [install-recursive] Error 1

make: *** [install] Error 2

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Friday, May 08, 2009 8:30 AM


To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Total noob question

 

Lars,

May I suggest this process:

make clean  svn up  ./bootstrap.sh  ./configure  make install

It's one step less intensive than starting with a fresh checkout. I just did
that on four systems last night that all had a buggy build with cluechoo and
file_string and now all four are humming along nicely.

-MC

On Fri, May 8, 2009 at 6:54 AM, Lars Zeb larc...@yahoo.com wrote:

In launching freeswitch, I noticed the errors below, plus many more I did
not copy here. Also the mod directory had only two modules in it, so I
rebuilt from the tarball again. Same results.

I did ./configure, make and make

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Michael Collins
Well, Tony likes to say that you can compile FreeSWITCH anywhere but he only
supports it if the name of the OS rhymes with Mentos. :)

We have had much success with CentOS 5.x installs. I can highly recommend
it.
-MC

On Fri, May 8, 2009 at 1:46 PM, Lars Zeb larc...@yahoo.com wrote:

  Sorry to report that the results are the same. I executed the ‘make’
 command after the ‘wget’ and captured stderr and stdout to a file. I
 uploaded it to
 http://rapidshare.com/files/230726648/openSuse_11.1_Freeswitch-1.0.4pre7_log.zip.htmlif
  it’s of any use.



 The mod_cluechoo errors persist. The only mods in the mod folder are
 mod_amr.(la  so) and mod-cdr_csv.(la  so).



 Maybe I should swap another OS. I’m willing to try anything to get
 freeswitch up.



 *From:* freeswitch-users-boun...@lists.freeswitch.org [mailto:
 freeswitch-users-boun...@lists.freeswitch.org] *On Behalf Of *Michael
 Collins
 *Sent:* Friday, May 08, 2009 10:26 AM

 *To:* freeswitch-users@lists.freeswitch.org
 *Subject:* Re: [Freeswitch-users] Total noob question



 Okay, time for a fresh checkout. If you are on Linux then I recommend that
 you completely rm -fr your freeswitch source directory, then do the quick
 and dirty install:

 http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install

 Let us know if that works...
 -MC

 On Fri, May 8, 2009 at 10:20 AM, Lars Zeb larc...@yahoo.com wrote:

 The mod modules are still not built. I tried with your suggestion.



 making install mod_cluechoo

 Compiling mod_cluechoo.c...

 quiet_libtool: compile:  gcc -I/usr/src/freeswitch/src/include
 -I/usr/src/freeswitch/libs/libteletone/src -fPIC -Werror -fvisibility=hidden
 -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -g -O2 -Wall -std=c99
 -pedantic -D_GNU_SOURCE -DHAVE_CONFIG_H -c mod_cluechoo.c  -fPIC -DPIC -o
 .libs/mod_cluechoo.o

 cc1: warnings being treated as errors

 mod_cluechoo.c: In function ‘go’:

 mod_cluechoo.c:188: error: call to function ‘add_D51’ without a real
 prototype

 mod_cluechoo.c:45: note: ‘add_D51’ was declared here

 mod_cluechoo.c:190: error: call to function ‘add_sl’ without a real
 prototype

 mod_cluechoo.c:46: note: ‘add_sl’ was declared here

 mod_cluechoo.c: In function ‘vgo’:

 mod_cluechoo.c:313: error: call to function ‘add_D51’ without a real
 prototype

 mod_cluechoo.c:45: note: ‘add_D51’ was declared here

 mod_cluechoo.c:315: error: call to function ‘add_sl’ without a real
 prototype

 mod_cluechoo.c:46: note: ‘add_sl’ was declared here

 mod_cluechoo.c: In function ‘add_sl’:

 mod_cluechoo.c:369: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:370: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:370: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:371: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:371: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:373: error: call to function ‘add_smoke’ without a real
 prototype

 mod_cluechoo.c:48: note: ‘add_smoke’ was declared here

 mod_cluechoo.c: In function ‘add_D51’:

 mod_cluechoo.c:419: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:420: error: call to function ‘add_man’ without a real
 prototype

 mod_cluechoo.c:47: note: ‘add_man’ was declared here

 mod_cluechoo.c:422: error: call to function ‘add_smoke’ without a real
 prototype

 mod_cluechoo.c:48: note: ‘add_smoke’ was declared here

 make[5]: *** [mod_cluechoo.lo] Error 1

 make[4]: *** [install] Error 1

 make[3]: *** [mod_cluechoo-install] Error 1

 make[2]: *** [install-recursive] Error 1

 Making install in build

  + FreeSWITCH install Complete --+

  + FreeSWITCH has been successfully installed.   +

  +   +

  +   Install sounds: +

  +   (uhd-sounds includes hd-sounds, sounds) +

  +   (hd-sounds includes sounds) +

  + …  +

  +---+

 make[1]: *** [install-recursive] Error 1

 make: *** [install] Error 2



 *From:* freeswitch-users-boun...@lists.freeswitch.org [mailto:
 freeswitch-users-boun...@lists.freeswitch.org] *On Behalf Of *Michael
 Collins
 *Sent:* Friday, May 08, 2009 8:30 AM


 *To:* freeswitch-users@lists.freeswitch.org
 *Subject:* Re: [Freeswitch-users] Total noob question



 Lars,

 May I suggest this process:

 make clean  svn up  ./bootstrap.sh  ./configure  make install

 It's one step less intensive than starting with a fresh checkout. I just
 did that on four systems last night

Re: [Freeswitch-users] Total noob question

2009-05-07 Thread Brian West

Its just status

Also please do not hijack threads.. Click new message and input the  
address freeswitch-users@lists.freeswitch.org


Thanks,
Brian

On May 7, 2009, at 8:13 PM, Lars Zeb wrote:


I have installed from the 1.0.4pre7 tarball on a openSuse 11.1.

Why is it that after I launch freeswitch and type in either 'show' or
'status' at the console, it responds with 'Unknown command', but it  
does

accept 'shutdown'?

Thanks, Lars


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Brian West
br...@freeswitch.org

-- Meet us at ClueCon!  http://www.cluecon.com




___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Total noob question

2009-05-07 Thread Shannon
Check out the wiki for more info.

Wiki.FreeSWITCH.org

On Thursday, May 7, 2009, Lars Zeb larc...@yahoo.com wrote:
 I have installed from the 1.0.4pre7 tarball on a openSuse 11.1.

 Why is it that after I launch freeswitch and type in either 'show' or
 'status' at the console, it responds with 'Unknown command', but it does
 accept 'shutdown'?

 Thanks, Lars


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


-- 
Shannon

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Total noob question

2009-05-07 Thread Jason White
Lars Zeb larc...@yahoo.com wrote:
 I have installed from the 1.0.4pre7 tarball on a openSuse 11.1.
 
 Why is it that after I launch freeswitch and type in either 'show' or
 'status' at the console, it responds with 'Unknown command', but it does
 accept 'shutdown'?

Maybe the mod_commands module wasn't loaded. Check your logs, and try 
load mod_commands from the FreeSWITCH console.

That module should have been loaded unless there is something seriously wrong
with the build or installation process.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Total noob question

2009-05-07 Thread Lars Zeb
Sorry for the hijacking, too anxious.

 

I typed only one of the two commands - both Unknown.

 

2009-05-07 17:52:52 [CONSOLE] switch_core.c:1322
switch_core_init_and_modload()

FreeSWITCH Version 1.0.4pre7 (13238M) Started.

Crash Protection [Disabled]

Max Sessions[1000]

Session Rate[30]

SQL [Enabled]

freeswi...@fs show

Unknown Command: show

freeswi...@fs status

Unknown Command: status

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Brian
West
Sent: Thursday, May 07, 2009 6:20 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Total noob question

 

Its just status

 

Also please do not hijack threads.. Click new message and input the address
freeswitch-users@lists.freeswitch.org

 

Thanks,

Brian

 

On May 7, 2009, at 8:13 PM, Lars Zeb wrote:





I have installed from the 1.0.4pre7 tarball on a openSuse 11.1.

Why is it that after I launch freeswitch and type in either 'show' or
'status' at the console, it responds with 'Unknown command', but it does
accept 'shutdown'?

Thanks, Lars


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

 

Brian West

br...@freeswitch.org

 

-- Meet us at ClueCon!  http://www.cluecon.com http://www.cluecon.com/ 

 

 

 

 

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Total noob question

2009-05-07 Thread Brian West

Weird did you modify anything in modules.conf?

/b

On May 7, 2009, at 9:01 PM, Lars Zeb wrote:


Sorry for the hijacking, too anxious.

I typed only one of the two commands – both Unknown.

2009-05-07 17:52:52 [CONSOLE] switch_core.c:1322  
switch_core_init_and_modload()

FreeSWITCH Version 1.0.4pre7 (13238M) Started.
Crash Protection [Disabled]
Max Sessions[1000]
Session Rate[30]
SQL [Enabled]
freeswi...@fs show
Unknown Command: show
freeswi...@fs status
Unknown Command: status



Brian West
br...@freeswitch.org

-- Meet us at ClueCon!  http://www.cluecon.com




___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org