Displaying 2 results from an estimated 2 matches for "vpjb".
Did you mean:
vpb
2013 Jul 04
4
Digium Analog card and Asterisk
Hi
I just bought some digium analog cards and I would like to build an IVR
system for my customers.
However I am googling and googling , I didn't find any blog and instruction
for beginners like me. So I come here for help. Any tips or blogs will
help.
Regards,
Hua Jie
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Nov 27
3
issue with speech in IVR
hello list
i have 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 =>