[Freeswitch-users] freeswitch in vmware
Michael Jerris
mike at jerris.com
Wed Mar 5 10:40:17 EST 2008
Yes, all the externals are available on both ports, so you can:
svn co http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch.trunk
cd freeswitch.trunk
svn propedit svn:externals . --editor-cmd=[your favorite editor here]
remove the :81 from both externals urls
save/exit
svn update
We switch it to port 81 on the externals because generally transparent
proxies work fine there. Seems the opposite for you :(
Mike
On Mar 5, 2008, at 9:47 AM, Cavalera Claudio Luigi wrote:
> Unfortunately,
> I can't do that
> svn: PROPFIND of '/svn/freeswitch/trunk': 403 Forbidden (http://svn.freeswitch.org:81
> )
>
> My proxy does not like me to go on port 81, although it's of if I go
> to port 80.
> Do we have an svn.openzap.org:80 instead of :81 ? :-)
>
>
> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org
> ] On Behalf Of Anthony Minessale
> Sent: Wednesday, March 05, 2008 3:22 PM
> To: freeswitch-users at lists.freeswitch.org
> Subject: Re: [Freeswitch-users] freeswitch in vmware
>
> make current does a svn update cleans the tree and rebuilds.
>
> Are you not using a standard checkout?
>
> If you are behind a web proxy you need to do the initial checkout to
> port 81
>
> http://svn.freeswitch.org:81/svn/freeswitch/trunk
>
> you may want to start this from scratch.
>
>
>
> 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: Cavalera Claudio Luigi <Claudio.Cavalera at italtel.it>
> To: freeswitch-users at lists.freeswitch.org
> Sent: Wednesday, March 5, 2008 3:25:49 AM
> Subject: Re: [Freeswitch-users] freeswitch in vmware
>
> Hello Anthony,
> it fails on the first command:
> make current
>
>
> Fetching external item into 'libs/openzap'
> svn: PROPFIND request failed on '/svn/openzap/trunk'
> svn: PROPFIND of '/svn/openzap/trunk': 403 Forbidden
> (http://svn.openzap.org:81)
> make: *** [current] Error 1
>
> It's strange, I think my web proxy is involved in this.
>
> 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>
>
>
> _______________________________________________
> 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.
> _______________________________________________
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080305/10a1821a/attachment-0001.html
More information about the Freeswitch-users
mailing list