Displaying 20 results from an estimated 10000 matches similar to: "incoming triggers seperate outbound"
2006 Apr 07
2
Attended Transfer howto
There is plenty of information on the wiki for setting asterisk up for
transferring calls both from the Dail() command, and features.conf.
What really seems to be missing, is simply how do you actually perform
the transfer?
Blind transfers are pretty simple as you only have two obvious steps.
How though do you do attended transfers?
1.) You have a call
2.) You dial *2 or whatever you have
2006 Apr 08
6
How to set busy
For multiline phones how do you set SIP channels to busy. For instance
if SIP/101 is on a call then dial would return busy. Right now it just
starts ringing on line X, and stacks up from there.
What would be really great is if I could control how many calls by the
context. So if a call was routed via
[overload] Then the ext wouldn't report busy it would just keep ringing
available
2006 Jun 15
1
d & e options in meetme()
I'm really confused on how to use these two options together:
A while back:
JustRumours
edited this page:
http://www.voip-info.org/wiki-Asterisk+cmd+MeetMe
and added a little section about dynamic conferences. the 'e' option is
repeated all over the page as the savior of dynamic conferences, maybe
I'm just dumb, but can someone tell me if a conference is created with
the e
2006 Mar 28
3
dial plan logic
Just starting to enjoy the full features of asterisk, I do have a couple
questions though, that I can't seem to find answers for in the wiki,
just wondering if someone could light my way.
after a caller has made their choice of options in the dial plan, I
would like them to be placed on "hold" (music, not ringing) while the
system processes through the rest of the dial plan
2006 May 25
1
pap2 bridging problems
I'm having a real problem with one of my linksys pap2. On outgoing
calls the callee will ring, but caller (pap2) will not here it ring
When the callee answers, no audio is transmitted either way. Asterisk
reports the call connected and bridged correctly.
Now the kicker is that sometimes it works and other times it doesn't. I
have had the most luck calling land lines, but sometime
2003 Mar 03
40
callerid
"In general you can match callerID with the /, but if you don't put
anything after the /, then the rule matches "no caller*ID", and if no
slash is there at all, it matches "any callerid". "
Ok.My question is ->
how to match callerid from 001... ?
and if don't know how many numbers ?
exten => s/0_,Answer don't work-
anything else ?
tnx
Thomas
2004 Jul 07
3
Profiles
I have a few weird problems with profiles on my samba PDC. Right now I'm
just testing with two XP pro clients. Samba is
Samba version 3.0.2a-Debian
The problems that I'm having and I believe are related are:
1.) Profiles are saved to the server, but don't migrate to different
clients. This is very odd, I can make all sorts of changes to the profile
and I can see those changes
2004 Jul 14
2
Slow Access *oopps*
Don't know how that last email took off, but that wasn't suppose to happen.
Any the
root 3 59.6 0.0 0 0 ? R< 10:16 11:04 [events/0]
is a kernel thread that handles weird irq stuff. I just disabled onboard
sound and USB and it went away.
I'm still left with my other problems though, here they are
2.) I'm having LMB and DMB problems on the server,
2007 Jun 19
5
Problems translating should_render from 0.8.2 to 1.0.5
<font size="2">I''m working on a large Rails site and we want to move from RSpec 0.8.2 to the latest and greatest. So we ran the translator and yet we''re having a lot of trouble translating should_render.<br><br>I found this on the web:<br><br>We will NOT be supporting the following in the new syntax:<br>
2005 Jul 07
1
4GB limit on samba 3.0.4
Does anyone know anything about a 4GB size limit on Samba 3.0.4 running
on AIX 5.2 with a 32-bit kernel? We currently have files being
transferred from a Windows 2000 server to an AIX machine, and if the
files are larger than 4GB, they are getting mangled. Running samba at a
high debug level shows the file pointer rewinding or becoming negative
once it reaches 4GB and md5sum indicates that the
2004 Jul 12
0
Verbose name
Miles Scruggs wrote:
>>Miles Scruggs wrote:
>>
>>>How do I shorten my servername that is displayed to windows clients
>>>currently it is
>>>'Samba 3.0.2a-Debian (netbios name)' How do I change this to netbios
>>
>>name
>>
>>>only?
>>
>>Look for the "Server string" line in your smb.conf - this is where
2005 Sep 15
3
Seperate Incoming calls on TDM02?
I have a TDM02B to bring in two POTS lines for my incoming calls; I
need to point each line to a different IVR... is there somewhere that
can I can look to get this setup working?
Basically, each line is for a different business. I know that for a
DID the routing is simple but I'm not seeing where I can match up a
DID with a Zap channel.
I'm currently looking into the zapata.conf file
2003 Aug 13
1
How do i configure so an incoming call triggers an http request?
Hi all,
I'm about to start setting up my first asterisk/cti system in our test lab.
I've read through all the documentation I can find and relevant posts in the
list archives but can't seem to find anything explaining how to go about
initiating an http request upon an incoming call.
I basically want asterisk to request an uri on our intranet, which will pass
call details to our
2006 Aug 09
1
Plot with Julian dates.
Dear Sir/Madam:
I simply want to draw x-y plot with Julian dates (x) and numbers (y).
Please see below for my program.
In the older version of R, the plot(jdat, miles) worked without any problem.
But, with the new version of R, plot(jdat, miles) does not work any more.
So, I added log="" option (as far as I know, it is a default setting, so
log="" should not be needed).
2004 Jan 12
2
Re: Nauti miles
>
>
I might as well add to the offtopic thread... why are natuical miles longer
than "regular" miles?
Andrew
A nautical mile is 1 minute of latitude.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040112/6658a905/attachment.htm
2004 Apr 04
1
How to improve this code?
Hi all,
I've got some functioning code that I've literally taken hours to
write. My 'R' coding is getting better...it used to take days :)
I know I've done a poor job of optimizing the code. In addition, I'm
missing an important step and don't know where to put it.
So, three questions:
1) I'd like the resulting output to be sorted on distance (ascending)
and
2006 Oct 21
1
help with coef
Hi,
I am trying to get R to return just the slope of a linear regression line,
but it seems that R has to return both the slope and the name of the slope.
For example,
> a=coef(lm(y~miles))
> a
(Intercept) miles
360.3778 -7.2875
> names(a)
[1] "(Intercept)" "miles"
> a[1]
(Intercept)
360.3778
> a[2]
miles
-7.2875
I don't understand the
2006 Feb 28
3
error on installation
My system: Suse 9.3 Prof.
I downloaded Wine: wine-0.9.7-SuSELinux100.i586.rpm.
I get the message libstdc++.so.6 not available.
What can I do?
Please note: I am not a linux expert. What little I know,
I acquired by myself.
Regards,
suren
--
The woods are lovely dark and deep
But I have promises to keep
And miles to go before I sleep
And miles to go before I sleep (Robert Frost)
2006 Apr 04
4
Threads vs. Processes and Rails
Hey all,
I need to launce a rather lengthy process from a small Rails application.
It''s the sort of thing (sending out an email newsletter) that would need to
be launched from a browser window, but the browser doesn''t need to stick
around to see it through.
I played around with Thread.new, but I think, based on limited testing, that
the threads need to complete before the view
2004 Sep 10
2
rpms
--- Miles Egan <miles@caddr.com> wrote:
> Are there rpms for flac available?
I'm not aware of any official maintainers but supposedly
the gstreamer guys (http://gstreamer.sf.net) have a spec
file for it. I am going to look into it in the next
couple of days but when 1.0 comes out I'm sure RPMs will
pop up pretty quickly.
Josh
__________________________________________________