search for: supplier

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

Did you mean: supplied
2020 May 14
6
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
...law)" and the call hangs up.  Why? Last minute thought: Is it possible that the caller is sending g729 in RTP even though the SIP negotiation clearly chooses alaw? Maybe I need some RTP debugging. Asterisk 13.14.1 on Debian, using chan_sip. Here's the trace: <--- SIP read from UDP:SUPPLIER:5060 ---> INVITEsip:LOCAL at ASTERISK:5060 SIP/2.0 Via: SIP/2.0/UDP SUPPLIER:5060;branch=z9hG4bK02B5ab9c8e55f864da9 From:<sip:REMOTE at SUPPLIER>;tag=gK02498cb1 To:<sip:LOCAL at ASTERISK> Call-ID: 205665777_90679951 at SUPPLIER CSeq: 539098 INVITE Max-Forwards: 70 Allow: INVITE,ACK,...
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 process=read.table("purity.csv", sep=",", header=TRUE) proc1=aov(Purity~Supplier+Error(Supplier/Batch), p...
2020 May 14
0
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
...> Last minute thought: Is it possible that the caller is sending g729 in RTP > even though the SIP negotiation clearly chooses alaw? Maybe I need some > RTP debugging. > > Asterisk 13.14.1 on Debian, using chan_sip. > > Here's the trace: > > <--- SIP read from UDP:SUPPLIER:5060 ---> > INVITE sip:LOCAL at ASTERISK:5060 SIP/2.0 > Via: SIP/2.0/UDP SUPPLIER:5060;branch=z9hG4bK02B5ab9c8e55f864da9 > From: <sip:REMOTE at SUPPLIER>;tag=gK02498cb1 > To: <sip:LOCAL at ASTERISK> > Call-ID: 205665777_90679951 at SUPPLIER > CSeq: 539098 INVITE &gt...
2006 Aug 07
1
Escape ''&'' in text_field_with_auto_complete
...stomers for the other information in the database relevant to the customer. Error result ==> :company_name => "Barnes ", :Nobel => "" Expected/Desired result ==> :company_name => "Barnes & Nobel" Code in view: <%= text_field_with_auto_complete :supplier, :company_name, { :size => "45", :value => @supplier.company_name }, :after_update_element => "function(element,value){" + remote_function( :url => { :action => :get_supplier_address }, :with => "''supplier=''+escape($F('...
2013 Jun 18
1
How to Pass Jquery selected dropdown values and radio button values to controller
...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'', ''supplier'' %><p>Supplier</p> <% end %> <h2>Search Criteria</h2> <div id="dropdown"> <p>State</p> <%= collection_select(:customer, :customer_number, Customer.all, :id, :state) %> <p>City</p> <%=...
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 1 65 48.22 11.12 49.61 47.86 13.79 31.30 72.71 41.41 0.1 Price 2 65 6.65 0.06 6.69 6.66 0.01 6.48 6.70 0.2...
2006 Mar 18
3
Nil result on find & pretty print
...Ruby and to Ruby on Rails and have spent the last 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...
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]) el...
2020 May 14
0
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
...he call hangs up.  Why? > > Last minute thought: Is it possible that the caller is sending g729 in > RTP even though the SIP negotiation clearly chooses alaw?  Maybe I > need some RTP debugging. > And in fact that is exactly what's happening. > > <--- SIP read from UDP:SUPPLIER:5060 ---> > INVITEsip:LOCAL at ASTERISK:5060 SIP/2.0 > Via: SIP/2.0/UDP SUPPLIER:5060;branch=z9hG4bK02B5ab9c8e55f864da9 > From:<sip:REMOTE at SUPPLIER>;tag=gK02498cb1 > To:<sip:LOCAL at ASTERISK> > Call-ID: 205665777_90679951 at SUPPLIER > CSeq: 539098 INVITE >...
2007 Jul 23
1
AAF association not workin
Hi, I have configured my model as follows: class Product < ActiveRecord::Base acts_as_ferret :fields => [:description,:label_description,:label_free,:product_id_supplier,:description_supplier,:supplier_description] belongs_to :supplier def supplier_description return "#{self.supplier.description}" end In the development log I can see the supplier_description being added to the index: creating doc for class: Product, id: 24710306 Adding fiel...
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 independe...
2005 Sep 26
1
[Fwd: [Rails] Re: Autocomplete - setting a second value?]
..., exactly. You can get the latest version at http://dev.rubyonrails.com/browser/spinoffs/scriptaculous/ > ... and if so, would it be possible for you to show some code so I can > see how you exactly do it? Sure, no problem. app/views/products/_form.rhtml: <%= hidden_field :product, :supplier_id %> <%= text_field :supplier, :name, :size => 40, :value => @product.supplier.nil? ? nil : @product.supplier.display_name %> <div class="auto_complete" id="supplier_name_auto_complete"/> <script type="text/javascript"> new Ajax.Autocompl...
2020 May 14
1
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
...call hangs up. Why? > > Last minute thought: Is it possible that the caller is sending g729 in RTP > even though the SIP negotiation clearly chooses alaw? Maybe I need some > RTP debugging. > > And in fact that is exactly what's happening. > > <--- SIP read from UDP:SUPPLIER:5060 ---> > > INVITE sip:LOCAL at ASTERISK:5060 SIP/2.0 > Via: SIP/2.0/UDP SUPPLIER:5060;branch=z9hG4bK02B5ab9c8e55f864da9 > From: <sip:REMOTE at SUPPLIER>;tag=gK02498cb1 > To: <sip:LOCAL at ASTERISK> > Call-ID: 205665777_90679951 at SUPPLIER > CSeq: 539098 INVIT...
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 as...
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 1 65 48.22 11.12 49.61 47.86 13.79 31.30 72.71 41.41 0.1 Price 2 65 6.65 0.06 6.69 6.66 0.01 6.48 6.70 0.2...
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.chec...
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 rep...