similar to: update a second div with Ajax.Updater, when Ajax.InPlaceEditor has just finished to modify another first div

Displaying 20 results from an estimated 1000 matches similar to: "update a second div with Ajax.Updater, when Ajax.InPlaceEditor has just finished to modify another first div"

2009 Jul 14
1
--delete not working (minimal example)
--delete option is not working for me. The following is a minimal example. $ mkdir box1 box2 $ touch box1/letter box2/extra $ rsync -a -vv box1/ box2/ sending incremental file list delta-transmission disabled for local transfer or --whole-file letter total: matches=0 hash_hits=0 false_alarms=0 data=0 sent 92 bytes received 34 bytes 252.00 bytes/sec total size is 0 speedup is 0.00 $ tree
2002 Aug 30
1
rsync: connection unexpectedly closed; reverse lookups?
Hi. My goal is to use rsync to syncronize box1 and box2. On box2, I have a tapedrive which I write the data I syncronize from box1 every night. On box1, my /etc/rsyncd.conf looks like this: root@box1# cat /etc/rsyncd.conf max connections = 1 syslog facility = local6 [tmp] path = /tmp read only = yes comment = export of /tmp hosts allow = box2 auth users
2004 Jul 08
1
Re: Asterisk-Users digest, Vol 1 #4460 - 14 msgs
> Message: 13 > Date: Fri, 9 Jul 2004 11:42:01 +1200 (NZST) > From: =?iso-8859-1?q?Eugen=20Cristea?= <tecristea@yahoo.co.nz> > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] asterisk to asterisk config > Reply-To: asterisk-users@lists.digium.com > > Hi, > > I would like to set two separate asterisks to talk to > each other. > Any
2004 Dec 03
0
transfer question
I have two Asterisk boxes, Box1 has TDM22B and Box2 has a TDM11B. From Box1 I can pick up Zap/1 and dial 300 causing Zap/1 on Box2 to ring. From Box2 I can pick up Zap/1 and dial 100 causing Zap/1 on Box1 to ring. PSTN calls come into Box1. They ring thru to Box2 on Zap/1 via IAX, then if no answer they ring Zap/1 on Box1. When such a call comes in and is answered on Box1, I can transfer to
2013 May 28
1
Perfect LDAP tree
Hello everybody and Timo. I have the next problem. With LDAP tree like ou=mail | - dc=example1.com,ou=Mail | - mail=box1 at example1.com,dc=example1.com,ou=Mail | - mail=box2 at example1.com,dc=example1.com,ou=Mail ? | - dc=example2.com,ou=Mail | - mail=box1 at example2.com,dc=example2.com,ou=Mail | - mail=box2 at example2.com,dc=example2.com,ou=Mail ? and settings in dovecot
2003 May 03
0
* as a SoftSwitch/Router solution
Hi All, I've been experimenting during this weekend with asterisk as a softswitch, talk about me being completely lifeless, but let not talk about that. I've been conducting some really funny tests, trying to get an optimal SoftSwitch functionality. Here is my current setup: Source: Windows XP Pro + SJphone Box 1: Asterisk running in PassThorugh mode Box 2: Asterisk running in
2006 Feb 27
1
InPlaceEditor on an empty div
Hi, I am wondering what the trick is to use InPlaceEditor on an emtpy div. I have a set up where one div contains a question, and next to it is an emtpy div which should be used for InPlaceEditor. The user clicks on a button "answer" and that activates the InPlaceEditor in the appropriate div. This doesn''t work, however. The div which should use InPlaceEditor must
2008 May 10
1
scp local/remote external calls
I'm a bit confused how scp works... could someone please explain the local/remote external calls that happen when scp is started... in particular how it relates to ssh on the remote site? To be more specific... I use Kerberos for authentication and I've been working on an ssh wrapper script that checks my Kerberos credentials before running the ssh command. If the credentials are
2000 Jan 26
3
Open display error
Hi, I get this message on the latest Debian potato for i386. --> ssh -f localhost xterm sb at localhost's password: --> xterm Xt error: Can't open display: That happens also when connecting to another linux box: --> ssh -f box2 /usr/X11R6/bin/xterm --> /usr/X11R6/bin/xterm Xt error: Can't open display: The $DISPLAY is :0.0 for box1 undefined for box2 after
2004 Dec 24
1
newbie about how to route
I have 2 linux boxes connected to a switch: box1: eth0 192.168.0.200/255.255.255.0 eth1 public address from ISP dhcp box2: eth0 192.168.0.35/255.255.255.0 box3: eth0 192.168.1.3/255.255.255.0 I want box1 to act as a gateway to the internet (it is doing this now for box2), but also want to communicate from box2 to box3 through box1, and that box3 can use the internet through box1. how can I do
2007 Apr 03
0
Called Number Issue
Ok.. I have one box running Asterisk - Box1, and I'm trying to get another setup out on the internet (Box2) with an IAX2 trunk connecting the two. The calls flow fine from Box2 to Box1, but when I call Box2 from Box1 the Called Number always shows up as 's'. Why wont it pass the DID? Config in Box1: [ext-did] exten => 6222626,1,Set(FROM_DID=6222626) exten =>
2009 Aug 28
0
2 Asterisk boxes via IAX : always calling as IAX guest
If a call from one Asterisk box to another comes in, it always goes to the default context because it is treated as IAX guest. I don't understand why ?! Asterisk box 1 iax.conf : [BOX2] type=user auth=rsa inkeys=public_key_box2 context=from-BOX2 [BOX2] type=peer host=dynamic auth=rsa outkey=private_key_box1 Asterisk box 2 iax.conf : register => BOX2:BOX2 at IP_BOX1 [BOX1] type=user
2008 Mar 05
1
Codec Preferences
Hi All; I have the following configuration in my iax.conf files at asterisk box1 and box2 (two asterisk): At box1: [user1] disallow=all codec=g729 codec=GSM At box2: [user2] disallow=all codec=g729 codec=GSM If G729 is no more available at box1, so how can I let user1 to select GSM codec instead of G729 to communicate with user2 at box 2? Any help? Regards Bilal
2002 Jan 10
1
Dry-run option in rsync 2.5.1 on Solaris 2.6
Hello All, I am using the rsync-2.5.1 on Solaris (Sparc) 2.6. I encountered the following while trying to get a directory on two machine in sync. 1) copy the files /var/tmp/test-rsync/* from box1 to box2:/var/tmp/test-rsync/ 2) touch a file AAAA in box1:/var/tmp/test-rsync/ 3) in box1, type in the following /usr/local/bin/rsync -nculaR --stats --partial /var/tmp/test-rsync/
2014 Mar 21
3
Need more meetme users -- hitting some limit
I'm trying to determine the capacity of my host running Asterisk 11.8.1 on CentOS 6.5. The host is an Intel E3-1240v3 with 8GB RAM, an SSD, and gigabit Ethernet. The primary application will be bridging groups of users using meetme(). I'm using 2 boxes -- 1 to initiate calls using call files (box1), and 1 behaving a bit more like a production box -- bridging calls (box2). The call
2004 Oct 10
1
Authentication problem?
LAN - mixed architecture - 2 x win98, 1 x winME, 1 x win2k, 3 x Mandrake Linux 10.0. Most samba activity is between the Mdk boxes, file-moving, etc. Versions - Mandrake 10.0, with all updates applied, Samba 3.0.6-4.1 I had a properly working lan, with occasional problems between box1 and box2 (Mdk boxes). Now I have no connection between them, for file-sharing purposes, at all. Box3,
2005 Jul 28
0
Call Status from a IAX trunk to a Zaptel trunk
Hello, I'm actually sending calls from a * box1 to * box2 for termination through a zaptel channel using an IAX2 channel. My problem is that * box1 is always getting an "ANSWER" on the call even if * box2 cannot successfully terminate the call. The Zaptel channel on * box2 is always "ANSWERING" before sending the call on its zaptel channel. How can i setup one of the 2
2004 Jun 27
1
Confused with CallerID when using the iax chanenls
Hi, I have two * box. One is box1 and the other is box2. And I have two iax clients A and B. A is registed with box1 and B is registed with box2. If I make a call from A to B using the following method: IAX/[<user>[:<secret>]@]<peer>[:<portno>][/<exten>[@<context>][/<options>]] The CalledID that B got is <user> but not A's CallerID. I
2010 Apr 09
1
Callerid over IAX Trunks
Hello everyone, I'm fairly new to asterisk and this list. Currently I'm working on IAX trunks to send/receive calls between 2 asterisk boxes with asterisk 1.6.1.1+asterisk gui 2.0. After some work in the gui, two boxes can send/receive calls to/from the other just fine, the only problem I have is the caller id. Here is my setup: 1. on both boxes, I added an IAX user in the gui, say the
2008 Oct 16
0
app transfer problem
I all, I'm trying to transfer a iax2 channel trought dialplan app transfer to another extensions (IAX). The variable TRANSFERSTATUS report SUCCESS but the call isn't trasfered. I haven't other information, in console I see only hangup of a channel. My scenario is 3 asterisk box connected with iax trunk, I talk from BOX1 to BOX2 and I want to transfer user on BOX2 to another user on