[Freeswitch-users] Sofia SIP external profile gateway names

2009-10-22 Thread Muhammad Shahzad
Hi, I am facing a problem with Sofia SIP external profile. Basically i have 10+ accounts, say a101 - a110, to a single service provider, say xyz.com. For each account a have created a gateway in external profile's directory i.e. /usr/local/freeswitch/conf/sip_profiles/external/a101.xml up to a110.

Re: [Freeswitch-users] Call custom variable in condition

2009-10-22 Thread Leon de Rooij
Hi Michael, The feature is already documented here: http://wiki.freeswitch.org/wiki/Dialplan_XML#Clarification http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions Perhaps the reason *why* it's the way it is can be expanded a bit ? regards, Leon On Oct 21, 2009, at 7:02 PM, Michael C

Re: [Freeswitch-users] UUID of the newly originated call?

2009-10-22 Thread Nagalenoj
I'm using 'FreeSWITCH Version 1.0.trunk (15106)'. Anthony Minessale-2 wrote: > > which revision of FS are you using? > > On Wed, Oct 21, 2009 at 1:06 AM, Nagalenoj H. wrote: > >> I've tried with origination_uuid. >> >> First, I tried with SIP and my program executes successfully as what I >>

Re: [Freeswitch-users] Expression in dialplan

2009-10-22 Thread Ahmed Munir
Thanks for reply. Actually I want to match values and strings. Like IP_CALL=="true" or IP_CALL != "true" or Date >= "22/10/09" and vice versa. Last thing I forgot to mention, how can I implement condition in dial plan xml when using operation and/or i.e. IP_CALL == "false" and PST_CALL == "false"

Re: [Freeswitch-users] FreeSWITCH-users Digest, Vol 40, Issue 179

2009-10-22 Thread Rupa Schomaker
cond would be helpful here? I updated the wiki on this one just now with a bit more detail. It is a api call. so, you'd use it like: ${cond(eval ? trueval : falseval)} so to get a value of ERR if the var my myvar is > 15 you could: ${cond(${myvar} > 15 ? ERR : OK)} If both sides of the compar

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Tihomir Culjaga
> > > TC> > TC>I have enabled crash-protection and when i do SIP => H323 call it > doesn't > TC>generate coredumps... it is just this thread that is crashing ... pls > check > TC>the log downbelow: > > core dump in case enabled crash-protection may be unusable, i have a case > then > my module cras

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Georgiewskiy Yuriy
On 2009-10-22 15:30 +0200, Tihomir Culjaga wrote freeswitch-us...@lists.fre...: TC>> TC>> TC>> TC> TC>> TC>I have enabled crash-protection and when i do SIP => H323 call it TC>> doesn't TC>> TC>generate coredumps... it is just this thread that is crashing ... pls TC>> check TC>> TC>the log downbel

[Freeswitch-users] srtp g729 bypass

2009-10-22 Thread Szasz Szabolcs
Hi I have set up a freeswitch with TLS and SRTP support. I'm sending encrypted calls to Freswitch and the Freeswitch forwards the calls to an asterisk unencrypted. I have issue by using G729 in this scenario. My UA supports g279, asterisk supports g729 transcoding and I understood that freeswitc

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Tihomir Culjaga
> > > TC>Hi, here is the FS log without crash-protection: > TC>http://pastebin.freeswitch.org/10796 and here is the backtrace: > TC>http://pastebin.freeswitch.org/10797 > > i fix this crash already, please download latest version from same link > as previous, recompile and try again. > > outgoing w

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Tihomir Culjaga
On Thu, Oct 22, 2009 at 3:59 PM, Tihomir Culjaga wrote: > >> TC>Hi, here is the FS log without crash-protection: >> TC>http://pastebin.freeswitch.org/10796 and here is the backtrace: >> TC>http://pastebin.freeswitch.org/10797 >> >> i fix this crash already, please download latest version from sam

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Georgiewskiy Yuriy
On 2009-10-22 15:59 +0200, Tihomir Culjaga wrote freeswitch-us...@lists.fre...: TC>> TC>> TC>> TC>Hi, here is the FS log without crash-protection: TC>> TC>http://pastebin.freeswitch.org/10796 and here is the backtrace: TC>> TC>http://pastebin.freeswitch.org/10797 TC>> TC>> i fix this crash already

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Georgiewskiy Yuriy
On 2009-10-22 16:04 +0200, Tihomir Culjaga wrote freeswitch-us...@lists.fre...: TC>On Thu, Oct 22, 2009 at 3:59 PM, Tihomir Culjaga wrote: TC> TC>> TC>>> TC>Hi, here is the FS log without crash-protection: TC>>> TC>http://pastebin.freeswitch.org/10796 and here is the backtrace: TC>>> TC>http://pa

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Anthony Minessale
crash protection has been completely removed from FreeSWITCH, I certianly hope you are working on this against SVN trunk? Also you have been given an svn area and a jira category for this so you should move all the info from this thread to jira http://jira.freeswitch.org It's much easier to colla

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Brian West
Have you started moving the code into our SVN and using our ticketing / issue tracker to help you manage issues? /b On Oct 22, 2009, at 9:13 AM, Georgiewskiy Yuriy wrote: > On 2009-10-22 16:04 +0200, Tihomir Culjaga wrote freeswitch-us...@lists.fre > ...: > > TC>On Thu, Oct 22, 2009 at 3:59 P

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Georgiewskiy Yuriy
On 2009-10-22 09:30 -0500, Brian West wrote freeswitch-us...@lists.freeswit...: hm, you not tell me what account created, and i don't try to do this. BW>Have you started moving the code into our SVN and using our BW>ticketing / issue tracker to help you manage issues? BW> BW>/b BW> BW>On Oct 22

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Brian West
AS per the email you and I exchanged we created the account and the mod_h323 folder in endpoints /b On Oct 22, 2009, at 9:34 AM, Georgiewskiy Yuriy wrote: > hm, you not tell me what account created, and i don't try to do this. ___ FreeSWITCH-us

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Georgiewskiy Yuriy
On 2009-10-22 09:27 -0500, Anthony Minessale wrote freeswitch-us...@lists.f...: AM>crash protection has been completely removed from FreeSWITCH, I certianly AM>hope you are working on this against SVN trunk? i don't have trunk at this time, my current work is based on 1.0.4 version. AM>Also yo

Re: [Freeswitch-users] Porting Freeswitch to ARM?

2009-10-22 Thread Fred-145
Thanks Mike for the link. I'll investigate more whether running FS on ARM-based devices is a good idea. For those interested, another thread on the subject: http://www.nabble.com/Freeswitch-vs.-Asterisk-speed-on-ARM-td25086585.html -- View this message in context: http://www.nabble.com/Porting

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Tihomir Culjaga
> > TC> > TC>Do you need some logs ? > > try disable medai-proxy, there is issue with rtp now then medai-proxy or > transcoding enabled. > > Outbound calls: disabled rtp proxy and it is still the same issue ... audio delay H323 => SIP endpoint. Inbound calls: This is the extension i use to

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Tihomir Culjaga
2009/10/22 Georgiewskiy Yuriy > On 2009-10-22 09:27 -0500, Anthony Minessale wrote > freeswitch-us...@lists.f...: > > AM>crash protection has been completely removed from FreeSWITCH, I > certianly > AM>hope you are working on this against SVN trunk? > > i don't have trunk at this time, my current

[Freeswitch-users] Problem when load CDR Data on the database in Real Time

2009-10-22 Thread Pajongjit Buntaokit
Hello Anyone, Now, I'm attempting to load CDR Data on the database in Real Time. by following the instruction on this link http://wiki.freeswitch.org/wiki/CDR However, when trying to send create_table.rb to the database, I'm still struggling with connecting to mySQL database Note: my Operat

[Freeswitch-users] Domain Question

2009-10-22 Thread freeswitch noob
I have a noobish question about setting up FS. I have it installed and running. I setup a soft client on the machine fs is on and point it to the ip address of the FS instance and it registers with no issues. I then setup an entry in my etc/hosts files "mydomain.localhost" and changed the domain

Re: [Freeswitch-users] Qustion about INFO messages after Connect/Answer

2009-10-22 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike, here it is: Dialplan: Debug-Log: recv 1521 bytes from udp/[85.16.245.206]:1024 at 15:41:02.405834: ---

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Kristian Kielhofner
An update for Tony, Brian, Mike, and everyone on the list... I was able to get some phone time with the team yesterday. Tony worked on my machine, found the issue, and had it committed within 30 minutes. I've been testing T.38 all morning between the fax machines in the office with few issues.

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Tihomir Culjaga
On Thu, Oct 22, 2009 at 5:44 PM, Kristian Kielhofner < kristian.kielhof...@gmail.com> wrote: > An update for Tony, Brian, Mike, and everyone on the list... > > I was able to get some phone time with the team yesterday. Tony > worked on my machine, found the issue, and had it committed within 30 >

Re: [Freeswitch-users] Domain Question

2009-10-22 Thread Brian West
I"m going to guess its because mydomain.localhost doesn't resolve outside the machine itself so the softphone never ends up knowing wtf to do. /b On Oct 22, 2009, at 10:42 AM, freeswitch noob wrote: > I have a noobish question about setting up FS. > > I have it installed and running. > > I s

Re: [Freeswitch-users] Qustion about INFO messages after Connect/Answer

2009-10-22 Thread Brian West
I can't get what exactly you re talking about. Can you clarify ? Also please include the packets of interest only not the full trace if its not relevant to the bug. /b On Oct 22, 2009, at 10:44 AM, Helmut Kuper wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Mike, > > here it

Re: [Freeswitch-users] Address Rupa: Database for Audio Data

2009-10-22 Thread Pajongjit Buntaokit
Hi Rupa, Thanks again for your advice. I have been searching for the method to record in the freeswitch documentation but I'm still not sure which command and method to make the record for every call automatically. Which command or method do you use? And to make the recording start and stop

Re: [Freeswitch-users] Qustion about INFO messages after Connect/Answer

2009-10-22 Thread Anthony Minessale
I'm sure that problem is gone in svn trunk. On Thu, Oct 22, 2009 at 11:25 AM, Brian West wrote: > I can't get what exactly you re talking about. Can you clarify ? Also > please include the packets of interest only not the full trace if its > not relevant to the bug. > > /b > > On Oct 22, 2009,

Re: [Freeswitch-users] UUID of the newly originated call?

2009-10-22 Thread Anthony Minessale
please update to svn trunk with "make current" and try again. On Thu, Oct 22, 2009 at 4:08 AM, Nagalenoj wrote: > > I'm using 'FreeSWITCH Version 1.0.trunk (15106)'. > > > Anthony Minessale-2 wrote: > > > > which revision of FS are you using? > > > > On Wed, Oct 21, 2009 at 1:06 AM, Nagalenoj H

Re: [Freeswitch-users] Heartbeat question

2009-10-22 Thread Saeed Ahmad
What is heartbeat and what are the uses cases? Sorry i didn't find much information on wiki. Thanks. On Sat, Oct 10, 2009 at 12:01 AM, Diego Viola wrote: > Here's my heartbeat script now. > > #!/usr/bin/env ruby > > require 'rubygems' > require 'fsr' > require "fsr/listener/inbound" > > def

Re: [Freeswitch-users] FreeSWITCH-users Digest, Vol 40, Issue 179

2009-10-22 Thread Michael Collins
On Thu, Oct 22, 2009 at 5:51 AM, Rupa Schomaker wrote: > cond would be helpful here? I updated the wiki on this one just now > with a bit more detail. It is a api call. so, you'd use it like: > > ${cond(eval ? trueval : falseval)} > > so to get a value of ERR if the var my myvar is > 15 you cou

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Kristian Kielhofner
On Thu, Oct 22, 2009 at 11:58 AM, Tihomir Culjaga wrote: > > and what these few issues are? :P > One fax machine here in the office (still testing others) correctly sends all fax pages. A minute or so after the fax is marked "successful" on both sides it hangs up, redials, and resends the last

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Gabriel Kuri
Out of curiosity, is it a Super G3 (ie v.34) capable FAX? We've had nothing but intermittent problems with Super G3 FAXes over T.38, unless v.34 is strictly turned off on the machine. Gabe Kristian Kielhofner wrote: > On Thu, Oct 22, 2009 at 11:58 AM, Tihomir Culjaga wrote: > > One fax machin

Re: [Freeswitch-users] Heartbeat question

2009-10-22 Thread Michael Collins
On Thu, Oct 22, 2009 at 10:47 AM, Saeed Ahmad wrote: > What is heartbeat and what are the uses cases? > > Sorry i didn't find much information on wiki. > > Thanks. > > A session heartbeat is just an event that is sent to your script and gives you updated information about the call in progress. It

[Freeswitch-users] Connecting to FS CLI...just hangs..

2009-10-22 Thread Ujjval Karihaloo
It just hangsand I CTRL-C out of it. [r...@ss]# ./fs_cli -H 127.0.0.1 ^C [ERROR] libs/esl/fs_cli.c:652 main() Error Connecting [Connection Error] Freeswitch process is running: [r...@ss bin]# ps -ef|grep free root 8889 31039 0 12:36 pts/200:00:00 ./freeswitch root 8952 3103

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Tihomir Culjaga
indeed, this looks like a "dialect" problem between your fax machine and your T.38 device. Anyhow, T.38 doesn't work well with SG3... I Always have to disable v.34 in order to have a reliable fax service. Also, cisco uses to suppress CM so that SG3 timeouts on ANSam the communication fallbacks to

Re: [Freeswitch-users] Connecting to FS CLI...just hangs..

2009-10-22 Thread João Mesquita
Hangs for how long? Are you sure you are not just waiting on a timeout? JM On Thu, Oct 22, 2009 at 4:42 PM, Ujjval Karihaloo wrote: > It just hangs….and I CTRL-C out of it. > > > > [r...@ss]# ./fs_cli -H 127.0.0.1 > > > > > > ^C > > [ERROR] libs/esl/fs_cli.c:652 main() Error Connecting [Connect

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Kristian Kielhofner
Gabe, I don't think any of them are plus the T.38 SDP tells me the bitrate is 14400, certainly not V.34 speed. Are you saying the machine even trying to negotiate V.34 poses a problem? On Thu, Oct 22, 2009 at 2:16 PM, Gabriel Kuri wrote: > Out of curiosity, is it a Super G3 (ie v.34) capabl

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Georgiewskiy Yuriy
On 2009-10-22 16:53 +0200, Tihomir Culjaga wrote freeswitch-us...@lists.fre...: finally i fix this rtp bug, check new wersion please. TC>> TC>> TC> TC>> TC>Do you need some logs ? TC>> TC>> try disable medai-proxy, there is issue with rtp now then medai-proxy or TC>> transcoding enabled. TC>> TC>

Re: [Freeswitch-users] Address Rupa: Database for Audio Data

2009-10-22 Thread Rupa Schomaker
I use the dialplan app session_record: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session I call that in the appropriate parts before bridging to call. For incoming it is just before the bridge to user/username. For outgoing it is before I bridge to the outgoing provider. On T

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Gabriel Kuri
AFAIK T.38 v2 supports a max speed of 14.4 anyhow, so that's the max speed you'll ever see in the SDP. T.38 v3 supposedly supports v.34 speeds, however no one that I've seen has implemented it yet - not sure it's even an official standard? Yes, in my experience, v.34 capable FAXes do not properly

[Freeswitch-users] 3 way conferencing question

2009-10-22 Thread Uncle Johny
Hello gents, I know that it is possible to make a 3-way conferencing using att_xfer and by pressing 0. But I'm more interested in the way of doing 3-way conferencing using mod conference and bind_app. Saying in other words, I want to do the same thing what 3-way conferencing using att_xfer but wi

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Tihomir Culjaga
2009/10/22 Georgiewskiy Yuriy > On 2009-10-22 16:53 +0200, Tihomir Culjaga wrote > freeswitch-us...@lists.fre...: > > finally i fix this rtp bug, check new wersion please. > > if course i can do that, but tomorrow morning ... i'm not in the office anymore. BTW: can we please move the tickets to j

[Freeswitch-users] Core Dump question!

2009-10-22 Thread Ujjval Karihaloo
freeswi...@ss_freeswitch> sofia_gateway_data Segmentation fault (core dumped) Just ran the gateway command above w/o any parameters,,, and it core dumped.. I am sure mistakes like that happen...but I not sure if it should core dump and shutdown.

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Michael Collins
What SVN rev of FS? What operating system? If you're not on the latest then do a "make current" and get to the latest SVN and see if you can replicate the issue. -MC On Thu, Oct 22, 2009 at 12:45 PM, Ujjval Karihaloo wrote: > > > freeswi...@ss_freeswitch> sofia_gateway_data > > Segmentation faul

Re: [Freeswitch-users] Connecting to FS CLI...just hangs..

2009-10-22 Thread Ujjval Karihaloo
If I run .freeswitch& , get back to the ROOT prompt and then from same window type in fs_cli...it fails...hangs forever However, if I open another new ssh session and fs_cli from the new session, it works. From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@l

[Freeswitch-users] FS Registration Contact

2009-10-22 Thread Ujjval Karihaloo
Hi All, I have FS registered to an ITSP. The contact is showing as follows.. Contact: sip:gw+i...@1.1.1.1:5080;transport=udp Itsp is the name of the SIP gatway and its IP is changed to 1.1.1.1 I want the Phone number (FromUser)to show in the contact header in the REGISTER msg going to the

Re: [Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect

2009-10-22 Thread Georgiewskiy Yuriy
On 2009-10-22 21:44 +0200, Tihomir Culjaga wrote freeswitch-us...@lists.fre...: TC>2009/10/22 Georgiewskiy Yuriy TC> TC>> On 2009-10-22 16:53 +0200, Tihomir Culjaga wrote TC>> freeswitch-us...@lists.fre...: TC>> TC>> finally i fix this rtp bug, check new wersion please. TC>> TC>> TC>if course i c

Re: [Freeswitch-users] Connecting to FS CLI...just hangs..

2009-10-22 Thread William Suffill
If it's not windows probably be safer to just do freeswitch -nc for no console. Give it a little to start up then fs_cli should be fine. netstat -anp can also be used to see that the ports have binded correctly. -- W ___ FreeSWITCH-users mailing list

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Tihomir Culjaga
well, my experience with T.38 is that we switched it off within our network and now use passthrough instead :P. the reason: - new fax machines that defaults to v.34 and on some you cannot disable SG3 at all... just imagine what pain it is to produce a how to disable V.34 manual for every

Re: [Freeswitch-users] FS Registration Contact

2009-10-22 Thread Ujjval Karihaloo
Ok I got this one...just put ext-in-contact setting and then define the extension to be same as FromUser in my provider.xml in /conf/sip-profile/external/ From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Ujjval

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Michael Jerris
I did test this on trunk and it seems to work right: freeswi...@default> sofia_gateway_data -ERR Parameter missing Mike On Oct 22, 2009, at 3:58 PM, Michael Collins wrote: What SVN rev of FS? What operating system? If you're not on the latest then do a "make current" and get to the latest SV

Re: [Freeswitch-users] Proxy media mode with T.38 re-invite

2009-10-22 Thread Peder
We have probably 30-40 fax machines running T.38 between Linksys SPA-3102 and Cisco gateways. We have a pretty good success rate and we have been doing this for probably 2-3 years. We have a couple of them going thru an * 1.4 box and it seems to work ok. One of my projects is to try and get them

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Ujjval Karihaloo
I do have the core dump, should I open a ticket. I am running latest Freeswitch 1.0.4 and had done a make current just before it happened. Ujjval Karihaloo VP Voice Engineering IP Phone: +13032428610 E-Fax: +17202391690 SimpleSignal Inc. 88 Inverness Circle East Suite K105 Englewood, CO 80112 [

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Michael Collins
Yes, if this is latest SVN (after a make current) then open a jira. -MC On Thu, Oct 22, 2009 at 5:04 PM, Ujjval Karihaloo wrote: > I do have the core dump, should I open a ticket. > > I am running latest Freeswitch 1.0.4 and had done a make current just > before it happened. > > > __

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Ujjval Karihaloo
How do I tell if it's the latest...I downloaded is yesterday..and installed it from freeswitch.org Ujjval Karihaloo VP Voice Engineering IP Phone: +13032428610 E-Fax: +17202391690 SimpleSignal Inc. 88 Inverness Circle East Suite K105 Englewood, CO 80112 [cid:image001.jpg@01CA5359.87CB41C0]

[Freeswitch-users] Setting up Conference with Moderator

2009-10-22 Thread Ujjval Karihaloo
Hi I have the Basic Conferencing working. Here is my Dial Plan. I want to be able to setup a Moderator PIN different from other participants, when I add the moderator flag it logs me in directly w/o asking for a PIN.. action application="conference" data="conference.c...@wideband+flags{moderat

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Diego Viola
Type "version" on the CLI. On Fri, Oct 23, 2009 at 2:52 AM, Ujjval Karihaloo wrote: > How do I tell if it’s the latest…I downloaded is yesterday..and installed > it from freeswitch.org > > > > Ujjval Karihaloo > > VP Voice Engineering > > IP Phone: +13032428610 > > E-Fax: +17202391690 > > > > Si

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Mark Campbell-Smith
If you downloaded a precomipled version from the web, you do not (probably) have the latest version. As Diego said, type 'version' (or press F12) on the cli and compare to the latest trunk at http://svn.freeswitch.org/svn/freeswitch/trunk/ On Fri, Oct 23, 2009 at 2:04 PM, Diego Viola wrote: >

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Ujjval Karihaloo
freeswi...@internal> version FreeSWITCH Version 1.0.4 (exported) freeswi...@internal> Ujjval Karihaloo VP Voice Engineering IP Phone: +13032428610 E-Fax: +17202391690 SimpleSignal Inc. 88 Inverness Circle East Suite K105 Englewood, CO 80112 [cid:image001.jpg@01CA535E.2ACD2880]

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Mark Campbell-Smith
I think the (exported) means you don't have the latest svn, but probably the officially released build 1.0.4 that can be downloaded from the FS page. I think you should see something like (the latest trunk is 15203): freeswi...@internal> version FreeSWITCH Version 1.0.trunk (15126) I guess you

Re: [Freeswitch-users] Core Dump question!

2009-10-22 Thread Diego Viola
He's running 1.0.4, he needs to checkout from SVN trunk and build FS from scratch. Diego On Fri, Oct 23, 2009 at 4:00 AM, Mark Campbell-Smith < mcampbellsm...@gmail.com> wrote: > I think the (exported) means you don't have the latest svn, but probably > the officially released build 1.0.4 that c