Gavin Henry

Results 39 issues of Gavin Henry

Hi all, I've just brough Zyre into my project and am getting this build error: https://github.com/SentryPeer/SentryPeer/runs/5101350050?check_suite_focus=true ``` gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wextra -Wpedantic -pedantic -Wformat=2 -Wno-unused-parameter -Wshadow -Wwrite-strings -Wstrict-prototypes...

Hi, I’m looking for the right way to add details into the Contact URI here: https://github.com/versatica/JsSIP/blob/5f5da6b802554be4f857cad5671154184308a21b/lib/UA.js#L874 As per: https://tools.ietf.org/html/rfc8599#section-4 Like: ``` Contact: ``` We’re also discussing this here: https://github.com/cloudwebrtc/dart-sip-ua/issues/89 Thanks.

Hi all, As per https://github.com/leisim/logger/issues/51#issuecomment-653730601 How can I get Android Studio to find this as Dart Analysis is failing in our Actions. It's obviously to do with https://github.com/leisim/logger/blob/cf216e03d111b524c220db75c5e243fec8c8a081/lib/logger.dart#L21 but I'm...

Hi all, As per: https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.9.html#change-to-default-file-permissions is there a way to set the mode? Quite a few of our Rundeck jobs failed last night as the default mode switched from 666...

Hi all, How can I get a current video or audio call RTCPeerConnection object? I see it at: https://github.com/flutter-webrtc/dart-sip-ua/blob/62beb1ac2502e41289ddadcce243022ae1d1bdd9/lib/src/rtc_session.dart#L87 as I want to do (excuse messy `Logger()`, not put that...

wontfix

**Describe the bug** I keep seeing my app re-register every 120secs **To Reproduce** Set `settings.register_expires = 600` etc and watch it re-register every 120secs. **Expected behavior** register expires honoured. **System...

bug

Hi @davehorton You OK if I add some of these via a PR? https://github.com/SentryPeer/SentryPeer/tree/main/.github/workflows Thanks, Gavin.

Hi all, On Flutter 2.5.2 I'm getting: https://github.com/g123k/flutter_app_badger/commit/97f6daaed1a2685f9821d7736966632df90c8c0d#commitcomment-57480729 Thanks.

https://github.com/masashi-sutou/flutter_ios_voip_kit/blob/b87a3296b49cb96f215b274a4700c9cb53cc3239/ios/Classes/SwiftFlutterIOSVoIPKitPlugin.swift#L154 I don't see any of these here for CallKit? Thanks.

enhancement

``` Running "flutter pub get" in SureVoIP-Talk... 0.9s The plugin `flutter_ios_voip_kit` doesn't have a main class defined in /home/ghenry/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_ios_voip_kit-0.0.4+1/android/src/main/java/netkeepingblog/flutter_ios_voip_kit/FlutterIOSVoIPKitPlugin.java or /home/ghenry/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_ios_voip_kit-0.0.4+1/android/src/main/kotlin/netkeepingblog/flutter_ios_voip_kit/FlutterIOSVoIPKitPlugin.kt. This is likely to due to an incorrect `androidPackage:...

wontfix