Displaying 5 results from an estimated 5 matches for "_001".
Did you mean:
0001
2004 Sep 10
3
[Flac-users] Warn overwrite output file
...accidentally ran a
decode on that .flac file, which wiped out the original .wav file.
I suggest that flac adopt one of the following to handle the situation that
an output file is specified with -o or implied, and the output file already
exists:
1. rename the existing output file by appending _001 or something like that.
2. add a flag like --warn-overwirte-output-file , which will prompt the
user for the overwrite. I can easily add the flag to my batch file.
-- Chuck
2005 Mar 20
0
rejected calls
...n => _0700.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _0800.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _0900.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _01.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _0N.,1,Dial(SIP/01149${EXTEN:1}@out_broadvoice,60,+)
exten => _001.,1,Dial(SIP/${EXTEN:3}@out_broadvoice,60,+)
exten => _00N.,1,Dial(SIP/011${EXTEN:2}@out_broadvoice,60,+)
exten => _.,2,congestion()
exten => _.,102,busy()
[from_sipgate]
exten => 1724173,1,Dial(SIP/1@1&SIP/2@2,30)
exten => 1724173,2,Hangup
[from_broadvoice]
exten => 21220206...
2006 Oct 25
2
Simple example for call transfer.
Hello,
i hev a subscription to a international voip provider and I want all calls
for numbers _001xxxxxxxxxx to go through my voip provider. I tried many
settings in sip.conf , extensions.conf and iax.conf. Please give me some
simple example for how can i transfer the specified calls to my external
voip provider. What may I put and where in witch file. Thank you for your
support.
--------------...
2006 Sep 04
9
RMagick Image.read doesn't... read!
I''ve a controller with an action that should read an image file from a
specified path and do some operations on it (mainly, resize it).
I try to read the image through this line of code (the image is placed
in applicationname\public\images.
img = Magick::Image.read("world.jpg")
The fact is that whenever I open that page, the browser freezes and I
have to restart my
2003 Mar 03
40
callerid
"In general you can match callerID with the /, but if you don't put
anything after the /, then the rule matches "no caller*ID", and if no
slash is there at all, it matches "any callerid". "
Ok.My question is ->
how to match callerid from 001... ?
and if don't know how many numbers ?
exten => s/0_,Answer don't work-
anything else ?
tnx
Thomas