We have used our own very prototypical one, bonephone. -jiri
At 06:18 AM 7/19/2003, Ng, Soo Sim wrote:
May I know which IPv6 UA Client do you use? SSng
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Hi,
I have installed ser-0.8.11pre29-1.i386.rpm on Linux PC. I added IPv6 global address to the interface on Linux PC. Now, I just only started ser.
I cannot see IPv6 address and port with netstat command.(see bellow)
~~~~~~~~~~~~~~~~~~~~ [root@ssfch29 root]# netstat -an Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State : : tcp 0 0 :::23 :::* LISTEN udp 0 0 192.168.1.10:5060 0.0.0.0:* udp 0 0 10.41.133.39:5060 0.0.0.0:* udp 0 0 127.0.0.1:5060 0.0.0.0:* udp 0 0 0.0.0.0:111 0.0.0.0:* Active UNIX domain sockets (servers and established) ~~~~~~~~~~~~~~~~~~~~
Is any configration necessary to let ser work with IPv6 mode?
regards, Maekawa.
We have used our own very prototypical one, bonephone. -jiri
At 06:18 AM 7/19/2003, Ng, Soo Sim wrote:
May I know which IPv6 UA Client do you use? SSng
On Aug 01, 2003 at 12:21, Yoshiharu Maekawa maekawa@cd.jp.nec.com wrote:
Hi,
I have installed ser-0.8.11pre29-1.i386.rpm on Linux PC. I added IPv6 global address to the interface on Linux PC. Now, I just only started ser.
I cannot see IPv6 address and port with netstat command.(see bellow)
By default ser does not listen on any ipv6 address. You have to explicitely specify the ipv6 addresses on which it will listen (either add -l ipv6_address to the command line or listen= ipv6_address1 ipv6_address2 to the ser.cfg).
BTW: try the latest stable cvs version (ser 0.8.11 rc2), it contains some ipv6 fixes.
Andrei
Hi,
On Aug 01, 2003 at 12:21, Yoshiharu Maekawa maekawa@cd.jp.nec.com wrote:
Hi,
I have installed ser-0.8.11pre29-1.i386.rpm on Linux PC. I added IPv6 global address to the interface on Linux PC. Now, I just only started ser.
I cannot see IPv6 address and port with netstat command.(see bellow)
By default ser does not listen on any ipv6 address. You have to explicitely specify the ipv6 addresses on which it will listen (either add -l ipv6_address to the command line or listen= ipv6_address1 ipv6_address2 to the ser.cfg).
I started "ser-0.8.1.pre29-1" with ipv6 command line (-l ipv6_address ). and send register message from ipv6 sip client.
I received a following SIP error message from ser.
I have two questions.
(1)As for this error, is it fixed a bug already?
(2)I want to create Red hat RPM of ser from cvs source code .
BTW: try the latest stable cvs version (ser 0.8.11 rc2), it contains some ipv6 fixes.
Andrei
Regards, maekawa
==================================== ipv6 sip client => ser Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 552 Next header: UDP (0x11) Hop limit: 128 Source address: 2001:3e8:1240:1::1 Destination address: 2001:3e8:1240:1::8 User Datagram Protocol, Src Port: 1030 (1030), Dst Port: 5060 (5060) Source port: 1030 (1030) Destination port: 5060 (5060) Length: 552 Checksum: 0xc67d (correct) Session Initiation Protocol Request line: REGISTER sip:ssfch29.ssf.abk.nec.co.jp SIP/2.0 Method: REGISTER Message Header Via: SIP/2.0/UDP [2001:3e8:1240:1::1]:13774 From: sip:ymaekawa@ssfch29.ssf.abk.nec.co.jp;tag=ad9691c0-8042-49bf-ba58-78d9183657b1 To: sip:ymaekawa@ssfch29.ssf.abk.nec.co.jp Call-ID: 9a112d58-06f7-4fbf-b460-665d85c84811@10.41.133.231 CSeq: 1 REGISTER Contact: sip:[2001:3e8:1240:1::1]:13774;methods="INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK";q=0.5 User-Agent: Windows RTC/1.0 Expires: 1200 Event: registration Allow-Events: presence Content-Length: 0 ==================================== ipv6 sip client <= ser Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 692 Next header: UDP (0x11) Hop limit: 64 Source address: 2001:3e8:1240:1::8 Destination address: 2001:3e8:1240:1::1 User Datagram Protocol, Src Port: 5060 (5060), Dst Port: 13774 (13774) Source port: 5060 (5060) Destination port: 13774 (13774) Length: 692 Checksum: 0x6a61 (correct) Session Initiation Protocol Status line: SIP/2.0 500 I'm terribly sorry, server error occured (7/TM) Status-Code: 500 Message Header Via: SIP/2.0/UDP [2001:3e8:1240:1::1]:13774;received=[2001:3E8:1240:1:0:0:0:1] From: sip:ymaekawa@ssfch29.ssf.abk.nec.co.jp;tag=ad9691c0-8042-49bf-ba58-78d9183657b1 To: sip:ymaekawa@ssfch29.ssf.abk.nec.co.jp;tag=e1201a00721ecf0105c9d54759cb26c7-b3fd Call-ID: 9a112d58-06f7-4fbf-b460-665d85c84811@10.41.133.231 CSeq: 1 REGISTER Server: Sip EXpress router (0.8.11pre29 (i386/linux)) Content-Length: 0 Warning: 392 2001:3e8:1240:1::8:5060 "Noisy feedback tells: pid=5185 req_src_ip=2001:3E8:1240:1:0:0:0:1 req_src_port=1030 in_uri=sip:ssfch29.ssf.abk.nec.co.jp out_uri=sip:ssfch29.ssf.abk.nec.co.jp via_cnt==1"
On Aug 04, 2003 at 20:46, Yoshiharu Maekawa maekawa@cd.jp.nec.com wrote:
Hi,
On Aug 01, 2003 at 12:21, Yoshiharu Maekawa maekawa@cd.jp.nec.com wrote:
Hi,
I have installed ser-0.8.11pre29-1.i386.rpm on Linux PC. I added IPv6 global address to the interface on Linux PC. Now, I just only started ser.
I cannot see IPv6 address and port with netstat command.(see bellow)
By default ser does not listen on any ipv6 address. You have to explicitely specify the ipv6 addresses on which it will listen (either add -l ipv6_address to the command line or listen= ipv6_address1 ipv6_address2 to the ser.cfg).
I started "ser-0.8.1.pre29-1" with ipv6 command line (-l ipv6_address ). and send register message from ipv6 sip client.
I received a following SIP error message from ser.
I have two questions.
(1)As for this error, is it fixed a bug already?
I don't know if this bug is fixed, but 2 others are (e.g. using ipv6 references in received). Please try again with the latest stable (0.8.11rc3) or unstable cvs. Also please start ser with maximum debug (debug=9) and if you get an error send us also the ser log (it's better to start ser with log_stderror=1 and redirect sdterror to a file: ser -f ser.cfg 2>/tmp/log). We don't have an ipv6 UA so we generally tested only forwarding between ipv4<->ipv6.
Andrei
Hello,
is the ipv6 problem you reported on previously still around?
-jiri
At 01:46 PM 8/4/2003, Yoshiharu Maekawa (=?iso-2022-jp?B?GyRCQTBAbjJCPVUbKEI=?=) wrote:
Hi,
On Aug 01, 2003 at 12:21, Yoshiharu Maekawa maekawa@cd.jp.nec.com wrote:
Hi,
I have installed ser-0.8.11pre29-1.i386.rpm on Linux PC. I added IPv6 global address to the interface on Linux PC. Now, I just only started ser.
I cannot see IPv6 address and port with netstat command.(see bellow)
By default ser does not listen on any ipv6 address. You have to explicitely specify the ipv6 addresses on which it will listen (either add -l ipv6_address to the command line or listen= ipv6_address1 ipv6_address2 to the ser.cfg).
I started "ser-0.8.1.pre29-1" with ipv6 command line (-l ipv6_address ). and send register message from ipv6 sip client.
I received a following SIP error message from ser.
I have two questions.
(1)As for this error, is it fixed a bug already?
(2)I want to create Red hat RPM of ser from cvs source code .
BTW: try the latest stable cvs version (ser 0.8.11 rc2), it contains some ipv6 fixes.
Andrei
Regards, maekawa
==================================== ipv6 sip client => ser Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 552 Next header: UDP (0x11) Hop limit: 128 Source address: 2001:3e8:1240:1::1 Destination address: 2001:3e8:1240:1::8 User Datagram Protocol, Src Port: 1030 (1030), Dst Port: 5060 (5060) Source port: 1030 (1030) Destination port: 5060 (5060) Length: 552 Checksum: 0xc67d (correct) Session Initiation Protocol Request line: REGISTER sip:ssfch29.ssf.abk.nec.co.jp SIP/2.0 Method: REGISTER Message Header Via: SIP/2.0/UDP [2001:3e8:1240:1::1]:13774 From: sip:ymaekawa@ssfch29.ssf.abk.nec.co.jp;tag=ad9691c0-8042-49bf-ba58-78d9183657b1 To: sip:ymaekawa@ssfch29.ssf.abk.nec.co.jp Call-ID: 9a112d58-06f7-4fbf-b460-665d85c84811@10.41.133.231 CSeq: 1 REGISTER Contact: sip:[2001:3e8:1240:1::1]:13774;methods="INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK";q=0.5 User-Agent: Windows RTC/1.0 Expires: 1200 Event: registration Allow-Events: presence Content-Length: 0 ==================================== ipv6 sip client <= ser Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 692 Next header: UDP (0x11) Hop limit: 64 Source address: 2001:3e8:1240:1::8 Destination address: 2001:3e8:1240:1::1 User Datagram Protocol, Src Port: 5060 (5060), Dst Port: 13774 (13774) Source port: 5060 (5060) Destination port: 13774 (13774) Length: 692 Checksum: 0x6a61 (correct) Session Initiation Protocol Status line: SIP/2.0 500 I'm terribly sorry, server error occured (7/TM) Status-Code: 500 Message Header Via: SIP/2.0/UDP [2001:3e8:1240:1::1]:13774;received=[2001:3E8:1240:1:0:0:0:1] From: sip:ymaekawa@ssfch29.ssf.abk.nec.co.jp;tag=ad9691c0-8042-49bf-ba58-78d9183657b1 To: sip:ymaekawa@ssfch29.ssf.abk.nec.co.jp;tag=e1201a00721ecf0105c9d54759cb26c7-b3fd Call-ID: 9a112d58-06f7-4fbf-b460-665d85c84811@10.41.133.231 CSeq: 1 REGISTER Server: Sip EXpress router (0.8.11pre29 (i386/linux)) Content-Length: 0 Warning: 392 2001:3e8:1240:1::8:5060 "Noisy feedback tells: pid=5185 req_src_ip=2001:3E8:1240:1:0:0:0:1 req_src_port=1030 in_uri=sip:ssfch29.ssf.abk.nec.co.jp out_uri=sip:ssfch29.ssf.abk.nec.co.jp via_cnt==1"
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/