similar to: Settings CallerId for outgoing calls based on the sip account making them

Displaying 20 results from an estimated 5000 matches similar to: "Settings CallerId for outgoing calls based on the sip account making them"

2007 Mar 24
2
Can be called on FreeWorldDialup/IAX channel, but can't make calls
Hi, I have an FWD account and it's configured in asterisk. I can be called by people using FWD, but I cannot make FWD calls myself. Every number dialed with a 8 prefix goes to FWD, if for example I call the echo servie I get this: Connected to Asterisk 1.2.13 currently running on asterisk (pid = 2865) Verbosity is at least 35 -- Executing SetCallerID("SIP/timothy-08224f08",
2005 Sep 25
2
iax problem
Hi I've 3 iax connections to my provider , each of them have own DID , PH1<----| | \/ PH2<-->|-----| <---------------------------> |----|<-- DID1 | A1 | <---------------------------> |ISP |<-- DID2 PH3<-->|-----| <---------------------------> |----|<-- DID3 I had iax phone on each of this connection , but now I want to terminate all
2018 Nov 28
2
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
On Wed, Nov 28, 2018 at 05:55:44PM +0200, Mika Westerberg wrote: > On Wed, Nov 28, 2018 at 10:09:22AM -0500, Michael S. Tsirkin wrote: > > Yea all this is weird, in particular I wonder why does everyone > > using dsm insists on saying Arg4 > > when they actually mean Arg3. ACPI numbers arguments from 0. > > > > So it's a bit ugly, and maybe worth fixing but
2004 Feb 23
1
ssh + ldap issues
In an effort to install cfengine (which requires 0.96b + of ssl), we've had to recompile all sorts of related packages on our RedHat 6.2 boxes. In addition, we're trying to implement an LDAP directory. Basically the source RPMS for RedHat 7.3 were installed and compiled on a 6.2 box to get this all to work. We're running into the following problem on the 6.2 boxes after having
2016 Oct 05
4
[feature suggestion] pigeonhole - sendmail path for outgoing email
pigeonhole seems to use /usr/sbin/sendmail for its outgoing emails - even tought that is does not seem to be documented anywhere. How about setting to specify diffrent sendmail program path and parameters?
2006 Nov 21
3
IAX access to FWD broken?
I hadn't used FWD for quite a while. A customer sent me an email last week, "Is FWD broken when one tries to use it with IAX?" I have been playing around, and indeed seems to be the case. Is there anyone out there successfully using the two of them together? Thanks. B. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be
2018 Nov 28
2
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
On Wed, Nov 28, 2018 at 01:08:57PM +0200, Mika Westerberg wrote: > On Tue, Nov 27, 2018 at 09:49:44PM -0500, Michael S. Tsirkin wrote: > > On Tue, Nov 27, 2018 at 11:36:50AM +0200, Mika Westerberg wrote: > > > +linux-acpi > > > > > > Hi Michael, > > > > > > On Mon, Nov 26, 2018 at 10:53:26PM -0500, Michael S. Tsirkin wrote: > > >
2003 Apr 10
6
How to plot several graphs in a single 2-D figure?
Hi, R-listers I tried to plot several graphs in a sigle x-y coordinate settings, like the following: |(y) s | ****** s | ***** s | sssssssssssssssssss |_______________________________(x) where "*" and "s" denote two diffrent plots. However, when I used plot(data1); % data1 is the data points of "*"
2014 Dec 05
3
Contributing to Xapian
On Thu, Dec 04, 2014 at 08:28:32PM -0500, Manu Gupta wrote: > I was trying to build Han's code and was stuck here. It seems to me that > his code is trying to generate pdf for them. > > Is it possible to modify the make files to stop building the documentation. You can run the top-level configure with --disable-documentation. Cheers, Olly
2008 Mar 19
4
plot with diffrent colour and plotting symbols
Dear mailing list members, I am a new R user, I would like to plot the follewing data var1 <- c(1,2,1,1,2,1,2,1,2,2) var2 <- round(rgamma(10,2,1)/0.1)*0.1 var3 <- c(0,1,0,1,0,0,0,0,1,0) var4 <- c(1,2,2,2,1,1,1,1,1,1) Var <- data.frame(var1,var2,var3,var4) Var <- Var[sort(Var$var1),] tt <- Var$var1+((runif(length(Var$var1))/6)-(0.5/6)) labelname <- c("time 1",
2018 Oct 21
4
AW: AW: Calendar function ?
I need the possibilities to Sync the calender with diffrent Clients like Outlook, LotusNotes, Android, and Iphone Devices. -----Urspr?ngliche Nachricht----- Von: dovecot <dovecot-bounces at dovecot.org> Im Auftrag von Marcus Rueckert Gesendet: Sonntag, 21. Oktober 2018 15:28 An: dovecot at dovecot.org Betreff: Re: AW: Calendar function ? If you just need syncing without a fancy webclient:
2011 Jun 02
2
Custom sql query for keeping quota with dict-sql
Hello! I'd like to setup quota for for virtualusers, i'm using both maildir++ and mdbox as storage, and i'm using postgresql to keep users. I'm keeping all users data in one table: [...] login text NOT NULL, domain text, password text, quota_mb integer NOT NULL DEFAULT 0 [... other columns ...] i'd like to keep present quota in such two columns: quota_dict_bytes integer NOT
2006 Nov 02
1
Voicemail issues
I put my voicemail groups into different contexts so that I can use Dial by name and escape. I had set ext 500 as exten => 500,1,VoiceMailMain(${CALLERID(number)}@default|s) but now that the contexts are different. this does not work #1 how do I have everyone use an ext to get the voicemail regardless of context. #2 can I get the mail buttons to work on my polycom 501s and swissphones #3
2003 Dec 19
6
Configuring JAIL to bind on lo0 interface
Hello, I have configured jail for users with sshd ftpd and auth. I started this jail on IP 127.0.0.10(there is an alias on lo0 interface), there was not any bigger problem to start it. But i have a problem with internet in this jail. I can log in to this jail through ssh or ftpd but i can't connect to the internet. I try to set up some kind of nat but it doesn't work. Can anybody help me
2010 Feb 25
4
different types graphs
>library(RODBC) >ch<- odbcConnect("durga") > sqlQuery(ch, paste("SELECT * from emp")) >sqlQuery(ch, ("SELECT * from xyz")) store revenue year_y 1 bigbazar 787875 2008 2 more 87876 2008 plot(revenue ~ year_y, data=xyz, pch=16) can i get any diffrent types of graphs like pie charts, bar
2006 Nov 24
1
Installing the b410p card, unable to install mISDN
Hi, I'm installing Asterisk on Ubuntu 6.10 When I first compiled the zaptel package I used: make clean make make install So far so good, but the following command failed: make b410p I did some digging on google and found a guide on how to install it manually, but the result was the same. I got these files ftp.digium.com/pub/telephony/zaptel/b410p/misdn-b410p.tar.gz
2010 Oct 20
2
ldap user suffix
Dear friends My domain users in two diffrent OU, one OU is TEMP_USERS and other OU is PEOPLE. What i should mention in smb.conf ? If i mention ldap user suffix = ou=PEOPLE, then users of ou TEMP_USERS is not able to authenticate. Please guide me. Thanks -- http://linuxinterviews.blogspot.com
2013 Mar 28
4
Protect Icecast Admin/Run on different port?
Hi list, We're new to Icecast and we're looking at securing the admin functions. I've trawled the docs but it's not clear to me if we are able to run this on a different TCP port to the streams themselves. Has anyone with a little more experience any insight into this? Thanks, David.
1998 Feb 08
3
Multiple SAMBA servers
Hello, I'm about to install SAMBA in a HA (High Avalibility) solution with Solaris 2.6 and First Watch. I have two SAMBA servers that normally runs on two machines, in case of a failure of one of the machine the other machine is supposed to take over the failed machine's services. Also the IP adress is moved (the machine will now have multiple IP adresses (on the same logical net)). So
2007 Apr 12
1
Multihead related issues
First, there are two fundamentally diffrent types of doing multihead: The "one big screen" solution, usually achieved with xinerama , twinview or similar. This provides us with one Screen, and therefor one CompScreen structure. The output extens are retrieved from xinerama, or possibly randr (in the future?), I would assume. Then there is the less used "multiscreen" way, which