Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > windows messages and TracePlus Win32

Reply
Thread Tools

windows messages and TracePlus Win32

 
 
wetrain
Guest
Posts: n/a
 
      03-08-2006
Hi ....

I need some help. Actualy iīm develop a plugin for a USB Telephone.
These phone is connected with a USB port in computer. My problem is ,
when the softphone receive a call, my plugin have to detect, and inform
to the phone for the ring on. The softphone which i work , donīt have
any API to help. For solve the problem i think i have to intercept the
messages which softphone send to windows, and windows send to
softphone. When the softphone receive a call, the display show
"Chamando" . is possible get this message windows through my plugin?!?!

I seach in internet , and i found a software TracePlus Win32. With this
software is possible see all events occurrences in the windows , and is
possible "see" when the call is arrive in that softphone.

i this thatīs all !!! Thkx!!

 
Reply With Quote
 
 
 
 
Jaideep
Guest
Posts: n/a
 
      03-08-2006
wetrain wrote:
> Hi ....
>
> I need some help. Actualy iīm develop a plugin for a USB Telephone.
> These phone is connected with a USB port in computer. My problem is ,
> when the softphone receive a call, my plugin have to detect, and inform
> to the phone for the ring on. The softphone which i work , donīt have
> any API to help. For solve the problem i think i have to intercept the
> messages which softphone send to windows, and windows send to
> softphone. When the softphone receive a call, the display show
> "Chamando" . is possible get this message windows through my plugin?!?!


You can't break into dll's.Check if your usb phone(And
of course service provider) supports any standard protocols like SIP
then only you can write a code for it.(Though I'll suggest you to build
your own usb phone )

> I seach in internet , and i found a software TracePlus Win32. With this
> software is possible see all events occurrences in the windows , and is
> possible "see" when the call is arrive in that softphone.
>
> i this thatīs all !!! Thkx!!


Instead of monitoring program,monitor usb port by
softwares like "USB port monitor" or "softice".Voice and compression
monitoring is quite difficult here but you can atleast find triggering
commands.To check compression you will need to use another voip
terminal which inturn can display codec. This message is off-topic here
may be you should try 'hardware USB' group or some voip group.

 
Reply With Quote
 
 
 
 
John Tsiombikas (Nuclear / Mindlapse)
Guest
Posts: n/a
 
      03-08-2006
On 2006-03-08, Jaideep <> wrote:
>> I need some help. Actualy iīm develop a plugin for a USB Telephone.
>> These phone is connected with a USB port in computer. My problem is ,
>> when the softphone receive a call, my plugin have to detect, and inform
>> ... [snip] ...

> You can't break into dll's.Check if your usb phone(And
> of course service provider) supports any standard protocols like SIP
> then only you can write a code for it.(Though I'll suggest you to build
> your own usb phone )


Please do not encourage off-topic questions by answering them in this
newsgroup, rather politely redirect the OP to the appropriate newsgroup
and/or use email to privately communicate with him if you really want to
answer the question, instead of polluting this newsgroup with more
off-topic messages.
Thank you.

--
John Tsiombikas (Nuclear / Mindlapse)

http://nuclear.demoscene.gr/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
windows messages and TracePlus Win32 felipecpc@gmail.com C++ 0 03-08-2006 01:32 PM
i sent 2 messages about double messages monique Computer Support 0 11-27-2004 07:18 PM
will all these messages cause a problem . I am a new subscriber and my computer is downloading 100,000 messages. Will this cause any kind of a problem with my ability to store other items?? Camille White Camille White Computer Support 9 11-08-2004 01:13 AM
Hmmm... problems with CPAN (MakeMaker?) on Win32+MSYS or Win32+UnixUtils and others Alex Lyman Perl 0 03-07-2004 05:10 PM
Win32::SAPI4 question (Win32 events and Perl) Michael Edmonson Perl Misc 0 02-28-2004 03:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57