Displaying 3 results from an estimated 3 matches for "ourapp".
Did you mean:
  yourapp
  
2003 May 28
2
ANI matching trouble
Hi.  I need to send calls to different programs depending on where the
call originates.  For example, I need calls from San Diego (NPA 619 and
858) to to be routed differently than L.A. calls.  I tried entries like:
exten => 4044633/_619.,1,OurApp,sandiego-queue
exten => 4044633/_858.,1,OurApp,sandiego-queue
exten => 4044633/_213.,1,OurApp,losangeles-queue
exten => 4044633/_.,1,OurApp,default-queue
but it didn't seem to work.  Every call went to the default queue.
I also tried
exten => 4044633/_619XXXXXXX,1,OurApp,sandiego-...
2023 Mar 01
1
Inherit Owner / Permissions
...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Copy-Item], IOException
    + FullyQualifiedErrorId :
System.IO.IOException,Microsoft.PowerShell.Commands.CopyItemCommand
*****************
When I look at the zero byte files in Unix
drwxrwxr-x   2 ourapp    digicol        6 Mar  1 14:02 .
drwxrwx---   8 user digicol       11 Mar  1 14:02 ..
-rwxrw-r--   1 ourapp    digicol        0 Mar  1 14:03 2022-02-15
12_49_46-TeraCopy.jpg
When I set the owner of the directory to the user.  This works fine.
drwxrwxr-x   2 user    digicol        6 Mar  1 14:02...
2013 Sep 30
2
best practice for managing multiple stanzas within a config file?
What is the best way to manage multiple stanza within a config file?
For a splunk configuration file (inputs.conf) I need to manage some thing 
like
[monitor://var/log]
blacklist = someRegularExpression
whitelist = someOtherRegularExpression
[monitor://var/lib/ourApp]
There can be multiple monitor stanzas and each may or may not have a 
whitelist or blacklist.
I haven''t found any thing on the forge or in this group regarding best 
practice for managing stanzas within a config file.
I''ve tried a few different combinations of templates, conc...