Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Possible bug in INVITE messages (Read 2232 times)
Guillaume
Guest


Possible bug in INVITE messages
14. Sep 2005 at 16:04
Print Post  
Hi everybody !

Sorry if I write in english, I have learned deutsch a long time ago but I am not able to write a full phrase a nymore  Grin


Here is the problem, in PhonerLite 0.9 and Phoner 1.78 beta

not present in Phoner 1.76 and previous

Code
Select All
15:49:00,694: T: 10.1.11.179:5060
INVITE sip:01@10.1.11.179 SIP/2.0
Via: SIP/2.0/UDP 10.1.11.179:6100;branch=z9hG4bK006eabf89323da119a9000065b371ecf
From: 10 <sip:10.1.11.179:6100>;tag=21887
To: <sip:01@10.1.11.179>
Call-ID: 006EABF8-9323-DA11-9A8F-00065B371ECF@10.1.11.179
CSeq: 2 INVITE
Contact: <sip:10@10.1.11.179:6100>
Max-Forwards: 70
User-Agent: SIPPER for PhonerLite
Allow: INVITE, ACK, CANCEL, BYE, NOTIFY
Content-Type: application/sdp
Content-Length:   305 



Tag from is "wrong", should be 10@10.1.11.179. In most case this is not a problem, but if as in my case sip server (or proxy) is running on the same computer than phoner ... it doesn't work anymore.

and it works with older versions !

Could you make a correction for this ? Unfortunately I have to do a demo with phoner or phonerlite and two siemens hardphone, and my beautiful new SipServer is unable to make a call because of this problem.

Thanks  Wink

Guillaume
  
Back to top
 
IP Logged
 
Guillaume
Guest


Re: Possible bug in INVITE messages
Reply #1 - 14. Sep 2005 at 16:06
Print Post  
with 1.76 :

Code
Select All
-------------------------------------------
16:03:18,506: T: 10.1.11.179:5060
INVITE sip:01@10.1.11.179 SIP/2.0
Via: SIP/2.0/UDP 10.1.11.179:6100;branch=z9hG4bK00d713f89523da119bdb00065b371ecf
From: 10 <sip:10@10.1.11.179>;tag=6615
To: <sip:01@10.1.11.179>
Call-ID: 00D713F8-9523-DA11-9BDA-00065B371ECF@10.1.11.179
CSeq: 2 INVITE
Contact: <sip:10@10.1.11.179:6100>
Max-Forwards: 70
User-Agent: SIPPER for phoner
Allow: INVITE, ACK, CANCEL, BYE, NOTIFY
Content-Type: application/sdp
Content-Length:   301

v=0
o=root 0 0 IN IP4 10.1.11.179
s=SIPPER for phoner
c=IN IP4 10.1.11.179
t=1126706598 1126710198
a=sendrecv
m=audio 6102 RTP/AVP 8 0 2 3 97 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:2 G726-32/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000
a=rtpmap:101 telephone-event/8000
------------------------------------------- 

  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11421
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Possible bug in INVITE messages
Reply #2 - 23. Sep 2005 at 07:20
Print Post  
This is strange. When I try to send an INVITE to the own IP address, Phoner produces the following:
Code
Select All
07:19:29,234: T: 192.168.178.22:5060
INVITE sip:100@192.168.178.22 SIP/2.0
Via: SIP/2.0/UDP 192.168.178.22;branch=z9hG4bK80c6a6485f2ada11b43d02e018793e70
From: HeikoS <sip:10@192.168.178.22>;tag=6593
To: <sip:100@192.168.178.22>
Call-ID: 80C6A648-5F2A-DA11-B43C-02E018793E70@192.168.178.22
CSeq: 2 INVITE
Contact: <sip:Heiko.Sommerfeldt@192.168.178.22>
Max-Forwards: 70
User-Agent: SIPPER for phoner
Allow: INVITE, ACK, CANCEL, BYE, NOTIFY
Content-Type: application/sdp
Content-Length:   307

v=0
o=root 0 0 IN IP4 192.168.178.22
s=SIPPER for phoner
c=IN IP4 192.168.178.22
t=1127452769 1127456369
a=sendrecv
m=audio 5062 RTP/AVP 8 0 2 3 97 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:2 G726-32/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000
a=rtpmap:101 telephone-event/8000 

  
Back to top
WWW  
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11421
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Possible bug in INVITE messages
Reply #3 - 23. Sep 2005 at 08:49
Print Post  
It seems, that you didn't configure a username, but only a displayed name...
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint