search for: suppliers

Displaying 20 results from an estimated 591 matches for "suppliers".

Did you mean: supplier
2020 May 14
6
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
I am having a problem with one of my callers who is using either g729 or alaw.  I can do alaw but not g729 so asterisk should negotiate alaw right?  In fact from the sip debug it looks like it does, but then I get the dreaded "channel.c:5630 set_format: Unable to find a codec translation path: (g729) -> (alaw)" and the call hangs up.  Why? Last minute thought: Is it possible that
2007 Nov 12
1
R - lme
Dear R gurus, I am trying to work out the problem given in Nested design - Montgomery - Design of Experiments p.561 I have attached a pdf of the data as well the anova table. It is a mixed model with Supplier as fixed effect and batches within the supplier as random effects. I am able to work out the error stratums as below using aov. Which agrees perfectly with the book example
2020 May 14
0
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
The other end is sending g729 even though it was not negotiated. The other end should not do this and it usually seems that the other ends that do send g729. This was recently fixed. See https://issues.asterisk.org/jira/browse/ASTERISK-28139 Richard On Thu, May 14, 2020 at 1:11 AM John Hughes <john at calva.com> wrote: > I am having a problem with one of my callers who is using
2006 Aug 07
1
Escape ''&'' in text_field_with_auto_complete
...ment,value){" + remote_function( :url => { :action => :get_supplier_address }, :with => "''supplier=''+escape($F(''supplier_company_name''))") + "}" %> controller: def auto_complete_for_supplier_company_name @suppliers = Supplier.find(:all, :conditions => ["company_name LIKE ?", params[:supplier][:company_name] + ''%'']) if @suppliers.length == 0 flash_warning(:now, ''No Suppliers found with company name starting with '' + params[:supplier][:company_name]....
2013 Jun 18
1
How to Pass Jquery selected dropdown values and radio button values to controller
Hi, I have an advance search page and its code is as follows - I have written my code like this <div class="container"> <%= form_tag search_index_path, method: :get do %> <%= radio_button_tag ''user_type'', ''customer'' %><p>Customer</p> <%= radio_button_tag ''user_type'',
2003 May 28
6
VOIP phone suppliers in the UK?
Hi All, Can anyone recommend a supplier and/or a particular a model of SIP voip phones in the UK? I don't seem to be having much luck locating any. Thanks, Nathan.
2016 Apr 27
1
error.crosses
Hello all, I have used describeBy to generate the following summary statistics. I simply need x and y error bars on a plot that has CQN (xaxis) and Price (yaxis). There should be four total points on the graph (one for each supplier). Using "error.crosses(desc$CQN, desc$Price)" does not work. group: a vars n mean sd median trimmed mad min max range skew CQN
2006 Mar 18
3
Nil result on find & pretty print
...t few days trying to get my head around it. I think I am already hooked but am suffering badly from years of programming a non-OO RDBMS. I am trying to learn by attempting to produce a system for my work. I have a main table sdocs which has a field supplier_id which is an entry in another table (suppliers) to lookup supplier name etc. At the moment I am not using the id field of suppliers in an attempt to get around the following error. (The agile development book suggests that the nil error only results from a search on a key and not from a search on other fields but I am still having the problem...
2006 May 03
5
Finding the rhyme for has_many :through
...I haven''t been programming long enough to be natural in these kind of things. And if that isn''t bad enough, I am a newbie on Rails too... So please enligthen. I am trying to build a simple tool for my shop. I have many products that I sell in my shop and of course I have many suppliers for the products. Thus to express the relationship between products and suppliers, I think I have to create a join model. Beside the product_id and supplier_id the join model will also note the purchase_date, the quantity, and the price. Am I right till this point? The question is, what shall...
2007 Nov 19
2
Help with controller and view
...:ingredients, :through => :ingredient_recipes end class IngredientRecipe < ActiveRecord::Base belongs_to :ingredient belongs_to :recipe end class Ingredient < ActiveRecord::Base has_many :ingredient_recipes has_many :recipes, :through => :ingredient_recipes has_many :suppliers end class Supplier < ActiveRecord::Base belongs_to:ingredient end The controller class TraceabilitiesController < ApplicationController def index if (params[:BakeryOutput].nil? ) @traceabilities = BakeryOutput.find(:all,:include => [:recipe, :customer]) els...
2020 May 14
0
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
On 14/05/2020 08:10, John Hughes wrote: > > I am having a problem with one of my callers who is using either g729 > or alaw.  I can do alaw but not g729 so asterisk should negotiate alaw > right?  In fact from the sip debug it looks like it does, but then I > get the dreaded "channel.c:5630 set_format: Unable to find a codec > translation path: (g729) -> (alaw)"
2007 Jul 23
1
AAF association not workin
...e supplier_description being added to the index: creating doc for class: Product, id: 24710306 Adding field label_free with value ''67CM'' to index Adding field product_id_supplier with value ''177-175-078 middel'' to index Supplier Load (0.000359) SELECT * FROM suppliers WHERE (suppliers.`id` = 19) Adding field supplier_description with value ''Haans'' to index Adding field description with value ''MAND RATTAN MIDDEL 67CM'' to index Adding field description_supplier with value '''' to index Adding field label_descript...
2003 Sep 13
2
UK Suppliers
Can anyone please direct me to UK based suppliers of equipment. Website URL's would be appreciated. TIA -- ***** Not everyone is touched by an Angel.... .... Those that are, never forget the experience *****
2018 Mar 25
1
Get Specific Records from Another DataFrame
Hello I have been struggling with this simple looking problem. I have two dataframes. The first one contains ID, date, and revenue information for specific suppliers. id lastdate depvar A 5/10/2017 10 B 8/16/2017 20 C 2/14/2017 30 D 9/5/2017 40 E 8/1/2017 50 F 11/4/2017 60 G 6/22/2017 70 The second dataframe contains timeseries data of each supplier in different columns. For example Column A are the transaction dates of supplier A and A_indvar is an independen...
2005 Sep 26
1
[Fwd: [Rails] Re: Autocomplete - setting a second value?]
...ment: function(element, selectedElement) { $(''product_supplier_id'').value = selectedElement.id.substring(1);}});</script> app/views/products/auto_complete_for_supplier_name.rhtml: <ul> <%= render :partial => ''supplier'', :collection => @suppliers %> </ul> app/views/products/_supplier.rhtml: <li id="s<%= supplier.id %>"><%= h(supplier.display_name) %></li> app/controllers/products_controller.rb: def auto_complete_for_supplier_name name = "%#{params[:supplier][:name].downcase}%" c...
2020 May 14
1
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
On Thu, May 14, 2020 at 11:31 AM John Hughes <john at calva.com> wrote: > On 14/05/2020 08:10, John Hughes wrote: > > I am having a problem with one of my callers who is using either g729 or > alaw. I can do alaw but not g729 so asterisk should negotiate alaw right? > In fact from the sip debug it looks like it does, but then I get the > dreaded "channel.c:5630
2010 Mar 10
1
dtmf payload 100
Hello, I encountered the dtmf problem between my asterisk box (1.4.23) and suppliers gateway (unknown vendor). I have dtmf mode set to rfc2833 and it alway worked till supplier has changed something. Now I receive from him dtmf payload 100. With the second supplier which sends dtmf with payload type 101 everything works. in cli I get this message as dtmf is entered rtp.c:1287 ast...
2016 Apr 27
0
error.crosses
Hello all, I have used describeBy to generate the following summary statistics. I simply need x and y error bars on a plot that has CQN (xaxis) and Price (yaxis). There should be four total points on the graph (one for each supplier). Using "error.crosses(desc$CQN, desc$Price)" does not work. group: a vars n mean sd median trimmed mad min max range skew CQN
2010 Dec 25
6
undefined local variable or method?
I have: <%= form_for(@supplier) do |f| %> ....... ...... <%= render ''sector_categories'', :locals => {:f => f} %> in _sector_categories partial I have: <div class="field"> <div id="category_update"> <% for category in @categories %> <%= f.check_box :category_ids[], category.id,
2003 Sep 24
4
Purchasing Grandstream Phones
Does anyone know of any reliable supplier for Grandstream phones? I tried dealing with David Li from Grandstream, but after emailing him an order in August, and asking how he wanted payment, I never got a reply... James Ho from DGTimes was happy to give me pricing, but when I sent him an email asking for shipping costs, I never got a reply... I tried dealing with John from Chagres Ventures, but