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, 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 10:52 PM, Peter Olsson < peter.ols...@visionutveckli

Re: [Freeswitch-users] Freeswitch with APR

2009-05-29 Thread Gopalakrishnan A.N
(via 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

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-29 Thread Gopalakrishnan A.N
ess...@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, Gopalakris

[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-28 Thread Gopalakrishnan A.N
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 wrote: > >> Hi

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-27 Thread Gopalakrishnan A.N
th 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 wrote: > >> Hi, >> I had some

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-27 Thread Gopalakrishnan A.N
> > On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N wrote: > >> 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

[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 f

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/118&printable=yes this is for analog audiocode, you can also connect with same setting w

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, "so

[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"; array[1]="3

Re: [Freeswitch-users] Q931 decoding Update

2009-02-04 Thread Gopalakrishnan A.N
Yes I can do that with any integration On Thu, Feb 5, 2009 at 2:22 AM, Michael Collins wrote: > On Wed, Feb 4, 2009 at 9:56 AM, Gopalakrishnan A.N > wrote: > > Hi, > > Its a awesome. Can the packet capturing be done with event socket? > > Not at this time. Would

Re: [Freeswitch-users] Q931 decoding Update

2009-02-04 Thread Gopalakrishnan A.N
Hi, Its a awesome. Can the packet capturing be done with event socket? -- Thank you with regards, Gopal, ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCR

[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

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 wrote: > It is both :) > > Helmut Kuper schrieb: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Michael, > > I'm currently on my way to put all those shell a

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

2009-01-09 Thread Gopalakrishnan A.N
like: > > 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 wrote: > >> Hi, >>Is there any possibilities that Freeswitch may detect the SIP response >&g

[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 UNSUBSCRIBE:htt

[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 http://lists.freeswitch.org/mailman/

[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 wrote: > > On Dec 5, 2008, at 6:23 AM, Gopalakrishnan A.N wrote: > > > Hi Micheal, > > > > Thanks for the reply! cant I try with tone de

Re: [Freeswitch-users] Predictive Dialing

2008-12-05 Thread Gopalakrishnan A.N
Hi Micheal, Thanks for the reply! cant I try with tone detect? Like dial a number in session and try to detect with tone detect and then bridge the call with some extension. -- Thank you with regards, Gopal, ___ Freeswitch-users mailing list Frees

[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 tra