Thank you very much for these
informations.
Now, I've some pb to check out
sources...

Do you have an idea ?
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julien Gilli
Sent: Thursday, March 02, 2006 12:06 PM
To: Gentil, David
Cc: [email protected]
Subject: Re: [Wengophone-devel] Wengophone
On 3/2/06, Gentil,
David <[EMAIL PROTECTED]>
wrote:
It makes sense, since obviously the Classic UI code has been much more tested than NG's. However, the NG's voip engine is derived from Classic's, so it's not as experimental as if we wrote it from scratch.
The solution must be the most stable because we want to integrate this software in an ATM software solution where availability must be very high.Then I think Classic version is the best way.
It makes sense, since obviously the Classic UI code has been much more tested than NG's. However, the NG's voip engine is derived from Classic's, so it's not as experimental as if we wrote it from scratch.
Target is to offer to the customer that use the ATM the possibility to phone to a maximum of 3 or 4 numbers and certainly not to compose is own number.
Ok. Then, without doing any test, so it may require more changes, you should:
- use the 1.0 branch of the code, _not_ trunk.
- deactivate the HomePage widget as described here: http://article.gmane.org/gmane.comp.voip.wengophone.devel/997
-deactivate the creation and use of the call button here:
http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/softphone-classic/branches/1.0/gui/MainWindow.cpp#L114
- deactivate the creation of the phone number combo box here: http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/softphone-classic/branches/1.0/gui/MainWindow.cpp#L110 and here: http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/softphone-classic/branches/1.0/gui/MainWindow.cpp#L116
- After the creation of the contact list widget here: http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/softphone-classic/branches/1.0/gui/MainWindow.cpp#L137
add the contacts you want the user to be able to call by creating "Contact" instances and adding them to the ContactList singleton that you can get using "ContactList::getInstance()"
Some more work is probably needed to make it work blissfully, but it's a good start IMHO.
Should you need any further help, please ask on the list.
Regards,
--
Julien Gilli
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
