Re: [Freeswitch-users] Inbound using FS

2009-06-08 Thread Gopalakrishnan A.N
Hi Rex, You need to allow your acl in internal.xml like the one, param name=apply-inbound-acl value=internal-network/ Change the internal-network according to your configuration you allowed in acl.conf.xml. I have tested with audiocode with PRI line its working fine. On Mon, Jun 8, 2009 at

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-29 Thread Gopalakrishnan A.N
...@gmail.com wrote: That was pretty much a repeat of the same explanation. I am still not sure what you mean? What is the call and what is the extension and what is not hanging up? On Thu, May 28, 2009 at 2:03 AM, Gopalakrishnan A.N sai...@gmail.comwrote: Let me explain in different way

Re: [Freeswitch-users] Freeswitch with APR

2009-05-29 Thread Gopalakrishnan A.N
our abstraction layer). On May 28, 2009, at 10:14 AM, Gopalakrishnan A.N wrote: Hi, I saw the apache portable runtime is included in freeswitch. So far I understand that using APR will give good performance. Am I correct? or it has been used for some other scenarios like even socket

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-28 Thread Gopalakrishnan A.N
, the extension has to hangup automatically rite? Thats not happening. On Wed, May 27, 2009 at 6:31 PM, Anthony Minessale anthony.miness...@gmail.com wrote: I am not sure what you mean at this point. On Wed, May 27, 2009 at 5:53 AM, Gopalakrishnan A.N sai...@gmail.comwrote: Hi Anthony, thanks

[Freeswitch-users] Freeswitch with APR

2009-05-28 Thread Gopalakrishnan A.N
Hi, I saw the apache portable runtime is included in freeswitch. So far I understand that using APR will give good performance. Am I correct? or it has been used for some other scenarios like even socket or dialplan? -- Thank you with regards, Gopal,

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-27 Thread Gopalakrishnan A.N
trying to make FS into a dialer app using JS. for every sessionX you create in js with the new Session constructor sessionX.setAutoHangup(0); This allows the channels to remain alive outside the script once they are hungup/transferred etc. On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-27 Thread Gopalakrishnan A.N
constructor sessionX.setAutoHangup(0); This allows the channels to remain alive outside the script once they are hungup/transferred etc. On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N sai...@gmail.comwrote: Hi, I had some discussion with the IRC regarding the uuid_transfer gets hang-up

[Freeswitch-users] uuid_transfer gets break

2009-05-25 Thread Gopalakrishnan A.N
Hi, I had some discussion with the IRC regarding the uuid_transfer gets hang-up where the call is originated via javascript thru event socket. I was suggested to install latest SVN trunk. I did that again the same issue, the log is attached with here http://pastebin.freeswitch.org/9103 My call

Re: [Freeswitch-users] Freeswitch as a media server

2009-04-09 Thread Gopalakrishnan A.N
Yes, you can connect freeswitch with another media gateway like audiocode or any softswitch. you can find here to connect with audiocode http://wiki.freeswitch.org/index.php?title=Configuring_AudioCodes_MP-114/118printable=yes this is for analog audiocode, you can also connect with same setting

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-02 Thread Gopalakrishnan A.N
Hi Rex, Please find the attached file for the PHP script. This script has been executed in FS 1.0.2. put these two scripts in htdocs directory. access the http://localhost/sample2.php so that two text box will appear. you can able to give the extension number and mobile number to dial. Try this

[Freeswitch-users] session orignate freeswitch 1.0.3 segmentation error

2009-02-26 Thread Gopalakrishnan A.N
Hi, I have installed Freeswitch 1.0.3. I am using event socket with Javascript. When I try to dial the script with below command, the call is not going thru it seems to be idle. and segmentation fault core dump error, (freeswitch hangs).[?] new_session = new Session.originate(session,

[Freeswitch-users] javascript to get the status

2009-02-10 Thread Gopalakrishnan A.N
Hi, I am trying to execute the following script, its working fine for call origination, but cant able to get the status for dialed numbers, able to get only the last dialed number not for both the numbers. The script as follows, Javascript var array = [2]; array[0]=39841799874;

[Freeswitch-users] Javascript Dial and Print the UUID in event socket

2009-01-31 Thread Gopalakrishnan A.N
Hi, I am using event socket. I am trying to dial a outbound number in Javascript (api jsrun script arguments) and need to bridge the call outside the javascript. Can we do this as a batch processing. When I run the script I tried to play a voice file, so that the session answer the call and a

Re: [Freeswitch-users] Q931 decoding

2009-01-19 Thread Gopalakrishnan A.N
How can I capture Q931 packets by separating the D channel and B channel? On Mon, Jan 19, 2009 at 7:23 PM, Michal Bielicki michal.bieli...@voiceworks.pl wrote: It is both :) Helmut Kuper schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Michael, I'm currently on my way to

Re: [Freeswitch-users] SIP response code in Freeswitch

2009-01-09 Thread Gopalakrishnan A.N
: action application=set data=continue_on_fail=NORMAL_TEMPORARY_FAILURE,USER_BUSY,486,503/ Regards, Ognjen On Mon, Jan 5, 2009 at 8:53 AM, Gopalakrishnan A.N sai...@gmail.comwrote: Hi, Is there any possibilities that Freeswitch may detect the SIP response code from the IP media gateway

[Freeswitch-users] SIP response code in Freeswitch

2009-01-04 Thread Gopalakrishnan A.N
Hi, Is there any possibilities that Freeswitch may detect the SIP response code from the IP media gateway. -- Thank you with regards, Gopal, ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

[Freeswitch-users] VXML support in Freeswitch

2009-01-04 Thread Gopalakrishnan A.N
Does freeswitch support VXML? Is there any separate module for this. -- Thank you with regards, Gopal, ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

[Freeswitch-users] sessions not ending up

2008-12-21 Thread Gopalakrishnan A.N
Hi, I have configured the freeswitch, we are dialing through event socket, if i dial a call per day say around 200 to 300 calls, at the end of the day the sessions are not ending up in the freeswitch, i can able to see in the console till all the calls were hanged up, I am using .NET crm.

Re: [Freeswitch-users] Predictive Dialing

2008-12-21 Thread Gopalakrishnan A.N
Hi Micheal, Is it anything like i am violating the laws? please let me know. On Fri, Dec 5, 2008 at 8:11 PM, Michael Jerris m...@jerris.com wrote: On Dec 5, 2008, at 6:23 AM, Gopalakrishnan A.N wrote: Hi Micheal, Thanks for the reply! cant I try with tone detect? Like dial

[Freeswitch-users] Predictive Dialing

2008-12-04 Thread Gopalakrishnan A.N
Hi, I would like to have predictive dialing. In asterisk we used manager api and for outbound we use originate. The originate command will dial a number where asterisk answer the call and then we predict the answering machine with the silence file. Inspite of that human voice is detected and