similar to: Spoofing CallerID on Demain

Displaying 20 results from an estimated 500 matches similar to: "Spoofing CallerID on Demain"

2009 Apr 17
1
how to call forward on 1.6
Hello, I want to enable call forwarding for asterisk 1.6.0.6 I couldnt seen any config or option on gui or extensions.conf about it. I found some dialing plans to enable it on web as follows: [apps] ; Unconditional Call Forward exten => _*21*X.,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:4}) exten => _*21*X.,2,Hangup exten => #21#,1,DBdel(CFIM/${CALLERIDNUM}) exten => #21#,2,Hangup ;
2003 Oct 24
3
How to use the Cut() command to chop off an ending character
I used to be able to pass dial strings to IAX2 providers with # characters at the end of the string. This is how we end dial strings for international calls. So, I would like to be able to selectivity chop off any # characters at the end of string, only if they exist. Basically as follows (chopping off the leading '9' with ${EXTEN:1} syntax: EXTEN from Phone EXTEN for Dial String
2003 Nov 19
2
ATA-186 Double Digit problems
Hello - I'm using ATA-186 devices, with RFC2833 DTMF encoding. I am having problems with routines that input long strings of numbers, in that I am getting more than a small number of double digit entries. As an example, I have a section that asks for the user to enter a call forwarding number, and then puts that number into a database. Almost always, there are double digits when the
2004 Jul 01
2
how to drop rows from a data.frame
here is a snippet of data where I would like to drop all rows that have zeros across them, and keep the rest of the rows while maintaining the row names (1,2,3, ...10). The idea here is that a row of zeros is an indication that the row must be dropped. There will never be the case where there is a row(of n columns) with less than 5 zeros in this case(n zeros I am unsure how to manipulate the
2010 Sep 16
3
If statements for multiple arrays
Hello, I wrote this code which works fine on a single observation: x<-100 y<-200 z<-125 aa<-150 if(x<z && y>z) {aa-z} result: 25 I am trying to apply this logic where x,y,z,and aa are arrays but with very little success. I have tried using loops and whiles but I always get errors of various types. I have consulted a few manuals but with limited success. My hopeful
2015 Nov 10
4
función par dentro de bucles, representar gráficas en bucle
Hola chic en s, querría construir mi primera función, y tengo una duda respecto al comando par( mfrow =c(3,3)). Primero de todo, tengo una tabla con 10 variables, para cada variable, unos 145 datos. Quiero representar para cada variable su gráfica de dispersión respecto a las demás. Es decir, coger la primera variable y la segunda, y hacer gráfica, coger la primera variable y la tercera, y hacer
2005 Jan 15
1
can't install 1.0.3
Hello list, I have been running Asterisk CVS for a good while. When I try to install 1.0.3, asterisk won't start. Below are the last few lines of output before Asterisk crashes. I ran "make samples" to start with a fresh setup. [app_read.so] => (Read Variable Application) == Registered application 'Read' [app_alarmreceiver.so] => (Alarm Receiver for Asterisk) ==
2005 Jul 27
2
CVS Head No ringing on calling end?
Tie line is type em_w (old school stuff) to TE110P. Phone rings on the asterisk side, but the calling party does not hear the ring through sound. If I pick it up within the first two rings it goes through and I can talk otherwise our old switch drops the call. Anyhow...here is my config if anyone can shed some light on it. It used to work with HEAD a few weeks ago. -Matt
2005 May 13
4
Big matrix memory problem
Hi All, I want to read 256 1000x1000 matrices into R. I understand that it is unlikely that I can do this but In the hope that somebody can help me I am mailing this list. I have tried increasing my memory size (I understand that it is the minimum of 1024 or the computers RAM in my case 512) Does anyone think this is possible in R, could it be tried in Splus for example. Any help is
2004 Sep 02
1
no dial tone when dialing out on vonage
Hi, I'm trying to dial out on a vonage line connected to a zap channel using stuff like: exten => 200,1,Dial(Zap/2/${EXTEN}) but it doesn't work - when i dial in the extension, i can see on a phone connected to the same line that it's gone active - but there's no dialtone. also tried adding a wait period before accessing the line and exten =>
2005 Sep 29
4
Calling voicemail from external phone.
Hey. How would I set up my dialplan if a user wants to call its voicemail from an external phone? I'm thinking of getting the user to enter its mailbox number. Something like this: 1. User calls the dedicated voicemail number. 2. Phone prompts for mailbox number. 3. Voicemail(${mailboxnr}@context) Thanks.
2005 Jul 01
1
how does pattern routes works
i tried to write to usa destination 1* it worked well but when i tried to specify the number of digits i wrote 1NXXNXXXXXX but it did'nt work.can anybody help me please please. ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com
2010 Jan 04
1
Free FaxForAsterisk ReceiveFAX not working
Hello users, Recently i have installed the free version of FaxForAsterisk and trying to work with it by sending a fax on T38. My version information is as follows i)Asterisk 1.6.0.20 ii)res_fax-1.6.0.14_1.1.6-x86_32 iii)res_fax_digium-1.6.0.14_1.1.6-i686_32 sip.conf [general] t38pt_udptl=yes extensions.conf [default] exten => _XXXXXXXXXX,1,NoOp(Fax Incoming Call) exten =>
2005 Jun 05
0
ARP spoofing
Hi All, I have a program that does ARP spoofing (not for hacking purposes!), and I experienced occasional crashes in my switch (Cisco UBR7200). Does anyone else had a similar problem? Maybe with other switches/routers? Can this be the results of two machines trying to register the same IP? Send invalid ARP packets? Thanks, Yuval.
2011 Aug 25
1
security: SIP header spoofing CHANNEL(recvip)?
I am currently suffering various SIP attacks. I am using the following extension to record the caller's IP address: exten => h,n,set(CDR(srcip)=${CHANNEL(recvip)}) However, in recent attacks, this IP address is not correct, and I believe that they are spoofing it. I am using asterisk 1.6.2.15. Does the CHANNEL(recvip) variable record IP show in the SIP header instead of the real, UDP
2004 Jun 17
0
portmap spoofing in nfsmount
Hi all, I have implemented portmap spoofing in klibc nfsmount (released as klibc-0.144) This is basically a vestigial portmap daemon which gets launched before the mount() call and then just records any transactions it gets to a file and sends back an affirmative reply. There are two ways to use it (this belongs in a README file, but it's too late at night right now): a) Set a fixed
2007 May 31
0
Custom CLI (spoofing) ?
I'm trying to have a go at CLI spoofing. My outbound calls may go out over various VoIP providers, using least cost routing to determine which provider for call destination and time of day. No matter which provider I go out over, i'd like the called party to only see only one of my numbers - that number will be the only number i'll want people to call back on. To test, i've
2007 Apr 18
0
[Bridge] ARP spoofing.
Hello all. I know this does not directly relay to Ethernet bridging but I need some advise... anyone want to give me some info/help on the subject. In the interest of multipath routing I need to know if it is possible to do a one-way arp spoof. Lets start with the machines layout... br1------ADSL br2------cisco router-----serial line. br0-----Internal network. I already have
2010 May 07
0
How to prevent IP-spoofing/traffic sniffing by the guest machines?
Hi, In a libvirt/KVM setup, what is the best way to prevent untrusted guest machines from (a) sending packets with a sender address different from their own and (b) reading packets not intended for them? Note that guests may have any number of IP addresses they are allowed to use legitimately. Guido -- Too much multitasking isn't good for you.
2013 Nov 19
0
Re: macvtap direct and ip spoofing
On 11/19/2013 11:00 AM, vlad halilov wrote: > Hi there. I have configured kvm domain (rhel6.4) with ethernet bridged > over macvtap, and found no filtration applied except mac. 'virsh' just > silently ignoring attributes 'filterref' and 'ip address' in different > formats. No error on validate stage. Config examples: > > ... > <interface