Re: [asterisk-users] ipv6 on Asterisk

2007-06-21 Thread Tim Panton

On 20 Jun 2007, at 10:06, Chris Hills wrote:

 Jason Ma wrote:
 Hi guys,
 Does anybody try to install IPV6 support on asterisk?I just found a
 patch for that but it is released on 2005,I have no idea if there  
 is new
 version to support ipv6 or new patches,please advise.Thanks a lot.

 It is a very desirable feature that will solve a lot of problems, but
 for one reason or another it has largely been ignored.

Actually there has been a lot of work done on it (not by me)
There was a session on ipV6 at the recent developer's meeting.

However, I'm curious to know which problems you
have that will be solved by V6.

Tim


Tim Panton

www.mexuar.net
www.westhawk.co.uk/




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] ipv6 on Asterisk

2007-06-20 Thread Chris Hills
Jason Ma wrote:
 Hi guys,
 Does anybody try to install IPV6 support on asterisk?I just found a
 patch for that but it is released on 2005,I have no idea if there is new
 version to support ipv6 or new patches,please advise.Thanks a lot.

It is a very desirable feature that will solve a lot of problems, but
for one reason or another it has largely been ignored.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] ipv6 on Asterisk

2007-06-16 Thread Jason Ma

Hi guys,
Does anybody try to install IPV6 support on asterisk?I just found a patch
for that but it is released on 2005,I have no idea if there is new version
to support ipv6 or new patches,please advise.Thanks a lot.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] IPv6-enabled Asterisk + testing

2004-11-29 Thread Socrates Varakliotis
Hi,


A few days back I sent out a query regarding IPv6 and Asterisk. Thanks
to those of you who replied, pointing me to an earlier related thread
(around end of October).

I understand that the IPv6 porting has started and I am wondering
whether the development team has any dates in mind to release
IPv6-enabled code.

If an IPv6 branch in the CVS exists please let us know. We could offer
to do testing over our native IPv6 connection.


Regards,
-- 
Socrates Varakliotis
UCL Computer Science
+44 20 7679 3696
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IPv6 and Asterisk?

2004-11-25 Thread Socrates Varakliotis
Hi Jasko:

Kphone and Linphone can do v6. We've experienced problems with voice
quality using these in the wide area. Not sure this is something to do
with playout buffering or other packet handling problem (?).

We have also developed a prototype UA based on RAT and the Vovida
sipset. It was demonstrated last week at IST 2004 in Den Haag.

Regards,
-- 
Socrates
UCL - Computer Science
+44 20 7679 3696



On Thu, 25 Nov 2004 13:07:20 +0100 (CET), Jasminko Mulahusic
[EMAIL PROTECTED] wrote:
 
  We can do VoIP tests in the wide area over our native IPv6 connection.
  Please drop us a line when a v6 branch becomes available in the CVS.
 
  SER is IPv6-enabled and we're currently using that as SIP registrar.
  We then do v4-to-v6 and v6-to-v4 SIP translations to Asterisk using
  the sip phone numbering scheme.
 
 
 do you know of any v6-capable sip clients?
 
 thanx.
 jasko

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IPv6 and Asterisk?

2004-11-24 Thread Ronald van der Pol
On Mon, Nov 22, 2004 at 17:33:23 +, Socrates Varakliotis wrote:

 I was wondering whether there is any interest or plans in the pipeline
 to have Asterisk IPv6-enabled.
 
 Any info, especially by the developers out there, would be welcome.

Marc Blanchet is looking into it. See message below.

rvdp

Date: Mon, 25 Oct 2004 14:20:45 -0400
From: Marc Blanchet [EMAIL PROTECTED]
To: Olle E. Johansson [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] asterisk  ipv6
Cc: Asterisk Users Mailing List - Non-Commercial Discussion 
[EMAIL PROTECTED]

--On Jeudi 21 octobre 2004 22:26 +0200 Olle E. Johansson [EMAIL PROTECTED] 
wrote:

 Marc Blanchet wrote:

 - no asterisk does not work over ipv6.
 - ipv6 port won't be as easy as I would like to...
 - I'm currently working on it. Had a short discussion with Mark during
 astricon on it.
 - no release date promised...
 - will certainly be available through a different source tree. Too many
 changes in the code and many impacts to try to merge it with current
 sources. When port done, would need to discuss with developers on how to
 integrate these changes.
 Marc,

 Can we start backwards and write coding guidelines, like
 don't use strings like ip:port with a colon, since a colon is a
 significant
 character in IPv6 addresses

- yes, we could.


 size the IP address string for IPv6, size being...

all this is good.

but:
- I'm still investigating deep inside the code to see all the implications 
of the port to ipv6. The more I open, the more the forrest is deep...
- When done and some basic porting work done to validate, I would be in a 
position to write such guideline, including a possible paper describing the 
changes and proposals for future ip-independent asterisk. Until that time, 
I'm not sure those kind of guidelines will be useful, since I'm pretty sure 
they will be ignored and might be subject to change (other than the basic 
ones). I think it makes more sense to have a comprehensive view of the 
changes and have some discussion on it, before starting to change things.
- I'm not committing to any timeframe. sorry. Have a day job ...


 Also, we need to consider some architecture changes to be able to proxy
 from IPv6 to IPv4. How will this affect IAX, SIP and H.323?

yeap. but I would see this as phase 2. Phase 1 would be to have v6 
supported everywhere, same level as v4. inter-version/proxy/... would only 
make sense after.


 Maybe it's time to start a Wiki page named the Asterisk IPv6 project
 so we can start collecting information, creating guidelines.

sure we/you could. I'm not yet ready to write something other than I'm 
working on it. I will be happy to provide content when appropriate.

news later when I'm making sufficient progress.

Marc.


 For the project: Marc has very good knowledge on IPv6 and is well-known
 in IPv6 circles. I was very happy to see him at Astricon, myself being
 one that has been asking about IPv6 and Asterisk many times. We need to 
listen to
 Marc. IPv6 is big in Asia and Asterisk needs to run on those networks as
 well .

 /O
 --

 This project will be a good addition to our project list
 * The Asterisk FreeBSD project
 * The Asterisk Documentation Project
 * The Asterisk Solaris project
 * The Asterisk SS7 project
 * The Asterisk testing project

 As a side note, we might to create a project page listing these.
 Did I miss a project?

 /O
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



--
Marc Blanchet
[EMAIL PROTECTED]
--
Free IPv6 connectivity: http://www.freenet6.net
--
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IPv6 and Asterisk?

2004-11-24 Thread Edwin Groothuis
On Wed, Nov 24, 2004 at 04:48:04AM -0600, [EMAIL PROTECTED] wrote:
  Can we start backwards and write coding guidelines, like
  don't use strings like ip:port with a colon, since a colon is a
  significant
  character in IPv6 addresses

Anybody who is doing IP addresses while talking about IPv6 will
quickly find out why DNS was invented.

I'm glad to test IPv6 internally, but my IPv6 tunnel (via FreeNet6)
is too slow for VoIP.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://weblog.barnet.com.au/edwin/
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IPv6 and Asterisk?

2004-11-24 Thread Socrates Varakliotis
On Thu, 25 Nov 2004 00:07:30 +1100, Edwin Groothuis [EMAIL PROTECTED] wrote:

 I'm glad to test IPv6 internally, but my IPv6 tunnel (via FreeNet6)
 is too slow for VoIP.

We can do VoIP tests in the wide area over our native IPv6 connection.
Please drop us a line when a v6 branch becomes available in the CVS.

SER is IPv6-enabled and we're currently using that as SIP registrar.
We then do v4-to-v6 and v6-to-v4 SIP translations to Asterisk using
the sip phone numbering scheme.

--
Socrates Varakliotis
UCL Computer Science
+44 20 7679 3696


 
 Edwin
 --
 Edwin Groothuis  |Personal website: http://www.mavetju.org
 [EMAIL PROTECTED]|  Weblog: http://weblog.barnet.com.au/edwin/
 
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


-- 
Socrates.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IPv6 and Asterisk?

2004-11-24 Thread StrUK
On Nov 24, 2004, at 19:36, Socrates Varakliotis wrote:
On Thu, 25 Nov 2004 00:07:30 +1100, Edwin Groothuis 
[EMAIL PROTECTED] wrote:

I'm glad to test IPv6 internally, but my IPv6 tunnel (via FreeNet6)
is too slow for VoIP.
We can do VoIP tests in the wide area over our native IPv6 connection.
Please drop us a line when a v6 branch becomes available in the CVS.
Likewise we (University of Southampton) can take part in tests.
We also have a 'friendly' ISP with VoIP services that are very 
interested in IPv6 as a production service, and would be looking to 
include their voice platform in any transition to IPv6.

Personally I'd love to have my * box at home use v6, too.
Mark/ (using the day job sig just this once)
--
Electronics and Computer Science
a school of the University of Southampton, UK
+44 23 8059 5415
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] IPv6 and Asterisk?

2004-11-22 Thread Socrates Varakliotis
Hi,

I've been experimenting with an IPv4 and IPv6 VoIP setup using SER.
I'm using Asterisk for voicemail, etc. but as this only works for
IPv4, I had to do a number of tricks to get it going for IPv6 phones.

I was wondering whether there is any interest or plans in the pipeline
to have Asterisk IPv6-enabled.

Any info, especially by the developers out there, would be welcome.

Thanks,
-- 
Socrates Varakliotis
UCL Computer Science
+44 20 7679 3696
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users