jitsi / jigasi

Jigasi: a server-side application acting as a gateway to Jitsi Meet conferences. Currently allows regular SIP clients to join meetings and provides transcription capabilities.
Apache License 2.0
532 stars 297 forks source link

Invalid Origin SDP being Sent after Maven-ization #34

Closed joshelson closed 8 years ago

joshelson commented 8 years ago

I have seen a new issue attempting outbound calls from Meet after the latest upgrade. We are now seeing the SDP o= header sent on invite as:

o=username-jitsi.org 0 0 IN null null

We would generally expect to see a session ID and IP information added to this.

ltshark commented 8 years ago

`

org.opentelecoms.sdp
  <artifactId>java-sdp-nist-bridge</artifactId>
</dependency>`

to

`

org.opentelecoms.sdp
  <artifactId>java-sdp-nist-bridge</artifactId>
  <version>1.2</version>
</dependency>`
joshelson commented 8 years ago

This in fact did resolve it. Submitted PR to merge.

Toumassa commented 8 years ago

Thanks @Itshark it resolved my problem too (calling issues with freeswitch).

damencho commented 8 years ago

This is now fixed. https://github.com/jitsi/jigasi/commit/0107a421f343931baa6d547494d9f2eb2c8298d9