kiritm-nimblechapps

Results 15 comments of kiritm-nimblechapps

@jariwalabhavesh Can you provide the solution when added collapsible in scrollview, I want to solution as your GIF.

> I think you forgot to add the port, your domain should be look like this "131.191.161.131:5161" I have added port inside domain like you say, I got message "Invalid...

> about your username, i don't think you can use a number from trunk, try something local, like "something#123", also make sure you configured for PJSIP Can you send me...

@yunhanxia I set as your configure but i don't create account. PJSIP at asterisk side ? I don't know.

okay. Can you send me server setting for it.

> Can you send the full code of creating account and make call ? I send some code.

``` import { Endpoint } from 'react-native-pjsip' let endpoint = new Endpoint(); let configuration = { "name": "name", "username": "username", "domain": "domain", "password": "password", "proxy": null, "transport": "UDP", // Default...

The Header value is fixed. ``` 'P-Asserted-Identity': 'Header Example', 'X-UA': 'React native' ```

I check on LinePhone App with all setting. In this app account created successfully but there is not calling inside the app. App : https://play.google.com/store/apps/details?id=org.linphone&hl=en_IN Can you say what's issue....

> I think you forgot to add the port, your destination should be look like this "sip:[email protected]:5161" I have added port inside domain like you say, I got message "Invalid...