OpenNTF.org - firstphone - Lotus Notes R5/R6
My Links (Not logged in)
Code Bin Search
 
Hosted by Prominic.NET
Rate This Code
5 - brilliant stuff
4 - very nice
3 - average
2 - needs work
1 - bad
   OpenNTF Code Bin
About This Code
Brief Description:
firstphone - Lotus Notes R5/R6/R7 Tapi Interface 
Rating:
Rating: 2.33333333333333 , Number of votes: 3 
Contributor:
Werner Novak 
Category:
Application 
Type:
Notes Client UI 
Document Release:
v1.6 
Notes Version:
R5.x, R6.x 
Last Modified:
07 Oct 2005 
OpenNTF Disclaimer

All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.

Code / Description
FirstPhone is a TAPI (Microsoft Phone API) dialer, integrated in the Lotus Notes Client as an

Actionmenu. FirstPhone supports you with modern phonehandling. In the current version you can do outgoing calls from Lotus Notes Client and Lotus Notes Applications. Application will be integrated through an programmable API.
The next version will do logging of phonecalls, incoming calls and actual comfortfunctions like transfer, hold, pickup and conferences.

Usage / Example
Sub Click(Source As Button)
Dim ws As New notesuiworkspace
Dim doc As notesdocument
Set doc = ws.currentdocument.document
Call FPDial(doc.nummer(0), "TestDial")
End Sub

Sub Click(Source As Button)
Dim ws As New notesuiworkspace
Call ws.currentdocument.gotofield("nummer")
Call ws.currentdocument.SelectAll()
Call FPFunc("Dialselected")
End Sub
Code Attachments
FirstPhone_v1.6.zip (440 Kbytes)
 Comments
Posted by Dwight Wilbanks on 12/07/2005 09:15:41 PMSource code
Is the source code available?
Posted by Werner Novak on 12/09/2005 02:06:12 AMSource code
No, it's not opensource software !!
Posted by Tommy Tähkänen on 12/23/2005 05:11:33 AMWhy is this crap here then?
About OpenNTF
OpenNTF is a site devoted to getting groups of individuals all over the world to collaborate on Lotus Notes/Domino applications and release them as open source. Our mission is "to provide applications for Lotus Notes as open source which may be freely distributed, in order to increase the awareness of the power of Notes"
Posted by Paul Varner on 09/13/2006 09:54:15 AMFirstPhone and TeleVantage
Is FirstPhone compatible with Vertical Communications, formerly Artisoft, sofware pbx TeleVantage?
Is the source code available with a price tag? Is it possible to provide more details about the application. What numbering format is required for dialing from Notes? I am able to select and setup TeleVantage as the line provider. I get the following error when trying to make a call.
Windows Telephony was unable to complete an operation requested by FirstPhone. Quit and restart FirstPhone.
We would like to get this working for a potential customer. There is a possibilty that you could get some business out of this as well.
Thanks
Paul Varner,
c/o MTTI
Posted by Werner Novak on 09/13/2006 04:06:49 PMFirstPhone and TeleVantage (more details needed)
Unknown pbx, but the software is TAPI 2.x compatible
put fphoneDebugLevel=6 into your notes.ini and you'll see detail informations in the Lotus Notes client statusbar. Make a capture or screenshot an send it via email. You'll find the email address in the installation database you can download above.
numbering format is canonical using TAPI conversions
But normaly dialing every digits in Notes
Sourcecode to be discussed, individual version no problem. Contact me !!
regards werner
Posted by Paul Varner on 09/14/2006 10:17:25 AMFirstPHone and TeleVantage
Thanks Werner, an email is on its way with some screen shots.
Paul
Posted by Oscar Osorio on 06/05/2007 10:56:31 AMInstall Help
I do not expect this to work out of the box. Is there an intall guide that shows step by step how to configure for the IP Phone?
Posted by David Belusa on 09/09/2009 07:31:25 AMLicensing & contact
Dear Mr. Novak,
could you, provide, contact detail for communication about FirstPhone?
Thank you.
David Belusa
Posted by Werner Novak on 09/09/2009 08:02:32 AMcontact
Werner Novak (wn@wesasoft.at)
Posted by akil v dsouza on 11/10/2009 07:26:23 AMHow to configure TAPI Service Provider(TSP) in lotus notes
Hello,
I know that the lotus notes is TAPI compliant. But I couldn't find any documents expalining how to configure TAPI Service Provider(TSP) in lotus notes. Any kind of help in this will be greately appreciated.
 Add your comment!