Hi. I have asterisk 1.4.18 installed on CentOS 4.3. And it is setup on VMWare.
I want to record the call.
Here is my code :
...
exten => s,9,Record(${folderName}/${fileName}.wav)
...
I use SoftPhone (EyeBeam) to call. And here is sip.conf
[general]
bindport = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
allow=g723
allow=g729
allow=gsm
mohsuggest=holdmay
allowtransfer=yes
context = from-sip-external
callerid = Unknown
notifyringing=yes
notifyhold=yes
limitonpeers=yes
nat=yes
tos_sip=cs3
tos_audio=ef
tos_video=af41
[101]
Type=friend
Username=101
Secret=123456
Disallow=all
Allow=ulaw
Host=dynamic
Context=from-sip
qualify=yes
[102]
Type=friend
Username=102
Secret=123456
Disallow=all
Allow=ulaw
Host=dynamic
Context=from-zaptel
qualify=yes
My file is created in right folder and right file name.
But when i play the file, i hear nothing.
If you have an idea, please tell me