Le 10/04/2012 14:19, Daniel-Constantin Mierla a écrit :
from ngrep, if 00900223 is same as 900223, then it is the incoming call that has caller==callee. This is before the call gets to SIP server, so it has nothing to do with SIP server itself, no matter it does rtpproxy or not.

thanks Daniel,

Sorry I make mistake, I was calling the same UAC which called, even if I am a newbie, this error is very ridiculous I restest, 900123 call 00900223, the result is in attached file "ngrep not working" And yes, 900223 and 00900223 are the same SIP account, I add 00 before the destination when I dial because with only 900223, I couldn't debit balance when I installed callcontrol and cdrtool, to make it works I insert in dbaliases table of kamailio database the following lines:
mysql> use kamailio_db
Database changed
mysql> select * from dbaliases;
+----+----------------+--------------+----------+------------------+
| id | alias_username | alias_domain | username | domain           |
+----+----------------+--------------+----------+------------------+
|  1 | 00900223         |              | 900223   | sip.malagasy.com |
|  2 | 00900123         |              | 900123   | sip.malagasy.com |
+----+----------------+--------------+----------+------------------+
2 rows in set (0.00 sec)
and just with kamailio+cdrtool+callconrol enabled and with this configuration in mysql table, I can debit balance for SIP account which is prepaid but maybe it's not the right method too, I'll re-check the documentation of cdrtool/callcontrol


So, I change the values of alias user_name column to be like in username column, I enable in kamailio conf all the WITH_NAT directive so I enable the use of rtpproxy too, I restart kamailio, make a test call and still not working, from ngrep (in attached file) I see not enough credit but in my tables of cdrtool's database I still have this:
mysql> select * from prepaid;
+----+-------------+-------------------------+-----------+---------------------+-----------------+-----------------+--------------+
| id | reseller_id | account | balance | change_date | active_sessions | session_counter | max_sessions |
+----+-------------+-------------------------+-----------+---------------------+-----------------+-----------------+--------------+
| 1 | 0 | 900...@sip.malagasy.com | 1900.8635 | 2012-04-10 09:51:24 | [] | 0 | 1 | | 2 | 0 | 900...@sip.malagasy.com | 100.9790 | 2012-04-10 16:28:16 | [] | 0 | 1 |
+----+-------------+-------------------------+-----------+---------------------+-----------------+-----------------+--------------+
mysql> select * from billing_rates;
+----+-------------+------+-------------+-------------+-------------+--------------+---------------+----------------+
| id | reseller_id | name | destination | application | connectCost | durationRate | connectCostIn | durationRateIn |
+----+-------------+------+-------------+-------------+-------------+--------------+---------------+----------------+
| 1 | 0 | 4G | 900 | audio | 0 | 1 | | |
+----+-------------+------+-------------+-------------+-------------+--------------+---------------+----------------+

Last, I re-do an update at table dbaliases and for alias_username column I re-put 00, in kamailio configuration file I commented out the following lines:
[...]
##!define WITH_NAT
[...]
        remove_hf("Route");
        if (is_method("INVITE|SUBSCRIBE"))
        {
                [...]
                #rtpproxy_offer();
                [...]
        }
[...]
route[RELAY] {
if (is_method("INVITE|SUBSCRIBE")) {
    #rtpproxy_offer();
    #t_on_reply("1");
    [...]
}
#onreply_route[1] {
#      if (status=~"[12][0-9][0-9]")
#               #force_rtp_proxy();
#               rtpproxy_offer();
#}

I don't kill rtpproxy process, I restart kamailio, make a test call, and it works again, so I don't know what to do to have rtpproxy works

Regards.

--
Rabary Teddy

Inutile d'imprimer ce mail

U 192.168.18.70:5060 -> 41.204.103.208:5060
INVITE sip:900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK2585364147547097198-3504006.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-357785.
To: <sip:900...@sip.malagasy.com:5060;user=phone>.
Call-ID: 3a32dbe-c0a80101-0-1a@192.168.18.70.
CSeq: 1 INVITE.
Max-Forwards: 70.
Supported: timer, P-Early-Media, replaces.
Session-Expires: 1800.
Allow: 
INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,UPDATE,REFER,REGISTER,INFO.
Contact: <sip:900123@192.168.18.70:5060;transport=udp;user=phone>.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Content-Type: application/sdp.
Content-Length: 200.
.
v=0.
o=900123 3504006 3504006 IN IP4 192.168.18.70.
s=-.
c=IN IP4 192.168.18.70.
t=0 0.
m=audio 41000 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.70:5060
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK2585364147547097198-3504006.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-357785.
To: 
<sip:900...@sip.malagasy.com:5060;user=phone>;tag=765a185808402f302cd268a38711a2f7.ca19.
Call-ID: 3a32dbe-c0a80101-0-1a@192.168.18.70.
CSeq: 1 INVITE.
Proxy-Authenticate: Digest realm="sip.malagasy.com", 
nonce="T4Q3zU+ENqHc5Rk+8YE+hr1vMDKgYkTy".
Server: kamailio (3.2.0 (i386/linux)).
Content-Length: 0.
.


U 192.168.18.70:5060 -> 41.204.103.208:5060
ACK sip:900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK2585364147547097198-3504006.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-357785.
To: 
<sip:900...@sip.malagasy.com:5060;user=phone>;tag=765a185808402f302cd268a38711a2f7.ca19.
Call-ID: 3a32dbe-c0a80101-0-1a@192.168.18.70.
CSeq: 1 ACK.
Max-Forwards: 70.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Content-Length: 0.
.


U 192.168.18.70:5060 -> 41.204.103.208:5060
INVITE sip:900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK6859147581970425931-3504031.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-357785.
To: <sip:900...@sip.malagasy.com:5060;user=phone>.
Call-ID: 3a32dbe-c0a80101-0-1a@192.168.18.70.
CSeq: 2 INVITE.
Max-Forwards: 70.
Supported: timer, P-Early-Media, replaces.
Session-Expires: 1800.
Proxy-Authorization: Digest username="900123", realm="sip.malagasy.com", 
nonce="T4Q3zU+ENqHc5Rk+8YE+hr1vMDKgYkTy", 
uri="sip:900...@sip.malagasy.com:5060;user=phone", 
response="244e93c1f3e19fa609b7cdc9f16e96e9", algorithm=MD5.
Allow: 
INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,UPDATE,REFER,REGISTER,INFO.
Contact: <sip:900123@192.168.18.70:5060;transport=udp;user=phone>.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Content-Type: application/sdp.
Content-Length: 200.
.
v=0.
o=900123 3504006 3504006 IN IP4 192.168.18.70.
s=-.
c=IN IP4 192.168.18.70.
t=0 0.
m=audio 41000 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.70:5060
SIP/2.0 402 Not enough credit.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK6859147581970425931-3504031.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-357785.
To: 
<sip:900...@sip.malagasy.com:5060;user=phone>;tag=765a185808402f302cd268a38711a2f7.b82f.
Call-ID: 3a32dbe-c0a80101-0-1a@192.168.18.70.
CSeq: 2 INVITE.
Server: kamailio (3.2.0 (i386/linux)).
Content-Length: 0.
.


U 192.168.18.70:5060 -> 41.204.103.208:5060
INVITE sip:900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK6859147581970425931-3504031.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-357785.
To: <sip:900...@sip.malagasy.com:5060;user=phone>.
Call-ID: 3a32dbe-c0a80101-0-1a@192.168.18.70.
CSeq: 2 INVITE.
Max-Forwards: 70.
Supported: timer, P-Early-Media, replaces.
Session-Expires: 1800.
Proxy-Authorization: Digest username="900123", realm="sip.malagasy.com", 
nonce="T4Q3zU+ENqHc5Rk+8YE+hr1vMDKgYkTy", 
uri="sip:900...@sip.malagasy.com:5060;user=phone", 
response="244e93c1f3e19fa609b7cdc9f16e96e9", algorithm=MD5.
Allow: 
INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,UPDATE,REFER,REGISTER,INFO.
Contact: <sip:900123@192.168.18.70:5060;transport=udp;user=phone>.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Content-Type: application/sdp.
Content-Length: 200.
.
v=0.
o=900123 3504006 3504006 IN IP4 192.168.18.70.
s=-.
c=IN IP4 192.168.18.70.
t=0 0.
m=audio 41000 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.70:5060
SIP/2.0 402 Not enough credit.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK6859147581970425931-3504031.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-357785.
To: 
<sip:900...@sip.malagasy.com:5060;user=phone>;tag=765a185808402f302cd268a38711a2f7.b82f.
Call-ID: 3a32dbe-c0a80101-0-1a@192.168.18.70.
CSeq: 2 INVITE.
Server: kamailio (3.2.0 (i386/linux)).
Content-Length: 0.
.


U 192.168.18.70:5060 -> 41.204.103.208:5060
ACK sip:900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK6859147581970425931-3504031.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-357785.
To: 
<sip:900...@sip.malagasy.com:5060;user=phone>;tag=765a185808402f302cd268a38711a2f7.b82f.
Call-ID: 3a32dbe-c0a80101-0-1a@192.168.18.70.
CSeq: 2 ACK.
Max-Forwards: 70.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Proxy-Authorization: Digest username="900123", realm="sip.malagasy.com", 
nonce="T4Q3zU+ENqHc5Rk+8YE+hr1vMDKgYkTy", 
uri="sip:900...@sip.malagasy.com:5060;user=phone", 
response="0667f905b04d6f5a5f5ec2fb2b8475af", algorithm=MD5.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Content-Length: 0.
.

teddy@kamailio:~$
U 192.168.18.70:5060 -> 41.204.103.208:5060
INVITE sip:00900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK253141985910865875-5479899.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 1 INVITE.
Max-Forwards: 70.
Supported: timer, P-Early-Media, replaces.
Session-Expires: 1800.
Allow: 
INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,UPDATE,REFER,REGISTER,INFO.
Contact: <sip:900123@192.168.18.70:5060;transport=udp;user=phone>.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Content-Type: application/sdp.
Content-Length: 200.
.
v=0.
o=900123 5479899 5479899 IN IP4 192.168.18.70.
s=-.
c=IN IP4 192.168.18.70.
t=0 0.
m=audio 41000 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.70:5060
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP 
192.168.18.70:5060;branch=z9hG4bK253141985910865875-5479899;rport=5060.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: 
<sip:00900...@sip.malagasy.com:5060;user=phone>;tag=765a185808402f302cd268a38711a2f7.d83d.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 1 INVITE.
Proxy-Authenticate: Digest realm="sip.malagasy.com", 
nonce="T4RHPE+ERhAu5IIDuKMdmUnctaZ2wFaP".
Server: kamailio (3.2.0 (i386/linux)).
Content-Length: 0.
.


U 192.168.18.70:5060 -> 41.204.103.208:5060
ACK sip:00900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK253141985910865875-5479899.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: 
<sip:00900...@sip.malagasy.com:5060;user=phone>;tag=765a185808402f302cd268a38711a2f7.d83d.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 1 ACK.
Max-Forwards: 70.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Content-Length: 0.
.


U 192.168.18.70:5060 -> 41.204.103.208:5060
INVITE sip:00900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Max-Forwards: 70.
Supported: timer, P-Early-Media, replaces.
Session-Expires: 1800.
Proxy-Authorization: Digest username="900123", realm="sip.malagasy.com", 
nonce="T4RHPE+ERhAu5IIDuKMdmUnctaZ2wFaP", 
uri="sip:00900...@sip.malagasy.com:5060;user=phone", 
response="001704b01471a387c112d0252b1db035", algorithm=MD5.
Allow: 
INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,UPDATE,REFER,REGISTER,INFO.
Contact: <sip:900123@192.168.18.70:5060;transport=udp;user=phone>.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Content-Type: application/sdp.
Content-Length: 200.
.
v=0.
o=900123 5479899 5479899 IN IP4 192.168.18.70.
s=-.
c=IN IP4 192.168.18.70.
t=0 0.
m=audio 41000 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.70:5060
SIP/2.0 100 trying -- your call is important to us.
Via: SIP/2.0/UDP 
192.168.18.70:5060;branch=z9hG4bK4696915359658103609-5479924;rport=5060.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Server: kamailio (3.2.0 (i386/linux)).
Content-Length: 0.
.


U 41.204.103.208:5060 -> 192.168.18.74:5060
INVITE sip:900223@192.168.18.74:5060;transport=udp;user=phone SIP/2.0.
Record-Route: <sip:41.204.103.208;lr=on;did=9ed.f39eace6;nat=yes>.
Via: SIP/2.0/UDP 41.204.103.208;branch=z9hG4bKd1ed.b5139bc1.0.
Via: SIP/2.0/UDP 
192.168.18.70:5060;rport=5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Max-Forwards: 69.
Supported: timer, P-Early-Media, replaces.
Session-Expires: 1800.
Allow: 
INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,UPDATE,REFER,REGISTER,INFO.
Contact: <sip:900123@192.168.18.70:5060;transport=udp;user=phone>.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Content-Type: application/sdp.
Content-Length: 330.
.
v=0.
o=900123 5479899 5479899 IN IP4 41.204.103.2084 41.204.103.2084 41.204.103.208.
s=-.
c=IN IP4 41.204.103.2084 41.204.103.2084 41.204.103.208.
t=0 0.
m=audio 416984169841698 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.
a=nortpproxy:yes.
a=nortpproxy:yes.
a=nortpproxy:yes.


U 192.168.18.74:5060 -> 41.204.103.208:5060
SIP/2.0 488 Not Acceptable Here.
Via: SIP/2.0/UDP 41.204.103.208;branch=z9hG4bKd1ed.b5139bc1.0.
Via: SIP/2.0/UDP 
192.168.18.70:5060;rport=5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Session-Expires: 1800;refresher=uac.
Content-Type: application/sdp.
Content-Length: 198.
.
v=0.
o=00900223 5548337 5548337 IN IP4 192.168.18.74.
s=-.
c=IN IP4 192.168.18.74.
t=0 0.
m=audio 0 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.74:5060
ACK sip:900223@192.168.18.74:5060;transport=udp;user=phone SIP/2.0.
Via: SIP/2.0/UDP 41.204.103.208;branch=z9hG4bKd1ed.b5139bc1.0.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 ACK.
Max-Forwards: 69.
Content-Length: 0.
.


U 41.204.103.208:5060 -> 192.168.18.70:5060
SIP/2.0 488 Not Acceptable Here.
Via: SIP/2.0/UDP 
192.168.18.70:5060;rport=5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Session-Expires: 1800;refresher=uac.
Content-Type: application/sdp.
Content-Length: 198.
.
v=0.
o=00900223 5548337 5548337 IN IP4 192.168.18.74.
s=-.
c=IN IP4 192.168.18.74.
t=0 0.
m=audio 0 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.74:5060
....

U 192.168.18.70:5060 -> 41.204.103.208:5060
INVITE sip:00900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Max-Forwards: 70.
Supported: timer, P-Early-Media, replaces.
Session-Expires: 1800.
Proxy-Authorization: Digest username="900123", realm="sip.malagasy.com", 
nonce="T4RHPE+ERhAu5IIDuKMdmUnctaZ2wFaP", 
uri="sip:00900...@sip.malagasy.com:5060;user=phone", 
response="001704b01471a387c112d0252b1db035", algorithm=MD5.
Allow: 
INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,UPDATE,REFER,REGISTER,INFO.
Contact: <sip:900123@192.168.18.70:5060;transport=udp;user=phone>.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Content-Type: application/sdp.
Content-Length: 200.
.
v=0.
o=900123 5479899 5479899 IN IP4 192.168.18.70.
s=-.
c=IN IP4 192.168.18.70.
t=0 0.
m=audio 41000 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.70:5060
SIP/2.0 488 Not Acceptable Here.
Via: SIP/2.0/UDP 
192.168.18.70:5060;rport=5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Session-Expires: 1800;refresher=uac.
Content-Type: application/sdp.
Content-Length: 198.
.
v=0.
o=00900223 5548337 5548337 IN IP4 192.168.18.74.
s=-.
c=IN IP4 192.168.18.74.
t=0 0.
m=audio 0 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.70:5060
SIP/2.0 488 Not Acceptable Here.
Via: SIP/2.0/UDP 
192.168.18.70:5060;rport=5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Session-Expires: 1800;refresher=uac.
Content-Type: application/sdp.
Content-Length: 198.
.
v=0.
o=00900223 5548337 5548337 IN IP4 192.168.18.74.
s=-.
c=IN IP4 192.168.18.74.
t=0 0.
m=audio 0 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 192.168.18.74:5060 -> 41.204.103.208:5060
SIP/2.0 488 Not Acceptable Here.
Via: SIP/2.0/UDP 41.204.103.208;branch=z9hG4bKd1ed.b5139bc1.0.
Via: SIP/2.0/UDP 
192.168.18.70:5060;rport=5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Session-Expires: 1800;refresher=uac.
Content-Type: application/sdp.
Content-Length: 198.
.
v=0.
o=00900223 5548585 5548585 IN IP4 192.168.18.74.
s=-.
c=IN IP4 192.168.18.74.
t=0 0.
m=audio 0 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.74:5060
ACK sip:900223@192.168.18.74:5060;transport=udp;user=phone SIP/2.0.
Via: SIP/2.0/UDP 41.204.103.208;branch=z9hG4bKd1ed.b5139bc1.0.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 ACK.
Max-Forwards: 69.
Content-Length: 0.
.


U 192.168.18.70:5060 -> 41.204.103.208:5060
ACK sip:00900...@sip.malagasy.com:5060;user=phone SIP/2.0.
Via: SIP/2.0/UDP 192.168.18.70:5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 ACK.
Max-Forwards: 70.
Allow-Events: refer,dialog,message-summary,check-sync,talk,hold.
Proxy-Authorization: Digest username="900123", realm="sip.malagasy.com", 
nonce="T4RHPE+ERhAu5IIDuKMdmUnctaZ2wFaP", 
uri="sip:00900...@sip.malagasy.com:5060;user=phone", 
response="0800599926268a0ac31d890477a0f27d", algorithm=MD5.
User-Agent: THOMSON TB30 hw4 fw1.70.4 00-26-44-30-95-9C.
Content-Length: 0.
.


U 192.168.18.74:5060 -> 41.204.103.208:5060
SIP/2.0 488 Not Acceptable Here.
Via: SIP/2.0/UDP 41.204.103.208;branch=z9hG4bKd1ed.b5139bc1.0.
Via: SIP/2.0/UDP 
192.168.18.70:5060;rport=5060;branch=z9hG4bK4696915359658103609-5479924.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 INVITE.
Session-Expires: 1800;refresher=uac.
Content-Type: application/sdp.
Content-Length: 198.
.
v=0.
o=00900223 5549085 5549085 IN IP4 192.168.18.74.
s=-.
c=IN IP4 192.168.18.74.
t=0 0.
m=audio 0 RTP/AVP 0 96.
a=rtpmap:0 PCMU/8000.
a=rtpmap:96 telephone-event/8000.
a=fmtp:96 0-15.
a=sendrecv.


U 41.204.103.208:5060 -> 192.168.18.74:5060
ACK sip:900223@192.168.18.74:5060;transport=udp;user=phone SIP/2.0.
Via: SIP/2.0/UDP 41.204.103.208;branch=z9hG4bKd1ed.b5139bc1.0.
From: "900123"<sip:900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-539dda.
To: <sip:00900...@sip.malagasy.com:5060;user=phone>;tag=c0a80101-54a931.
Call-ID: 8166a16-c0a80101-0-29@192.168.18.70.
CSeq: 2 ACK.
Max-Forwards: 69.
Content-Length: 0.
.

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to