smallSquirrel / sipml5

Automatically exported from code.google.com/p/sipml5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call.info() result is logged to console instead of given to user

GoogleCodeExporter opened this issue · comments

a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (Wireshark) or Javascript console log
if you want quick response

What steps will reproduce the problem?
1. Get a reference to any SIPml.Session.Call object, store in var call
2. Execute call.info()

What is the expected output? What do you see instead?

Expected output is some callback, promise, or any way of receiving the data. 
Instead the function returns 0 or 1 and sends the result to console.info.  
Which is pretty much useless.

What version of the product are you using? On what operating system?

Current / Chrome / Mac.  But this is an API issue.

Please provide any additional information below.

I need a way to get the "Call-ID" value that .info dumps to the console.  There 
doesn't seem to be any way to get it.

Original issue reported on code.google.com by walter...@gmail.com on 20 May 2015 at 9:29

You should read the documentation: 
http://sipml5.org/docgen/symbols/SIPml.Session.Call.html#info

Original comment by boss...@yahoo.fr on 21 May 2015 at 4:43

  • Changed state: Invalid