Re: [Ekiga-list] ENUM lookup in Ekiga?

2008-05-05 Thread Damien Sandras
Le samedi 03 mai 2008 à 18:40 +0200, Torsten Schlabach a écrit :
 Hi!
 
   Can Ekiga do an ENUM lookup for outgoing calls?
   
  
  If I remember correctly, you have to start the number with a +
 
 It did not work, so I took a look at the source code and found this:
 
 1. If you call a SIP URL without a region (i.e. without a @) Ekiga will try 
 an ENUM lookup. You have to start the phone number with the country code, 
 i.e. 49... for Germany, 32... for Belgium, etc. So you can enter 
 sip:43780004711 to reach the Austrian ENUM test number.
 
 2. The ENUM trees which are queried are hard-coded in the file 
 ptclib/enum.cxx. They are:
 
 e164.voxgratia.net
 e164.org and
 e164.arpa
 
 Note that e164.arpa is the so-called golden tree, i.e. the official ENUM 
 tree.
 
 3. The ENUM lookup does not work in the version 2.0.11 for Windows, which is 
 the latest available and recommended version for Windows users. This is do to 
 a configuration problem which has been resolved in the win32 build after 
 2.0.11, but as of now, nobody managed to compile any later version for 
 Windows. (Which is why it did not work for me in the first place.)

The build had a problem: DNS SRV was disabled at compile time.
However, we do not have a new build.
-- 
 _ 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] ENUM lookup in Ekiga?

2008-05-04 Thread Torsten Schlabach
Hi Yannik!

Thanks for updating the Wiki.

People might get confused by when Ekiga does the ENUM lookup and when a SIP 
service will do it for them. But that's an entirely different story, 
unfortunately.

The more one diggs into that, the more one understands why the overall adoption 
rate of this is so slow.

Regards,
Torsten

 Original-Nachricht 
 Datum: Sat, 03 May 2008 22:43:47 +0200
 Von: yannick [EMAIL PROTECTED]
 An: Ekiga mailing list ekiga-list@gnome.org
 Betreff: Re: [Ekiga-list] ENUM lookup in Ekiga?

 Le samedi 03 mai 2008 à 19:40 +0200, yannick a écrit :
  Hi,
  
  Thanks, I'll copy that on the wiki :)
 
 http://wiki.ekiga.org/index.php/Enum#Calling_from_Ekiga_softphone
 
  
  Regards,
  Yannick
  
  Le samedi 03 mai 2008 à 18:40 +0200, Torsten Schlabach a écrit :
   Hi!
   
 Can Ekiga do an ENUM lookup for outgoing calls?
 

If I remember correctly, you have to start the number with a +
   
   It did not work, so I took a look at the source code and found this:
   
   1. If you call a SIP URL without a region (i.e. without a @) Ekiga
 will try an ENUM lookup. You have to start the phone number with the country
 code, i.e. 49... for Germany, 32... for Belgium, etc. So you can enter
 sip:43780004711 to reach the Austrian ENUM test number.
   
   2. The ENUM trees which are queried are hard-coded in the file
 ptclib/enum.cxx. They are:
   
   e164.voxgratia.net
   e164.org and
   e164.arpa
   
   Note that e164.arpa is the so-called golden tree, i.e. the official
 ENUM tree.
   
   3. The ENUM lookup does not work in the version 2.0.11 for Windows,
 which is the latest available and recommended version for Windows users. This
 is do to a configuration problem which has been resolved in the win32
 build after 2.0.11, but as of now, nobody managed to compile any later version
 for Windows. (Which is why it did not work for me in the first place.)
   
   But I tried this with a version as old as 2.0.3 on Ubuntu Linux and
 the ENUM lookup is just fine there.
   
   Regards,
   Torsten
   ___
   ekiga-list mailing list
   ekiga-list@gnome.org
   http://mail.gnome.org/mailman/listinfo/ekiga-list
   
  -- 
  Me joindre en téléphonie IP / vidéoconférence ?
  sip:[EMAIL PROTECTED]
  Logiciel de VoIP Ekiga : http://www.ekiga.org
  http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F
  
  ___
  ekiga-list mailing list
  ekiga-list@gnome.org
  http://mail.gnome.org/mailman/listinfo/ekiga-list
 -- 
 Me joindre en téléphonie IP / vidéoconférence ?
 sip:[EMAIL PROTECTED]
 Logiciel de VoIP Ekiga : http://www.ekiga.org
 http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F
 
 ___
 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] ENUM lookup in Ekiga?

2008-05-04 Thread Denis Leslie
A small point - there's a spelling error in paragraph no. 3 below, which has 
been copied into the wiki. The second sentence should read:

This is due to a configuration problem which has been resolved ...

On Saturday 03 May 2008 18:40, yannick wrote:
 Hi,

 Thanks, I'll copy that on the wiki :)

 Regards,
 Yannick

 Le samedi 03 mai 2008 à 18:40 +0200, Torsten Schlabach a écrit :
  Hi!
 
Can Ekiga do an ENUM lookup for outgoing calls?
 
 rest of text snipped 

  3. The ENUM lookup does not work in the version 2.0.11 for Windows, which
  is the latest available and recommended version for Windows users. This
  is do to a configuration problem which has been resolved in the win32
  build after 2.0.11, but as of now, nobody managed to compile any later
  version for Windows. (Which is why it did not work for me in the first
  place.)
 
 snipped 

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

Re: [Ekiga-list] ENUM lookup in Ekiga?

2008-05-04 Thread yannick
Le dimanche 04 mai 2008 à 12:01 +0100, Denis Leslie a écrit :
 A small point - there's a spelling error in paragraph no. 3 below, which has 
 been copied into the wiki. The second sentence should read:
 
 This is due to a configuration problem which has been resolved ...

Thanks. Fixed.

Regards,
Yannick

 
 On Saturday 03 May 2008 18:40, yannick wrote:
  Hi,
 
  Thanks, I'll copy that on the wiki :)
 
  Regards,
  Yannick
 
  Le samedi 03 mai 2008 à 18:40 +0200, Torsten Schlabach a écrit :
   Hi!
  
 Can Ekiga do an ENUM lookup for outgoing calls?
  
  rest of text snipped 
 
   3. The ENUM lookup does not work in the version 2.0.11 for Windows, which
   is the latest available and recommended version for Windows users. This
   is do to a configuration problem which has been resolved in the win32
   build after 2.0.11, but as of now, nobody managed to compile any later
   version for Windows. (Which is why it did not work for me in the first
   place.)
  
  snipped 
 
   Regards,
   Torsten
 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list
-- 
Me joindre en téléphonie IP / vidéoconférence ?
sip:[EMAIL PROTECTED]
Logiciel de VoIP Ekiga : http://www.ekiga.org
http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F

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

Re: [Ekiga-list] ENUM lookup in Ekiga?

2008-05-03 Thread Torsten Schlabach
Hi!

  Can Ekiga do an ENUM lookup for outgoing calls?
  
 
 If I remember correctly, you have to start the number with a +

It did not work, so I took a look at the source code and found this:

1. If you call a SIP URL without a region (i.e. without a @) Ekiga will try an 
ENUM lookup. You have to start the phone number with the country code, i.e. 
49... for Germany, 32... for Belgium, etc. So you can enter sip:43780004711 to 
reach the Austrian ENUM test number.

2. The ENUM trees which are queried are hard-coded in the file ptclib/enum.cxx. 
They are:

e164.voxgratia.net
e164.org and
e164.arpa

Note that e164.arpa is the so-called golden tree, i.e. the official ENUM tree.

3. The ENUM lookup does not work in the version 2.0.11 for Windows, which is 
the latest available and recommended version for Windows users. This is do to a 
configuration problem which has been resolved in the win32 build after 2.0.11, 
but as of now, nobody managed to compile any later version for Windows. (Which 
is why it did not work for me in the first place.)

But I tried this with a version as old as 2.0.3 on Ubuntu Linux and the ENUM 
lookup is just fine there.

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


Re: [Ekiga-list] ENUM lookup in Ekiga?

2008-05-03 Thread yannick
Hi,

Thanks, I'll copy that on the wiki :)

Regards,
Yannick

Le samedi 03 mai 2008 à 18:40 +0200, Torsten Schlabach a écrit :
 Hi!
 
   Can Ekiga do an ENUM lookup for outgoing calls?
   
  
  If I remember correctly, you have to start the number with a +
 
 It did not work, so I took a look at the source code and found this:
 
 1. If you call a SIP URL without a region (i.e. without a @) Ekiga will try 
 an ENUM lookup. You have to start the phone number with the country code, 
 i.e. 49... for Germany, 32... for Belgium, etc. So you can enter 
 sip:43780004711 to reach the Austrian ENUM test number.
 
 2. The ENUM trees which are queried are hard-coded in the file 
 ptclib/enum.cxx. They are:
 
 e164.voxgratia.net
 e164.org and
 e164.arpa
 
 Note that e164.arpa is the so-called golden tree, i.e. the official ENUM 
 tree.
 
 3. The ENUM lookup does not work in the version 2.0.11 for Windows, which is 
 the latest available and recommended version for Windows users. This is do to 
 a configuration problem which has been resolved in the win32 build after 
 2.0.11, but as of now, nobody managed to compile any later version for 
 Windows. (Which is why it did not work for me in the first place.)
 
 But I tried this with a version as old as 2.0.3 on Ubuntu Linux and the ENUM 
 lookup is just fine there.
 
 Regards,
 Torsten
 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list
 
-- 
Me joindre en téléphonie IP / vidéoconférence ?
sip:[EMAIL PROTECTED]
Logiciel de VoIP Ekiga : http://www.ekiga.org
http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F

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

Re: [Ekiga-list] ENUM lookup in Ekiga?

2008-05-03 Thread yannick
Le samedi 03 mai 2008 à 19:40 +0200, yannick a écrit :
 Hi,
 
 Thanks, I'll copy that on the wiki :)

http://wiki.ekiga.org/index.php/Enum#Calling_from_Ekiga_softphone

 
 Regards,
 Yannick
 
 Le samedi 03 mai 2008 à 18:40 +0200, Torsten Schlabach a écrit :
  Hi!
  
Can Ekiga do an ENUM lookup for outgoing calls?

   
   If I remember correctly, you have to start the number with a +
  
  It did not work, so I took a look at the source code and found this:
  
  1. If you call a SIP URL without a region (i.e. without a @) Ekiga will try 
  an ENUM lookup. You have to start the phone number with the country code, 
  i.e. 49... for Germany, 32... for Belgium, etc. So you can enter 
  sip:43780004711 to reach the Austrian ENUM test number.
  
  2. The ENUM trees which are queried are hard-coded in the file 
  ptclib/enum.cxx. They are:
  
  e164.voxgratia.net
  e164.org and
  e164.arpa
  
  Note that e164.arpa is the so-called golden tree, i.e. the official ENUM 
  tree.
  
  3. The ENUM lookup does not work in the version 2.0.11 for Windows, which 
  is the latest available and recommended version for Windows users. This is 
  do to a configuration problem which has been resolved in the win32 build 
  after 2.0.11, but as of now, nobody managed to compile any later version 
  for Windows. (Which is why it did not work for me in the first place.)
  
  But I tried this with a version as old as 2.0.3 on Ubuntu Linux and the 
  ENUM lookup is just fine there.
  
  Regards,
  Torsten
  ___
  ekiga-list mailing list
  ekiga-list@gnome.org
  http://mail.gnome.org/mailman/listinfo/ekiga-list
  
 -- 
 Me joindre en téléphonie IP / vidéoconférence ?
 sip:[EMAIL PROTECTED]
 Logiciel de VoIP Ekiga : http://www.ekiga.org
 http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F
 
 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list
-- 
Me joindre en téléphonie IP / vidéoconférence ?
sip:[EMAIL PROTECTED]
Logiciel de VoIP Ekiga : http://www.ekiga.org
http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F

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

[Ekiga-list] ENUM lookup in Ekiga?

2008-04-30 Thread Torsten Schlabach
Hi all!

Sorry if that has been discussed before, but I did not find anything relevant 
in the archives or bugs / enhancements?

Can Ekiga do an ENUM lookup for outgoing calls?

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


Re: [Ekiga-list] ENUM lookup in Ekiga?

2008-04-30 Thread Damien Sandras
Le mercredi 30 avril 2008 à 09:53 +0200, Torsten Schlabach a écrit :
 Hi all!
 
 Sorry if that has been discussed before, but I did not find anything relevant 
 in the archives or bugs / enhancements?
 
 Can Ekiga do an ENUM lookup for outgoing calls?
 

If I remember correctly, you have to start the number with a +
-- 
 _ 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