search for: 3003

Displaying 20 results from an estimated 217 matches for "3003".

Did you mean: 2003
2007 Mar 13
2
index returns all results for specific queries
...' require ''ferret'' include Ferret index = Index::Index.new(:path => ''/tmp/fooindex'', :key => :id) # dummy data index << {:visibility=>"private", :type=>"media", :title=>"example title", :owner=>"user/3003", :author=>"user/3003", :description=>"description example", :id=>"user/3003/media/1"} index << {:visibility=>"private", :type=>"media", :title=>"a new title", :owner=>"user/3003", :author=>&quo...
2006 Jun 14
1
transcoding problem
I am having a problem with asterisk transcoding GSM and G729 codecs, the error message is below: Jun 14 09:38:12 WARNING[18292]: channel.c:2693 ast_channel_make_compatible: No path to translate from SIP/3004-fcfb(256) to SIP/3003-c1c3(2) Jun 14 09:38:12 WARNING[18292]: app_dial.c:1586 dial_exec_full: Had to drop call because I couldn't make SIP/3004-fcfb compatible with SIP/3003-c1c3 == Spawn extension (test, 3003, 1) exited non-zero on 'SIP/3004-fcfb' sip.conf [3004] type=friend secret=xxxxx context=test cal...
2006 Feb 24
1
Polycom IP 601 Buddy Watch doesn't work after Asterisk reload
...e extensions that I configured. Before the reload in the CLI appears: -= Registered Asterisk Dial Plan Hints =- 3002 : SIP/3002 State: Idle Watchers 1 3006 : SIP/3006 State: Idle Watchers 1 3003 : SIP/3003 State: Unavailable Watchers 1 3001 : SIP/3001 State: Idle Watchers 1 3000 : SIP/3000 State: Idle Watchers 1 After the reload in the CLI...
2011 Aug 19
4
Leading zeros
An embedded and charset-unspecified text was scrubbed... Name: n?o dispon?vel URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110819/e7764da5/attachment.pl>
2004 Jul 01
5
Sip to Sip
I appologize if this was already answered somwhere on http://www.voip-info.org/wiki-Asterisk, I'm sure it probably is. And if you wish to just point me to a link that would be appreciated. I am very new to asterisk and unix all around, so these questions may sound rather ignorant. First being, how do I setup asterisk to point to another asterisk server and make all the lines which should
2006 Feb 08
3
Tripp Lite is up to no good
...ing tripplite_usb as root, port auto, says: Detected a UPS: TRIPP LITE/TRIPP LITE SMART1050SLT HOWEVER... then there are a splash of "unknown" messages, of which the killer is: Unknown protocol (3004) attached to Tripp Lite SMART1050SLT Uh-oh. 3004 is new. tripplite_usb only speaks 3003. Yes, Tripp Lite has a shiny new undocumented protocol, folks. It is probably based on 3003- but who knows? One step forward, two steps back.
2006 Jan 04
5
Webservice External XMLRPC
...d end class ApiController < ApplicationController skip_before_filter :login_required web_service_dispatching_mode :delegated web_service_scaffold :invoke web_service(:directspool) {DirectSpoolService.new} end The controller behaves fine when accessing it with : http://localhost:3003/api/invoke, and curl -d ''<?xml version="1.0" ?><methodCall><methodName>Add</methodName><params><param><value><string>dsdfsa</string></value></param><param><value><string>safdasf</string>&l...
2010 Mar 24
1
Tripplite USB 3003 problems
I have been having a few issues recently. I'm running Nut 2.4.3 on Solaris 10 (10/09) using a TrippLite SMART700DVa UPS. Everything seems to be working fine except for some random issues. During a power cycle (UPS online to offline to online) NUT will occasionally get disconnected from the UPS. A call to it using upsc results in "Error: Data stale". And running dmesg has the
2014 May 16
2
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
Hello, I own an older Tripp Lite SMART3000RM2U (protocol 3003). It does not work with usbhid-ups but it mostly works with the tripplite_usb driver (nut 2.7.1, the latest in the Gentoo tree), in the sense that the status (on line, on battery, etc.) is detected correctly, the machine is shut down on critical battery, and I can even get some information from th...
2014 May 16
0
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...know what to do with > them (and I can no longer find that piece of information...). Here's where the battery.charge variable is calculated: https://github.com/networkupstools/nut/blob/master/drivers/tripplite_usb.c#L1099 battery_charge = (unsigned)(s_value[5]); (In that file, the 3003 protocol is denoted by "tl_model == TRIPP_LITE_SMARTPRO".) Due to the command prefix characters in the protocol, the ups.debug.S hex values are actually indexed from 1 as follows: 1 2 3 4 5 6 7 ups.debug.S: 31 30 30 00 28 30 0d '100..0.' Hence, your s_value...
2017 Sep 20
4
arguments imply differing number of rows
Hi Team, I using the syntax as: data.df<- data.frame( city= c(rep(c("Delhi", "Bangalore","Chandigarh"),each=5)), population= c(4000:6000,3500:4300,3000:3200) ) But i am getting the error as arguments imply differing number of rows: 15, 3003. Tried searching google but could not understand & find the solution. Thanks, Shivi [[alternative HTML version deleted]]
2009 May 27
9
Contingent Select Boxes - 2 Q's
I have a form with contingent select boxes (the state is contingent on the country selected, so when the country selected changes, the state changes -- I am using the Carmen plugin for getting my state names and country names together, but not the functionality I am interested in achieving). Everything works fine except I cannot figure out how to amend my code such that: A. When the form is first
2010 Feb 22
1
counting repeating sequence lengths in a vector
...ong (~50,000) sequence of repeating numbers. The first 100 are: [1] 0 0 0 0 0 0 0 0 0 0 0 429 [13] 429 429 429 429 429 429 429 858 858 858 858 858 [25] 858 1287 1287 1287 1287 1287 1716 2145 2145 2574 2574 3003 [37] 3003 3432 3432 3861 4290 4719 5148 5577 5577 6006 6006 6006 [49] 6435 6435 6435 6864 6864 7293 7293 7293 7722 7722 7722 7722 [61] 8151 8151 8151 8580 8580 8580 9009 9009 9009 9009 9438 9438 [73] 9438 9438 9867 9867 9867 10296 10296 10296 1...
2009 Nov 11
1
Voicemail after hangup
...Because if I put it before it, it works right, but if I put it there, it doesn't... The log is: -- Executing [h at cont-mine:1] NoOp("SIP/3005-096736a8", "End of cont-mine") in new stack -- Executing [h at cont-mine:2] VoiceMail("SIP/3005-096736a8", "3003|su") in new stack -- <SIP/3005-096736a8> Playing '/var/spool/asterisk/voicemail/default/3003/unavail' (language '') == Spawn extension (cont-mine, h, 2) exited non-zero on 'SIP/3005-096736a8' Thanks, ___________________________________________...
2008 Aug 15
5
SpamAssassin and Maildir with Dovecot
A patch has been proposed for SpamAssassin to process Maildir folders of spam: <https://issues.apache.org/SpamAssassin/show_bug.cgi?id=3003> Is this patch compatible with Dovecot's implementation of Maildir? For example, is anything needed to avoid stepping on Dovecot's metadata?
2014 Jun 01
0
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
On May 24, 2014, at 5:49 PM, Stefan Bruda wrote: >> Don't worry about the battery physical properties for now - the >> problem there is that we don't have enough information from the UPS >> to do a proper calculation. With the V_interval[] settings, you can >> tweak the new state-of-charge calculation to match what you see via >> upsc when the battery is
2008 Dec 17
9
Rails 2.2.2 and globalize - undefined method `render_file' for class `ActionView::Base' (NameError)
Looks like globalize (1.2) is not compatible with rails 2.2.2. I am getting: '' => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails 2.2.2 application starting on http://0.0.0.0:3003 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3003 ** Starting Rails with development environment... D:/projects/passdate2009/src/vendor/rails/activesupport/lib/ active_support/dependencies.rb:159:in `require'': undefined method `rende...
2012 Nov 14
3
3G Quality
Has anyone been able to configure Asterisk to work over 3G? I bought Nokia Cell Phones just for that purpose and they register fine over WiFi and 3G but the quality is just not good enough and sometimes the call just disconnects. I have Allow as: ilbc gsm ulaw alaw -- Co-op Vacation Rentals www.coopvr.com 15218 Summit Ave Suite #300-354 Fontana, CA 92336 Phone/Fax (855) 760-COOP (2667)
2018 Nov 28
2
Queues and penalties
...lem I have is the customer want a simple call distribution like this Extn 1001, 1002, 1003 to be called on an incoming call - if they don't answer after 20 seconds then 2001, 2002, 2003 to be added to the ringing extensions and if no one answers after another 20 seconds the add in 3001, 3002, 3003. Seems a simple queue application to me 1001, 1002 and 1003 in the queue with a penalty of 1 strategy ringall 2001, 2002 and 2003 in the queue with a penalty of 2 strategy ringall 3001, 3002 and 3003 in the queue with a penalty of 3 strategy ringall and rules increasing the maxpenalty 1-&g...
2006 May 09
3
Samba or NFS for a new domain member server
...the PDC. Having virtually no experience with samba, I thought that might not be a big deal, especially since I could determine the group name by using the following commands: wbinfo -G <group-id> wbinfo -s <SID from the command above> For, example: wbinfo -G 10012 returns S-1-5-21-...-3003 S-1-5-21-...-3003 returns PP+fl_staff 2 However, when I tried to set up one of the directories that I want to move from the existing PDC to the member server, I could not assign the appropriate group to the directory. For examble, on the member server: chgrp PP+fl_staff pub chgrp "PP+fl_sta...