gcode-mirror / telephone

Automatically exported from code.google.com/p/telephone
Other
0 stars 0 forks source link

Telephone fails to process SIP invites #287

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. You'd need an account with Adiptel.com, I can give you details if needed but 
only in private. 

What version of the product are you using? On what operating system?
Latest build, on Snow Leopard 10.6.2

Please provide any additional information below.

Outbound calls are fine, but inbound calls fail to work. Apart from an issue 
with Telephone 
picking up the wrong IP to send to the SIP server (see issue 178 for my 
comments and more 
details on that one), when I get a SIP invite, I see the following log error:

22:00:33.344 sip_transport.  Error processing 1107 bytes packet from UDP 
195.214.41.84:5060 
: PJSIP syntax error exception when parsing '' header on line 5 col 31:

Both Telephone.log and the Wireshark capture of the SIP invite are attached.

Original issue reported on code.google.com by puch...@gmail.com on 8 Feb 2010 at 9:06

Attachments:

GoogleCodeExporter commented 9 years ago
There’s incorrect SIP URI there (to ‘@’  characters), look:
From:  <sip:122@195.214.41.84@sip2.adiptel.com>;tag=as623077b1

Original comment by eofs...@gmail.com on 8 Feb 2010 at 9:10