KARTIK YADAV

Results 8 issues of KARTIK YADAV

1. We need paid support how to get that 2. How can we improve the call quality we are already using G729 Have a look on the stats { "downloadBandwidth":...

Hi team hope you doing well, We are having some issue when ever this ptime change happen some issue happens then from softphone -> asterisk the call is audible in...

Hey @Viish The app is setting 24098 port in contact header where as sending the the request via port 24334 what can be the issue here any direction you could...

Even after enabling STUN SIP Invite is having Private IP in SDP session sip:[email protected]:5080 SIP/2.0 Via: SIP/2.0/UDP 192.168.10.115:40936;branch=z9hG4bK.ExmTHEj3x;rport From: ;tag=Rp2J2jJAy To: sip:[email protected] CSeq: 20 INVITE Call-ID: OirHtG7ZxI Max-Forwards: 70 Supported:...

Hello @Viish I have implemented VOIP monitor on PBX but the issue is linphone is not sending RTCP feedback reports I tried this on zoiper was able to get the...

2023-02-01 16:34:03.135 8125-8125 libc com.superfone A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x20006f006c006c in tid 8125 (com.superfone), pid 8125 (com.superfone) 2023-02-01 16:34:04.456 11917-11917 DEBUG pid-11917 A Cmdline:...

status: feedback

```go newChannelKey := ari.NewKey(ari.ChannelKey, url.QueryEscape(fmt.Sprintf("channel:%s", endpoint+time.Now().String()))) log.Printf("Originate call to %s\n", newChannelKey) channel, err := client.Channel().Originate(newChannelKey, ari.OriginateRequest{ Endpoint: endpoint, Extension: "s", Context: "inbound", Priority: 1, CallerID: endpoint, // Optional: Set CallerID...

Podfile: source "https://gitlab.linphone.org/BC/public/podspec.git" pod 'linphone-sdk' , '~>5.3.4' But I am getting ❌ (ios/Pods/RCT-Folly/folly/portability/Time.h:22:10) 20 | #include 21 | > 22 | #include | ^ 'folly/portability/Config.h' file not found 23 |...