Call failed to connect: Connection error (503)
I am trying to use audio call in app, But when I call from a device to other device, It does not connect with device and automatically disconnected with twilio Api. What is that problem occurred in app?
2018-11-21 10:43:32.226794+0530 AppName[243:9466] StartCallAction transaction request successful
2018-11-21 10:43:32.279094+0530 AppName[243:7164] providerDidBegin
2018-11-21 10:43:32.279737+0530 AppName[243:7164] provider:performStartCallAction:
WARNING: no real random source present!
2018-11-21 10:43:32.308053+0530 AppName[243:7164] [INFO Twilio] recreateMainTransport, Found valid IPv4 address: IPAddress
2018-11-21 10:43:32.309170+0530 AppName[243:9465] [INFO TVOMakeCallCommand] Call URI: sip:None@chunderm.gll.twilio.com;transport=tls
2018-11-21 10:43:32.722550+0530 AppName[243:7164] provider:didActivateAudioSession:
2018-11-21 10:43:38.396482+0530 AppName[243:9514] TIC TCP Conn Failed [72:0x15ef5ca50]: 1:61 Err(61)
2018-11-21 10:43:38.397055+0530 AppName[243:9514] Task <7129FEF4-4EBE-4AC5-9B34-5E0D002AE56F>.<1> HTTP load failed (error code: -1004 [1:61])
2018-11-21 10:43:38.399459+0530 AppName[243:9466] Task <7129FEF4-4EBE-4AC5-9B34-5E0D002AE56F>.<1> finished with error - code: -1004
2018-11-21 10:43:38.808257+0530 AppName[243:7164] Call failed to connect: Connection error (503).
ios xcode swift3 twilio twilio-click-to-call
add a comment |
I am trying to use audio call in app, But when I call from a device to other device, It does not connect with device and automatically disconnected with twilio Api. What is that problem occurred in app?
2018-11-21 10:43:32.226794+0530 AppName[243:9466] StartCallAction transaction request successful
2018-11-21 10:43:32.279094+0530 AppName[243:7164] providerDidBegin
2018-11-21 10:43:32.279737+0530 AppName[243:7164] provider:performStartCallAction:
WARNING: no real random source present!
2018-11-21 10:43:32.308053+0530 AppName[243:7164] [INFO Twilio] recreateMainTransport, Found valid IPv4 address: IPAddress
2018-11-21 10:43:32.309170+0530 AppName[243:9465] [INFO TVOMakeCallCommand] Call URI: sip:None@chunderm.gll.twilio.com;transport=tls
2018-11-21 10:43:32.722550+0530 AppName[243:7164] provider:didActivateAudioSession:
2018-11-21 10:43:38.396482+0530 AppName[243:9514] TIC TCP Conn Failed [72:0x15ef5ca50]: 1:61 Err(61)
2018-11-21 10:43:38.397055+0530 AppName[243:9514] Task <7129FEF4-4EBE-4AC5-9B34-5E0D002AE56F>.<1> HTTP load failed (error code: -1004 [1:61])
2018-11-21 10:43:38.399459+0530 AppName[243:9466] Task <7129FEF4-4EBE-4AC5-9B34-5E0D002AE56F>.<1> finished with error - code: -1004
2018-11-21 10:43:38.808257+0530 AppName[243:7164] Call failed to connect: Connection error (503).
ios xcode swift3 twilio twilio-click-to-call
Are you using the Twilio Programmable Voice SDK in an iOS app here? What is the code you are using to place the call? And your TwiML App code?
– philnash
Nov 21 at 6:27
@phllnash Yes, I am using Twilio Programmable Voice SDK and Callkit.
– Pankaj Jangid
Nov 21 at 6:58
Ok, and what about the code. It's hard to tell what is wrong from a log snippet.
– philnash
Nov 21 at 13:15
@philnash I found issue, this is from our server side issue. Notification does not contain body statement, so that issue occurs. Thanks
– Pankaj Jangid
Nov 23 at 11:06
Glad you're sorted!
– philnash
Nov 24 at 0:18
add a comment |
I am trying to use audio call in app, But when I call from a device to other device, It does not connect with device and automatically disconnected with twilio Api. What is that problem occurred in app?
2018-11-21 10:43:32.226794+0530 AppName[243:9466] StartCallAction transaction request successful
2018-11-21 10:43:32.279094+0530 AppName[243:7164] providerDidBegin
2018-11-21 10:43:32.279737+0530 AppName[243:7164] provider:performStartCallAction:
WARNING: no real random source present!
2018-11-21 10:43:32.308053+0530 AppName[243:7164] [INFO Twilio] recreateMainTransport, Found valid IPv4 address: IPAddress
2018-11-21 10:43:32.309170+0530 AppName[243:9465] [INFO TVOMakeCallCommand] Call URI: sip:None@chunderm.gll.twilio.com;transport=tls
2018-11-21 10:43:32.722550+0530 AppName[243:7164] provider:didActivateAudioSession:
2018-11-21 10:43:38.396482+0530 AppName[243:9514] TIC TCP Conn Failed [72:0x15ef5ca50]: 1:61 Err(61)
2018-11-21 10:43:38.397055+0530 AppName[243:9514] Task <7129FEF4-4EBE-4AC5-9B34-5E0D002AE56F>.<1> HTTP load failed (error code: -1004 [1:61])
2018-11-21 10:43:38.399459+0530 AppName[243:9466] Task <7129FEF4-4EBE-4AC5-9B34-5E0D002AE56F>.<1> finished with error - code: -1004
2018-11-21 10:43:38.808257+0530 AppName[243:7164] Call failed to connect: Connection error (503).
ios xcode swift3 twilio twilio-click-to-call
I am trying to use audio call in app, But when I call from a device to other device, It does not connect with device and automatically disconnected with twilio Api. What is that problem occurred in app?
2018-11-21 10:43:32.226794+0530 AppName[243:9466] StartCallAction transaction request successful
2018-11-21 10:43:32.279094+0530 AppName[243:7164] providerDidBegin
2018-11-21 10:43:32.279737+0530 AppName[243:7164] provider:performStartCallAction:
WARNING: no real random source present!
2018-11-21 10:43:32.308053+0530 AppName[243:7164] [INFO Twilio] recreateMainTransport, Found valid IPv4 address: IPAddress
2018-11-21 10:43:32.309170+0530 AppName[243:9465] [INFO TVOMakeCallCommand] Call URI: sip:None@chunderm.gll.twilio.com;transport=tls
2018-11-21 10:43:32.722550+0530 AppName[243:7164] provider:didActivateAudioSession:
2018-11-21 10:43:38.396482+0530 AppName[243:9514] TIC TCP Conn Failed [72:0x15ef5ca50]: 1:61 Err(61)
2018-11-21 10:43:38.397055+0530 AppName[243:9514] Task <7129FEF4-4EBE-4AC5-9B34-5E0D002AE56F>.<1> HTTP load failed (error code: -1004 [1:61])
2018-11-21 10:43:38.399459+0530 AppName[243:9466] Task <7129FEF4-4EBE-4AC5-9B34-5E0D002AE56F>.<1> finished with error - code: -1004
2018-11-21 10:43:38.808257+0530 AppName[243:7164] Call failed to connect: Connection error (503).
ios xcode swift3 twilio twilio-click-to-call
ios xcode swift3 twilio twilio-click-to-call
edited Nov 21 at 5:25
Quoc Nguyen
1,67051420
1,67051420
asked Nov 21 at 5:20
Pankaj Jangid
1569
1569
Are you using the Twilio Programmable Voice SDK in an iOS app here? What is the code you are using to place the call? And your TwiML App code?
– philnash
Nov 21 at 6:27
@phllnash Yes, I am using Twilio Programmable Voice SDK and Callkit.
– Pankaj Jangid
Nov 21 at 6:58
Ok, and what about the code. It's hard to tell what is wrong from a log snippet.
– philnash
Nov 21 at 13:15
@philnash I found issue, this is from our server side issue. Notification does not contain body statement, so that issue occurs. Thanks
– Pankaj Jangid
Nov 23 at 11:06
Glad you're sorted!
– philnash
Nov 24 at 0:18
add a comment |
Are you using the Twilio Programmable Voice SDK in an iOS app here? What is the code you are using to place the call? And your TwiML App code?
– philnash
Nov 21 at 6:27
@phllnash Yes, I am using Twilio Programmable Voice SDK and Callkit.
– Pankaj Jangid
Nov 21 at 6:58
Ok, and what about the code. It's hard to tell what is wrong from a log snippet.
– philnash
Nov 21 at 13:15
@philnash I found issue, this is from our server side issue. Notification does not contain body statement, so that issue occurs. Thanks
– Pankaj Jangid
Nov 23 at 11:06
Glad you're sorted!
– philnash
Nov 24 at 0:18
Are you using the Twilio Programmable Voice SDK in an iOS app here? What is the code you are using to place the call? And your TwiML App code?
– philnash
Nov 21 at 6:27
Are you using the Twilio Programmable Voice SDK in an iOS app here? What is the code you are using to place the call? And your TwiML App code?
– philnash
Nov 21 at 6:27
@phllnash Yes, I am using Twilio Programmable Voice SDK and Callkit.
– Pankaj Jangid
Nov 21 at 6:58
@phllnash Yes, I am using Twilio Programmable Voice SDK and Callkit.
– Pankaj Jangid
Nov 21 at 6:58
Ok, and what about the code. It's hard to tell what is wrong from a log snippet.
– philnash
Nov 21 at 13:15
Ok, and what about the code. It's hard to tell what is wrong from a log snippet.
– philnash
Nov 21 at 13:15
@philnash I found issue, this is from our server side issue. Notification does not contain body statement, so that issue occurs. Thanks
– Pankaj Jangid
Nov 23 at 11:06
@philnash I found issue, this is from our server side issue. Notification does not contain body statement, so that issue occurs. Thanks
– Pankaj Jangid
Nov 23 at 11:06
Glad you're sorted!
– philnash
Nov 24 at 0:18
Glad you're sorted!
– philnash
Nov 24 at 0:18
add a comment |
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53405680%2fcall-failed-to-connect-connection-error-503%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53405680%2fcall-failed-to-connect-connection-error-503%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you using the Twilio Programmable Voice SDK in an iOS app here? What is the code you are using to place the call? And your TwiML App code?
– philnash
Nov 21 at 6:27
@phllnash Yes, I am using Twilio Programmable Voice SDK and Callkit.
– Pankaj Jangid
Nov 21 at 6:58
Ok, and what about the code. It's hard to tell what is wrong from a log snippet.
– philnash
Nov 21 at 13:15
@philnash I found issue, this is from our server side issue. Notification does not contain body statement, so that issue occurs. Thanks
– Pankaj Jangid
Nov 23 at 11:06
Glad you're sorted!
– philnash
Nov 24 at 0:18