Displaying 2 results from an estimated 2 matches for "sandm".
Did you mean:
sands
2007 Oct 24
2
Help with loop counting?
...trips=1)
exten => s,3,SetMusicOnHold(default)
exten => s,4,Set(TIMEOUT(digit)=5)
exten => s,5,Set(TIMEOUT(response)=10)
exten => s,6,Background(softopt/som-mainmenu)
exten => s,7,GotoIf($[${trips}=4]?9999,8)
exten => s,8,WaitExten(5)
exten => s,9,Wait(5)
exten => 1,1,Goto(so-sandm,s,1)
exten => 2,1,Goto(so-support,s,1)
exten => 3,1,Goto(so-accbill,s,1)
exten => 4,1,Goto(so-switchboard,s,1)
exten => 5,1,Goto(so-silentdial),s,1)
exten => s,10,Background(softopt/som-mainmenuretry)
exten => s,11,Wait(1)
exten => s,12,Background(softopt/som-mainmenuopts)
exte...
2004 Jun 15
3
Repeat patch for ogg123
Hi,
I have made a small patch for enabling repeating in ogg123.
It adds the parameter "--repeat n" or "r n" where n indicates how
many times it repeats the playlists. Zero in forever.
Apply it if you like, I find it very convenient.
--
Regards Niels Sandmann
Jabber: sandmann@jabber.dk, Email: sandm@nn.dk
-------------- next part --------------
Only in ogg123: .deps
Only in ogg123: .libs
diff -u ogg123/cmdline_options.c ogg123-mine/cmdline_options.c
--- ogg123/cmdline_options.c 2004-06-15 17:21:18.000000000 +0200
+++ ogg123-mine/cmdline_options.c 200...