search for: 1&quot

Displaying 20 results from an estimated 20 matches for "1&quot".

2007 Jul 12
0
No subject
JID Pri S Owner Number Pages Dials TTS Status 58 123 S root 008675533661 0:2 4:12 02:12 No carrier detected Here is the asterisk output: [Mar 28 01:54:00] NOTICE[16753]: chan_iax2.c:6025 update_registry: Restricting registration for peer 'iaxmodem' to 60 seconds (requested 50) -- ast_get_srv: SRV lookup for '_sip._udp.voipus...
2006 May 22
15
collection_select default selected value
Hiall, Unfortunately I just can''t find out how to setup a default selected value when using collection_select. My call is like so: <%= collection_select(:consultant, :lastname, @consultants, :id, :lastname, { :selected => @current_consultant.id } ) %> which is not working, I debugged so far that I know that @current_consultant.id contains the correct value. Any tips? cheers
2006 Jul 01
4
Radio_button in loop problem
Hi all, I can''t figure out why my radio_buttons won''t reflect the values stored in my database. I read through some of the previous posts -- is it true that they don''t work with integers? This is the code I''m using: <% for question in @survey.questions %> <%= debug question %> <%= radio_button ( "question", :question_id,
2005 Oct 26
1
Re: collection_select question about selected_value
Paul Welty wrote: > collection_select(:client, :company_id, @companies, :id, :name, { > :selected_value => 2 , :prompt => "Please select a company..." }) > > Returns a functioning SELECT element, but it won¹t select the second item. > (BTW, using the selected_value as a string doesn¹t work either) > > Am I doing something wrong, or is this impossible? >
2009 Jan 16
0
No subject
is executable. Then run 'agi debug' from the asterisk cli, place a call and see what was send and receive from your agi From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of James A. Shigley Sent: April-23-09 12:26 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] AGI PHP script I have the below script that doesn't seem to be working. I don't know if I have something in the script wrong that I am just missing. Or if I don't have the php.ini set correctly for emailing...
2009 Jan 16
0
No subject
AGI is executable. =20 Then run 'agi debug' from the asterisk cli, place a call and see what was send and receive from your agi =20 From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of James A. Shigley Sent: April-23-09 12:26 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] AGI PHP script =20 I have the below script that doesn't seem to be working. I don't know if I have something in the script wrong that I am just missing. Or if I don't have the php.ini set correctly for emailing =...
2007 Jul 12
0
No subject
1. Is it normal to see : # lsmod Module Size Used by dahdi_dummy 3236 0 Shouldn't it be used by asterisk or is this 0 value meaning something specific ? 2. How can you check dahdi is running ? Here, "ps aux | grep dahdi " replies "grep dahdi"....
2010 Sep 17
1
option_groups_from_collection_for_select
Hi, in my development environment (Ruby 1.87, Rails 2.3.8) the following code works fine: <%= select "applicant", "member_1", option_groups_from_collection_for_select(@topics, :members, :topic, :id, :name, @applicant.member_1), {:include_blank => true} %> Producing: <optgroup label="Clinical Neuroscie...
2011 Apr 12
0
No subject
r> <h2>Polycom Phones (updated for 3.2.X firmware with asterisk 1.6.1 Jan/2010= ) </h2>With SIP 3.2.X firmware (available on the Polycom download site)=20 and Asterisk 1.6.1, Polycom phones now support a full featured BLF=20 showing statuses of Ringing, Inuse and Online and one touch directed=20 call pickup. <br>On the asterisk side all that needs to...
2007 Jul 12
0
No subject
the Telco, I can make calls in. What I am trying to get though is how to pass through the DID range. The E1 that I am connecting to the Telco with, used to connect direct to the NEC system and already has hunt group calling enabled for all 30 channels. Also, I was given a 100 number indial range (from 00 -> 99). If the E1 is connected to the NEC directly, I can call 5555 7320 and the NEC will route...
2013 May 27
2
Using source installed open vswitch with libvirt(or virsh).
P{font-size:10pt; line-height:16; margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; font-family:gulim;} (English is not my first language Sorry for my poor English ) &nbsp; OS :&nbsp; Linux nc233 2632-220171el6x86_64 #1 SMP Tue May 15 17:16:46 CDT 2012 x86_64 x86_64 x86_64 GNU/Linux...
2005 Nov 08
6
Running Xen 3.0, guest OS does not open a window
...t;xterm" an X window opens OK). Any idea how to get a window open for the guest OS? "xm list" produces the following output: Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 507 0 1 r----- 87.3 VMX-1 1 132 1 1 r----- 671.1 My guest-vmx.conf file: # Kernel image file. kernel = "/usr/lib/xen/boot/vmxloader" # The domain build function. VMX domain uses ''vmx'...
2007 Jul 12
0
No subject
.... This is great because you only need to specify the number and name fields. Below is my example of speeddial.php.txt (php code) and speeddials.conf (speed dials): =20 Speeddial.php.txt <? header("Content-type: text/xml"); header("Connection: close"); header("Expires: -1"); =20 // location of asterisk config files $location =3D "/etc/asterisk/"; $dirname =3D "System Speed Dial"; =20 // parse speeddials.conf $ssd_array =3D parse_ini_file($location."speeddials.conf", true); while ($v =3D current($ssd_array)) { if (isset($v['name...
2007 Jul 12
0
No subject
Connected to Asterisk 1.4.11 currently running on asterisk (pid =3D = 31999) -- Remote UNIX connection Verbosity is at least 8 -- Executing [00425298582 at numberplan-custom-1:1] Macro("SIP/8001-b7d0bb20", "trunkdial|SIP/trunk_3/0425298582") in new stack -- Executing [s at macro-trunkdi...
2007 Jan 29
6
RJS problem
Hi, I''m implementing a "digg-like" page, that once you digg. The score for each item will dynamically reflect your current action +1 . I am not sure what''s In the controller I have an action responsible for increase of the score.It has a corresponding rjs in view. -------------------------------------------------------------------------------- def arouse @p=Product.find(params[:id]) @list=List.find_favolist(ses...
2007 Jul 12
0
No subject
file is created you must place it in your web directory on the server.<br> &nbsp;<br> I chained the command and also wrote the output to an xml file in the = web directory.&nbsp; The command looks like this:<br> &nbsp;<br> &#8216;php /etc/asterisk/directory.php.txt &gt; /var/www/html/directory.xml&#8217;<br> &nbsp;<br> <b><span style=3D'font-weight:bold'>System Speeddials using Services = Button</span></b>&nbsp;&nbsp;&nbsp;&nbsp;<br> &nbsp;&l...
2007 Jul 12
0
No subject
Connected to Asterisk 1.4.11 currently running on asterisk (pid =3D = 31999) -- Remote UNIX connection Verbosity is at least 8 -- Executing [00425298582 at numberplan-custom-1:1] Macro("SIP/8001-b7d0bb20", "trunkdial|SIP/trunk_3/0425298582") in new stack -- Executing [s at macro-trunkdi...
2009 Jun 22
1
getting error can't modify frozen hash
Hi, When I upgraded my rails application to rails 2.3.2 I am getting error ''can''t modify frozen hash'' on using @something.update_attribute(params[:something]). Can anyone help me who is familiarize with this bug? Thanks,
2007 Jul 12
0
No subject
Connected to Asterisk 1.4.11 currently running on asterisk (pid =3D = 31999) -- Remote UNIX connection Verbosity is at least 8 -- Executing [00425298582 at numberplan-custom-1:1] Macro("SIP/8001-b7d0bb20", "trunkdial|SIP/trunk_3/0425298582") in new stack -- Executing [s at macro-trunkdi...
2007 Jul 12
0
No subject
Connected to Asterisk 1.4.11 currently running on asterisk (pid =3D = 31999) -- Remote UNIX connection Verbosity is at least 8 -- Executing [00425298582 at numberplan-custom-1:1] Macro("SIP/8001-b7d0bb20", "trunkdial|SIP/trunk_3/0425298582") in new stack -- Executing [s at macro-trunkdi...