From mariogasparoni at gmail.com Mon Nov 3 20:59:32 2014 From: mariogasparoni at gmail.com (Mario Gasparoni Jr) Date: Mon, 3 Nov 2014 15:59:32 -0200 Subject: [Freeswitch-dev] Software/Hardware interoperability Message-ID: Hello guys, I am trying to use FreeSWITCH as a conference server for group calls. I'm using mod_conference, and I know it works fine with multiple SIP clients (for testing purposes I use Ekiga and Jitsi on both Windows and Linux). Audio is mixed individually for each user, and video is switched based on the active talker, and the same video is sent to all clients. The problem shows up when I join the group call using a Polycom hardware. If I configure FreeSWITCH to support H.263 only, it works fine, my Polycom can display the video sent by FreeSWITCH, including when the active talker is itself. The other SIP clients work fine as well. When I configure FreeSWITCH to support H.264 only, the video switching only works when Polycom is the active talker, otherwise all the users just see the last video frame sent by Polycom. If I do a peer-to-peer call between the Polycom and a SIP client, both configured to use H.264, everything works just fine, which points me that the problem could be related to the transition between viewing a video stream with a given resolution and viewing another video stream with a different resolution, or something related to the non-continuity of video packets timestamp. Is there anybody out there that have experienced similar issues? Do you guys have any suggestion or anything that could help me to make it work properly? Thanks in advance. -- Att. M?rio Gasparoni. www.inf.ufrgs.br/~mcgjunior -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141103/e5347819/attachment.html From brian at freeswitch.org Mon Nov 3 22:04:00 2014 From: brian at freeswitch.org (Brian West) Date: Mon, 3 Nov 2014 13:04:00 -0600 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: I don't think CMakefiles were completed and nobody is around to maintain them.. On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants wrote: > Hello, > > I switched my dev-env from Windows to Linux in the hope it would make it > simpler, but I was wondering what build-system the most of you use. I saw > CMake-files, so I had a look at using cmake with kdevelop, but can it be > that I'm missing a CMakeLists.txt in the main-dir? > > This is maybe a stupid question, but I would like to build it nicely and a > small hint in the right direction would be welcome. > > thanks, > > Michel > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141103/285e0e1a/attachment.html From brian at freeswitch.org Mon Nov 3 22:04:49 2014 From: brian at freeswitch.org (Brian West) Date: Mon, 3 Nov 2014 13:04:49 -0600 Subject: [Freeswitch-dev] Freeswitch "crash" on switch_core_media_toggle_hold In-Reply-To: References: Message-ID: Update This was fixed on the 13th of Oct. FS-6911 On Tue, Oct 21, 2014 at 1:59 PM, miguelo sana wrote: > Hello, > > Today i experienced a very weird crash on my production freeswitch server. > I use freeswitch for a conferencing service and at the moment of the crash > there where around 40 participants in 15 different conferences. > In one of the conferences a participant put his call on hold (probably > with his mobile phone). At the moment when freeswitch received the message > to put the call on unhold the b-leg channel was gone and the freeswitch > crashed. I have created a backtrace on the crash and put it on the pastebin > https://pastebin.freeswitch.org/23467 > > I tried to replicate the crash by dialing in with multiple phones and put > the call on hold and disconnect with another phone. On all my attempts the > conference application recognized the disconnect and did not crash. Not > even when i force quit a sip client. > Has anyone ever experienced this. Or is anyone able to explain why this > happens. > > I use freeswitch version 1.4.12 on debian 7. The machine already > succesfully handled different conferences with a total of 80 participants. > So performance does not seem to be the issue. > > Second i would like to know if it is possible to "disable" the > switch_assert in production builds of freeswitch and have a more elegant > way of handling problems in threads. Because when looking to my problem. > Freeswitch aborted because one channel was not available when it was > supposed to be. I understand that thread has to fail because it has no > channel but it should not affect the whole freeswitch application. If > anyone has some ideas to get this done or a solution please let me know. > > > Thanks, > Miguelo Sana > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141103/74a40028/attachment.html From brian at freeswitch.org Mon Nov 3 22:06:49 2014 From: brian at freeswitch.org (Brian West) Date: Mon, 3 Nov 2014 13:06:49 -0600 Subject: [Freeswitch-dev] Freeswitch "crash" on switch_core_media_toggle_hold In-Reply-To: References: Message-ID: There should be a 1.4.13 out soon with this fix in it. On Mon, Nov 3, 2014 at 1:04 PM, Brian West wrote: > Update This was fixed on the 13th of Oct. FS-6911 > > On Tue, Oct 21, 2014 at 1:59 PM, miguelo sana > wrote: > >> Hello, >> >> Today i experienced a very weird crash on my production freeswitch server. >> I use freeswitch for a conferencing service and at the moment of the >> crash there where around 40 participants in 15 different conferences. >> In one of the conferences a participant put his call on hold (probably >> with his mobile phone). At the moment when freeswitch received the message >> to put the call on unhold the b-leg channel was gone and the freeswitch >> crashed. I have created a backtrace on the crash and put it on the pastebin >> https://pastebin.freeswitch.org/23467 >> >> I tried to replicate the crash by dialing in with multiple phones and put >> the call on hold and disconnect with another phone. On all my attempts the >> conference application recognized the disconnect and did not crash. Not >> even when i force quit a sip client. >> Has anyone ever experienced this. Or is anyone able to explain why this >> happens. >> >> I use freeswitch version 1.4.12 on debian 7. The machine already >> succesfully handled different conferences with a total of 80 participants. >> So performance does not seem to be the issue. >> >> Second i would like to know if it is possible to "disable" the >> switch_assert in production builds of freeswitch and have a more elegant >> way of handling problems in threads. Because when looking to my problem. >> Freeswitch aborted because one channel was not available when it was >> supposed to be. I understand that thread has to fail because it has no >> channel but it should not affect the whole freeswitch application. If >> anyone has some ideas to get this done or a solution please let me know. >> >> >> Thanks, >> Miguelo Sana >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141103/735e4e2a/attachment-0001.html From anthony.minessale at gmail.com Mon Nov 3 22:10:02 2014 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 3 Nov 2014 13:10:02 -0600 Subject: [Freeswitch-dev] Freeswitch "crash" on switch_core_media_toggle_hold In-Reply-To: References: Message-ID: This issue is fixed in master. It will be available soon as 1.4.13 or you can use master now. Disabling asserts only causes unreadable backtraces. Anywhere FreeSWITCH crashes from an assert is for very specific reasons and there is no other way to recover it just helps point out the exact reason easier. If production issues are important to you, consider inquiring at consulting at freeswitch.org to use the new commercial FS repos. On Tue, Oct 21, 2014 at 1:59 PM, miguelo sana wrote: > Hello, > > Today i experienced a very weird crash on my production freeswitch server. > I use freeswitch for a conferencing service and at the moment of the crash > there where around 40 participants in 15 different conferences. > In one of the conferences a participant put his call on hold (probably > with his mobile phone). At the moment when freeswitch received the message > to put the call on unhold the b-leg channel was gone and the freeswitch > crashed. I have created a backtrace on the crash and put it on the pastebin > https://pastebin.freeswitch.org/23467 > > I tried to replicate the crash by dialing in with multiple phones and put > the call on hold and disconnect with another phone. On all my attempts the > conference application recognized the disconnect and did not crash. Not > even when i force quit a sip client. > Has anyone ever experienced this. Or is anyone able to explain why this > happens. > > I use freeswitch version 1.4.12 on debian 7. The machine already > succesfully handled different conferences with a total of 80 participants. > So performance does not seem to be the issue. > > Second i would like to know if it is possible to "disable" the > switch_assert in production builds of freeswitch and have a more elegant > way of handling problems in threads. Because when looking to my problem. > Freeswitch aborted because one channel was not available when it was > supposed to be. I understand that thread has to fail because it has no > channel but it should not affect the whole freeswitch application. If > anyone has some ideas to get this done or a solution please let me know. > > > Thanks, > Miguelo Sana > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141103/3625c8b2/attachment.html From moises.silva at gmail.com Tue Nov 4 10:59:14 2014 From: moises.silva at gmail.com (Moises Silva) Date: Tue, 4 Nov 2014 02:59:14 -0500 Subject: [Freeswitch-dev] mod_conference remote recording In-Reply-To: References: Message-ID: On Wed, Sep 17, 2014 at 9:16 AM, miguelo wrote: > Hello, > > I try to setup recording with mod_conference and mod_oreka. > I know it is possible to record to file with mod_conference, but i want to > record a conference using mod_oreka. I tried dialing out to the loopback > interface and answering that call in the dialplan to start recording but > the > recording will stop when the end of the extension is reached. > You must do a blocking operation that performs I/O read/write. Calling oreka_record is not a blocking operation and hence the extension will reach the end and hangup. If you call oreka_record followed by playback() to play silence ( https://wiki.freeswitch.org/wiki/Silence_stream) that should do the trick. You'll need to set the variable timer_name=soft to ask playback() to consume audio. btw, this question is better suited for the freeswitch-users mailing list Moy Moises Silva Manager, Software Engineering Sangoma Technologies 100 Renfrew Drive, Suite 100, Markham, Ontario, Canada L3R 9R6 T +1 905 474 1990 x128 | toll-free in North America +1 800 388-2475 | F +1 905 474 9223 www.sangoma.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141104/debff78a/attachment.html From anthony.minessale at gmail.com Tue Nov 4 20:28:50 2014 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 4 Nov 2014 11:28:50 -0600 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: We are sadly trapped in the sour but familiar autotools world. We often refer to them as autodroolz, automistake, autoheadache, libdroolz etc and so on but its the common denominator in most of our dependency libs and an effort to use anything else would eclipse the attention we need to give to actual FS. On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants wrote: > Hello, > > I switched my dev-env from Windows to Linux in the hope it would make it > simpler, but I was wondering what build-system the most of you use. I saw > CMake-files, so I had a look at using cmake with kdevelop, but can it be > that I'm missing a CMakeLists.txt in the main-dir? > > This is maybe a stupid question, but I would like to build it nicely and a > small hint in the right direction would be welcome. > > thanks, > > Michel > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141104/21f1de62/attachment.html From dujinfang at gmail.com Wed Nov 5 04:34:16 2014 From: dujinfang at gmail.com (Seven Du) Date: Wed, 5 Nov 2014 09:34:16 +0800 Subject: [Freeswitch-dev] mod_conference remote recording In-Reply-To: References: Message-ID: <508E8DB443604203A2DFE7886A71A667@gmail.com> or you could use the loopback endpoint or implement an endpoint interface in mod_oreka -- Seven Du http://about.me/dujinfang http://www.dujinfang.com http://www.freeswitch.org.cn Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, November 4, 2014 at 3:59 PM, Moises Silva wrote: > > On Wed, Sep 17, 2014 at 9:16 AM, miguelo wrote: > > Hello, > > > > I try to setup recording with mod_conference and mod_oreka. > > I know it is possible to record to file with mod_conference, but i want to > > record a conference using mod_oreka. I tried dialing out to the loopback > > interface and answering that call in the dialplan to start recording but the > > recording will stop when the end of the extension is reached. > > You must do a blocking operation that performs I/O read/write. > > Calling oreka_record is not a blocking operation and hence the extension will reach the end and hangup. > > If you call oreka_record followed by playback() to play silence (https://wiki.freeswitch.org/wiki/Silence_stream) that should do the trick. You'll need to set the variable timer_name=soft to ask playback() to consume audio. > > btw, this question is better suited for the freeswitch-users mailing list > > Moy > > > Moises Silva > > > Manager, Software Engineering > > > > > > Sangoma Technologies > > > 100 Renfrew Drive, Suite 100, Markham, Ontario, Canada L3R 9R6 > > > T +1 905 474 1990 x128 | toll-free in North America +1 800 388-2475 | F +1 905 474 9223 > > > www.sangoma.com (http://www.sangoma.com/) > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141105/d2ff94f7/attachment-0001.html From krice at freeswitch.org Fri Nov 7 18:02:41 2014 From: krice at freeswitch.org (Ken Rice) Date: Fri, 07 Nov 2014 15:02:41 +0000 Subject: [Freeswitch-dev] FreeSWITCH Friday FreeForAll Reminder! Message-ID: <545cdf118246c_96ed10333285986@ip-10-33-128-229.mail> FreeSWITCHers, Do not forget to join us at 2PM CST for the FreeSWITCH Friday FreeFor All Visit http://ift.tt/1n3h0Pf and Click Call 888 with your WebRTC enabled Browser and headset, Call sip:888 at conference.freeswitch.org or see http://ift.tt/1prwIZL for access info! -- Ken FreeSWITCH.org ClueCon.com OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH @ClueCon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141107/427a93b9/attachment.html From jaybinks at gmail.com Thu Nov 13 10:40:56 2014 From: jaybinks at gmail.com (jay binks) Date: Thu, 13 Nov 2014 17:40:56 +1000 Subject: [Freeswitch-dev] mod_enum and ordering / prefference Message-ID: So im looking over mod_enum in relation to something Im trying to do ( will discuss later in the email ), and after looking through the code, it seems the mod_enum does not order the results at all, and it is assumed that ldns or the DNS server will order the results correctly. ldns_resolver_query is called, and parse_naptr is called for each result. parse_naptr parses the result row then calls add_result, which adds it to the array of enum_record. ( appears to always add it to the end ) Its not that this is failing for me, but this seems to be a little dangerous and I would have expected FS to interpret the order and preference values its self. Can someone else take a look over this for me, and tell me if im wrong. :) In addition to this, I was hoping to find a way to make FS randomly select a row if the order & preference are identical. Obviously this would need to be a config value because some people may NOT want this, but can anyone see any issues here ?? if the order / pref are identical your already going to run the risk of something jumbling the order around so you cant rely on the order of your zone file... having FS randomise this simple means that it will defiantly be random :) just after some thoughts on this one... ( if you happen to decide to patch the above issue... then consider this also... otherwise ill attempt a patch for both depending on feedback ) -- Sincerely Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141113/015c0215/attachment.html From jaybinks at gmail.com Thu Nov 13 11:34:42 2014 From: jaybinks at gmail.com (jay binks) Date: Thu, 13 Nov 2014 18:34:42 +1000 Subject: [Freeswitch-dev] Fwd: mod_enum and ordering / prefference In-Reply-To: References: Message-ID: so both http://tools.ietf.org/html/rfc2915 & http://tools.ietf.org/html/draft-daniel-naptr-00 say the the client MUST do the ordering. Interesting to note is that http://tools.ietf.org/html/draft-daniel-naptr-00 talks about the client randomly selecting if order & pref are all the same. however the RFC does not explicitly mention this for NAPR. ( which is a little unfortunate ) ---------- Forwarded message ---------- From: jay binks Date: 13 November 2014 17:40 Subject: mod_enum and ordering / prefference To: freeswitch-dev at lists.freeswitch.org So im looking over mod_enum in relation to something Im trying to do ( will discuss later in the email ), and after looking through the code, it seems the mod_enum does not order the results at all, and it is assumed that ldns or the DNS server will order the results correctly. ldns_resolver_query is called, and parse_naptr is called for each result. parse_naptr parses the result row then calls add_result, which adds it to the array of enum_record. ( appears to always add it to the end ) Its not that this is failing for me, but this seems to be a little dangerous and I would have expected FS to interpret the order and preference values its self. Can someone else take a look over this for me, and tell me if im wrong. :) In addition to this, I was hoping to find a way to make FS randomly select a row if the order & preference are identical. Obviously this would need to be a config value because some people may NOT want this, but can anyone see any issues here ?? if the order / pref are identical your already going to run the risk of something jumbling the order around so you cant rely on the order of your zone file... having FS randomise this simple means that it will defiantly be random :) just after some thoughts on this one... ( if you happen to decide to patch the above issue... then consider this also... otherwise ill attempt a patch for both depending on feedback ) -- Sincerely Jay -- Sincerely Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141113/d044538e/attachment.html From lconroy at insensate.co.uk Thu Nov 13 16:48:16 2014 From: lconroy at insensate.co.uk (Lawrence Conroy) Date: Thu, 13 Nov 2014 13:48:16 +0000 Subject: [Freeswitch-dev] mod_enum and ordering / prefference In-Reply-To: References: Message-ID: <4CF11CD8-BCB8-4459-BDB7-C0081CF93B14@insensate.co.uk> Hi Jay, folks, Ahem -- the current ENUM spec is RFC6116. This obsoletes RFC3761, which in turn obsoleted RFC2716. I know this, 'cos I wrote it :). I strongly recommend you give 6116 a go, as we REALLY tried to make it useful and fix the bugs in the earlier specs. As for the NAPTR spec, RFC2915 was obsoleted in RFC3403. That's within the set of specs RFC3401-RFC3405 (but I'd suggest care, as your head will bleed if you try to read them all, and they all cross-refer). For ENUM, RFC2915 is a false friend -- it looks OK, but is "historical only". TL:DR; yup -- MUST be sorted on order/pref. Dealing with them "as they come" in the DNS response is a hangover from the original * client/hack -- it's wrong. Longer: Strictly, should sort, then check the "best" one in the sorted list, see if that works, and then go on to the next if it doesn't (i.e., doesn't exists, is invalid, or your client app doesn't support the URI or it doesn't understand the enumservice tag within that NAPTR). Note that the esteemed muppets in the SIP clique got the definition for the service field arse about face from the way it's used in ENUM, so beware of non-ENUM SIP NAPTRs (a la RFC3263) when developing a parser. They were told, and we still ended up with RFC3824 -- sigh. Note that Non-terminal NAPTRs may mean that one chases "down" to another domain and looks there for NAPTRs, and Compound NAPTRs may mean that there are two choices in one record. Only place that uses either of them on the open Internet, as far as I'm aware, is domains within the .tel TLD. (What's used within Carriers' internal nets is another story, but you shouldn't see those, ever). The specific bit in the ENUM spec that spells this out is in section 5.2 of RFC6116, which says: " ENUM clients MUST sort the records of a retrieved NAPTR RRSet into sequence using the ORDER and PREFERENCE fields of those records. The ORDER is to be treated as the major sort term, with lowest numerical values being earlier in the sequence. The PREFERENCE/PRIORITY field is to be treated as the minor sort term, with lowest numerical values being earlier in the sequence. " BTW, as regards what to do with NAPTs with identical ORDER/PREF fields, 5.2 also says: " ENUM clients SHOULD accept all NAPTRs with identical ORDER and identical PREFERENCE/PRIORITY field values, and process them in the sequence in which they appear in the DNS response. (There is no benefit in further randomizing the order in which these are processed, as intervening DNS Servers might have done this already). " That's only a SHOULD, so knock yourself out with further randomisation if wanted -- it's not an error (but it is not really needed -- anyone publishing these must not care which is chosen). all the best, Lawrence On 13 Nov 2014, at 08:34, jay binks wrote: > so both http://tools.ietf.org/html/rfc2915 & http://tools.ietf.org/html/draft-daniel-naptr-00 > say the the client MUST do the ordering. > > Interesting to note is that http://tools.ietf.org/html/draft-daniel-naptr-00 talks about the client randomly selecting if order & pref are all the same. > however the RFC does not explicitly mention this for NAPR. ( which is a little unfortunate ) > > > > > > ---------- Forwarded message ---------- > From: jay binks > Date: 13 November 2014 17:40 > Subject: mod_enum and ordering / prefference > To: freeswitch-dev at lists.freeswitch.org > > > So im looking over mod_enum in relation to something Im trying to do ( will discuss later in the email ), and after looking through the code, it seems the mod_enum does not order the results at all, and it is assumed that ldns or the DNS server will order the results correctly. > ldns_resolver_query is called, and parse_naptr is called for each result. > parse_naptr parses the result row then calls add_result, which adds it to the array of enum_record. > ( appears to always add it to the end ) > > Its not that this is failing for me, but this seems to be a little dangerous and I would have expected FS to interpret the order and preference values its self. > > Can someone else take a look over this for me, and tell me if im wrong. :) > > In addition to this, I was hoping to find a way to make FS randomly select a row if the order & preference are identical. > > Obviously this would need to be a config value because some people may NOT want this, but can anyone see any issues here ?? if the order / pref are identical your already going to run the risk of something jumbling the order around so you cant rely on the order of your zone file... having FS randomise this simple means that it will defiantly be random :) > > just after some thoughts on this one... > > > ( if you happen to decide to patch the above issue... then consider this also... otherwise ill attempt a patch for both depending on feedback ) > > -- > Sincerely > > Jay > > > > -- > Sincerely > > Jay > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org From jaybinks at gmail.com Thu Nov 13 17:00:49 2014 From: jaybinks at gmail.com (jay binks) Date: Fri, 14 Nov 2014 00:00:49 +1000 Subject: [Freeswitch-dev] mod_enum and ordering / prefference In-Reply-To: <4CF11CD8-BCB8-4459-BDB7-C0081CF93B14@insensate.co.uk> References: <4CF11CD8-BCB8-4459-BDB7-C0081CF93B14@insensate.co.uk> Message-ID: Good too see im on the right page then :) this IS for inside a carrier network, my own carrier network :P Yea I want the randomising just to share load round gateways. ( but dont want to bother with a real load balancer... hopefully randomising enum results will be fine for what I want ) yea .. I just dont think relying on the DNS server to randomise the order is the right way to go. So, who is willing to take a look at this with me ?? I would really like some suggestions on the best way to order the results. guessing an ordered array of pointers to the records would be most efficient, but does someone more familiar with this have any time to work on it ? Jay On 13 November 2014 23:48, Lawrence Conroy wrote: > Hi Jay, folks, > Ahem -- the current ENUM spec is RFC6116. This obsoletes RFC3761, which > in turn obsoleted RFC2716. I know this, 'cos I wrote it :). I strongly > recommend you give 6116 a go, as we REALLY tried to make it useful and fix > the bugs in the earlier specs. > As for the NAPTR spec, RFC2915 was obsoleted in RFC3403. That's within the > set of specs RFC3401-RFC3405 (but I'd suggest care, as your head will bleed > if you try to read them all, and they all cross-refer). For ENUM, RFC2915 > is a false friend -- it looks OK, but is "historical only". > > TL:DR; yup -- MUST be sorted on order/pref. Dealing with them "as they > come" in the DNS response is a hangover from the original * client/hack -- > it's wrong. > > Longer: Strictly, should sort, then check the "best" one in the sorted > list, see if that works, and then go on to the next if it doesn't (i.e., > doesn't exists, is invalid, or your client app doesn't support the URI or > it doesn't understand the enumservice tag within that NAPTR). > > Note that the esteemed muppets in the SIP clique got the definition for > the service field arse about face from the way it's used in ENUM, so beware > of non-ENUM SIP NAPTRs (a la RFC3263) when developing a parser. They were > told, and we still ended up with RFC3824 -- sigh. > > Note that Non-terminal NAPTRs may mean that one chases "down" to another > domain and looks there for NAPTRs, and Compound NAPTRs may mean that there > are two choices in one record. Only place that uses either of them on the > open Internet, as far as I'm aware, is domains within the .tel TLD. (What's > used within Carriers' internal nets is another story, but you shouldn't see > those, ever). > > The specific bit in the ENUM spec that spells this out is in section 5.2 > of RFC6116, which says: > " ENUM clients MUST sort the records of a retrieved NAPTR RRSet into > sequence using the ORDER and PREFERENCE fields of those records. The > ORDER is to be treated as the major sort term, with lowest numerical > values being earlier in the sequence. The PREFERENCE/PRIORITY field > is to be treated as the minor sort term, with lowest numerical values > being earlier in the sequence. > " > > BTW, as regards what to do with NAPTs with identical ORDER/PREF fields, > 5.2 also says: > " ENUM clients SHOULD accept all NAPTRs with identical ORDER and > identical PREFERENCE/PRIORITY field values, and process them in the > sequence in which they appear in the DNS response. (There is no > benefit in further randomizing the order in which these are > processed, as intervening DNS Servers might have done this already). > " > That's only a SHOULD, so knock yourself out with further randomisation if > wanted -- it's not an error (but it is not really needed -- anyone > publishing these must not care which is chosen). > > all the best, > Lawrence > > On 13 Nov 2014, at 08:34, jay binks wrote: > > so both http://tools.ietf.org/html/rfc2915 & > http://tools.ietf.org/html/draft-daniel-naptr-00 > > say the the client MUST do the ordering. > > > > Interesting to note is that > http://tools.ietf.org/html/draft-daniel-naptr-00 talks about the client > randomly selecting if order & pref are all the same. > > however the RFC does not explicitly mention this for NAPR. ( which is a > little unfortunate ) > > > > > > > > > > > > ---------- Forwarded message ---------- > > From: jay binks > > Date: 13 November 2014 17:40 > > Subject: mod_enum and ordering / prefference > > To: freeswitch-dev at lists.freeswitch.org > > > > > > So im looking over mod_enum in relation to something Im trying to do ( > will discuss later in the email ), and after looking through the code, it > seems the mod_enum does not order the results at all, and it is assumed > that ldns or the DNS server will order the results correctly. > > ldns_resolver_query is called, and parse_naptr is called for each result. > > parse_naptr parses the result row then calls add_result, which adds it > to the array of enum_record. > > ( appears to always add it to the end ) > > > > Its not that this is failing for me, but this seems to be a little > dangerous and I would have expected FS to interpret the order and > preference values its self. > > > > Can someone else take a look over this for me, and tell me if im wrong. > :) > > > > In addition to this, I was hoping to find a way to make FS randomly > select a row if the order & preference are identical. > > > > Obviously this would need to be a config value because some people may > NOT want this, but can anyone see any issues here ?? if the order / pref > are identical your already going to run the risk of something jumbling the > order around so you cant rely on the order of your zone file... having FS > randomise this simple means that it will defiantly be random :) > > > > just after some thoughts on this one... > > > > > > ( if you happen to decide to patch the above issue... then consider this > also... otherwise ill attempt a patch for both depending on feedback ) > > > > -- > > Sincerely > > > > Jay > > > > > > > > -- > > Sincerely > > > > Jay > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-dev mailing list > > FreeSWITCH-dev at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > -- Sincerely Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141114/8e4ec26a/attachment-0001.html From krice at freeswitch.org Fri Nov 14 18:02:14 2014 From: krice at freeswitch.org (Ken Rice) Date: Fri, 14 Nov 2014 15:02:14 +0000 Subject: [Freeswitch-dev] FreeSWITCH Friday FreeForAll Reminder! Message-ID: <54661976655ed_e518a633307607f@ip-10-58-122-39.mail> FreeSWITCHers, Do not forget to join us at 2PM CST for the FreeSWITCH Friday FreeFor All Visit http://ift.tt/1n3h0Pf and Click Call 888 with your WebRTC enabled Browser and headset, Call sip:888 at conference.freeswitch.org or see http://ift.tt/1prwIZL for access info! -- Ken FreeSWITCH.org ClueCon.com OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH @ClueCon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141114/f1474822/attachment.html From miguelo at tulpsolutions.com Mon Nov 3 22:29:33 2014 From: miguelo at tulpsolutions.com (miguelo sana) Date: Mon, 3 Nov 2014 20:29:33 +0100 Subject: [Freeswitch-dev] Freeswitch "crash" on switch_core_media_toggle_hold In-Reply-To: References: Message-ID: Thanks i found out a few days later that it was fixed already Op 3 nov. 2014 20:13 schreef "Anthony Minessale" < anthony.minessale at gmail.com>: > This issue is fixed in master. It will be available soon as 1.4.13 or you > can use master now. > Disabling asserts only causes unreadable backtraces. Anywhere FreeSWITCH > crashes from an assert is for very specific reasons and there is no other > way to recover it just helps point out the exact reason easier. > > > If production issues are important to you, consider inquiring at > consulting at freeswitch.org to use the new commercial FS repos. > > > > On Tue, Oct 21, 2014 at 1:59 PM, miguelo sana > wrote: > >> Hello, >> >> Today i experienced a very weird crash on my production freeswitch server. >> I use freeswitch for a conferencing service and at the moment of the >> crash there where around 40 participants in 15 different conferences. >> In one of the conferences a participant put his call on hold (probably >> with his mobile phone). At the moment when freeswitch received the message >> to put the call on unhold the b-leg channel was gone and the freeswitch >> crashed. I have created a backtrace on the crash and put it on the pastebin >> https://pastebin.freeswitch.org/23467 >> >> I tried to replicate the crash by dialing in with multiple phones and put >> the call on hold and disconnect with another phone. On all my attempts the >> conference application recognized the disconnect and did not crash. Not >> even when i force quit a sip client. >> Has anyone ever experienced this. Or is anyone able to explain why this >> happens. >> >> I use freeswitch version 1.4.12 on debian 7. The machine already >> succesfully handled different conferences with a total of 80 participants. >> So performance does not seem to be the issue. >> >> Second i would like to know if it is possible to "disable" the >> switch_assert in production builds of freeswitch and have a more elegant >> way of handling problems in threads. Because when looking to my problem. >> Freeswitch aborted because one channel was not available when it was >> supposed to be. I understand that thread has to fail because it has no >> channel but it should not affect the whole freeswitch application. If >> anyone has some ideas to get this done or a solution please let me know. >> >> >> Thanks, >> Miguelo Sana >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141103/5020f82d/attachment.html From michel.brabants at gmail.com Tue Nov 4 14:01:59 2014 From: michel.brabants at gmail.com (Michel Brabants) Date: Tue, 4 Nov 2014 12:01:59 +0100 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: Hey Brian, thanks for the answer. I'll just create a make-project then for now. Michel On Mon, Nov 3, 2014 at 8:04 PM, Brian West wrote: > I don't think CMakefiles were completed and nobody is around to maintain > them.. > > On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants < > michel.brabants at gmail.com> wrote: > >> Hello, >> >> I switched my dev-env from Windows to Linux in the hope it would make it >> simpler, but I was wondering what build-system the most of you use. I saw >> CMake-files, so I had a look at using cmake with kdevelop, but can it be >> that I'm missing a CMakeLists.txt in the main-dir? >> >> This is maybe a stupid question, but I would like to build it nicely and >> a small hint in the right direction would be welcome. >> >> thanks, >> >> Michel >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141104/8bafe6a9/attachment.html From italorossib at gmail.com Fri Nov 14 20:06:08 2014 From: italorossib at gmail.com (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 14 Nov 2014 14:06:08 -0300 Subject: [Freeswitch-dev] Doc-Sprint Starting Now Message-ID: Hello all, We're starting the FreeSWITCH doc sprint right now! If you want to help please join #freeswitch-docs and we'll be available to give you instructions. -- ?talo Rossi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141114/3dafa3f5/attachment.html From brian at freeswitch.org Fri Nov 14 20:28:12 2014 From: brian at freeswitch.org (Brian West) Date: Fri, 14 Nov 2014 11:28:12 -0600 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: As Anthony pointed out, any attempt to stray from the auto* stuff is futile and pulls resources away from FS. On Tue, Nov 4, 2014 at 5:01 AM, Michel Brabants wrote: > Hey Brian, > > thanks for the answer. I'll just create a make-project then for now. > > Michel > > On Mon, Nov 3, 2014 at 8:04 PM, Brian West wrote: > >> I don't think CMakefiles were completed and nobody is around to maintain >> them.. >> >> On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants < >> michel.brabants at gmail.com> wrote: >> >>> Hello, >>> >>> I switched my dev-env from Windows to Linux in the hope it would make it >>> simpler, but I was wondering what build-system the most of you use. I saw >>> CMake-files, so I had a look at using cmake with kdevelop, but can it be >>> that I'm missing a CMakeLists.txt in the main-dir? >>> >>> This is maybe a stupid question, but I would like to build it nicely and >>> a small hint in the right direction would be welcome. >>> >>> thanks, >>> >>> Michel >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-dev mailing list >>> FreeSWITCH-dev at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >>> >>> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141114/f7bb8c65/attachment-0001.html From michel.brabants at gmail.com Fri Nov 14 22:00:52 2014 From: michel.brabants at gmail.com (Michel Brabants) Date: Fri, 14 Nov 2014 20:00:52 +0100 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: Thanks for the answers. Will see. I'm currently building with make, but kdevelop had cmake support, so thought it would be easier. I just finished moving soms patches from 1.2 tot 1.4. After I tested them, I'll submit them for inclusion. I'll zee if you vind thema interesting. Miche Op 14 nov. 2014 18:31 schreef "Brian West" : > As Anthony pointed out, any attempt to stray from the auto* stuff is > futile and pulls resources away from FS. > > On Tue, Nov 4, 2014 at 5:01 AM, Michel Brabants > wrote: > >> Hey Brian, >> >> thanks for the answer. I'll just create a make-project then for now. >> >> Michel >> >> On Mon, Nov 3, 2014 at 8:04 PM, Brian West wrote: >> >>> I don't think CMakefiles were completed and nobody is around to maintain >>> them.. >>> >>> On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants < >>> michel.brabants at gmail.com> wrote: >>> >>>> Hello, >>>> >>>> I switched my dev-env from Windows to Linux in the hope it would make >>>> it simpler, but I was wondering what build-system the most of you use. I >>>> saw CMake-files, so I had a look at using cmake with kdevelop, but can it >>>> be that I'm missing a CMakeLists.txt in the main-dir? >>>> >>>> This is maybe a stupid question, but I would like to build it nicely >>>> and a small hint in the right direction would be welcome. >>>> >>>> thanks, >>>> >>>> Michel >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-dev mailing list >>>> FreeSWITCH-dev at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>>> http://www.freeswitch.org >>>> >>>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-dev mailing list >>> FreeSWITCH-dev at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141114/b45f4cfd/attachment.html From brian at freeswitch.org Sat Nov 15 04:43:29 2014 From: brian at freeswitch.org (Brian West) Date: Fri, 14 Nov 2014 19:43:29 -0600 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: Anything in 1.2 is already in 1.4, what did you move? Or were these local patches? On Friday, November 14, 2014, Michel Brabants wrote: > Thanks for the answers. Will see. I'm currently building with make, but > kdevelop had cmake support, so thought it would be easier. > I just finished moving soms patches from 1.2 tot 1.4. After I tested them, > I'll submit them for inclusion. I'll zee if you vind thema interesting. > > Miche > Op 14 nov. 2014 18:31 schreef "Brian West" >: > >> As Anthony pointed out, any attempt to stray from the auto* stuff is >> futile and pulls resources away from FS. >> >> On Tue, Nov 4, 2014 at 5:01 AM, Michel Brabants < >> michel.brabants at gmail.com >> > wrote: >> >>> Hey Brian, >>> >>> thanks for the answer. I'll just create a make-project then for now. >>> >>> Michel >>> >>> On Mon, Nov 3, 2014 at 8:04 PM, Brian West >> > wrote: >>> >>>> I don't think CMakefiles were completed and nobody is around to >>>> maintain them.. >>>> >>>> On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants < >>>> michel.brabants at gmail.com >>>> > wrote: >>>> >>>>> Hello, >>>>> >>>>> I switched my dev-env from Windows to Linux in the hope it would make >>>>> it simpler, but I was wondering what build-system the most of you use. I >>>>> saw CMake-files, so I had a look at using cmake with kdevelop, but can it >>>>> be that I'm missing a CMakeLists.txt in the main-dir? >>>>> >>>>> This is maybe a stupid question, but I would like to build it nicely >>>>> and a small hint in the right direction would be welcome. >>>>> >>>>> thanks, >>>>> >>>>> Michel >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-dev mailing list >>>>> FreeSWITCH-dev at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-dev mailing list >>>> FreeSWITCH-dev at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-dev mailing list >>> FreeSWITCH-dev at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >>> >>> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141114/2211fab5/attachment-0001.html From michel.brabants at gmail.com Sat Nov 15 14:52:11 2014 From: michel.brabants at gmail.com (Michel Brabants) Date: Sat, 15 Nov 2014 12:52:11 +0100 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: Hey Brian, these were local patches, which add some features regarding 3rd party call control passthrough, improve on some code already present and adds some (doxygen)-documentation to some functions. I'll upload them to a jira and see if they get accepted. Kind regards, Michel On Sat, Nov 15, 2014 at 2:43 AM, Brian West wrote: > Anything in 1.2 is already in 1.4, what did you move? Or were these local > patches? > > > On Friday, November 14, 2014, Michel Brabants > wrote: > >> Thanks for the answers. Will see. I'm currently building with make, but >> kdevelop had cmake support, so thought it would be easier. >> I just finished moving soms patches from 1.2 tot 1.4. After I tested >> them, I'll submit them for inclusion. I'll zee if you vind thema >> interesting. >> >> Miche >> Op 14 nov. 2014 18:31 schreef "Brian West" : >> >>> As Anthony pointed out, any attempt to stray from the auto* stuff is >>> futile and pulls resources away from FS. >>> >>> On Tue, Nov 4, 2014 at 5:01 AM, Michel Brabants < >>> michel.brabants at gmail.com> wrote: >>> >>>> Hey Brian, >>>> >>>> thanks for the answer. I'll just create a make-project then for now. >>>> >>>> Michel >>>> >>>> On Mon, Nov 3, 2014 at 8:04 PM, Brian West >>>> wrote: >>>> >>>>> I don't think CMakefiles were completed and nobody is around to >>>>> maintain them.. >>>>> >>>>> On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants < >>>>> michel.brabants at gmail.com> wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> I switched my dev-env from Windows to Linux in the hope it would make >>>>>> it simpler, but I was wondering what build-system the most of you use. I >>>>>> saw CMake-files, so I had a look at using cmake with kdevelop, but can it >>>>>> be that I'm missing a CMakeLists.txt in the main-dir? >>>>>> >>>>>> This is maybe a stupid question, but I would like to build it nicely >>>>>> and a small hint in the right direction would be welcome. >>>>>> >>>>>> thanks, >>>>>> >>>>>> Michel >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://wiki.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-dev mailing list >>>>>> FreeSWITCH-dev at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-dev >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-dev mailing list >>>>> FreeSWITCH-dev at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-dev mailing list >>>> FreeSWITCH-dev at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>>> http://www.freeswitch.org >>>> >>>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-dev mailing list >>> FreeSWITCH-dev at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >>> >>> > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141115/31b23295/attachment.html From mike at jerris.com Mon Nov 17 16:41:36 2014 From: mike at jerris.com (Michael Jerris) Date: Mon, 17 Nov 2014 08:41:36 -0500 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: <397F025F-E3E4-472F-9963-FD6003C3B4F9@jerris.com> For submitting patches, we now use pull requests through stash. Please create Jiras and pull requests for each issues. Thanks Mike > On Nov 15, 2014, at 6:52 AM, Michel Brabants wrote: > > Hey Brian, > > these were local patches, which add some features regarding 3rd party call control passthrough, improve on some code already present and adds some (doxygen)-documentation to some functions. I'll upload them to a jira and see if they get accepted. > > Kind regards, > > Michel > > On Sat, Nov 15, 2014 at 2:43 AM, Brian West > wrote: > Anything in 1.2 is already in 1.4, what did you move? Or were these local patches? > > > On Friday, November 14, 2014, Michel Brabants > wrote: > Thanks for the answers. Will see. I'm currently building with make, but kdevelop had cmake support, so thought it would be easier. > I just finished moving soms patches from 1.2 tot 1.4. After I tested them, I'll submit them for inclusion. I'll zee if you vind thema interesting. > > Miche > > Op 14 nov. 2014 18:31 schreef "Brian West" >: > As Anthony pointed out, any attempt to stray from the auto* stuff is futile and pulls resources away from FS. > > On Tue, Nov 4, 2014 at 5:01 AM, Michel Brabants > wrote: > Hey Brian, > > thanks for the answer. I'll just create a make-project then for now. > > Michel > > On Mon, Nov 3, 2014 at 8:04 PM, Brian West > wrote: > I don't think CMakefiles were completed and nobody is around to maintain them.. > > On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants > wrote: > Hello, > > I switched my dev-env from Windows to Linux in the hope it would make it simpler, but I was wondering what build-system the most of you use. I saw CMake-files, so I had a look at using cmake with kdevelop, but can it be that I'm missing a CMakeLists.txt in the main-dir? > > This is maybe a stupid question, but I would like to build it nicely and a small hint in the right direction would be welcome. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141117/6bc76129/attachment-0001.html From krice at freeswitch.org Wed Nov 19 18:19:03 2014 From: krice at freeswitch.org (Ken Rice) Date: Wed, 19 Nov 2014 09:19:03 -0600 Subject: [Freeswitch-dev] ClueCon Weekly - Emil Ivov of Jitsi Message-ID: Don?t forget to join us at 1PM EST, 10AM PST, or 1800 GMT for ClueCon Weekly Today, Emil Ivov of Jitsi will be joining us. Find out what the jitsi guys have been working on! Join us at https://bbb.freeswitch.org/ and click the screen share button to see the screenshare/slides. (password is welcome) See you then! K -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141119/b2b26713/attachment.html From jcherukuri_necc at yahoo.com Wed Nov 19 18:49:52 2014 From: jcherukuri_necc at yahoo.com (Jyotshna Cherukuri) Date: Wed, 19 Nov 2014 15:49:52 +0000 (UTC) Subject: [Freeswitch-dev] FreeSWITCH retry to epmd daemon Message-ID: <613476279.1692758.1416412192574.JavaMail.yahoo@jws100126.mail.ne1.yahoo.com> In current version ( latest master ) if Freeswitch can't connect to epmd on startup, or if the connection to epmd dies, Freeswitch just stops trying. Is there any specific reason to not attempt to retry connecting to epmd all the time in mod_erlang_event.c module? ? Any help is greatly appreciated. ThanksJyotshna -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141119/c02cda60/attachment.html From mike at jerris.com Wed Nov 19 19:03:17 2014 From: mike at jerris.com (Michael Jerris) Date: Wed, 19 Nov 2014 11:03:17 -0500 Subject: [Freeswitch-dev] FreeSWITCH retry to epmd daemon In-Reply-To: <613476279.1692758.1416412192574.JavaMail.yahoo@jws100126.mail.ne1.yahoo.com> References: <613476279.1692758.1416412192574.JavaMail.yahoo@jws100126.mail.ne1.yahoo.com> Message-ID: <4A0C38FC-0D9A-46FB-8A06-B9D2AEC2B0E2@jerris.com> patches welcome. > On Nov 19, 2014, at 10:49 AM, Jyotshna Cherukuri wrote: > > In current version ( latest master ) if Freeswitch can't connect to epmd on startup, or if the connection to epmd dies, Freeswitch just stops trying. Is there any specific reason to not attempt to retry connecting to epmd all the time in mod_erlang_event.c module? > > Any help is greatly appreciated. > > Thanks > Jyotshna > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141119/a302d8f8/attachment.html From mishehu at freeswitch.org Fri Nov 21 07:31:58 2014 From: mishehu at freeswitch.org (I put the Who? in Mishehu) Date: Thu, 20 Nov 2014 22:31:58 -0600 Subject: [Freeswitch-dev] CMake-building In-Reply-To: References: Message-ID: <546EC03E.60007@freeswitch.org> I was just curious if there was some reason that we leave those cmakelists and other cmake related files when we aren't going to be able to support cmake over autodrools. Should we remove them from tree so as to clear up any confusion it might cause? -Yossi On 11/04/2014 11:28 AM, Anthony Minessale wrote: > We are sadly trapped in the sour but familiar autotools world. > We often refer to them as autodroolz, automistake, autoheadache, > libdroolz etc and so on but its the common denominator in most of our > dependency libs and an effort to use anything else would eclipse the > attention we need to give to actual FS. > > On Wed, Oct 22, 2014 at 10:29 AM, Michel Brabants > > wrote: > > Hello, > > I switched my dev-env from Windows to Linux in the hope it would > make it simpler, but I was wondering what build-system the most of > you use. I saw CMake-files, so I had a look at using cmake with > kdevelop, but can it be that I'm missing a CMakeLists.txt in the > main-dir? > > This is maybe a stupid question, but I would like to build it > nicely and a small hint in the right direction would be welcome. > > thanks, > > Michel > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? > _http://freeswitch.org/g+_ > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org > ? +19193869900 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141120/9347a607/attachment.html From krice at freeswitch.org Fri Nov 21 18:02:09 2014 From: krice at freeswitch.org (Ken Rice) Date: Fri, 21 Nov 2014 15:02:09 +0000 Subject: [Freeswitch-dev] FreeSWITCH Friday FreeForAll Reminder! Message-ID: <546f53f1cdc5_af4e7f3241001c8@ip-10-237-130-155.mail> FreeSWITCHers, Do not forget to join us at 2PM CST for the FreeSWITCH Friday FreeFor All Visit http://ift.tt/1n3h0Pf and Click Call 888 with your WebRTC enabled Browser and headset, Call sip:888 at conference.freeswitch.org or see http://ift.tt/1prwIZL for access info! -- Ken FreeSWITCH.org ClueCon.com OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH @ClueCon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141121/0641c451/attachment-0001.html From appalonovandrey at gmail.com Thu Nov 27 16:41:55 2014 From: appalonovandrey at gmail.com (=?UTF-8?B?0JDQvdC00YDQtdC5INCQ0L/Qv9Cw0LvQvtC90L7Qsg==?=) Date: Thu, 27 Nov 2014 18:41:55 +0500 Subject: [Freeswitch-dev] FreeSwitch and PowerPC Message-ID: Hello! Help me, please. I did cross-compilation FreeSwitch for PowerPC. In the end, everything has been successfully compiled. But when you try to start FreeSwitch on PowerPC gives just Aborted. When you try to run through the /usr/bin/strace gives the following open("/usr/local/freeswitch/run/freeswitch.pid", O_WRONLY|O_CREAT|O_TRUNC, 0600) = 3 fcntl64(3, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0 write(3, "2701"..., 4) = 4 uname({sys="Linux", node="OD-171/172", ...}) = 0 open("/proc/stat", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48023000 read(4, "cpu 5014 0 14136 1112775 0 692 1"..., 1024) = 1024 read(4, " 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "..., 1024) = 188 read(4, ""..., 1024) = 0 close(4) = 0 munmap(0x48023000, 4096) = 0 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 tgkill(2701, 2701, SIGABRT) = 0 --- SIGABRT (Aborted) @ 0 (0) --- +++ killed by SIGABRT +++ What could be wrong? Best Regards, Appalonov Andrei. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141127/139be726/attachment.html From krice at freeswitch.org Fri Nov 28 18:03:44 2014 From: krice at freeswitch.org (Ken Rice) Date: Fri, 28 Nov 2014 15:03:44 +0000 Subject: [Freeswitch-dev] FreeSWITCH Friday FreeForAll Reminder! Message-ID: <54788ed05774_b924bd318419e5@ip-10-99-170-182.mail> FreeSWITCHers, Do not forget to join us at 2PM CST for the FreeSWITCH Friday FreeFor All Visit http://ift.tt/1n3h0Pf and Click Call 888 with your WebRTC enabled Browser and headset, Call sip:888 at conference.freeswitch.org or see http://ift.tt/1prwIZL for access info! -- Ken FreeSWITCH.org ClueCon.com OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH @ClueCon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20141128/27e9a289/attachment.html