I have just move my asterisk from one machine to the other. Now when I call from skype to asterisk I can hear outgoing message, I can use keypad to choose extension, I can redirect and connect to SIP line, but audio SIP -> Skype is silent. ( Skype -> SIP - no problem).
I used exactly the same setting that i used on my old machine, what could be the problem ??
Here is my chan_skype.conf
[general]
engine_directory=/tmp/skype
default_user=xxxxxxx
bind_address=0.0.0.0
bind_port=9082
[skype]
secret=xxxxxxx
context=skype-in
exten=s
disallow=all
allow=ulaw
direction=both
auth_policy=accept
Thanks in advance
Robert