[sipxtapi-dev] problem in media-update after calling sipxReinitialize()

2006-11-02 Thread stipus
(timerId>0) timeKillEvent(timerId); and now I can sipxReinitialize at will :) Best regards, stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

[sipxtapi-dev] Problem in mpJitterBuffer.cpp (latest media-update) under high load

2006-11-04 Thread stipus
ty fix, and I haven't currently been able to figure out where the real problem is. Best regards, stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

[sipxtapi-dev] Media-update: RFC2833 DTMF broken since rev 7803 (october 23)

2006-11-05 Thread stipus
n, it's at least the second time that DTMF is broken by untested merges, and I can't afford spending 2 days of work each time a change is commited. Thanks, stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive:

Re: [sipxtapi-dev] Problem in mpJitterBuffer.cpp (latest media-update) under high load

2006-11-05 Thread stipus
I have seen the problem using G711A and G711U. I have to check the RTP payload size, but I'm not using any non standard value, and didn't change anything on this side. stipus - Original Message - From: "Alexander Chemeris" <[EMAIL PROTECTED]> To: "stipus

[sipxtapi-dev] X-Lite setting: send outbound via : Target Domain

2006-11-08 Thread stipus
call". Any idea ? How could I solve this problem ? Thanks in advance, Stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Re: [sipxtapi-dev] X-Lite setting: send outbound via : Target Domain

2006-11-11 Thread stipus
D] (it's a talking clock), I get a 404 not found from the proxy. Is there any way to make this work with Sipxtapi ? I noticed that when X-Lite is configured with "Send outbound calls via Target Domain", it just works. Best regards, stipus - Original Message - From: "Cha

Re: [sipxtapi-dev] X-Lite setting: send outbound via : Target Domain

2006-11-11 Thread stipus
Thanks a lot for the idea. Not setting a proxy at all seems to work ! stipus - Original Message - From: "Charlie Hedlin" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]> Cc: Sent: Sunday, November 12, 2006 1:34 AM Subject: Re: [sipxtapi-dev] X

Re: [sipxtapi-dev] X-Lite setting: send outbound via : Target Domain

2006-11-11 Thread stipus
This solution solves my problem 100%. There is no need to spend some time analysing X-Lite SIP traces. Thanks again ! - Original Message - From: "Charlie Hedlin" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]> Cc: Sent: Sunday, November 12, 2006 1:

Re: [sipxtapi-dev] Recording with sipxtapi

2007-05-21 Thread stipus
dditional fixes. Thanks for all bug tracking and patches. However, I don't think there is a need for yet another branch specific to wxCommunicator. Is there a good reason your fixes cannot be included into the main branch ? TIA, stipus ___ s

Re: [sipxtapi-dev] MEDIA_PLAYFILE_START, MEDIA_PLAYFILE_STOP, MEDIA_PLAYBUFFER_START and MEDIA_PLAYB

2007-05-21 Thread stipus
llId); getRemoteAddress(&remoteAddress); CpMultiStringMessage message(CpCallManager::CP_REFIRE_MEDIA_EVENT, callId, remoteAddress, NULL, NULL, NULL, MEDIA_PLAYBUFFER_STOP, MEDIA_CAUSE_NORMAL, mediaType) ; mpCallManager->postMessage(message); } Best regards, stipus - Original

[sipxtapi-dev] SipxCallPlayBufferStart and jerky output ... I'm puzzled !

2007-06-13 Thread stipus
ld be glad to hear it ... because I'm really puzzled ! Best regards, stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Re: [sipxtapi-dev] SipxCallPlayBufferStart and jerky output ... I'm puzzled !

2007-06-13 Thread stipus
le, I switched to the sipxtapi branch. stipus - Original Message - From: "Jaroslav Libak" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, June 13, 2007 10:58 AM Subject: Re: [sipxtapi-dev] SipxCallPlayBufferStart and jerky outp

Re: [sipxtapi-dev] Various methods of detecting DTMF

2007-06-13 Thread stipus
A few month ago, I wrote a mprDecodeInbandDtmf.cpp that works quite well. I can try to post it here if you are interested. stipus - Original Message - From: "Daniel Sigurgeirsson" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 13, 2007 6:33 PM Subject: [sipxtapi-dev] Va

Re: [sipxtapi-dev] Various methods of detecting DTMF

2007-06-13 Thread stipus
> > A few month ago, I wrote a mprDecodeInbandDtmf.cpp that works quite well. > > > > I can try to post it here if you are interested. > > I believe we all would be interested. So, please, post it to issue tracker too. > > I suppose, it detect DTMF, mixed with audio stream, right? Does it use > som

Re: [sipxtapi-dev] Various methods of detecting DTMF

2007-06-14 Thread stipus
/**< Incompatible destination -- We were unable to negotiate a codec */ MEDIA_CAUSE_DTMF_START,/**< A DTMF tone has started */ MEDIA_CAUSE_DTMF_STOP,/**< A DTMF tone has stopped */ MEDIA_CAUSE_DTMF_INBAND } SIPX_MEDIA_CAUSE ; I

Re: [sipxtapi-dev] SipxCallPlayBufferStart and jerky output ...I'm puzzled !

2007-06-14 Thread stipus
evel of interop here from .Net to C++... If I have enough time, I'll try to create a mprSpeech.cpp and directly call SAPI from the C++ side. I may be able to make a quick test using mprFromFile ... stipus - Original Message - From: "Daniel Sigurgeirsson" <[EMAIL PROTECTE

[sipxtapi-dev] I want to work on RE-INVITES to connect two calls

2007-06-14 Thread stipus
ave been removed from latest builds. Where would you start from if you had to do this ? It would be really nice if someone could put me on track. Thanks, stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Re: [sipxtapi-dev] SipxCallPlayBufferStart and jerky output ...I'm puzzled !

2007-06-14 Thread stipus
bject(); SipxCallPlayBufferStart(m_handleIntPtr, bufferIntPtr, byteArray.Length, 0, false, false, true); - Original Message - From: "Daniel Sigurgeirsson" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]>; Sent: Thursday, June 14, 2007 4:16 PM Subject: RE: [sipxtapi-d

Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 'MediaSignals' queue size(33) exceeds soft limit (32)

2007-06-29 Thread stipus
I compared the SIP traces between a call with normal behavior, and a call crashing sipxtapi. The difference I found on 2 traces is that I'm getting a RE-INVITE, and the crash happens just after sipxtapi receives the RE-INVITE . --> INVITE <-- TRYING <-- OK --> ACK --> INVITE *** crash *** Here i

Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 'MediaSignals' queue size(33) exceeds soft limit (32)

2007-06-29 Thread stipus
I'm also getting these messages in release mode, and my app crashes... I have been trying to debug yesterday night, but couldn't find the problem. First I thought it was a mismatch in msvc-8 projects, as the HAVE_SPEEX... preprocessor directives are mismatched between projects (in some project it'

Re: [sipxtapi-dev] SipConnection.cpp: Variables initialization.

2007-06-29 Thread stipus
16:17:18.108000Z":3831:KERNEL:CRIT:klnta:::sipXtapi:"OsM sgPool::FindFreeMsg 'MediaSignals' queue size (64) exceeds hard limit (64)\n" stipus - Original Message - From: "Daniel Sigurgeirsson" <[EMAIL PROTECTED]> To: "Alexander Chemeri

Re: [sipxtapi-dev] SipConnection.cpp: Variables initialization.

2007-06-29 Thread stipus
7;MediaSignals' queue size (64) exceeds hard limit (64)\n" and my app crashed again. And I checked your other question: If I call from another phone number that works, I don't get any soft limit exceeded message. But when I call from this number, sipxtapi doesn't receiv

Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 'MediaSignals' queuesize(33) exceeds soft limit (32)

2007-06-30 Thread stipus
nexb=no\r\n a=rtpmap:101 telephone-event/8000\r\n a=fmtp:101 0-15\r\n a=ptime:20\r\n \r\n --unique-boundary-1--END\n" - Original Message ----- From: "stipus" <[EMAIL PROTECTED]> To: "Daniel Sigurgeirsson" <[EMAIL

Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 'MediaSignals'queuesize(33) exceeds soft limit (32)

2007-06-30 Thread stipus
tapi:"OsMs gPool::FindFreeMsg 'MediaSignals' queue size (64) exceeds hard limit (64)\n" And crash. - Original Message - From: "Daniel Sigurgeirsson" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]>; "Jaroslav Libak&

Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 'MediaSignals'queuesize(33) exceeds soft limit (32)

2007-07-03 Thread stipus
new MimeBodyPart(this, partStart, partLength); And I got partStart by changing getMultipartBytes() to return this value as an additional output parameter. I'll try to publish a clean patch ASAP... but now it's working, and sipxtapi doesn't crash anymore when receiving multipart/mixed bodies in IN

Re: [sipxtapi-dev] Debugging sipxtapi

2007-07-13 Thread stipus
Here I have 2 VS2005 solutions open - One for SIPXTAPI - One for my .NET project (using SIPXTAPI). 1) Make sure you are compiling SIPXTAPI with DEBUG turned on. 2) Copy SIPXTAPID.DLL and SIPXTAPID.MAP to your .NET project BIN directory. 3) Run your .NET project. Make sure it loads the Debug DLL

Re: [sipxtapi-dev] Silence on Windows Minimise / SipXmediaMpdSip xPcma::decodeIn fun ction drops RTP Packets

2007-07-13 Thread stipus
For this problem, I have (manually) applied the patch XMR-70 http://track.sipfoundry.org/browse/XMR-70 There is a ZIP file with a Non Windows Message Queue. This NWMQ is then used in place of the windows message queue in the speaker thread. This solved the problem for me. stipus - Original

Re: [sipxtapi-dev] Silence on Windows Minimise / SipXmediaMpdSip xPcma::decodeIn fun ction drops RTP Packets

2007-07-13 Thread stipus
I haven't changed thread priorities I have just installed the Non Windows Message Queue. stipus - Original Message - From: "Alexander Chemeris" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]> Cc: "Alexander Boreham" <[EMAIL

Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 'MediaSignals'queuesize(33) exceeds soft limit (32)

2007-07-24 Thread stipus
tiple files (.h and .cpp) ... Hemmm sorry :( stipus - Original Message - From: "Alexander Chemeris" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]> Cc: "Daniel Sigurgeirsson" <[EMAIL PROTECTED]>; "Jaroslav Libak" <[EM

[sipxtapi-dev] Bug in mpCallFlowGraph with DISABLE_LOCAL_AUDIO in 9768

2007-07-24 Thread stipus
Mixers in the flowgraph create this problem... ? stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 'MediaSignals'queuesize(33) exceeds soft limit (32)

2007-07-24 Thread stipus
I still couldn't figure how to select several files for a patch ... so I created 2 patches ... One for HttpBody.h One for HttpBody.cpp Best regards, stipus - Original Message - From: "Alexander Chemeris" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PRO

Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 'MediaSignals'queuesize(33) exceeds soft limit (32)

2007-07-24 Thread stipus
Thanks ! Here is a single patch for both files :) stipus - Original Message - From: "Daniel Sigurgeirsson" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]>; "Alexander Chemeris" <[EMAIL PROTECTED]> Cc: "Jaroslav Libak" <

Re: [sipxtapi-dev] Bug in mpCallFlowGraph with DISABLE_LOCAL_AUDIO in 9768

2007-07-24 Thread stipus
tand what's happening... stipus - Original Message - From: "Keith Kyzivat" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 24, 2007 6:21 PM Subject: Re: [sipxtapi-dev] Bug in mpCallFlowGraph with DISABLE

Re: [sipxtapi-dev] Bug in mpCallFlowGraph with DISABLE_LOCAL_AUDIOin 9768

2007-07-24 Thread stipus
OK, I just found the audio glitches problem... I disabled LINEAR_COMPLEXITY_BRIDGE in MprBridge.h --> No more audio glitches ! I fear there must be another problem in the new bridge implementation !!! stipus - Original Message - From: "stipus" <[EMAIL PROTECTED]>

Re: [sipxtapi-dev] Inband DTMF revisited

2007-07-24 Thread stipus
working very well with one connection per call. stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Re: [sipxtapi-dev] Bug in mpCallFlowGraph with DISABLE_LOCAL_AUDIO

2007-07-24 Thread stipus
>>The changes made in revision 9386 have caused STUN failures on the RTP >and >>RTCP ports. The SIP call control port still receives STUN responses >>correctly. I've made many Wireshark traces and can see that the STUN >>requests are correctly made to the server and that the correct STUN >>response

Re: [sipxtapi-dev] Inband DTMF revisited

2007-07-24 Thread stipus
to get MEDIA_PLAYBUFFER_START/STOP and MEDIA_PLAYFILE_START/STOP notifications from MprFromFile as it was working in the sipxtapi-media-update branch... Regards, stipus - Original Message - From: "Alexander Chemeris" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PR

Re: [sipxtapi-dev] STUN response ignored on RTP and RTCP ports(introduced in revisi on 9386)

2007-07-26 Thread stipus
> Not sure if this is going to help you. But I did find a > problem in SdpBody.cpp in SdpBody::addCodecsOffer(). Basically > 'szTransportString' was being used to fill transport in SDP but is being used > unintialized. I fixed the problem by using 'UDP' directly instead of that > variable. Thats th

Re: [sipxtapi-dev] STUN response ignored on RTP and RTCPports(introduced in revisi on 9386)

2007-07-26 Thread stipus
ched patch. Thanks a lot for this patch ! stipus - Original Message - From: "Jaroslav Libak" <[EMAIL PROTECTED]> To: "Anshuman S. Rawat" <[EMAIL PROTECTED]> Cc: "stipus" <[EMAIL PROTECTED]>; Sent: Thursday, July 26, 2007 5:17 PM Subject: Re:

Re: [sipxtapi-dev] Silence on Windows Minimise / SipXmediaMpdSipxPcma::decodeIn fun ction drops RTP Packets

2007-07-27 Thread stipus
s NWMQ for monthes in my app, and I didn't find any problem (yet). stipus - Original Message - From: "Alexander Chemeris" <[EMAIL PROTECTED]> To: "Alexander Boreham" <[EMAIL PROTECTED]> Cc: Sent: Friday, July 27, 2007 7:44 PM Subject:

Re: [sipxtapi-dev] Silence on Windows Minimise / SipXmediaMpdSip xPcma::decodeIn fun ction drops RTP Packets

2007-07-28 Thread stipus
Here are the files I use for the NonWin32Queue. The .cpp is in sipXmediaLib\src\nw32 The .h is in sipXmediaLib\include\nw32 stipus - Original Message - From: "Jaroslav Libak" <[EMAIL PROTECTED]> To: "Alexander Boreham" <[EMAIL PROTECTED]> Cc: Sent:

Re: [sipxtapi-dev] Inband DTMF revisited

2007-07-31 Thread stipus
od (again with a pMediaEventListener in the flowgraph, and new OnPlayBufferStart/Stop methods in SipConnection.) I'm very interested in implementing this "the right way", and if possible with the new notification system. stipus - Original Message - From: "Alexander C

Re: [sipxtapi-dev] Inband DTMF revisited

2007-07-31 Thread stipus
tion object as MpdPtAvt). I'm now going to see how I can add a second Notification (dedicated to INBAND dtmf)... but I fear this would require many changes. stipus - Original Message - From: "stipus" <[EMAIL PROTECTED]> To: "Alexander Chemeris" <[EMAIL PR

Re: [sipxtapi-dev] Inband DTMF revisited

2007-07-31 Thread stipus
It seems the notification signal uses 31 of the 32 bits first bit is (keyup/keydown) second bit seems unused Then there are 14 bits for the DTMF key Then there are 16 bits for the detected tone duration. Maybe I could use the second bit set to 1 for INBAND DTMF ? What do you think ? stipus

Re: [sipxtapi-dev] Inband DTMF revisited

2007-07-31 Thread stipus
EDIA_CAUSE = MEDIA_CAUSE_DTMF_INBAND When I get a MEDIA EVENT= MEDIA_REMOTE_DTMF, I look at the MEDIA_CAUSE It can be one of MEDIA_CAUSE_DTMF_START, /**< A RFC2833 DTMF tone has started */ MEDIA_CAUSE_DTMF_STOP, /**< A RFC2833 DTMF tone has stopped */ MEDIA_CAUSE_DTMF_INBAND // INBAND DTMF detected

Re: [sipxtapi-dev] Inband DTMF revisited

2007-07-31 Thread stipus
I agree with you, but when I coded InBand DTMF, I didn't want to break existing code. stipus - Original Message - From: "Jaroslav Libak" <[EMAIL PROTECTED]> To: "stipus" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 31, 2007 10:35 PM Subject: Re:

Re: [sipxtapi-dev] Regarding generation of DTMF tones locally.

2007-08-01 Thread stipus
ay: ToneGen-->FromStream-->FromFile-->ToneFileSplitter--> etc If FromFile works, there is no reason ToneGen does not. There must be another bug somewhere... stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundr

Re: [sipxtapi-dev] Regarding generation of DTMF tones locally.

2007-08-02 Thread stipus
> > In the flowGraph resources are linked this way: > > > > ToneGen-->FromStream-->FromFile-->ToneFileSplitter--> etc > > > > If FromFile works, there is no reason ToneGen does not. There must be > > another bug somewhere... I had a better look at this, and DTMF tones only work after codecs are in

[sipxtapi-dev] Stress testing using Sipp ... and CallStack limit reached (486 BUSY HERE).

2007-08-03 Thread stipus
I have been trying to stress test my application using Sipp today. http://sipp.sourceforge.net/index.html The scenario is very simple: |(1) INVITE | |-->| |(2) 100 (optional) | |<--| |(3) 180 (optional) | |<--| |(

Re: [sipxtapi-dev] Call Line

2007-08-07 Thread stipus
nd you have to make slight changes to sipxCallCreate() if you really want virtual lines. stipus - Original Message - From: "Amith Nambiar" <[EMAIL PROTECTED]> To: "David Sargrad" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, August 07, 2007 5:49 PM Subject: Re: [si

Re: [sipxtapi-dev] Changes to sipXtapi API?

2007-08-07 Thread stipus
A preliminary patch has been published a week ago for the DNS issue, but it's not commited to svn yet. You can just get the patch from the list archive, and apply it. stipus - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, August 06, 2007 7:34 PM Subject: Re

Re: [sipxtapi-dev] sipxtapi and multiple lines

2007-08-15 Thread stipus
When you get a new call event, you get the line id ... as you know the line identity you registered for this id, you should know which phone number has been called. stipus - Original Message - From: "Daniel Sigurgeirsson" <[EMAIL PROTECTED]> To: Sent: Wednesday, Augus

[sipxtapi-dev] About the new resource notification framework...

2007-08-17 Thread stipus
MAL, mediaType - MEDIA_PLAYBUFFER_START, MEDIA_CAUSE_NORMAL, mediaType - MEDIA_PLAYBUFFER_STOP, MEDIA_CAUSE_NORMAL, mediaType How can the resource notification message result in a sipxtapi event being fired ? Thanks in advance, stipus ___ sipxtapi-dev mailing lis

Re: [sipxtapi-dev] sipXPhone - Early Media Support

2007-10-04 Thread stipus
I'm also very interested in early media support. However, I fear it won't be as simple as a config change. stipus - Original Message - From: "Anthony G" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 03, 2007 11:12 PM Subject: [sipxtapi-dev] sipXPhone -

[sipxtapi-dev] Conferences - enable / disable individual mics

2008-02-14 Thread stipus
opinion ? Thanks, Stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Re: [sipxtapi-dev] Deployed sipXtapi Windows app fails with 0xc0150002

2008-08-27 Thread stipus
You need to install the VS2005 SP1 redistribution package on the deployment computer. You can easily download this from the MS download site. This installs new versions of the side by side MSVC runtime libs. Best regards, stipus -Message d'origine- De : [EMAIL PROTECTED] [mailto:[

Re: [sipxtapi-dev] Deployed sipXtapi Windows app fails with 0xc0150002

2008-08-27 Thread stipus
7;t forget to change this parameter on all sipxtapi projects (sipxtapi, portlib, calllib, stacklib, medialib...) Regards, stipus -Message d'origine- De : stipus [mailto:[EMAIL PROTECTED] Envoyé : mercredi 27 août 2008 09:19 À : 'sipxtapi-dev@list.sipfoundry.org' Objet : RE: [sip

Re: [sipxtapi-dev] negotiation of audio codec

2008-10-09 Thread stipus
Or use the Sipxtapi function: sipxConfigSetAudioCodecByName( sipxInstance, « PCMA » ) ; rgds, stipus De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Paulo Vicentini Envoyé : jeudi 9 octobre 2008 18:34 À : sipxtapi-dev@list.sipfoundry.org Objet : Re: [sipxtapi-dev

Re: [sipxtapi-dev] G729 Support

2008-10-27 Thread stipus
it's clearly stated in their policy: http://www.digium.com/en/docs/G729/g729policy.php " The indemnification for patents and copyright infringement of the G.729 standard covers Digium's products only." If you find any other way, I would be glad to hear from you. stipus

Re: [sipxtapi-dev] stop to playback decoded RTP

2008-10-27 Thread stipus
You can use Wireshark to capture all IP packets, and then decode & play received and sent RTP (if it’s in one of the supported formats – only G711 as far as I know). You can access the RTP replay feature from the wireshark statistics / VOIP calls menu. stipus De : [EMAIL PROTE

Re: [sipxtapi-dev] stop to playback decoded RTP

2008-10-28 Thread stipus
As long as you didn’t use Wireshark to capture and replay the RTP, you can’t be sure that this RTP doesn’t contain silence…. It’s a 10 minute test (time to download and install wireshark and capture a few packets), and then you can be sure if it’s a problem within sipxtapi or not. stipus

Re: [sipxtapi-dev] SIP Trunk

2009-11-03 Thread stipus
. Regards, stipus De : sipxtapi-dev-boun...@list.sipfoundry.org [mailto:sipxtapi-dev-boun...@list.sipfoundry.org] De la part de Daniel Sigurgeirsson Envoyé : mercredi 4 novembre 2009 00:07 À : sipxtapi-dev@list.sipfoundry.org Objet : [sipxtapi-dev] SIP Trunk Hi all, could anyone explain in

[sipxtapi-dev] SAPI5 voice recognizer resource ?

2009-11-25 Thread stipus
I would like to know if someone ever worked on a SAPI5 voice recognition resource for the Call FlowGraph ? Regards, Stipus ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive