Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Intercepting outgoing calls

45 views
Skip to first unread message

vadiml1024

unread,
Feb 9, 2009, 2:59:55 PM2/9/09
to
Hello,

I'm thinking about ways to integrate VOIP calling with standard
Windows Mobile dialer

The basic idea is :

1) Intercept an outgoing calls and try to reach them via VOIP, if it
fails reissue the GSM call
The big question is: How to intercept the outgoing calls?

2) Write a TSP which handles incoming VOIP calls and generate correct
events for TAPI
The question in this case, how to make aware standard Window
Mobile dialer to execute lineOpen on
my TSP


Any ideas, pointers?
Thanks
Vadim

Andreas Marschall [MVP TAPI]

unread,
Feb 10, 2009, 5:53:00 AM2/10/09
to
"vadiml1024" <vadim...@gmail.com> schrieb im Newsbeitrag
news:c5d4982a-f6f5-4379...@o36g2000yqh.googlegroups.com...

> I'm thinking about ways to integrate VOIP calling with standard
> Windows Mobile dialer
>
> The basic idea is :
>
> 1) Intercept an outgoing calls and try to reach them via VOIP, if it
> fails reissue the GSM call
> The big question is: How to intercept the outgoing calls?

Vadim,
intercepting/redirecting outgoing call via a TAPI app isn't supported.
You can only monitor for outgoing calls (initiated manually or by another TAPI
app) and lineDrop() them.
But this of course will be noticed by the initiating app.


> 2) Write a TSP which handles incoming VOIP calls and generate correct
> events for TAPI

I guess you mean outgoing instead of incoming?

> The question in this case, how to make aware standard Window
> Mobile dialer to execute lineOpen on
> my TSP

> Any ideas, pointers?

Please see the discussion "Redirect outbound call (Windows Mobile 5)" in this
newsgroup.

--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto® Tools (a collection of free, mostly TAPI related tools):
http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.

vadiml1024

unread,
Feb 17, 2009, 11:20:40 AM2/17/09
to
On 10 fév, 11:53, "Andreas Marschall [MVP TAPI]" <Andreas.Marsch...@I-
B-A-M.de> wrote:
> "vadiml1024" <vadiml1...@gmail.com> schrieb im Newsbeitragnews:c5d4982a-f6f5-4379...@o36g2000yqh.googlegroups.com...

>
> > I'm thinking about ways to integrate VOIP calling with standard
> > Windows Mobile dialer
>
> > The basic idea is :
>
> > 1)  Intercept an outgoing calls and try to reach them via VOIP, if it
> > fails reissue the GSM call
> >      The big question is: How to intercept the outgoing calls?
>
> Vadim,
> intercepting/redirecting outgoing call via a TAPI app isn't supported.
> You can only monitor for outgoing calls (initiated manually or by another TAPI
> app) and lineDrop() them.
> But this of course will be noticed by the initiating app.
>
> > 2) Write a TSP which handles incoming VOIP calls and generate correct
> > events for TAPI
>
> I guess you mean outgoing instead of incoming?
>
> >     The question in this case, how to make aware standard Window
> > Mobile dialer to execute lineOpen on
> >     my TSP
> > Any ideas, pointers?
>
> Please see the discussion "Redirect outbound call (Windows Mobile 5)" in this
> newsgroup.
>
>

Andreas,

Thanks a lot for your input.
It seams that thread you've mentionned is coping with EXACTLY the same
issue as me.

Thanks
Vadim

Matthias Moetje [MVP]

unread,
Feb 17, 2009, 9:17:25 PM2/17/09
to
Vadim,

there are two other options:

- Windows Mobile 6 already has a mechanism for
making VoIP calls through the dialer

- The Windows Dialer can be extended with a dll
(see devices from E-Ten and older HTC devices)
or even replaced (newer HCT devices).

Manufacturers have used this extension mechanism
to support video calls (which do not go through the
cellTSP). I think this mechanisms could also be used
for making VoIP calls. Unfortunately I'm not sure if
it's possible to get documentation for this unless you
are a licensor of Windows Mobile...


Best regards,

Matthias Moetje
-------------------------------------
TAPI WIKI: http://www.tapi.info
-------------------------------------
TERASENS GmbH
Augustenstraße 24
80333 Munich, GERMANY
-------------------------------------
e-mail: moetje at terasens dot com
www: www.terasens.com
-------------------------------------

"vadiml1024" <vadim...@gmail.com> wrote in message
news:c5d4982a-f6f5-4379...@o36g2000yqh.googlegroups.com...

0 new messages