Hello,
I tried to connect Spark Client to Asterisk server. Incoming call to Spark works perfectly, but when I call from Spark, there is no audio.
I did an ethereal trace, and I can see that Asterisk sends RTP to my computer where the Spark client is installed, but there is no response (my Spark client does not send any RTP packets).
I have setup the SIP user in asterisk like this:
[901]
username=901
type=peer
secret=901
disallow=all
allow=ulaw
allow=gsm
port=5060
nat=never
host=dynamic
dtmfmode=auto
call-limit=2
canreinvite=no
context=im
callerid=<901> 901
Is this problem known?
Edit: But when I tried the beta version 2.6.0 beta 2 - it works, but there is a delay when call is establieshed (cca 2-4 seconds).