Create Conference
| Author |
Message
|
|
Omar Shamroukh
Topic creator
registered since: 12.12.2011
Posts: 4
|
Hi guys, I've implemented the conference call the following way: JAVAKopieren
All parameters are correctly transferred but i get an exception as follows: 01-30 10:40:22.346: W/System.err(10776): java.lang.RuntimeException: java.net.UnknownHostException: sts.idm.telekom.com 01-30 10:40:22.376: W/System.err(10776): at com.telekom.api.common.internal.service.STSService.getToken(STSService.java:79) 01-30 10:40:22.376: W/System.err(10776): at com.telekom.api.common.client.DefaultSecurityTokenGetter.getToken(DefaultSecurityTokenGetter.java:61) 01-30 10:40:22.376: W/System.err(10776): at com.telekom.api.conferencecall.client.ConferenceCallClient.createConference(ConferenceCallClient.java:125) 01-30 10:40:22.376: W/System.err(10776): at de.tsystems.emobuzzer.ConferenceCallSetup.<init>(ConferenceCallSetup.java:38) 01-30 10:40:22.376: W/System.err(10776): at de.tsystems.emobuzzer.CreateConference$2.onClick(CreateConference.java:48) 01-30 10:40:22.376: W/System.err(10776): at android.view.View.performClick(View.java:2532) 01-30 10:40:22.376: W/System.err(10776): at android.view.View$PerformClick.run(View.java:9293) 01-30 10:40:22.386: W/System.err(10776): at android.os.Handler.handleCallback(Handler.java:587) 01-30 10:40:22.386: W/System.err(10776): at android.os.Handler.dispatchMessage(Handler.java:92) 01-30 10:40:22.386: W/System.err(10776): at android.os.Looper.loop(Looper.java:143) 01-30 10:40:22.386: W/System.err(10776): at android.app.ActivityThread.main(ActivityThread.java:4277) 01-30 10:40:22.386: W/System.err(10776): at java.lang.reflect.Method.invokeNative(Native Method) 01-30 10:40:22.386: W/System.err(10776): at java.lang.reflect.Method.invoke(Method.java:507) 01-30 10:40:22.386: W/System.err(10776): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839) 01-30 10:40:22.386: W/System.err(10776): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) 01-30 10:40:22.386: W/System.err(10776): at dalvik.system.NativeStart.main(Native Method) 01-30 10:40:22.386: W/System.err(10776): Caused by: java.net.UnknownHostException: sts.idm.telekom.com 01-30 10:40:22.386: W/System.err(10776): at java.net.InetAddress.lookupHostByName(InetAddress.java:500) 01-30 10:40:22.386: W/System.err(10776): at java.net.InetAddress.getAllByNameImpl(InetAddress.java:297) 01-30 10:40:22.396: W/System.err(10776): at java.net.InetAddress.getAllByName(InetAddress.java:259) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnection.<init>(HttpConnection.java:69) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnection.<init>(HttpConnection.java:48) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnection$Address.connect(HttpConnection.java:322) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnectionPool.get(HttpConnectionPool.java:89) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getHttpConnection(HttpURLConnectionImpl.java:285) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.makeConnection(HttpURLConnectionImpl.java:267) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnectionImpl$HttpsEngine.makeSslConnection(HttpsURLConnectionImpl.java:406) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnectionImpl$HttpsEngine.makeConnection(HttpsURLConnectionImpl.java:387) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:205) 01-30 10:40:22.396: W/System.err(10776): at org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:152) 01-30 10:40:22.396: W/System.err(10776): at com.telekom.api.common.internal.service.STSService.getToken(STSService.java:59) 01-30 10:40:22.396: W/System.err(10776): ... 15 more i dont get it yet... could anyone help? greetz Omar |
| Author |
Message
|
|
Tobias Hahn
registered since: 15.08.2011
Posts: 25
|
Hey Omar, difficult. At first please try to initiate a conference within our live demo here . If this works you may check, whether the phone nr is passed correctly. I once had a problem, that the "+" was not passed . regards Tobias |
