Re: [Ekiga-list] Where does ekiga store all its settings?

2007-02-22 Thread Stefan Bruens
Am Donnerstag, 22. Februar 2007 23:11:36 schrieb Luc Saillard:
> On Wed, Feb 21, 2007 at 03:26:56PM +, Tom Cumming wrote:
> > I'm sure this is a stupid question and the answer is staring me in the
> > face, but can anyone tell me where Ekiga saves all its configuration
> > settings?
>
> If your build ekiga without the gnome support, you will find options in
> $HOME/.config/ekiga.conf
>
> Else the configuration is store in gconf database with is $HOME/.gconf*

For gconf, you should never directly access the information in $HOME/.gconf*, 
because generally it may be different from the values which are "live" in the 
gconf daemon. Some values may have been altered in gconfd's memory, but not 
yet be written back to disk.

As far as I can see from gconftool-2 --help, the correct way to backup the 
configuration should be using "gconftool-2 --dump / > gconf_dump.xml" 
and "gconftool-2 --load gconf_dump.xml". Completely untested and just 
guessing for the load part ...

Lurchi

-- 
Stefan Brüns  /  Kastanienweg 6 - Zimmer 1206  /  52074 Aachen
mailto:[EMAIL PROTECTED]  http://www.kawo1.rwth-aachen.de/~lurchi/
   phone: +49 241 169-4206 mobile: +49 160 3797725


pgpb6bM7Glauf.pgp
Description: PGP signature
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Where does ekiga store all its settings?

2007-02-22 Thread Luc Saillard
On Wed, Feb 21, 2007 at 03:26:56PM +, Tom Cumming wrote:
> 
> I'm sure this is a stupid question and the answer is staring me in the
> face, but can anyone tell me where Ekiga saves all its configuration
> settings? 
> 

If your build ekiga without the gnome support, you will find options in
$HOME/.config/ekiga.conf

Else the configuration is store in gconf database with is $HOME/.gconf*

Luc
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Will analog phone adapters work with Ekiga?

2007-02-22 Thread Nathaniel Homier
I see, googling shows some interesting devices.  So the ATA's I am
seeing have a web interface and that becomes the client.  So my
ekiga.net sip account can just be set up in the ATA device.  Ekiga
would simply be a software phone only, great for laptops.  Yeah I get
it now.

Thanks for your help Jure.

Nate.

On 2/22/07, Jure Petrovic <[EMAIL PROTECTED]> wrote:
>
> > Are their adapters that can allow me to plug this old fashioned phone
> > into the computer and use that directly.  How would you make that work
> > with Ekiga.  I have no interest in those VOIP companies like Vonage.
> > I prefer not to be locked into a vendor hence Ekiga.  So I look on the
> > Internet and see lots of company's that I don't know anything about.
> > They all have these little SIP routers but I am not sure if they work
> > with Ekiga as they all talk about resellers and VOIP providers.  I
> > never see anything about end users.  Also would the telephone's keypad
> > work or would I have to use the mouse to punch them in to Ekiga like I
> > do now.
>
> If you would like to use analog telephone on an VoIP network, you
> need ATA (analog telephone adapter - ask google). But since this is a
> SIP client itself, you don't need ekiga anymore.
>
> For example, I have IP telephones at home/company and ekiga on my
> laptop. Ekiga allows me to register to my VoIP provider and make  calls
> from wherever as long as I am connected to internet. Because I
> always login with the same provider, the calees always see the same
> caller ID.
>
> Hope this helps a bit,
> Jure
>
>
>
>
>
>
> ___
> ekiga-list mailing list
> ekiga-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/ekiga-list
>
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] CVS version compiles ok, but problems connecting

2007-02-22 Thread Jure Petrovic
On Thu, 2007-02-22 at 10:21 +0100, Damien Sandras wrote:
> > > Like this :
> > > PTRACE (4, "Hello"); 
> > 
> > As soon as I add such line in g729codec.c, the 
> > codec doesn't get listed anymore in ekiga or 
> > in opalcodecinfo. 
> > 
> 
> Mmmh weird, what about 'cout' instead ? 

Same. The funny thing is, that as soon as
I use g++ (instead of gcc) codec dissappears
from the list. If I use printf, codec gets 
listed, but the function has no effect. 
 
(I took compiler and flags from Makefile and
are same as with the g726)





___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] CVS version compiles ok, but problems connecting

2007-02-22 Thread Damien Sandras
Le jeudi 22 février 2007 à 09:52 +0100, Jure Petrovic a écrit :
> On Wed, 2007-02-21 at 23:27 +0100, Damien Sandras wrote:
> > Use PTRACE and ekiga -d 4.
> > 
> > Like this :
> > PTRACE (4, "Hello"); 
> 
> As soon as I add such line in g729codec.c, the 
> codec doesn't get listed anymore in ekiga or 
> in opalcodecinfo. 
> 

Mmmh weird, what about 'cout' instead ?
-- 
 _  Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_  NOVACOM : http://www.novacom.be/
  FOSDEM   : http://www.fosdem.org/
  SIP Phone : sip:[EMAIL PROTECTED]
   


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] CVS version compiles ok, but problems connecting

2007-02-22 Thread Jure Petrovic
On Wed, 2007-02-21 at 23:27 +0100, Damien Sandras wrote:
> Use PTRACE and ekiga -d 4.
> 
> Like this :
> PTRACE (4, "Hello"); 

As soon as I add such line in g729codec.c, the 
codec doesn't get listed anymore in ekiga or 
in opalcodecinfo. 


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Will analog phone adapters work with Ekiga?

2007-02-22 Thread Jure Petrovic

> Are their adapters that can allow me to plug this old fashioned phone
> into the computer and use that directly.  How would you make that work
> with Ekiga.  I have no interest in those VOIP companies like Vonage.
> I prefer not to be locked into a vendor hence Ekiga.  So I look on the
> Internet and see lots of company's that I don't know anything about.
> They all have these little SIP routers but I am not sure if they work
> with Ekiga as they all talk about resellers and VOIP providers.  I
> never see anything about end users.  Also would the telephone's keypad
> work or would I have to use the mouse to punch them in to Ekiga like I
> do now.

If you would like to use analog telephone on an VoIP network, you
need ATA (analog telephone adapter - ask google). But since this is a
SIP client itself, you don't need ekiga anymore.

For example, I have IP telephones at home/company and ekiga on my 
laptop. Ekiga allows me to register to my VoIP provider and make  calls
from wherever as long as I am connected to internet. Because I 
always login with the same provider, the calees always see the same 
caller ID.

Hope this helps a bit, 
Jure






___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list