mikesimb / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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