search for: languager

Displaying 20 results from an estimated 26644 matches for "languager".

Did you mean: languages
2007 Apr 30
5
Asterisk 1.4.4 VoiceMail ODBC Storage Help
Hi All, I have an issue with the ODBC voicemail storage option with asterisk. All appears to work fine, however, I get several sql execute warnings. I was wondering if anyone out there could help me get to the bottom of what is causing this and how I could possibly go about rectifying it. The warning message we are getting is as follows: WARNING[30115]: app_voicemail.c:1280 delete_file: SQL
2007 Jul 18
10
Rails - Mock going out of scope?
Hello list, I think I have a rails related RSpec problem with a mock going out of scope on a recursive call to a model. The code is at: http://pastie.textmate.org/79821 if you want to see it highlighted. I have pasted it below as well. Basically, I have an acts_as_nested_set model called "Node", which works fine. I have a function which finds the language name of the node instance.
2004 May 05
1
Digits in a different language...
I am having trouble getting the Voicemail app to play some digits in a different language. I have set up my country code as "mx" (Mexico) and all sounds start playing in spanish. But when I go to the "2" option in voicemail I notice the following: -- Playing 'vm-changeto' (language 'mx') -- Playing 'vm-press' (language 'mx') --
2014 Feb 27
1
R and LANGUAGE
Diverted from ESS-help. It is really about R's LANGUAGE, locales and then a wish for sessionInfo() : >>>>> Sparapani, Rodney <rsparapa at mcw.edu> >>>>> on Thu, 20 Feb 2014 19:39:33 +0000 writes: >> Just guessing: perhaps this is something that is set when >> R is initialized and not queried every time something is >>
2011 Jun 15
4
[LLVMdev] Connection llvm ir
I want to connect each llvm ir for example: 1. Turn C/C++ language into C_llvmIR assembly language using Clang 2. Turn Fortran language into Fortran_llvmIR assembly language using Dragonegg 3. Turn Python language into Python_llvmIR assembly language using Unladen-Swallow 4. Connect each llvm IR Is this possible? Wonjun, Choi -------------- next part -------------- An HTML attachment was
2005 Oct 05
0
agi-test.agi question - wierd results
Hello I am starting to learn AGI. I have setup an extension to play the agi-test.agi perl script and the output I get is this on console: On Polycom 300: -- Executing Answer("SIP/200-72d2", "") in new stack -- Executing AGI("SIP/200-72d2", "agi-test.agi") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/agi-test.agi --
2007 Oct 03
4
TextMate language weirdness
I''m having trouble with TextMate and assigning the RSpec language to *_spec.rb files within rails projects. Here is what is happening: I''m in a file that has the language "Ruby on Rails" selected. I do a ctrl-shift-down to switch to the corresponding _spec.rb file. The _spec.rb file has the language "Ruby on Rails" selected. I change the language to
2014 Mar 11
3
[PATCH 1/2] builder: move some language-related code into a Languages module
Mostly code motion, no behaviour changes. --- builder/Makefile.am | 3 +++ builder/languages.ml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ builder/languages.mli | 21 ++++++++++++++++++ builder/list_entries.ml | 36 ++----------------------------- 4 files changed, 83 insertions(+), 34 deletions(-) create mode 100644 builder/languages.ml create mode 100644
2006 Apr 10
1
Directory App() is running for a while, like blocked/freeze? in the same name...
Hi, I've been watching my * Console and seems to be one call not well terminated or something: For 5 minutes at least my console is reporting this: ectory|general|ext-local|be: -- Playing 'letters/c' (language 'en') directory|general|ext-local|be: -- Playing 'letters/o' (language 'en') directory|general|ext-local|be: -- Playing 'dir-instr'
2017 Sep 01
2
Natural vs National in R signon banner?
>>>>> Paul McQuesten <mcquesten at gmail.com> >>>>> on Thu, 31 Aug 2017 18:48:12 -0500 writes: > Actually, I do agree with you about Microsoft. > But they have so many users that their terminology should not be ignored. > Here are a few more views: >
2010 Mar 12
2
ExtenSpy Problem
Hi I'm trying to get ExtenSpy to work but it wont, I'm dialling a number from my mobile which comes into our server and answering the number on a particular SIP extension which all works fine. I'm then dialling an exten from my own SIP extension which executes the ExtenSpy for the correct extension but I hear nothing. Here is the output in the CLI -- Executing
2017 Aug 31
3
Natural vs National in R signon banner?
The R signon banner includes this statement: Natural language support but running in an English locale Should that not say 'National' instead of 'Natural'? Meaning that LOCALE support is enabled, not that the interface understands human language? Please ignore this and forgive me if this is an inappropriate post. I am a N00B in R. [[alternative HTML version deleted]]
2005 Jul 28
2
Japanese Language Support?
When I installed CentOS, I was careful to install Japanese language support. However, now that CentOS is running, I can't seem to get Japanese language input going. I clicked on the top menu bar to add the "Input Method Switcher", and now there is a little white square on the top panel. If I click on it, gives me the option of using ASCII input, or to "Add or Remove".
2006 May 16
18
Ruby''s purpose?
Before I get flamed, I just want to start off by saying that I am new to Ruby and I really enjoy this language and want to see it succeed. But, what niche does this language fill? These are serious question, not a put down of the language. Does it has something to offer for Web 2.0? Is it just another scripting language? Does it suppose to replace something else? Does it suppose to work with
2006 Feb 06
8
change languages from an IVR
A customer of mine wants an IVR where the first 3 choices are 1 English 2 Spanish 3 French I can build the IVR but how do I get the system prompts to then speak the selected langauge. For example, a caller has selected Spanish and so is routed to the Spanish part of the IVR. At some point he breaks out of the IVR to leave a VM. How does the system know to continue offering him Spanish?
2012 Jul 23
2
file and on SayNumber() app
Hello, I use the SayNumber() with variable. for example the number 1234 - asterisk play the number without and. -- Executing [888 at from-internal:1] Set("SIP/103-0000035d", "LANGUAGE=en") in new stack -- Executing [888 at from-internal:2] SayNumber("SIP/103-0000035d", "1234") in new stack -- <SIP/103-0000035d> Playing
2011 Jul 11
36
has_many and belongs_to association
Hi , I want to test the one below but I got the problem belongs_to :name, :class_name => "Phrase", :foreign_key => "name" in my test context "test"do should have_many :phrases end in language.rb belongs_to :name, :class_name => "Phrase", :foreign_key => "name" error is 1) Failure: test: check has_many and belongs_to
2006 Mar 06
0
Set(LANGUAGE()=language) - for queue
Hi group! How to set language for queue? I have several queue's. In every queue, agents speaks different language. I need to announce queue-youarenext and similar on different languages. This is what I have in my extensions.conf and it does set language, but when calls enters queue, it doesn't use that language. exten => 313,1,Answer exten => 313,n,Set(LANGUAGE()=de) exten =>
2006 Jun 20
0
ChanSpy on a specific channel.
Guys, I'm trying to run chanspy on a specific channel without success.. extensions.conf: exten => 5,1,ChanSpy(IAX2/) Result: -- Executing ChanSpy("IAX2/127.0.0.1:32783-1", "IAX2/") in new stack -- Playing 'beep' (language 'en') -- Playing 'beep' (language 'en') -- Playing 'beep' (language 'en')
2008 Nov 26
1
language and meetme issue
Hello, I have created a dynamic conference into two languages (english and russian). Client calls to confrence number and interactive choose the language. Meetme runs with 'dMi' options. Everything works perfect if one conference room clients have choosed the same language. If clients had choosed different language , there is a problem with user join/leave announcements. For example: