search for: mailsecurity

Displaying 20 results from an estimated 23 matches for "mailsecurity".

2003 Aug 02
17
call waiting
I have a x100p card that has call waiting on the line comming into it and then into *..... is there any way i can use call waiting on that line? Michael
2006 Mar 01
4
Polycom 501
Hi Guys Just a quick question regarding on the 501, has anyone been able to configure the transfer button and messaging buttons to work with asterisk? Can you share a configuration to do this? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060301/df504eef/attachment.htm
2004 Apr 01
4
CISCO 7940 and directory/services problem
..._______ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users ----- This mail was content checked for malicious code and viruses by GFI MailSecurity.
2004 Mar 30
3
setting up 7940
I'm starting out w/ a Cisco 7940, running the Sip image version 6.3. I've downloaded/installed asterisk via cvs. I've set the phone up to get its info via dhcp - the dhcp, tftp, astericks box & phone are on the same network. I've gone through and setup a test account per the instructions @ http://voip-info.org/wiki-Asterisk+phone+cisco+79xx but time I do a sip show
2006 Mar 31
3
refreshing JS libraries on client?
Hi folks, So I''ve got this app built on prototype, with a bunch of extra JS classes to do what we want. Now the problem is, when I make a change to one of those JS files (or an upgrade to prototype itself), how do I ensure that the client browsers refresh their cache with the latest JS? Clearly I want the browse to cache the large JS files, but I also want that cache to expire at
2004 Apr 14
1
Most Reliable Proxy Server?
Hi all, Do you know if there's any free public SIP proxy server that is more reliable that FWD and Iptel? Thanks Ron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040415/85192715/attachment.htm
2006 Mar 12
1
Australian approved 4BRI PCI adapter preliminary testing results
I have successfully placed a call into and out of the card from Asterisk using vISDN. The current vISDN snapshot now contains the PCI id's for the card so no patching should be required. Most of the initial testing failure was due to misconfiguration of vISDN by me and a bad entry in my sip.conf resulting in one way audio. So I have established that at least 1 channel of 1 port works in TE
2006 Mar 13
1
Australian approved 4BRI PCI adapter preliminarytesting results
...ptions visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > ======================================================================== > > iBurst Wireless Broadband from $34.95/month www.platformnetworks.net > > Forward undetected SPAM to: spam@mailsecurity.net.au > > ======================================================================== > > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options...
2006 Mar 01
0
RE: manipulate <td>''s and their content by grabbingtheir classNames
..., 2006 12:28 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] manipulate <td>''s and their content by grabbingtheir classNames <p align=\"left\"><b><font face=\"Arial\" size=\"2\">GFI MailSecurity''s HTML threat engine found HTML scripts in this email and has disabled them.</font></b></p>You could make a controller-object, which keeps a pointer to the selected index, rather than traversing through the dom each time you change the active cell. Something along : <...
2006 Jan 30
2
Asterisk Evening in Melbourne: Feb 2!
Hi all, Come one come all! We're having the next Asterisk evening at the Fujitsu Centre for Excellence! This is Fuji's state of the art show-off centre - they're promising lots of interesting toys to play with. As usual, we'll be discussing developments in Asterisk land over the past couple of months. If you've got some interesting toys yourself, please bring them along!
2005 Oct 12
2
AJAX and disapear javascript tags
Hello everyone. I''m writing web aplications using AJAX (library prototype and scriptaculous). I have situation that I want to change content of one div in my site. I make ajax request to server and getting new content of that div. The problem is that this div should have javascript code (e.g. looks like that <div><script>js code</script>
2006 Mar 01
2
RE: manipulate <td>''s and their content bygrabbingtheir classNames
> Or... > > var myTDs = new Array(); > $A($("main").childNodes).each(function(tr) > { > $A(tr.childNodes).each(function(td) > { > myTDs.push(td); > }); > }); You''ll probably want to make sure the tr elements are TR tags and the same for the td''s, as empty text nodes are inserted randomly by the gecko engine (and maybe others). Greg
2006 Feb 24
3
New to Ajax
Hello, I''m very new to ajax and was looking for advice on scriptaculous at their website and they suggested i join your mailing list, I hope that was the right thing to do, I haven''t installed ROR yet but i have downloaded the needed one-click installer which i will setup sometime soon, until such time i would like to work with scriptaculous in its native form in php files, the
2006 Feb 17
4
RE: Ajax.Updater and loading new javascriptfunctions.
<p align=\"left\"><b><font face=\"Arial\" size=\"2\">GFI MailSecurity''s HTML threat engine found HTML scripts in this email and has disabled them.</font></b></p>Also... with the evalScripts method, try assigning your functions differently so they stay in memory (assign them as variables)... myalert = function(txt) { alert(...
2004 Mar 23
14
ztdummy
...other outside call comes in, I can hear the call waiting indicator, but cannot find any way of swapping calls (sending a hook flash signal through the X100P). Any help would be greatly appreciated. Simon Brown ----- This mail was content checked for malicious code and viruses by GFI MailSecurity. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040323/d8580e50/attachment.htm
2006 Feb 28
0
Question abour Draggables & Droppables - my code example
...; Message-ID: > <74AF6087E3D161408ECFF93C74EBB84201E18DEA-4sAmp90/MA+eXJxYKCvn++658FiBabzs@public.gmane.org> > Content-Type: text/plain; charset="us-ascii" > > <p align=\"left\"><b><font face=\"Arial\" size=\"2\">GFI MailSecurity''s > HTML threat engine found HTML scripts in this email and has disabled > them.</font></b></p>I think the first argument isn''t the draggable itself, > but the element > that is draggable. So the below would only work if you also stored a > referen...
2006 Feb 17
6
Ajax.Updater and loading new javascript functions.
I working on rebuilding my CMS software using AJAX, and have run into a couple problems I cant seem to find the solution to. I am loading up a new component of my system using the Ajax.Updater, and it loads up the HTML fine but as the component I am loading up is fairly complicated I want to load up its relevant javascript functions as well at the same time. I am using the
2004 Apr 06
5
registration failure
I feel I'm on the verge of setting up a pbx for handling internal calls only... The last problem - I think - I've run into is w/ the phone registration running asterisk -vvvc I get a bunch of messages looking like so Apr 6 14:46:05 NOTICE[1116957488]: chan_sip.c:5623 handle_request: Registration from 'sip:2001@192.168.22.254' failed for '192.168.22.1' Apr 6
2005 Aug 29
9
can a class find out it''s instance name?
Hi friends - a javascript question.... Does the prototype object add some way for a class to find out the variable name of its instance variable? Or does javascript have some built in way to do this? This is confusing to describe - but if I define a variable as some object: var myVariable= new Widget(''fdfa''); can some built-in method inside the Widget class be
2004 Mar 31
2
RE: RxFax/spandsp: not disconnecting
...is a = > Cisco > 827 router running 12.3 IOS. > > Has anyone successfully got their server behind NAT to register or make = > a > call to a SIP provider? > > TIA=20 > > Simon > > ----- > This mail was content checked for malicious code and viruses > by GFI MailSecurity. > > > --__--__-- > > Message: 7 > From: Dean <aster@zanadoo.net> > To: asterisk-users@lists.digium.com > Organization: > Date: 31 Mar 2004 00:28:06 -0800 > Subject: [Asterisk-Users] Can't talk on Cisco VIP 30 using Chan Skinny > Reply-To: asterisk-users@l...