Call Skype API Java

Source: Internet
Author: User

Directly call the interface.

 

During the test, I used the Skype international card.

Direct use

Skype. Call ("+ 86" + telno.

 

However, it cannot be used. Then the Skype card is used in China. The dialing method is different. (I did not expect that Skype is not uniform with such a problem)

 

In the Skype client, you can directly dial the International Card, and add a "*" before the domestic card number.

 

There is no way to set the domestic and international cards in skypeapi.

 

FinallyCodeAdded the debugging code.

Skype. setdebug (true );

Skype. setdeamon (false );

Skype. Call (telno );

 

First, run in Java. Dial on Skype, and print it in the background.

 

 

<-SMS 14572 type outgoing <-call 14541 status ringing <-call 14541 status earlymedia <-chatmessage 14601 status canceled ed <-call 14541 status cancelled <-chatmessage 14505 body <-chatmessage 14505 users + 990086680640 ****** (** indicates the phone number) <-chatmessage 14601 users + 990086680640 ****** (** indicates the phone number) <-chatmessage 14601 body <partlist alt = ""> changed the Java code to Skype. call ("+ 990086680640" + telno); dialing successful

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.