[asterisk-users] no audio

Thomas Perron thomas.perron at gmail.com
Mon Dec 6 00:19:58 UTC 2010


Any reason why I don't get audio on the channel after it rings and the
end user picks up.
Here are my files.


CONSOLE=Console/dsp                             ; Console interface for demo
OUTBOUNDTRUNK=SIP/callwithus

[default]
include => stdexten
exten => s,1,Answer()
exten => s,n,Wait(1)
exten => s,n,Dial(SIP/callwithus/1111444444,120,A,(demo-thanks))
exten => s,n,Wait(2)
exten => s,n,Hangup()




my sip.conf file

[general]
context=default
allowoverlap=no
bindport=5060
port=5060
bindaddr=0.0.0.0
canreinvite=no ;if your asterisk box is behind a NAT ro

;register => xxx:yyy at carrier.callwithus.com
register => xxx:yyy at sip.callwithus.com

[callwithus]
type=friend
host=sip.callwithus.com
username=xxx
secret=yyy
qualify=no
insecure=invite



More information about the asterisk-users mailing list