[Freeswitch-dev] OpenZAP Question re: Q931Rx23 (from Q931.c)

2008-06-23 Thread Michael Collins
I have question about the two different buffers that are accessed in this function: /*** ** Function: Q931Rx23 Description: Receive message from layer 2 (LAPD). Receiving a message is alwa

Re: [Freeswitch-dev] [Freeswitch-users] H323 support chip in

2008-06-23 Thread M . Emran
me too. On Tue, Jun 24, 2008 at 1:56 AM, Seysan <[EMAIL PROTECTED]> wrote: > I can not open the link! > > > On Mon, Jun 23, 2008 at 1:16 PM, Brian West <[EMAIL PROTECTED]> wrote: > >> http://www.chipin.com/contribute/id/c648c4411bfb7861 >> Here is the URL to chip in for the H323 support in FreeSW

Re: [Freeswitch-dev] [Freeswitch-users] H323 support chip in

2008-06-23 Thread Brian West
Oh btw you can go to freeswitch.org and click chipin on the right. /b ___ Freeswitch-dev mailing list Freeswitch-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/optio

Re: [Freeswitch-dev] [Freeswitch-users] H323 support chip in

2008-06-23 Thread Brian West
try changing it to https /b On Jun 23, 2008, at 3:06 PM, M.Emran wrote: > me too. ___ Freeswitch-dev mailing list Freeswitch-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/

Re: [Freeswitch-dev] [Freeswitch-users] H323 support chip in

2008-06-23 Thread Brian West
It redirects to paypal.. what does it do when you click it? /b On Jun 23, 2008, at 2:56 PM, Seysan wrote: I can not open the link! On Mon, Jun 23, 2008 at 1:16 PM, Brian West <[EMAIL PROTECTED]> wrote: http://www.chipin.com/contribute/id/c648c4411bfb7861 Here is the URL to chip in for th

[Freeswitch-dev] H323 support chip in

2008-06-23 Thread Brian West
http://www.chipin.com/contribute/id/c648c4411bfb7861 Here is the URL to chip in for the H323 support in FreeSWITCH. I'm a bit disappointed because so many of you out there were asking, begging and really pleading for solid h323 support. Please chip-in and lets make it happen. Thanks, Brian

Re: [Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Steve Laroche
Anthony, do you need more info ? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Minessale Sent: Monday, June 23, 2008 2:33 PM To: freeswitch-dev@lists.freeswitch.org Subject: Re: [Freeswitch-dev] DTMF issue on playback command with openzap please describe the entire path o

Re: [Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Steve Laroche
It's with the events received by FS that I know I don't receive all the correct DTMF. See the trace : http://pastebin.freeswitch.org/4678 So while FS play an audio file on the line at the other end of the call is my phone witch is connected to PSTN without any FS involded, I enter DTMF on my p

Re: [Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Anthony Minessale
please describe the entire path of the call and what protocol is involved on the example that does not work. starting with the telephone that placed the call all the way to the telephone or ivr that revived it. On Mon, Jun 23, 2008 at 1:20 PM, Brian West <[EMAIL PROTECTED]> wrote: > You still

Re: [Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Steve Laroche
FS ( OpenZap )---originate call -> land line FS ( OpenZap )---playback--> land line FS ( OpenZap )<-DTMF--- land line From: Steve Laroche Sent: Monday, June 23, 2008 2:30 PM To: 'freeswitch-dev@lists.freeswitch.or

Re: [Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Steve Laroche
I originate an outbound call to my land line phone. After that, the script execute a playback using G.711. While executing the playback, I enter DTMF on my land line phone. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian West Sent: Monday, June 23, 2008 2:20 PM To: freesw

Re: [Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Brian West
You still didn't answer what was receiving the audio. If its OpenZAP that means its inband. But can you elaborate more on the path? If the audio has ANY gaps in it the DTMF will be double detected but I need to know more about that before I can tell what is going on. /b On Jun 23, 2008,

Re: [Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Steve Laroche
Instead of 123456789012345678901234567890* I receive 1344455677890223444567890233344455567890*. While for all the other test that I did I do receive 123456789012345678901234567890*. I did this test many time and always the same result, I have an issue with DTMF when playback is running and th

Re: [Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Brian West
What is on the other end of this test interpreting the DTMF for you to verify its bad? /b On Jun 23, 2008, at 12:52 PM, Steve Laroche wrote: Test 2 - Enter this set of DTMF (123456789012345678901234567890*) while the playback

[Freeswitch-dev] DTMF issue on playback command with openzap

2008-06-23 Thread Steve Laroche
I did run some test to reproduce the problem. I'm using Version 1.0.pre4 (8797:8820M). Test 1 - Enter this set of DTMF (123456789012345678901234567890*) while the record command is active. The call is originate through openzap. Eve