Re: [Freeswitch-users] zrtp endpoints have different sas through fs 1.0.4

2009-12-13 Thread Harondel J. Sibble
Brian, you have any inside info on when zfone3 is supposed to be available? Emails to the zfoneproject addresses haven't gotten me any info (or a reponse for that matter), I guess cause I am not a dev... On 23 Aug 2009 at 18:53, Brian West wrote: Wish they would send me one for my E63 for

Re: [Freeswitch-users] fifo caller id

2009-12-13 Thread Seven Du
I think if you listen to CUSTOM FIFO::INFO you can get Caller-Caller-ID-Number on event socket. 2009/12/13 Diego Toro dft...@yahoo.com Hello, I want to know how can I get caller id after call is out queue fifo, I read about fifo_caller_consumer_import and fifo_consumer_caller_import

Re: [Freeswitch-users] Link between Use-context and dialplan

2009-12-13 Thread João Mesquita
inline JM On Sun, Dec 13, 2009 at 1:40 AM, Otis ab...@greatiam.com wrote: Sorry I posted this earlier but did not do the due diligence and sent it with so much typo them meaning does not come out: In a nutshell I would like to know : 1. How FS would know which dialplan to use for

[Freeswitch-users] Sofia performance

2009-12-13 Thread Yehavi Bourvine
Hello, In the WIKI page that talks about Freeswitch performance there is a sentence: *libsofia only handles 1 thread per profile, so if that is your bottle neck use more profiles* How can I enable more than one profile on the same interface? Won't they colide when using the same IP and port?

[Freeswitch-users] sangoma a101 - error compiling Wanpipe drivers with TDM API support on ubuntu 9.10

2009-12-13 Thread Tzury Bar Yochay
Hi all, I am getting a frustrating errors while trying to build the latest wanpipe on my newly and freshly installed Ubuntu 9.10 I pastebin the output at http://gist.github.com/255442 and would appreciate any help. Thanks, -- Tzury Bar Yochay ___

[Freeswitch-users] Java ESL

2009-12-13 Thread Niall Crosby
Hi, I am about to start writing a Java Event Socket Library as I can't find one already written thats available. 1 - Is there one already out there? 2 - If not, any pointers as to what design I should follow? Which of the current ESL's is the best modal to follow? Thanks, Niall. -- -- The

[Freeswitch-users] Presence across several networked FSs

2009-12-13 Thread Jon Bruel
I'm working on a setup with several networked FreeSWITCHes based on a central FS and one or more satellite FSs. The boxes are connected to each other with IAX, SIP over VPN or another protocol. In the choice of the protocol the presence issue mentioned below should be considered, and the real

Re: [Freeswitch-users] Link between Use-context and dialplan

2009-12-13 Thread Frank Carmickle
On Sun, Dec 13, Otis wrote: Sorry I posted this earlier but did not do the due diligence and sent it with so much typo them meaning does not come out: In a nutshell I would like to know : 1. How FS would know which dialplan to use for an extension with user context other than

Re: [Freeswitch-users] Java ESL

2009-12-13 Thread João Mesquita
Can't we just swig it to Java? JM On Sun, Dec 13, 2009 at 1:05 PM, Niall Crosby niall.cro...@gmail.comwrote: Hi, I am about to start writing a Java Event Socket Library as I can't find one already written thats available. 1 - Is there one already out there? 2 - If not, any pointers as to

Re: [Freeswitch-users] Link between Use-context and dialplan

2009-12-13 Thread Russell Mosemann
Frank Carmickle wrote: Now you can put all kinds of files in the public dir and they will get included when the preprocess runs. The preprocess runs at start up so you need to restart IIRC. Or fire up freeswitchroot/bin/fs_cli and issue a reloadxml or reload module, if a change affects a

Re: [Freeswitch-users] Sofia performance

2009-12-13 Thread Seven Du
you can use the same ip with different port 2009/12/13, Yehavi Bourvine yehavi.bourv...@gmail.com: Hello, In the WIKI page that talks about Freeswitch performance there is a sentence: *libsofia only handles 1 thread per profile, so if that is your bottle neck use more profiles* How can

Re: [Freeswitch-users] Java ESL

2009-12-13 Thread Niall Crosby
Pure Java is my preference - am looking to build apps that are portable. N. 2009/12/13 João Mesquita jmesqu...@freeswitch.org Can't we just swig it to Java? JM On Sun, Dec 13, 2009 at 1:05 PM, Niall Crosby niall.cro...@gmail.comwrote: Hi, I am about to start writing a Java Event

Re: [Freeswitch-users] Sofia performance

2009-12-13 Thread Yehavi Bourvine
I would like all phones have the same general configuration... If no other way, then I'll do that. Thanks, __Yehavi: 2009/12/13 Seven Du dujinf...@gmail.com you can use the same ip with different port 2009/12/13, Yehavi Bourvine yehavi.bourv...@gmail.com: Hello, In

Re: [Freeswitch-users] sangoma a101 - error compiling Wanpipe drivers with TDM API support on ubuntu 9.10

2009-12-13 Thread Moises Silva
On Sun, Dec 13, 2009 at 9:56 AM, Tzury Bar Yochay tzury...@reguluslabs.comwrote: Hi all, I am getting a frustrating errors while trying to build the latest wanpipe on my newly and freshly installed Ubuntu 9.10 I pastebin the output at http://gist.github.com/255442 and would appreciate any

Re: [Freeswitch-users] Link between Use-context and dialplan

2009-12-13 Thread Otis
Frank Carmickle wrote: On Sun, Dec 13, Otis wrote: Sorry I posted this earlier but did not do the due diligence and sent it with so much typo them meaning does not come out: In a nutshell I would like to know : 1. How FS would know which dialplan to use for an extension with user

Re: [Freeswitch-users] Sofia performance

2009-12-13 Thread Mathieu Rene
You can have multiple SRV records pointing to different ports. See: http://mit.edu/sip/sip.edu/dns.shtml Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x200 mr...@avgs.ca On 13-Dec-09, at 11:05 AM, Yehavi Bourvine wrote: I would like all

Re: [Freeswitch-users] Sofia performance

2009-12-13 Thread Frank Carmickle
On Sun, Dec 13, Yehavi Bourvine wrote: I would like all phones have the same general configuration... If no other way, then I'll do that. Have you already set up a system and found the load of all your phones to be to high? How many phones are we talking about? A load balancer is a solution

Re: [Freeswitch-users] Link between Use-context and dialplan

2009-12-13 Thread Frank Carmickle
On Sun, Dec 13, Russell Mosemann wrote: Frank Carmickle wrote: Now you can put all kinds of files in the public dir and they will get included when the preprocess runs. The preprocess runs at start up so you need to restart IIRC. Or fire up freeswitchroot/bin/fs_cli and issue a

Re: [Freeswitch-users] Sofia performance

2009-12-13 Thread Yehavi Bourvine
We are still on a small proof of concept system, but I am looking at the future... Thanks, __Yehavi: 2009/12/13 Frank Carmickle fr...@carmickle.com On Sun, Dec 13, Yehavi Bourvine wrote: I would like all phones have the same general configuration... If no other way,

Re: [Freeswitch-users] Java ESL

2009-12-13 Thread Anthony Minessale
The swig java one is almost done we need someone who likes java to finish it but as you can see most java ppl seem to always want to do it their way On Dec 13, 2009 9:56 AM, Niall Crosby niall.cro...@gmail.com wrote: Pure Java is my preference - am looking to build apps that are portable. N.

Re: [Freeswitch-users] Sofia performance

2009-12-13 Thread Anthony Minessale
Here is my standard asvice on people worrying about performance before even trying fs. Rule of thumb, if you have ever used asterisk, multiply everything by 10 so if there is a performance concern assume it will not arise unless you get at least 10 asterisks worth of performance first. People do

Re: [Freeswitch-users] Java ESL

2009-12-13 Thread Niall Crosby
Where can I find the Java swig ESL? I like Java so am happy to put time towards generating a pure Java ECL, however I haven't programmed C in 10+ years so feel like swig would be to much in the deep end for me. 2009/12/13 Anthony Minessale anthony.miness...@gmail.com The swig java one is

Re: [Freeswitch-users] Sofia performance

2009-12-13 Thread Jay Binks
I'm interested in what the upper limit would be, when expecting a performance improvement with sofia profiles. For example let's say I were to direct connect to customers ( layer 2 ) with a .1q trunk coming in to fs and a Sofia profile for each customer. Am I going to hit a bottleneck

[Freeswitch-users] CDR question.

2009-12-13 Thread William King
Anyone know a good way to determine which extension picked up a call that was bridged to 10+ extensions? -William ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Re: [Freeswitch-users] Sofia performance

2009-12-13 Thread Anthony Minessale
Sep processes does better than sep profiles. We need to push the sofia devs to work on a better concurrancy scheme but they are too busy with other nokia duties these days so were stuck with what we got for now. About 400cps on a good day On Dec 13, 2009 4:05 PM, Jay Binks jaybi...@gmail.com

Re: [Freeswitch-users] Java ESL

2009-12-13 Thread Anthony Minessale
In the libs/esl there is already swigged java but I don't know how to load it etc try make javamod in esl On Dec 13, 2009 12:47 PM, Niall Crosby niall.cro...@gmail.com wrote: Where can I find the Java swig ESL? I like Java so am happy to put time towards generating a pure Java ECL, however I

Re: [Freeswitch-users] Freeswitch Documentation

2009-12-13 Thread David V. Fansler
Final Count was just over 900 files. At the moment I am putting them in a logical order - as best I can tell with my limited experience - combining chapters and providing links from the table of contents to sections in each chapter. Then I will go back in retarget all the hyperlinks to point

Re: [Freeswitch-users] Freeswitch Documentation

2009-12-13 Thread Jingwei Yang
Thanks David. It'll be of a great help to FS newbies like me. Regards, -Jingwei On Mon, Dec 14, 2009 at 9:27 AM, David V. Fansler dfans...@dv-fansler.comwrote: Final Count was just over 900 files. At the moment I am putting them in a logical order – as best I can tell with my limited

[Freeswitch-users] Event Socket outbound in PHP

2009-12-13 Thread Dome Charoenyost
Dear All, Now i use php for ESL outbound. i get variable from stdin and process. (i use xinetd for handle socket) $in = fopen(php://stdin, r); Problem is when i use read command for get input from DTMF. i can't get variable. So now i use 2 php script. and use read

[Freeswitch-users] Fwd: Getting started on IVR Library

2009-12-13 Thread Thangappan.M
I've seen the source code of mod_rss and mod_voicemail. I was not able to get it. What are the steps do I need to follow for implementing IVR using IVR library? Is there any documentations available for knowing about IVR library? I might be wrong please correct me... Please help me