[Home]

Summary:ASTERISK-14583: "skype show users" in chan_skype Beta does not work
Reporter:Florian Floimair (ffloimair)Labels:
Date Opened:2009-08-03 04:10:27Date Closed:2009-08-03 11:09:47
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I just installed the Skype for Asterisk Beta (x86_32) and tried the basic CLI commands.
When I issue "skype show users" or "skype show user flofloi" I always get the error below:

astobj2.c:114 INTERNAL_OBJ: bad magic number 0xb72c488c for 0x9dbed50

****** ADDITIONAL INFORMATION ******

VOIPSERV-dev*CLI> skype show users
Skype Usersv*CLI>
[Aug  3 11:03:12] ERROR[28651]: astobj2.c:114 INTERNAL_OBJ: bad magic number 0xb72c488c for 0x9dbed50
VOIPSERV-dev*CLI> skype show licenses
Skype For Asterisk Licensing Information
========================================
Total licensed channels: 2
VOIPSERV-dev*CLI>
Licenses Found:
File: S4AB-XXXXXXXXXX.lic -- Key: S4AB-XXXXXXXXXX -- Expires: 2009-08-31 -- Host-ID: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX -- Channels: 2 (OK)
VOIPSERV-dev*CLI> skype show settings
Skype For Asterisk Settings:
engine_directory: /tmp
data_directory: /var/spool/asterisk/skype
defaultuser: flofloi
bind_address: 0.0.0.0
bind_port: 0
rtp_address: 127.0.0.1
https_proxy:
https_proxy_user:
https_proxy_password:
socks5_proxy:
socks5_proxy_user:
socks5_proxy_password:
disable_tcpauto: no
disable_udp: no
debug: no
VOIPSERV-dev*CLI> skype show version
Skype For Asterisk Components:
Channel Driver: 1.4_0.9.11
Library: 1.4_0.9.11

Comments:By: Terry Wilson (twilson) 2009-08-03 11:09:47

The most likely cause for this error is a hung skypeforasterisk process.  After exiting Asterisk, ps aux|grep skype and make sure there are no processes.  If there are, kill -9 them and try again.  Also, the bug tracker isn't for Digium commercial products.  For now, you can use http://forums.digium.com/viewforum.php?f=39

I will make sure that the magic number issue is cleared up when someone does a skype show users when skypeforasterisk fails to start.