-
pcapsipdump doesn't seem to be capturing any TCP SIP messages.
They aren't much different. I don't think this would be difficult to add.
2009-01-06 15:04:27 UTC in psipdump
-
You may want to look at this one too for video codecs:
m=video 15560 RTP/AVP 34 99
so you've got
m=image
m=video
and
m=audio
There may be more...
2009-01-06 15:02:55 UTC in psipdump
-
Could you make a HUP signal write out the buffer?
eg:
kill -HUP .
2009-01-06 14:53:07 UTC in psipdump
-
I'd like to see an option to filter out OPTIONS and NOTIFY messages when the dialog doesn't start with an INVITE, or when the dialog starts with an OPTIONS or NOTIFY.
I'm getting lots of extra crap from Asterisk users without this.
2009-01-06 14:51:51 UTC in psipdump
-
Unknown SIP method:'ACK'!
Unknown SIP method:'ACK'!
Unknown SIP method:'PRACK'!
Unknown SIP method:'BYE'!
Unknown SIP method:'BYE'!
Unknown SIP method:'ACK'!
Unknown SIP method:'ACK'!
2009-01-06 14:46:02 UTC in psipdump
-
Can't get ip/port from SDP:
v=0
o=- 8025804924406400697 4988925392922183923 IN IP4 209.9.237.179
s=-
c=IN IP4 65.98.233.182
t=0 0
m=image 12826 udptl t38
c=IN IP4 65.98.233.182
a=T38FaxVersion:0
a=T38MaxBitRate:7200
a=T38FaxFillBitRemoval:0
a=T38FaxTranscodingMMR:0
a=T38FaxRateManagement:transferredTCF
a=T38FaxMaxBuffer:200
a=T38FaxMaxDatagram:72
In this SDP the port is...
2009-01-06 14:45:16 UTC in psipdump
-
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260216175860
Give anyone some ideas? I ordered one to play with.
2008-03-05 02:58:57 UTC in Open GPS Tracking System
-
I really don't want this thing connecting directly to my GPS's serial port, and since the serial port is on another machine it can't connect to it anyways. I would like to see gpsd support in this project.
2008-02-25 00:34:25 UTC in OpenDMTP
-
Ok... I got it working... Under Debian 4.0 I had to create this file:
/etc/tomcat5/policy.d/05opengts.policy
grant codeBase "file:${catalina.home}/webapps/track/WEB-INF/-" {
permission java.util.PropertyPermission "*", "read,write";
permission java.security.AllPermission;
};
grant codeBase "file:${catalina.home}/webapps/events/WEB-INF/-" {...
2008-02-19 20:58:20 UTC in Open GPS Tracking System
-
I think this has something to do with the policy configuration in /etc/tomcat5/policy.d/.
2008-02-19 06:11:13 UTC in Open GPS Tracking System