similar to: voicemail usernames can't begin with "j" letter?

Displaying 20 results from an estimated 1000 matches similar to: "voicemail usernames can't begin with "j" letter?"

2006 Jun 19
1
software to do sip stress tests
Hi, I want to make some stress tests on two machines were I configured different implementations of open source sip servers. I'm thinking about making some graphics like CPU and memory usage extracted by SNMP while flooding my servers of sip calls. Does anybody know some good software to do that? Regards, Ricardo.
2003 Aug 23
3
Grandstream and CallerID not working
I have the following: Call -> PSTN -> * -> GrandStream 101 1.0.3.81 The GS displays "ohn ro n2600" when the call is past to the GS. If I pass the call to a XTEN client, Caller ID shows up. Any ideas ??
2006 May 12
3
VoiceMail application: "j" option not working as I supposed
I've the following dialplan. exten => _XX,hint,SIP/${EXTEN} exten => _XX,1,Dial(SIP/${EXTEN},10,j) exten => _XX,2,VoiceMail(${EXTEN}@default,u|j) exten => _XX,3,Hangup() exten => _XX,102,Goto(110) exten => _XX,103,Playback(pbx-invalid) exten => _XX,104,Hangup() exten => _XX,110,VoiceMail(${EXTEN}@default,b|j) exten => _XX,111,Hangup() exten =>
2018 Sep 04
2
[PATCH] drm/nouveau/bios/dp: make array vsoff static, shrinks object size
From: Colin Ian King <colin.king at canonical.com> Don't populate the array vsoff on the stack but instead make it static. Makes the object code smaller by 67 bytes: Before: text data bss dec hex filename 5753 112 0 5865 16e9 .../nouveau/nvkm/subdev/bios/dp.o After: text data bss dec hex filename 5622 176 0 5798
2007 Feb 14
0
Realtime via ODBC breaks for Voicemail
Hi all, We have an asterisk installation here that uses realtime for voicemails through ODBC. It works very well except that every now and then (ie four or five days or so) it breaks. I have included a log from the CLI of the most recent break, it looks like this: ---------------- Start of output -- Executing Dial("SIP/sip.ict.ru.ac.za-b7721690",
2005 Feb 23
5
Zaptel Red Alarm
Guys.. I just saw this for the first time... I did some google and wiki without any luck.. what does a red or yellow alarm mean in zaptel? Feb 23 02:54:16 WARNING[16890]: chan_zap.c:5865 handle_init_event: Detected alarm on channel 2: Red Alarm Feb 23 02:54:24 NOTICE[16890]: chan_zap.c:5860 handle_init_event: Alarm cleared on channel 2 This just happened by itself..
2006 Nov 05
1
Reading Voicemail Config from MySQL
Hi all, I have been trying to get my asterisk (v1.2.10) to lookup voicemail config data from my mysql database as opposed to voicemail.conf + sip.conf for my users. Users register with SER and get passed through to asterisk when they dial out. I followed the instructions as per http://www.voip-info.org/wiki/view/Asterisk+voicemail+database so basically I have 1) Build asterisk-addons-1.2.5 and
2009 Dec 10
0
Is there a variant of findInterval() such that v[i[j]] < x[j] <= v[i[j] + 1]?
In findInterval's help page, it says 'v[i[j]] <= x[j] < v[i[j] + 1]'. I'm wondering if there is a variant of it such that 'v[i[j]] < x[j] <= v[i[j] + 1]'.
2009 Jul 30
2
z[i,j] = x[i,j] * y(i+j) ?
For the life of me I couldn't work out what to searc I have an m*n numeric matrix x and a numeric vector y (of length m+n-1) How do I do a calculation like this? z[i,j] = x[i,j] * y[i+j] ? Well, one can write a pair of loops, or write a single loop within which we calculate a vector at a time, but ... is there a "neat" way to do it? tiny example:
2003 Oct 04
0
chattr +j ==> Oops
[sent this to ext2-devel but haven't seen any other traffic there, so cc-ing it here] [Last week] while configuring a new box I came across a site suggesting: chattr -R -S +j +A /var/spool/postifx to improve postfix's speed on ext3, in lieu of mounting a separate fs there w/ data=journal. So I tried it. Both on the new box (2.4.21-7um) and on my laptop (about three csets shy of the
2003 Oct 29
1
tune2fs -j on mounted FS
Just now I ran tune2fs -j on the root filesystem of a box running 2.6.0-test8. Then I edited /etc/fstab and changed the FS type to from ext2 to ext3, saved the file, and invoked vim on the file again. A few moments after this, the box hung. Unfortunately X was running at the time, and so I don't have any messages to cite. Is this a known problem?
2003 Mar 20
1
Is it safe to run "tune2fs -j" on a mounted filesystem?
All -- I'm curious is if it safe or even wise to run the following command on a mounted filesystem, namely root (/)? tune2fs -j /dev/hda1 What about if someone goes into single user mode and runs this first? mount -o remount,ro / And then to enable it, runs this? mount -t ext2 -o remount,rw / I assume it is not safe to do so, but one user in my LUG assumes otherwise. Just curious,
2002 Jul 08
1
chattr +j
Hi list, I just noticed in the chattr(1) man page that there exists a 'j' attribute which actually does the same thing that data=journal mount option would do, expect it only sets this property on the directories of my choice. Big Thanks to the one that came up with that idea :) It allows me to set +j on mail queues that must sit on the same partitions as the rest of the system (the guy
2013 Feb 24
1
Error in J[time] : invalid subscript type 'closure'
Hi All I have Googled the message Error in J[time] : invalid subscript type 'closure', but can't quite make sense from the results that I get. What does it mean? I'm trying to access an element in an array. Here is a short bit of code that produces the error: s_fun <- function(parms,time) { with(as.list(c(parms)),{ print(J[time]) }) } times = seq(from=0, to=100, by =
2008 Feb 11
0
j and jcross queries
Hi: I have a query related to the J and Jcross functions in the SpatStat package. I use J to finding indications of clustering in my data, and Jcross to look for dependence between point patterns. I use the envelope function to do Monte Carlo tests to look for significance. So far so good. My question is how I can test to see if tests are significantly different. For example, if find J of
2006 Aug 09
1
"make -j"
So, I'm building 3.0.23b for Slackware (since they don't have it out yet[1]), and I've noticed these two lines in the script that Slackware uses to build Samba 3.0.23 from source (which I'm modifying to build 3.0.23b): # -j options don't seem to work... make Anyone know why that comment might be there? Is it true that Samba can't be built with "-j2" or
2006 Apr 13
1
Syslinux boot problems with Flash Disk - prints character 'j'
I'm sorry if this has already been posted - I've only been subscribed for a month or two and I did search thoroughly through the archives. Basically I am using Syslinux to boot my flash disk with Linux (MOVIX2). I am using a Kingston Data Traveler 2.0. When syslinux -s /dev/sda is executed I get an error of 'ERROR 3246: Boot sector read failed' yet it seems that something has
2003 Apr 16
0
[Bug 78] New: -m psd -j TARPIT returns all ports open from nmap
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=78 Summary: -m psd -j TARPIT returns all ports open from nmap Product: iptables userspace Version: unspecified Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: normal Priority: P2 Component: unknown AssignedTo:
2003 Apr 17
1
[Bug 78] -m psd -j TARPIT returns all ports open from nmap
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=78 ------- Additional Comments From tools@die.net 2003-04-17 15:47 ------- Showing any ports open that are sent to it is the normal function of TARPIT target. The psd match will start routing all ports to it after it decides that an IP is portscanning, so this is the expected behavior. That being said, the psd match won't
2016 Feb 16
0
[Bug 1021] iptables -j CT --timeout policy
https://bugzilla.netfilter.org/show_bug.cgi?id=1021 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pablo at netfilter.org --- Comment #1 from Pablo