And why you do not write what all this mean? The words are missing!
I see that fr3 is sending empty packets (but cannot see at which frequency)
I see that on astrad the port is changing
But I cannot see at all, whether on fr3 the empty packets are helping, or not.
Is there a capture that with fr3 the port is not changing?
Finally, we discussed empty packets fro the server to UA, and you was insisting that such packets are useless. What counts is the packet from UA... Emin Gabrielyan
Teste sur :
astrad.switzernet.com
fr3.youroute.net
ngrep fr3.youroute.net
# ngrep -x host 62.202.88.127 and port 51368
interface: sis0 (91.121.101.0/255.255.255.0)
filter: (ip or ip6) and ( host 62.202.88.127 and port 51368 )
#
U 91.121.101.126:5060 -> 62.202.88.127:51368
00 00 00 00 ....
#
U 91.121.101.126:5060 -> 62.202.88.127:51368
00 00 00 00 ....
#
U 91.121.101.126:5060 -> 62.202.88.127:51368
00 00 00 00 ....
#
U 91.121.101.126:5060 -> 62.202.88.127:51368
00 00 00 00 ....
#
U 91.121.101.126:5060 -> 62.202.88.127:51368
00 00 00 00 ....
#
U 91.121.101.126:5060 -> 62.202.88.127:51368
00 00 00 00 ....
#
U 91.121.101.126:5060 -> 62.202.88.127:51368
00 00 00 00 ....
#
U 91.121.101.126:5060 -> 62.202.88.127:51368
00 00 00 00 ....
#
|
changement de port sur astrad
mysql> select name,ipaddr,port,FROM_UNIXTIME(regseconds) from sippeers2 where name=41215500327;
+-------------+---------------+-------+---------------------------+
| name | ipaddr | port | FROM_UNIXTIME(regseconds) |
+-------------+---------------+-------+---------------------------+
| 41215500327 | 62.202.88.127 | 49699 | 2011-06-22 19:59:39 |
+-------------+---------------+-------+---------------------------+
1 row in set (0.00 sec)
mysql> select name,ipaddr,port,FROM_UNIXTIME(regseconds) from sippeers2 where name=41215500327;
+-------------+---------------+-------+---------------------------+
| name | ipaddr | port | FROM_UNIXTIME(regseconds) |
+-------------+---------------+-------+---------------------------+
| 41215500327 | 62.202.88.127 | 51364 | 2011-06-22 20:50:11 |
+-------------+---------------+-------+---------------------------+
1 row in set (0.00 sec)
|
les deux dernieres l'enregistrements sur db2
mysql> select username,domain,last_modified,expires,TIMESTAMPDIFF(SECOND,last_modified,expires) from location where username in (41215500327) order by last_modified desc limit 2;
+-------------+----------------+---------------------+---------------------+---------------------------------------------+
| username | domain | last_modified | expires | TIMESTAMPDIFF(SECOND,last_modified,expires) |
+-------------+----------------+---------------------+---------------------+---------------------------------------------+
| 41215500327 | 91.121.101.126 | 2011-06-22 19:50:50 | 2011-06-22 20:50:49 | 3599 |
| 41215500327 | 94.23.225.212 | 2011-06-22 19:50:12 | 2011-06-22 20:50:11 | 3599 |
+-------------+----------------+---------------------+---------------------+---------------------------------------------+
2 rows in set (0.02 sec)
|
On 2011-06-22 17:51, Task-By Nicolas Bondier wrote:
Prendre un téléphone et l'enregistrer sur astrad avec un intervalle
d’enregistrement de 3 minutes.
Voir si portasip garde les ports du routeur ouverts.
- Tester les problèmes de no incoming calls.
- Tester si le phénomène est le même sur portasip.
|