paulhsu / csipsimple

Automatically exported from code.google.com/p/csipsimple
1 stars 1 forks source link

when calling code 404/ not found #1971

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by Arshad...@gmail.com on 17 Sep 2012 at 10:34

GoogleCodeExporter commented 9 years ago
404 is usually obtained when the number called is not recognized by the sip 
provider.
Sometimes it's because of a simple missing rewriting rule (for example 
replacing + by 00); sometimes it's because sip service doesn't provide landline 
calls and just calls to other sip uri.
So maybe should be asked to the sip provider.

In very rare cases I've also seen 404 error when codec negotiation is not 
compatible. In this case codecs settings could help.

In both cases, 404 error is something returned by the sip server. So asking 
them will help more. You can share here which sip provider it is and what is 
the kind of number (or sip uri) you are trying to call. Maybe others with this 
sip provider will have some hints.

Original comment by r3gis...@gmail.com on 17 Sep 2012 at 11:10

GoogleCodeExporter commented 9 years ago
witch RexExp (Regular Expression) have I to add on the filter, to automatized 
the replace "+" with "00"?
Thanks vary much !!!

Original comment by evinb...@gmail.com on 17 May 2014 at 5:08

GoogleCodeExporter commented 9 years ago
I don't think a regexp is necessary in this case. As it's a common one, there 
is predefined rules for "starts with" and "replace matching with"

Original comment by r3gis...@gmail.com on 17 May 2014 at 5:47

GoogleCodeExporter commented 9 years ago
In my case, i ticked "NAT Traversal/Enable ICE", and it leads to 404/NOT found.

Original comment by kexianbin@diyism.com on 29 Jun 2014 at 2:56

GoogleCodeExporter commented 9 years ago
 the comment from kexianbin@diyism.com works, at least for me! I ticked "NAT Traversal/Enable ICE", and problem is solved

Original comment by jozagh...@gmail.com on 10 Apr 2015 at 11:57