[Freeswitch-users] freeswitch in vmware

Cavalera Claudio Luigi Claudio.Cavalera at italtel.it
Thu Mar 6 05:53:44 PST 2008


Hello Anthony,
I'm now using svn trunk under slackware 12 running in vmware server
console 1.0.4 (vmware network in bridged mode)
I've installed freeswitch with
./bootstrap
./configure
make all install
make sounds-install
make sounds-music-8000-install

Using two diffent zoiper sip clients when they dial 9999 or 3001 music
is choppy.
Instead if 1000 calls 1001 it sounds good.


_Default Trunk_ 
make current
make install
/usr/local/freeswitch/bin/freeswitch
problem is the same.

_with 2 Lines commented_
make current
make install
/usr/local/freeswitch/bin/freeswitch
problem is the same.


_with extra line_
make current
make install
/usr/local/freeswitch/bin/freeswitch
problem is the same. :-(


Is there some extra debug info I can get to you?

Ciao,
Claudio



________________________________

	From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
Anthony Minessale
	Sent: Tuesday, March 04, 2008 8:07 PM
	To: freeswitch-users at lists.freeswitch.org
	Subject: Re: [Freeswitch-users] freeswitch in vmware
	
	
	can you test this for me?
	
	first "make current" to update and rebuild the code.
	
	then test it again,
	
	if it still is happening,
	 
	edit src/include/switch_private.h
	
	look at the top for 
	
	/* Define if you have clock_gettime() */
	#define HAVE_CLOCK_GETTIME 1
	
	/* Define if you have clock_nanosleep() */
	#define HAVE_CLOCK_NANOSLEEP 1
	
	and comment them
	
	/* Define if you have clock_gettime() */
	//#define HAVE_CLOCK_GETTIME 1
	
	/* Define if you have clock_nanosleep() */
	//#define HAVE_CLOCK_NANOSLEEP 1
	
	
	then close it and from the main src dir execute
	"make current" again
	
	once it's done retest
	
	if the problem persists, edit the file again 
	and restore it by removing the comments 
	and add this extra line anywhere at the top
	
	#define SWITCH_USE_CLOCK_FUNCS 1
	
	and again "make sure" and retest
	
	please report the results and we can see if there is something 
	we can do.
	
	
	
	
	
	
	
	 
	Anthony Minessale II
	
	FreeSWITCH http://www.freeswitch.org/
	ClueCon http://www.cluecon.com/
	
	AIM: anthm
	MSN:anthony_minessale at hotmail.com
	GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
	IRC: irc.freenode.net #freeswitch

	FreeSWITCH Developer Conference
	sip:888 at conference.freeswitch.org
	iax:guest at conference.freeswitch.org/888
	googletalk:conf+888 at conference.freeswitch.org
	pstn:213-799-1400


	----- Original Message ----
	From: Brian Young ARA/CFD <byoung at ara.com>
	To: freeswitch-users at lists.freeswitch.org
	Sent: Tuesday, March 4, 2008 11:08:02 AM
	Subject: Re: [Freeswitch-users] freeswitch in vmware
	
	I am also a new user. Running under WinXP, and have experienced
very
	similar results: choppy music for default 9999, but clear for
other
	recordings such as default 3000 (conf-alone.wav) and conference
controls
	(mute, unmute, etc).
	
	
	-Brian Young <brian.young at ara.com>
	
	-----Original Message-----
	From: freeswitch-users-bounces at lists.freeswitch.org
	[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf
Of
	Cavalera Claudio Luigi
	Sent: Tuesday, March 04, 2008 11:28 AM
	To: freeswitch-users at lists.freeswitch.org
	Subject: Re: [Freeswitch-users] freeswitch in vmware
	
	I've solved the timing issues in fs vmware, I mean that those
error
	messages are now history.
	However the problem with moh dialing 9999 still remains. I've
tried from
	my pc and another one. Music is "choppy".
	I've also tried a 1000 to 1001 sip call using zoiper and it
sounds
	crystal clear. Strange.
	Is there any default iax user in the system?
	Best Regards,
	Claudio
	
	> -----Original Message-----
	> From: freeswitch-users-bounces at lists.freeswitch.org
	> [mailto:freeswitch-users-bounces at lists.freeswitch.org] On
Behalf Of 
	> Michael Jerris
	> Sent: Tuesday, March 04, 2008 3:13 PM
	> To: freeswitch-users at lists.freeswitch.org
	> Subject: Re: [Freeswitch-users] freeswitch in vmware
	> 
	> This definately looks like a broken clock in the vm, but
executing the
	
	> event late by 65 seconds is a lot.  did you pause your vm?
	> This could
	> be related to clock issues in slackware as well, I know people
who run
	
	> fine in vmware so it is certainly doable.  Why not just run
freeswitch
	
	> on your native os instead of in vmware?
	> 
	> Mike
	> 
	> 
	> On Mar 4, 2008, at 6:49 AM, Cavalera Claudio Luigi wrote:
	> 
	> > Maybe this debug would also be useful:
	> > 2008-03-04 12:44:31 [WARNING] switch_scheduler.c:114
	> > task_thread_loop()
	> > Task was executed late by 65 seconds 1 heartbeat (core)
	> > 2008-03-04 12:46:47 [CRIT] mod_local_stream.c:208
	> read_stream_thread()
	> > Leaking stream handle! [switch_ivr_play_file() 
	> > src/switch_ivr_play_say.c:738]
	> >
	> >> -----Original Message-----
	> >> From: Cavalera Claudio Luigi
	> >> Sent: Tuesday, March 04, 2008 12:48 PM
	> >> To: 'freeswitch-users at lists.freeswitch.org'
	> >> Subject: freeswitch in vmware
	> >>
	> >> Hello guys,
	> >> at the moment the only linux I've got handy is a slackware
12.0 
	> >> under vmware server 1.04 I've installed freeswitch to start
a sort 
	> >> of comparison with asterisk.
	> >> I've registered a SIP 1000 user and dialed 9999 (I could
not wait 
	> >> :-).
	> >> The config is default.
	> >> The music is choppy, I mean silence - music - silence
within a 
	> >> second! Sometimes it sounds good for ten seconds or so.
	> >> Could this be due to clock skew problems of virtual
machines?
	> >> 008-03-04 12:43:24 [CRIT] switch_time.c:321
	> >> softtimer_runtime() Forward Clock Skew Detected!
	> >>
	> >> Best Regards,
	> >> Claudio
	> >
	> >
	> > Internet Email Confidentiality Footer
	> > 
	> --------------------------------------------------------------
	> ---------------------------------------
	> > La presente comunicazione, con le informazioni in essa
contenute e 
	> > ogni documento o file allegato, e' rivolta unicamente
	> alla/e persona/
	> > e cui e' indirizzata ed alle altre da questa autorizzata/e a

	> > riceverla. Se non siete i destinatari/autorizzati siete
	> avvisati che
	> > qualsiasi azione, copia, comunicazione, divulgazione o
	> simili basate
	> > sul contenuto di tali informazioni e' vietata e potrebbe
essere 
	> > contro la legge (art. 616 C.P., D.Lgs n. 196/2003 Codice in
	> materia
	> > di protezione dei dati personali). Se avete ricevuto questa 
	> > comunicazione per errore, vi preghiamo di darne immediata
	> notizia al
	> > mittente e di distruggere il messaggio originale e ogni file

	> > allegato senza farne copia alcuna o riprodurne in alcun modo
il 
	> > contenuto.
	> >
	> > This e-mail and its attachments are intended for the
addressee(s) 
	> > only and are confidential and/or may contain legally
privileged 
	> > information. If you have received this message by mistake
	> or are not
	> > one of the addressees above, you may take no action based
	> on it, and
	> > you may not copy or show it to anyone; please reply to this
e-mail 
	> > and point out the error which has occurred.
	> > 
	> --------------------------------------------------------------
	> ---------------------------------------
	> >
	> >
	> > _______________________________________________
	> > Freeswitch-users mailing list
	> > Freeswitch-users at lists.freeswitch.org
	> >
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
	> > 
	> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw
	> itch-users
	> > http://www.freeswitch.org
	> 
	> 
	> _______________________________________________
	> Freeswitch-users mailing list
	> Freeswitch-users at lists.freeswitch.org
	> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
	> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw
	> itch-users
	> http://www.freeswitch.org
	> 
	
	_______________________________________________
	Freeswitch-users mailing list
	Freeswitch-users at lists.freeswitch.org
	http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
	
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
	http://www.freeswitch.org
	
	_______________________________________________
	Freeswitch-users mailing list
	Freeswitch-users at lists.freeswitch.org
	http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
	
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
	http://www.freeswitch.org
	


________________________________

	Never miss a thing. Make Yahoo your homepage.
<http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>  





More information about the FreeSWITCH-users mailing list