Displaying 1 result from an estimated 1 matches for "skype_chat_receive".
2011 Feb 25
4
Asterisk/Skype
i installed skype for asterisk
i can send and recieve calls normaly
how can i receive messages from another skype user
i Succeed to send only
using for example: exten => 2233,1,SkypeChatSend(fSkypeBcp,User,message
text)
how to receive messages using this code
SKYPE_CHAT_RECEIVE(<account>,<from>,<timeout>),and where and how I should
add this code in extensions.conf
my chan_Skype.conf
[Account]
secret=XXXXXX
context=from-pstn
exten= Account
disallow=all
allow=g729
allow=alaw
allow=slin
allow=ulaw
auth_policy=accept
buddy_presence=yes
d...