Ruiyun / cljain

Use JAIN-SIP in Clojure way.
5 stars 3 forks source link

how to make a phone call? #1

Open zcaudate opened 11 years ago

zcaudate commented 11 years ago

great library!

I'm wondering if there can be an example of how to make a phone call:

I wish to make a call on nonoh.net:

http://www.nonoh.net/sip

General SIP port : 5060 Registrar : sip.nonoh.net Proxy server : sip.nonoh.net Outbound proxy server : leave empty Account name : your Nonoh username Password : your Nonoh password Display name/number : your Nonoh username or voipnumber Stunserver (option) : stun.nonoh.net

Ruiyun commented 11 years ago

I update examples in the test directory, I wish it will help you. The INVITE example code is not pretty, sorry for the bad syntax. I will improve the call flow api as soon as i can.

zcaudate commented 11 years ago

Thanks for your help. Looking forward to the updates.

On 16/09/2013, at 1:37, Ruiyun Wen notifications@github.com wrote:

I update examples in the test directory, I wish it will help you. The INVITE example code is not pretty, sorry for the bad syntax. I will improve the call flow api as soon as i can.

— Reply to this email directly or view it on GitHub.