Displaying 3 results from an estimated 3 matches for "softopt".
Did you mean:
softokn
2007 Oct 24
2
Help with loop counting?
...of "som-debug" at 9999. Any ideas would
be appreciated!
extensions.conf:
[so-mainmenu]
exten => s,1,Answer
exten => s,2,Set(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...
2008 Feb 14
6
UK -999 dialing issue
...t our via VOIP and if
someone dials "999" it is intercepted and sent via the zap channels. If
no zap channel is free, a call on channel 1 is ended and the number
re-dialled. This makes sure that emergency calls can always be placed
on a landline.
Any ideas would be appreciated!
Phil
[softoption-zap]
exten => _0[123456789].,1,NoOp(${EXTEN})
exten => _0[123456789].,2,Dial(Zap/g0/${EXTEN},,j)
exten => _0[123456789].,103,Dial(IAX2/Gradwell/44${EXTEN:1},,)
exten => _00[1-9].,1,Dial(IAX2/Gradwell/${EXTEN:2},,)
exten => _90[123456789].,1,Dial(IAX2/Gradwell/44${EXTEN:2},,)
; T...
2016 Nov 24
0
Creating a SEEKTABLE block during encoding
I am trying to encode a stream to FLAC and want the encoder to create a
SEEKTABLE but I cannot get it to work as the table always contains only
place holder points. All other aspects of the produced FLAC file seem
OK.
In order to eliminate anything in our system I modified the encoder
sample code from the website and it behaves the same which make me think
I'm missing something.
I