Open GoogleCodeExporter opened 9 years ago
Kundan: I have added a hack in p2p-sip's rfc3261.py in svn r25, so that it will
not crash. But without that, looks like you will need to disable the SUBSCRIBE
message sent from X-lite: in SIP accounts settings, under presence tab, make
the mode as "peer-to-peer" instead of "presence agent".
TODO: need to re-implement the transaction/branch id generation in rfc3261 to
fix the loop detection issue.
Original comment by voiprese...@gmail.com
on 5 Feb 2011 at 3:40
Also reported by leoLee <leoliwork.2007@gmail.com> on Nov 24, 2010.
Hi
I got a trouble when i login the sip-rtmp gateway with x-lite.
The problem is that will throws Exception when x-lite login.
Traceback (most recent call last):
File "app/sipd.py", line 110, in <module>
sipapi.run() # the loop to process the SIP listening point
File "/home/protel/p2p-sip/back up/src/app/sipapi.py", line 246, in run
try: multitask.run()
File "/home/protel/p2p-sip/src/external/multitask.py", line 1196, in run
get_default_task_manager().run()
File "/home/protel/p2p-sip/src/external/multitask.py", line 897, in run
self.run_next()
File "/home/protel/p2p-sip/src/external/multitask.py", line 963, in run_next
output = task.send(input)
File "/home/protel/p2p-sip/back up/src/app/sipapi.py", line 151, in sipreceiver
if data: stack.received(data, remote)
File "/home/protel/p2p-sip/src/std/rfc3261.py", line 425, in received
self.receivedRequest(m, uri)
File "/home/protel/p2p-sip/src/std/rfc3261.py", line 494, in receivedRequest
t.receivedRequest(r)
AttributeError?: 'ClientTransaction?' object has no attribute 'receivedRequest'
thanks a lot .
leo
Original comment by voiprese...@gmail.com
on 5 Feb 2011 at 5:21
Original issue reported on code.google.com by
voiprese...@gmail.com
on 5 Feb 2011 at 3:35