Displaying 20 results from an estimated 300 matches similar to: "Call forwarding questions"
2003 Apr 07
0
Call FWD & the new channel driver chan_local
I just thought i'd post a small sample that uses the new chan_local
to show one way of doing variable callfwding
This sample extension.conf uses's the ast DB to store a users current
extension,
in a db family of CallFWD
and the unique Key is based on the current channel the user is assigned.
In the globals var section each key is hardcoded EXT1, EXT2 this is used in
the
[incoming] context
2010 Jul 01
1
call file question
I am sure this is simple, but have been struggling. I want to create a
call file that dials out a particular Dahdi channel to enable call
forwarding on a POTS line. I have this in extensions.conf:
[custom-callfwd]
exten => s,1,Answer
exten => s,n,Dial(DAHDI/4-1/*717157750)
exten => s,n,Verbose(${DIALSTATUS})
exten => s,n,Hangup
[custom-callfwdcanc]
exten => s,1,Answer
exten
2005 Oct 19
3
sqlQuery and string selection
Dear alls,
Could someone tell me how to select a subset of string observations (e.g.
"females" in a sex column) with sqlQuery in the RODBC library?
Indeed, I'm trying to select a subset of observations on my access database
with:
female<-sqlQuery(mychannel,"SELECT Micromammiferes.sex
FROM Micromammiferes
WHERE (((Micromammiferes.sex)="females"));")
The sql
2005 Aug 09
4
Too slow computer?
Hello! I''ve put some questions on this list some weeks
ago and I''ve got good answers. Thank you!
Now I''ve finished my (beautyful) script and I ran it
on my router...
About my script:
It routes packages based on their destination on the
Internet. I have about 1650 preffered destination
networks listed in some file. The script read this
file and marks every package for
2004 Oct 25
4
params file
Hi,
could you tell me the correctly syntax to lists any ip adresses. For
example:
EXT1=192.168.111.239 192.168.215.40 and so on.
Must there be a ";" or a blank ?
Regards
Michael Menkhoff
Vote for Kerry
2005 Mar 04
7
Stutter Tone
I think I have something misconfigured regarding voicemails. They work
great, I have this setup:
Sip.conf
[ext1]
Context=phones
Mailbox=201
Voicemail.conf
[home]
201,password,name,email@mail
Voicemail delivery and all works great but when I check sip extension ext1
(analog phone using a Granstream ATA 286), the stutter tone signaling
message waiting does not work.
Anything wrong with
2015 Apr 13
1
dial out with channel variable; sub-string usage
On 15-04-09 12:06 PM, Chad Wallace wrote:
>> but don't know where to put those lines. I have BABY defined as
>> >channel variable:
>> >
>> >BABY = SIP/babytel_out
>> >
>> >but that seems circular, somehow.
> You put them in the context for your clients... From what you show
> below, I'd say they go in the "local_200"
2007 Sep 10
2
Failover SIP logic
I need some extensions logic assistance, I'm trying to dial out one of multiple SIP trunks, in sequence. I need to detect a busy SIP trunk(I only allow 1 call per trunk) and roll over to a second or third depending on that busy status
Here's what I've got for a macro thusfar, but it's not working(fails if the 1st trunk is busy)
extensions.conf:
[globals]
trunk_1 => SIP/trunk1
2016 Apr 04
2
Is it possible to have two trunks between two Asterisk boxes ?
Hello,
For lab testing, I'm trying to build two differents PJSIP trunks between
two Asterisk 13.8.0enabled boxes.
I thought I could set up both trunks like this:
Box A/port 5060 <------ Trunk1 -----> Box B/port 5060
Box A/port 5062 <------ Trunk2 -----> Box B/port 5062
and declare trunks like this:
[foobar1]
type=endpoint
transport=simpletrans
context=from-customer
2005 Mar 09
4
Broadvoice Multiple "lines"
I configured this once now I forgot what I did.
Two Broadvoice accounts.
Incoming is simple - just use the phone numbers.
Outgoing:
Dial out on a specific line
and/or
set up the groups and select the other "line" if the first one is busy?
--
James Taylor
MetroTel
3505 Summerihll Road
Suite 11
Texarkana, Texas 75503
903-793-1956
2006 Jan 24
3
Is local originated traffic affected?
Hi!
I built some rules to shape traffic from my linux router in both
dirrections: to the Internet and to the LAN.
When i apply the rules my computer cannot acces the Internet or the LAN.
Is this behavior normal? Do I need to write some rules for local IPs of
my router? (I have sevaral, both on the internal and the external NICs.)
Thank you for any advice!
Sorin.
2011 Dec 12
2
Automated Regressions
Hello R-Experts,
I've got a question, concerning the automation of a number of regressions
(lm) with the help of a loop (for i in ....).
The situation is as follows (the code follows after that):
I have my data in an access database. I have historical data for 2000 parts,
for each of this parts I want to do a regression analysis, so I need to do
2000 regressions (just for one country, there
2004 Apr 17
2
SIP device rings once on busy before giving busy tone with dialplan
Hi!
I am having difficultly in having users of various SIP devices obtain the
correct behaviour when they call a busy number ie. only hearing the
Congestion/Busy tone. I assume this might be because the SIP device
itself generates the 'ring' tone?
With my current setup in the dialplan extract (below) the user of the SIP
device hears one 'ring' and then the busy tone if a number
2003 Sep 14
4
AGI question
Hi,
sorry if this is a newbie question, but in fact I am sort of a newbie.
Is there a way of connecting two answered and active voice channels together
in an AGI script for some time, having the two parties talk to each other,
at the same time have asterisk or the AGI script listen for DTMF tones on
both channels and react to certain tones, i.e. disconnecting the two
channels on reception of
2009 Apr 18
2
dialling multiple extensions in an internal context
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there. I've done some googling around to try and find an example
of what I'm trying to do, but it's one of those things that just seems
hard to find the right terms to search for. If there's some
documentation out there on this, I'd appreciate being pointed in the
right direction. If not, then if someone has some
2006 Aug 18
2
Please help with subclipse in radrails
I''ve been wrestling with this all night, I''m hoping someone can help. I
followed the exact steps in:
http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion
..but when I open a new ''Checkout project from SVN'' in RadRails, it opens up
the second level dirs as the project dirs (ie. app, log, script, etc),
leaving me with a mess of projects.
I redid
2014 Sep 02
3
PJSIP issues with handling incoming calls
Hello guys.
Have 2 external numbers that required registration on provider server,
trunk1: 73432260005 at 80.75.132.66
trunk2: 73432260050 at 80.75.132.66
Thing is I can?t figure out how to route them to different IVRs
by default Asterisk can?t match endpoint
Request from '<sip:+ 73432260005 at 80.75.132.66>' failed for '80.75.132.66:5060' (callid:
2007 Dec 20
1
IPFW: Blocking me out. How to debug?
Dear W.D.
Do you understand that by adding the rules into kernel space numbered from zero to sixty five thousand five hundred thirty four
you may alter the behavior of the rule number sixty five thousand five hundred thirty five
can you please define and list the goals you are trying to achieve by altering default rule in the terms you can both explain and understand.
----- Original Message
2010 Feb 20
1
Error redirecting an incoming call of a SIP provider to a local extension
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
I am trying to redirect to a local extension the incoming calls that I
receive to an account which I have in iptel.org, but when receiving I'm
obtaining this error:
alderamin*CLI>
-- Executing [300 at from-internal:1] Dial("SIP/danib-089f8820",
"SIP/300|30|tTrm") in new stack
[Feb 19 19:22:50] WARNING[19254]:
2015 Jan 29
2
any valid up-to-date info about Kamailio-Asterisk integration ?
Hi all
Have recently watched Matt Jordan's session on Kamailio World 2014
On slides 26-29 of his presentation
(http://www.kamailio.org/events/2014-KamailioWorld/day1/09-Matt.Jordan-Asterisk12-And-PJSIP.pdf)
he speaks about a (completely new, for me at least) approach to build
scalable telephony systems, using N instances of Kamailio and N
instances of Asterisk
Are there any