Re: [Freeswitch-users] Core dump: Seg 11 if phones get powered off

2008-07-12 Thread Faraz R. Khan
Segfault again with freeswitch SVN, happened in 3 hours of installing it! Relevant debug logs: ia/internal/[EMAIL PROTECTED] 2008-07-11 22:49:43 [CRIT] switch_core_state_machine.c:218 print_trace() Obtained 10 stack frames. /usr/local/freeswitch-svn/lib/libfreeswitch.so.1 [0x7f76807594e3] /lib/

Re: [Freeswitch-users] Core dump: Seg 11 if phones get powered off

2008-07-12 Thread Faraz R. Khan
Interesting. Just tested my Freeswitch SVN with system libcurl using sipp uac. 1000 calls created, 10ms call duration, 5 calls per second. at 30 concurrent channels. No crash, no voice distortion (I also created simultaenous conferences to check call quality). I am not too worried about the C

Re: [Freeswitch-users] Core dump: Seg 11 if phones get powered off

2008-07-12 Thread Faraz R. Khan
amazing. it crashed again I am dumb founded. It can process thousands of calls through sipp without problems. I have a sipp running right now and it has processed thousands of calls. This time the crash happened on ZERO running calls. Is there a routine inside freeswitch that runs every hour

[Freeswitch-users] acl list not correct?

2008-07-12 Thread Ivan C Myrvold
I have the list below added at the end of acl.conf.xml, and incoming calls from 81.201.82.23, 81.201.82.25, 81.201.82.26, 81.201.82.27 gets dropped, because FreeSWITCH sends a "SIP/2.0 407 Proxy Authentication Required". But calls coming in from 81.201.82.24 and 81.201.82.28 are always succe

Re: [Freeswitch-users] Core dump: Seg 11 if phones get powered off

2008-07-12 Thread Wasim Baig
On Sat, Jul 12, 2008 at 5:24 PM, Faraz R. Khan <[EMAIL PROTECTED]> wrote: > amazing. it crashed again > I am dumb founded. It can process thousands of calls through sipp > without problems. I have a sipp running right now and it has processed > thousands of calls. This time the crash happened

[Freeswitch-users] Background music in conversation

2008-07-12 Thread Ashutosh
Hi, The scnario required is as follows: A calls B using FS, and a music should be played in the background while they are talking. I have searched whole wiki and fs docs and mod_dptools but unable to find a pointer so far. Even in asterisk, this has no plain solutions, other than to bring both

[Freeswitch-users] FreeSWITCH and Amazon EC2 port problem

2008-07-12 Thread Diego Viola
Hi I have FreeSWITCH 1.0.0 installed on Amazon EC2, today was working very well... but after I re-installed FS I'm getting some problem with ports. I did followed this guide and opened the required ports: http://wiki.freeswitch.org/wiki/Amazon_ec2 The problem is when I run FS, I see that the nor

Re: [Freeswitch-users] FreeSWITCH and Amazon EC2 port problem

2008-07-12 Thread Diego Viola
Output of "sofia status": [EMAIL PROTECTED]> sofia status API CALL [sofia(status)] output: Name Type Data State = external profile sip:[EMAIL PR

Re: [Freeswitch-users] acl list not correct?

2008-07-12 Thread Brian West
Did you add to your sip profile? /b On Jul 12, 2008, at 6:40 AM, Ivan C Myrvold wrote: > I have the list below added at the end of acl.conf.xml, and incoming > calls from 81.201.82.23, 81.201.82.25, 81.201.82.26, 81.201.82.27 gets > dropped, because > FreeSWITCH sends a "SIP/2.0 407 Proxy Aut

Re: [Freeswitch-users] Core dump: Seg 11 if phones get powered off

2008-07-12 Thread Brian West
You'll also have to turn off crash protection so we get a core dump we can poke and prod at ... /b On Jul 12, 2008, at 7:06 AM, Wasim Baig wrote: On Sat, Jul 12, 2008 at 5:24 PM, Faraz R. Khan <[EMAIL PROTECTED]> wrote: amazing. it crashed again I am dumb founded. It can process thousa

Re: [Freeswitch-users] FreeSWITCH and Amazon EC2 port problem

2008-07-12 Thread Brian West
you'll need to do netstat -na but this one is :sip which means :5060 /b On Jul 12, 2008, at 1:30 AM, Diego Viola wrote: > tcp0 0 ip-10-251-203-143.e:sip *:* > LISTEN ___ Freeswitch-users mailing list Freeswitch-user

Re: [Freeswitch-users] acl list not correct?

2008-07-12 Thread Ivan C Myrvold
Yes, of course, else it would not have worked at all. My point is, it looks like that only some of the IP addresses in the range work, for some reason. Ivan Den 12. juli. 2008 kl. 15:11 skrev Brian West: > Did you add to your > sip profile? > > /b > > On Jul 12, 2008, at 6:40 AM, Ivan C Myrvo

Re: [Freeswitch-users] acl list not correct?

2008-07-12 Thread Brian West
what ip's are getting challenged? Also you can try them at the cli with the acl command to test. /b On Jul 12, 2008, at 8:44 AM, Ivan C Myrvold wrote: > Yes, of course, else it would not have worked at all. > My point is, it looks like that only some of the IP addresses in the > range work, f

Re: [Freeswitch-users] acl list not correct?

2008-07-12 Thread Ivan C Myrvold
If you see in the following trace, http://pastebin.freeswitch.org/4801 These ip addresses get challenged 81.201.82.25 81.201.82.26 81.201.82.25 81.201.82.27 and all fails. But when a call from IP address recv 856 bytes from udp/[81.201.82.24]:5060 at 11:10:54.774931: --

[Freeswitch-users] freeswitch interop with Altigen PBX

2008-07-12 Thread Scott Barr
Is it possible for freeswitch to communicate directly with an Altigen's PRI interface w/hardware or would freeswitch be able to send transfers as SIP INFO + flash as this is how Altigen support says the Altigen PBX handles transfer requests via SIP. Also, does anyone have any idea where I can find

Re: [Freeswitch-users] FreeSWITCH and Amazon EC2 port problem

2008-07-12 Thread Diego Viola
I got it, thanks Brian. Etch:/usr/local/freeswitch# netstat -na Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 10.251.203.143:5060 0.0.0.0:* LISTEN tcp0 0 10.251.203.

Re: [Freeswitch-users] acl list not correct?

2008-07-12 Thread Brian West
Can you open a bug on jira please... this isn't working correctly. I just verified. I might be wrong but lets open a jira and make sure. /b On Jul 12, 2008, at 9:24 AM, Ivan C Myrvold wrote: If you see in the following trace, http://pastebin.freeswitch.org/4801 These ip addresses get chall

Re: [Freeswitch-users] Background music in conversation

2008-07-12 Thread Anthony Knight
Ashutosh I have just been going through parts of the wiki and I saw something on mod_commands called uuid_displace that seems like what you are looking for. With the mux option you should be able to inject music behind a conversation. I've never tried it and don't know any more, but maybe it's s

Re: [Freeswitch-users] acl list not correct?

2008-07-12 Thread Ivan C Myrvold
http://jira.freeswitch.org/browse/MODAPP-113 Ivan Den 12. juli. 2008 kl. 16:52 skrev Brian West: Can you open a bug on jira please... this isn't working correctly. I just verified. I might be wrong but lets open a jira and make sure. /b On Jul 12, 2008, at 9:24 AM, Ivan C Myrvold wrote:

[Freeswitch-users] mod_pocketsphinx

2008-07-12 Thread Chris Danielson
Was working with mod_pocketsphinx and found it difficult to troubleshoot the failed loading of the dictionary files. Tried to open a JIRA to apply the patch on this but it told me the following: Issue Created Successfully You have successfully created the issue (MODASRTTS-6), however yo