Diederik de Groot

Results 218 comments of Diederik de Groot

@jozzus When you set jbenable + jbforce, it will prevent directrtp from being allowed and you will get indirectrtp. I have re-opened the issue. And will go through this step...

@jozzus With @voipAsteriskGuy help we got direcrtp working again in asterisk-11 (#394). Asterisk-13 is still failing but now that we have a working solution for 11, it will be a...

@jozzus Can you please checkout issues/394 branch: ``` git fetch -a git pull git checkout issues/394 git pull make && make reload ``` This revision should fix the sequencial ordering...

Limitted Testing Done: - asterisk-11 + directrtp - asterisk-11 + indirectrtp - asterisk-11 + directrtp + conference - asterisk-13 + directrtp - asterisk-13 + indirectrtp - asterisk-13 + directrtp +...

@jozzus I spent quite a bit of work trying to fix the issue, and on my system the new version seems to work in a stable fashion. Can you set...

Are you routing these calls through NAT ? From the logging it looks like '[general]: direcrtrtp=on' but never attempted. it's always doing AST_RTP_TRY_PARTIAL, which will never result in a fully...

Working DirectRTP call looks something like this ``` -- SEP381C1AB6B976: Indicate SCCP new state:CONNECTED, current channel state:OFFHOOK on call:SCCP/98031-00000002, lineInstance:1 (previous channelstate:RINGING) -- SEP381C1AB6B976: channel SCCP/98031-00000002 payloadType 2 -- SEP381C1AB6B976:...

@jozzus Please do check that permit/deny settings between the two devices include one another. Using permit/deny you can specify in which segments of your network direcrtrtp is allowed. If the...

@jozzus btw: you are correct about earlyrtp. When you remark it out in the general section, it does get the default 'progress' value. The earlyrtp parsing issue has been fixed...

@jozzus Thanks for testing ! 1. When both devices have sent 'Got OpenChannel ACK', they should be able to receive audio. We do have to wait until asterisk actually bridges...