Displaying 2 results from an estimated 2 matches for "music2".
Did you mean:
music
2013 Nov 27
3
issue with speech in IVR
...ve an IVR menu in asterisk 1.4
like below
exten => 600,1,Ringing()
exten => 600,n,Wait(2)
exten => 600,n,Goto(home,s,1)
[home]
exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}music1)
exten => s,n,Background(${sounds_path}music2)
exten => s,n,Background(${sounds_path}music3)
exten => s,n,WaitExten(5)
exten => s,n,goto(home,s,1)
exten => i,1,Playback(${sounds_path}error)
exten => i,n,WaitExten(5)
exten => i,n,goto(home,s,1)
exten => 1,1,Goto(project,s,1)
[project]
exten => s,1,SetGlobalVar(sounds...
2006 Mar 30
3
Is mount_smbfs broken in 6.1-PRERELEASE?
Anyone know if mount_smbfs is broken in 6.1, I'm trying to run this:
"mount_smbfs -I 192.168.1.2 //nbritton@192.168.1.2/music2 /mnt/network/music/"
And then it asks for my password, I type it in, and then I get this error:
"mount_smbfs: unable to open connection: syserr = Authentication error"
I've had this same problem on another 6.1 box too... I can run this
same command on a 6.0-RELEASE box, right...