similar to: IP Masquerading trouble

Displaying 20 results from an estimated 1100 matches similar to: "IP Masquerading trouble"

2005 May 24
5
Red Alarm TE110P
Hi! I'm trying to setup a Wildcard TE110P with a PRI in The Netherlands. I get a Red Alarm on the line. Is there any way of debugging this? I've tried some configs that should work but without success. Is there any way of telling if the cabling is correct or what else the problem could be? Thanks!! Remco
2006 Aug 07
3
simple if - then question
hi, could somebody tell me the difference between: if not params[:id] flash[:notice] = blabla'' redirect_to(:controller =>"calendar", :action => ''index'') end and: if params[:id] == nil flash[:notice] = blabla'' redirect_to(:controller =>"calendar", :action => ''index'') end the first one
2011 May 29
22
[Bug 8177] New: Problems with big sparsed files
https://bugzilla.samba.org/show_bug.cgi?id=8177 Summary: Problems with big sparsed files Product: rsync Version: 3.0.8 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: joluinfante at gmail.com
2005 Mar 04
4
Difference between Snom 190 & Elmeg 290?
Hi list! While looking for the Snom 190 I found another phone, the Elmeg IP 290 (www.elmeg.de). Looking at the pictures & the specs they seem to be very similar beasts but the firmware is supposedly not interchangeable. Does anyone know the difference between the 2, do they work with Asterisk? The weird thing is that Elmeg has similar phones with the Snom look but they are ISDN only (no
2009 Aug 29
4
No quality advantage with two-pass?
The ffmpeg2theora chapter[1] of the Theora Cookbook says that the only advantage of two-pass encoding is that you can hit a specific target size. But isn't it so that you can reserve bits for difficult parts of a video, which improves the perceived quality? It may be true that Theora does quite alright without two passes, but it seems like a no-brainer to me that two passes will always be
2004 Aug 06
2
m3u - file definition
Hello is there any documentation on the .m3u file definition ? I want to define a .m3u playlist where I have to define the start and end point of the single mp3 file. The .m3u files is supposed to handle multiple tracks from one file. Just with put a tab, start time (seconds), tab, end time (seconds) after the path to mark where it starts and ends in the file. #First Track
2005 Jan 12
3
Bristuff 0.20RC3 loses connectivity after short line interruption?
I installed bristuff0.20-RC3 (which includes * 1.0.3 stable) It works fine until I disconnect the phone jack for the ISDN line. Even after plug it back in asterisk still reports that it could not create a zap channel when I try to dial out and the line gives an engaged tone when I try to dial. Re-starting asterisk doesn't solve this, I have to stop asterisk, unload the modules, reload
2013 May 10
5
Btrfs balance invalid argument error
Hi list, I am using kernel 3.9.0, btrfs-progs 0.20-rc1-253-g7854c8b. I have a three disk array of level single: # btrfs fi sh Label: none uuid: 2e905f8f-e525-4114-afa6-cce48f77b629 Total devices 3 FS bytes used 3.80TB devid 1 size 2.73TB used 2.25TB path /dev/sdd devid 2 size 2.73TB used 1.55TB path /dev/sdc devid 3 size 2.73TB used 0.00 path /dev/sdb
2006 Jul 17
2
european date format
hi, overhere users go nuts if they have to enter the date in iso format, so i have to make my applications in such a way that not only dates are displayed in the "dd-mm-yyy" format but also can be entered in that way. somewhere i found this code to put in the environment script: ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.update( :default => ''%d/%m/%Y
2005 Jan 23
3
Best VPN server for * and woad warriors using windows?
Hi list! I'm sure the topic has been discussed but I could not find what I was looking for. What would be the best / easiest VPN software solution. I would like to install vpn software on the * server for roadwarriors to connect to with laptops running windows. Ideally the vpn solution will not require any additional software on the client side but will use IPSEC. (Ofcourse call quality
2005 Mar 25
5
Re-write callerid?
Is it possible to rewrite caller id's? I would like to have sip phones appear by their local cid (like Henk <208>) but when they call out using the PRI I would like their full DID (MSN) to appear (like 0031201234567) I could ofcourse set callerid to the main phonenumber but surely there must be a better solution? Thanks!! Remco
2004 Sep 15
2
Winbind could not convert sid to gid...
Hi, I'm using the Samba RPM's from Fedora Core 2 RPM's (3.0.7-2.FC2) as an authentication backend for a Squid Proxy server. It all seems to work fine, until I (try to)authenticate against a domain-group.. I started trying with 3.0.6-2.FC2, which also didn't work... This is a pretty clean/fresh installation of Fedora Core 2, for whatever that's worth... I've succeeded
2006 Jul 15
6
calendar_helper
Hi, anyone ever tried the calendar plugin? i can''t get it to work: i did: ruby script/plugin install http://topfunky.net/svn/plugins/calendar_helper ruby script/generate calendar_styles and then generated a controller calendar_controller with a method def monthly end in monthly.rhtml i put: <%=calendar(:year => 2005, :month => 6)%> if i try to run i get: undefined
2004 Sep 06
10
bug in shorewall shorewall-2.1.7-1 rpm??
Hi! I installed shorewall shorewall-2.1.7-1 on a newly installed box. When using 1.4 versions I could enable shorewall in ntsysv, now shorewall doesn''t show up in ntsysv? I am running shorewall on a RedHat Enterprise Linux rebuild (www.taolinux.org). Is this a bug or a feature?
2006 Jul 24
2
how to avoid repeating code in controller
Hi, I created a calendar class and i now have a method which gives me a 1 day view with timeslots etc. now i want to re-use that code for generating 2 and 5 day views. how can i re-use my code so i can make a show_two_days class which uses the logic of the show_one_day class? am i correct it can''t be done with helpers? regards, Remco -- Posted via http://www.ruby-forum.com/.
2010 Jun 29
3
peer IP address in CDR
Hi, The subject says it all. Is it possible to put the IP address of the peer in the CDR records? Using AGI maybe? -- Kind regards, Signet bv Remco Bressers T 040 - 707 4 907 F 040 - 707 4 909 E rbressers at signet.nl
2004 Aug 06
5
m3u - file definition
Hello Remco, I found these decumentations before but they say nothing about setting the start time and end time of each mp3 file entry in the .m3u file Best Regards - Johann "Remco B. Brink" schrieb: > <quote who="Johann Soukup"> > > > is there any documentation on the .m3u file definition ? > > Google is your friend (tm): > >
2006 May 19
4
Snom firmwares suck
Most people seem quite positive about Snom phones, I cannot share this opinion. The displays are dying quite often, and firmware is buggy. I have tried every firmware from 4.5 up to 5.x and 6.04 but keep having problems with phones locking up or rebooting during an ongoing conversation. REALLY annoying for a phone that is advertised / targeted as a business class phone
2007 Dec 11
2
Patch 10463: has_many through using uniq does not honor order
Hi, I''ve just submitted a patch for ActiveRecord; http://dev.rubyonrails.org/ticket/10463 The patch includes new fixtures because I could not find a applicable combination among the existing fixtures. I hope that''s okee. Please +1 or comment it. Thanks, Remco --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2005 Feb 01
2
Asterisk 1.0.5-BRIstuffed-0.2.0-RC5 caller id?
I tried to get callerid working the normal way but the cid is never passed to the phone. It doesn't work untill I set SetCIDNum(0${PRI_NETWORK_CID}) in extensions.conf which I found in the wiki: http://www.voip-info.org/tiki-print.php?page=Asterisk+zaphfc Is this intended behaviour, or still a bug? It does work but it only shows one zero even though I have nationalprefix = 0