similar to: extension pattern matching

Displaying 20 results from an estimated 3000 matches similar to: "extension pattern matching"

2008 Sep 19
0
[LLVMdev] PassManager Dependence Question
On Sep 19, 2008, at 3:11 PM, David Greene wrote: > Let's say I have an analysis pass that's dependent on another > analysis pass > (getAnalysisUsage does the appropraite things). > > So Pass Y depends on Pass X. > > If some transformation pass depends on Pass Y and Pass Y has not been > invalidated by another other pass BUT Pass X _has_ been invalidated > by
2003 Sep 24
1
using assign on save?
I have an object which I want to save into an external file, using save, on a time step in loop. In the loop I have an if statment that will save when the appropraite time, t, is reached. I want to change the object and the name of the saved object to reflect which time step is being written. I can do the file name in save using paste but cannot rename the object. For example, I want to save
2008 Sep 19
5
[LLVMdev] PassManager Dependence Question
Let's say I have an analysis pass that's dependent on another analysis pass (getAnalysisUsage does the appropraite things). So Pass Y depends on Pass X. If some transformation pass depends on Pass Y and Pass Y has not been invalidated by another other pass BUT Pass X _has_ been invalidated by some other pass, what happens? I can imagine two likely paths in the current implementation
2004 Aug 06
1
Another problem...
At 11:53 PM 8/27/2002 +1000, you wrote: >icecast 2.x will maintain content type (mp3, vorbis, etc.) regardless >of extension, but ending ogg mounpoints with .ogg is recommended as >a workaround for some very common client bugs (_new_ clients should > NOT under any circumstances rely on this) just a point (or two) worth mentioning, it's not exactly trivial for clients to support
2005 Jan 14
1
Ez-Stream and Error
Hi....i will becam here an error under EZStream(Win32) "Unknown format THEORA, passing right on through! Unable to open file pipe:"... Im usung the ffmpeg2theora-0.12.exe here the XML File Greets <!-- This example is for a input playlist that can contain avi and mpg (video) files files and a output stream that is OggTheora. The output stream settings (bitrate, channels,
2004 Jul 28
0
D-Link DG-104SH H323 problemm
Hi, I'm using D-Link DG-104SH (H323 4 port FXS gateway) with analig phone connected to it and X-Lite softphone as endpoints with * When I calling from X-Lite to analog phone it's ok When I dilaling X-Lite from analog phone, X-Lite si ringind but whei I picked up X-Lite connection drops IP of DG-104SH is 192.168.1.3, H323 ID is GW1 X-Lite number is 233 Here is * output: -- Executing
2005 Jun 07
3
Error while creating domains
I am trying to start a large number of SMP domains (> 50). However, I am unable to create more than 7 domains. When I try creating the 8th domain, I get this error: Using config file "myconf7". VIRTUAL MEMORY ARRANGEMENT: Loaded kernel: 0xc0100000->0xc0344c24 Init. ramdisk: 0xc0345000->0xc0345000 Phys-Mach map: 0xc0345000->0xc0347800 Page tables:
2009 Jun 17
3
how to read in only some columns of a data file
Hello, I have a data file (.csv) that has a size of about 2.6 GB. I am not able to read in the whole data set because of the memory limit. I actually only need some columns (3 columns) of the data set, is there a way to read in specified columns? I am using windows. Thanks, Julia -- View this message in context:
2004 May 23
1
ZAPTEL not loading on FC2
Hello all, I've just installed the Fedora core 2 and tried to compile the asterisk and the zaptel drivers Asterisk went smooth but I had troubles with the zaptel. I did copy the .config file under the kernel source and make oldconfig and make include/asm ; make include/version.h ; make SUBDIRS=scripts I was able to compile the zaptel source, using the make linux26 and then ran make install. I
2008 Jan 15
0
sip channel error - extension pattern matching problem
Hi, When I have the following extension matching defined: exten => _an_.,1,NoOp(-- Context routing-sip-announcement for ${EXTEN} --) Asterisk doesn't find it when it receives such SIP request: <--- SIP read from 192.168.129.38:7160 ---> INVITE sip:an_hellboy at ms.sip.rd.touk.pl SIP/2.0 Record-Route: <sip:192.168.129.38:7160;lr=on> ... for instance when I use such extension:
2010 Sep 21
0
Dialplan extension pattern matching for '/' character
Hi Friends, LOCAL/*89/9875784578 I want to match above dialstring into dialplan context. How can i match dialplan extension pattern matching for "*89/9875784578" with including '/' character. Thanks in advance. -- Best Regards, Rajnikant Vanza -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Dec 12
1
Pattern-matching in the dial-plan
Hey all, I'm trying to add some logic to a dial-plan to allow the caller to terminate a number with a "#", but also accept it without this terminator. While trying this, I noticed that, for example, extension "_[*0-9]XXX.#" always seems to match, whether the last digit dialled is a "#" or not. It's as if the parser assumes everything after the "."
2010 Apr 29
1
Issue with (pattern) matching extension
Here's a segment of my dialplan, I'm working on the freenum/ISN functionality: same => n,Set(isnresult=${ENUMLOOKUP(${EXTEN},sip,,1,freenum.org)}) same => n,GotoIf($["${isnresult}" != ""]?:fn-CONGESTION,1) ; set up our outgoing call state same => n,Set(SIPFROMUSER=${CALLERID(num)}) same => n,GotoIf($["${GLOBAL(FREENUMDOMAIN)}" ==
2004 Apr 20
3
Pattern matching rules for least cost routing
I've got two patterns I want to match on making an outgoing call... (one day - to do Least Cost Routing for Cell/Mobile calls) Firstly - I prefer '0' rather than '9' to get an outside line... Either its a call to a mobile No... (072 -or- 082 -or- 083 -or- 084) or its just another number to dial... I added the following... the playback just advises me which 'route' is
2004 May 09
11
SIP in the UK
Hi all, Does anyone know of any providers that can offer local numbers based in the UK via IAX or SIP? We're looking at getting a number based in the UK. Thanks! -- jeremy bogan [ jeremy@segpub.com.au ] segment publishing - design.develop.host
2004 Jan 22
1
Whatever happened to the gtk based uxtheme.dll implimentation?
Hello, This is my first post here, so I'm sorry if I'm posting this in the wrong place. A while ago on one of the wine newsletters, it was reported that somebody messed around with the uxtheme.dll implimentation to allow for native gtk themes to work with wine apps. This was a great idea, as the default widgets wine uses, are quite frankly, kind of ugly. I'm wondering whatever
2004 Aug 06
3
Another problem...
oddsock wrote: > hrm....although I don't recall you stating that this is icecast 1.x, it > appears that from the context of this message, that that is what you are > running...if that is the case, from the log message above, it looks like > you are supplying a mountpoint ending in .ogg, which is just gonna > confuse the hell out of clients...change the mountpoint to
2004 Jun 18
5
IMAP and webmail applications
I've been hunting around for a webmail application other than squirrelmail for reasons that really don't matter. But I'm seeing that a lot of these applications tend to sometimes access servers via IMAP, but they always seem to have a touch more information needed than might be for an IMAP session. An example is openwebmail. It authenticates very similar to how dovecot
2003 Jul 09
1
OpenBSD version???
John Todd's Onlamp article mentions an OpenBSD version as of June 2003. Have I been sleeping while reading asterisk-users? Is it a seperate project or is it just making Asterisk portable? Who is working on this and is it in the main CVS yet? Do they have device drivers ported or just the software parts of Asterisk? I think the software parts would be relatively simple but time consuming.
2004 May 25
1
(no subject)
was wondering if anyone could give us a run through an explanation of the wiki and other examples of connecting to iptel's sip express router using asterisk pbx so i can understand better the call processing .. given the example i work from on john todd's www.loligo.com site ; exten => _3.,1,SetCallerID(${IPTELUSERID}) exten => _3.,2,SetCIDname(${IPTELUSERNAME}) exten =>