theintencity / php-sip

Automatically exported from code.google.com/p/php-sip
3 stars 1 forks source link

Is IPv6 supported? #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Phpsip.class.php, line 1302:
I tried to create a IPv6 socket, I changed AF_INET to AF_INET6, but it seemed 
not work. Is there any problem that I need to correct it?

What is the expected output? What do you see instead?
I want to build a SIP IM which deliveries by IPv6

What version of the product are you using? On what operating system?
0.3.2

Original issue reported on code.google.com by memphisn...@gmail.com on 17 Apr 2011 at 1:41

GoogleCodeExporter commented 9 years ago
Hi, thanks for pointing out to this issue. We haven't tried PHP-SIP with IPv6 
yet, so can't offer any suggestions at this time :(

The class itself is more about constructing/parsing SIP message. Low level 
transport is handled by PHP socket functions. So if there is a problem with 
IPv6, it might be on the PHP socket stack end.

Original comment by level7systems@googlemail.com on 17 Apr 2011 at 6:40