Yes it is with make current. i also tried make distclean and rebuild freeswitch from scratch. The same error still persists.
B Karthik On Sat, Nov 8, 2008 at 7:11 AM, < [EMAIL PROTECTED]> wrote: > Send Freeswitch-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Freeswitch-users digest..." > > Today's Topics: > > 1. Freeswitch Build fails (SVN Revision: 10294) (B Karthik) > 2. Re: Freeswitch Build fails (SVN Revision: 10294) > (Anthony Minessale) > 3. Re: xml_curl ... (Shelby Ramsey) > 4. Recommendations on ATA's for WinXP and motherboard. > ([EMAIL PROTECTED]) > 5. Re: Recommendations on ATA's for WinXP and motherboard. > (Michael Jerris) > > > ---------- Forwarded message ---------- > From: "B Karthik" <[EMAIL PROTECTED]> > To: [email protected] > Date: Sat, 8 Nov 2008 02:03:09 +0530 > Subject: [Freeswitch-users] Freeswitch Build fails (SVN Revision: 10294) > Hi, > > The build fails for the latest svn revision:10294. Error message is as > follows - > > ./.libs/libfreeswitch.so: undefined reference to `switch_dso_open' > ./.libs/libfreeswitch.so: undefined reference to `switch_dso_data_sym' > ./.libs/libfreeswitch.so: undefined reference to `switch_dso_destroy' > > Operating System is Debian Etch. Thanks. > > B Karthik. > > > > ---------- Forwarded message ---------- > From: "Anthony Minessale" <[EMAIL PROTECTED]> > To: [email protected] > Date: Fri, 7 Nov 2008 15:16:04 -0600 > Subject: Re: [Freeswitch-users] Freeswitch Build fails (SVN Revision: > 10294) > is that with make current > > On Fri, Nov 7, 2008 at 2:33 PM, B Karthik <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> The build fails for the latest svn revision:10294. Error message is as >> follows - >> >> ./.libs/libfreeswitch.so: undefined reference to `switch_dso_open' >> ./.libs/libfreeswitch.so: undefined reference to `switch_dso_data_sym' >> ./.libs/libfreeswitch.so: undefined reference to `switch_dso_destroy' >> >> Operating System is Debian Etch. Thanks. >> >> B Karthik. >> >> >> _______________________________________________ >> Freeswitch-users mailing list >> [email protected] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > > AIM: anthm > MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]> > GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]> > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]> > iax:[EMAIL PROTECTED]/888 > googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]> > pstn:213-799-1400 > > > ---------- Forwarded message ---------- > From: "Shelby Ramsey" <[EMAIL PROTECTED]> > To: [email protected] > Date: Fri, 7 Nov 2008 15:46:22 -0600 > Subject: Re: [Freeswitch-users] xml_curl ... > Mike, > Thanks for the info on the .cgi ... > > I altered the hangup_after_bridge ... see XML below: > > <?xml version="1.0" encoding="UTF-8" standalone="no"?> > <document type="freeswitch/xml"> > <section name="dialplan" description="FS RESPONSE"> > <context name="public"> > <extension name="17135454263"> > <condition field="destination_number" expression="17135454263"> > <action application="set" data="hangup_after_bridge=false"/> > <action application="set" data="call_timeout=180"/> > <action application="set" data="proxy_media=true"/> > <action application="set" data="pass_rfc2833=true"/> > <action application="set" data="accountcode=SIC_TEST" /> > <action application="set" data="origination_caller_id_name=NULL" > /> > <action application="set" data="origination_caller_id_number=no" > /> > <action application="set" data="effective_caller_id_name=NULL" /> > <action application="set" data="effective_caller_id_number=no" /> > <action application="bridge" data="sofia/internal/ > [EMAIL PROTECTED]:5060" /> > <action application="set" data="origination_caller_id_name=NULL" > /> > <action application="set" > data="origination_caller_id_number=+17133000522" /> > <action application="set" data="effective_caller_id_name=NULL" /> > <action application="set" > data="effective_caller_id_number=+17133000522" /> > <action application="set" data="sip_h_P-Asserted-Identity=<sip: + > [EMAIL PROTECTED];user=phone>" /> > <action application="bridge" data="sofia/internal/ > [EMAIL PROTECTED]:5060" /> > </condition> > </extension> > </context> > </section> > </document> > > I had it set to true based on an example on the wiki (dialplan, example 7): > > <extension name="internal"> > <condition field="destination_number" expression="^1111"> > <action application="set" data="hangup_after_bridge=true"/> > <action application="bridge" data="sofia/local_profile/[EMAIL PROTECTED]" > /> > <action application="bridge" data="sofia/local_profile/[EMAIL PROTECTED]" > /> > </condition> > </extension> > > > I had previously tried the hangup_after_bridge=false ... > > Any thoughts? > > Thanks for all the help! > > SR > > > On Fri, Nov 7, 2008 at 1:22 PM, Michael Jerris <[EMAIL PROTECTED]> wrote: > >> <action application="set" data="hangup_after_bridge=true"/> >> change to >> >> <action application="set" data="hangup_after_bridge=false"/> >> >> also, if your serving up from xml_curl, you can do the conditions on your >> cgi and just have a blank condition tag, no reason to have the switch do the >> regex as well. >> >> Mike >> >> On Nov 7, 2008, at 1:35 PM, Shelby Ramsey wrote: >> >> Hello, >> I have a question re: xml_curl ... if I reply with this (from the /tmp/ >> file created by fs after xml_curl debug_on): >> >> <?xml version="1.0" encoding="UTF-8" standalone="no"?> >> <document type="freeswitch/xml"> >> <section name="dialplan" description="FS RESPONSE"> >> <context name="public"> >> <extension name="7135454263"> >> <condition field="destination_number" expression="7135454263"> >> <action application="set" data="hangup_after_bridge=true"/> >> <action application="set" data="call_timeout=180"/> >> <action application="set" data="proxy_media=true"/> >> <action application="set" data="pass_rfc2833=true"/> >> <action application="set" data="accountcode=TEST" /> >> <action application="set" data="origination_caller_id_name=NULL" >> /> >> <action application="set" >> data="origination_caller_id_number=7135454263" /> >> <action application="set" data="effective_caller_id_name=NULL" >> /> >> <action application="set" >> data="effective_caller_id_number=7133000522" /> >> <action application="set" data="sip_h_P-Asserted-Identity=<sip: >> [EMAIL PROTECTED];user=phone>" /> >> <action application="bridge" data="sofia/internal/ >> [EMAIL PROTECTED]" /> >> <action application="bridge" data="sofia/internal/ >> [EMAIL PROTECTED]" /> >> </condition> >> </extension> >> </context> >> </section> >> </document> >> >> FS sends call to sofia/internal/[EMAIL PROTECTED] (which returns a >> 404) but does not send to the next "action". >> >> Somewhat of a FS newbie but I thought this should work ... looking at the >> log files I can see this: >> >> 2008-11-07 11:45:00 [DEBUG] switch_core_state_machine.c:140 >> switch_core_standard_on_execute() sofia/external/[EMAIL PROTECTED] >> bridge(sofia/internal/ >> [EMAIL PROTECTED]) >> >> but it does not do the same thing to the next "action" -- <action >> application="bridge" data="sofia/internal/[EMAIL PROTECTED]" /> >> >> >> _______________________________________________ >> Freeswitch-users mailing list >> [email protected] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > ---------- Forwarded message ---------- > From: [EMAIL PROTECTED] > To: [email protected] > Date: Fri, 07 Nov 2008 19:41:41 -0500 > Subject: [Freeswitch-users] Recommendations on ATA's for WinXP and > motherboard. > I would appreciate some recommendations on ATA (analogue telephony > adapters) of either external (e.g. Sipura 3000 which has been updated to a > Linksys box) or internal (Digium 410) type. This would be for a home test > system with one phone line running FS on Windows XP on a motherboard with > shared interrupts (ASUS P5E-VM HDMI). I would like external ATA's over > internal ones but will go the latter if need be. Will the shared interrupts > be a big problem? What are good choices for this set up and approximate > prices? > ------------------------------ > Instant access to the latest & most popular FREE games while you browse > with the Games Toolbar - Download > Now!<http://pr.atwola.com/promoclk/100000075x1212904500x1200818240/aol?redir=http://toolbar.aol.com/games/download.html?ncid=emlweusdown00000004> > > > ---------- Forwarded message ---------- > From: Michael Jerris <[EMAIL PROTECTED]> > To: [email protected] > Date: Fri, 7 Nov 2008 20:41:16 -0500 > Subject: Re: [Freeswitch-users] Recommendations on ATA's for WinXP and > motherboard. > We don't currently have any tdm card support on windows. > > Mike > > On Nov 7, 2008, at 7:41 PM, [EMAIL PROTECTED] wrote: > > I would appreciate some recommendations on ATA (analogue telephony >> adapters) of either external (e.g. Sipura 3000 which has been updated to a >> Linksys box) or internal (Digium 410) type. This would be for a home test >> system with one phone line running FS on Windows XP on a motherboard with >> shared interrupts (ASUS P5E-VM HDMI). I would like external ATA's over >> internal ones but will go the latter if need be. Will the shared interrupts >> be a big problem? What are good choices for this set up and approximate >> prices? >> >> > > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > 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 [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
