Displaying 20 results from an estimated 200 matches similar to: "Setting a "Forward" to an external number on your phone"
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and
can only find call waiting pstn phones butnot for sip. Is their a way of
setting this up within the dailplan?
2004 Oct 05
1
difference between dtmf digit 8 and 9
Hello,
this is an example extensions.conf.
[default]
exten => 500,1,Answer
exten => 8,1,SetGlobalVar(firstdigit=8)
exten => 8,2,Goto(process,s,1)
exten => 9,1,SetGlobalVar(firstdigit=9)
exten => 9,2,Goto(process,s,1)
I call extension 500 and send dtmf digit 9. This is printed to the
CLI:
-- Executing Answer("Zap/20-1", "") in new stack
-- Accepting
2006 Feb 01
3
Dumb Dialout Question
I'm still trying to learn some parts of Asterisk, so sorry in advance for the dumb question!
How do I set up an extension to dial out to the PSTN through my ZAP interfaces? I want the ability to have a ring group that will ring all of the phones in an office and then ring cell phones if nobody answers. I'm sure this is simple to do but I'm at a loss.
I have tried the following
2006 Mar 07
1
Setting Vaaibles
Helo List,
First I would like to apologize for my bad spelling as
well as that I did not search the wiki first. I only
have email access at the moment.
I am having trouble setting both variables and global
variables thru an extension.
I am using Asterisk 1.2.4 with Ztdummy on CentOS 3.4
with an Xlite softphone. I have two xlite phones on
diffent computers. One logs in as xlite1 and the other
as
2006 Jan 10
1
busydetect
Hi,
I'm struggling to get busydetect to work.
I'm using asterisk 1.2.1 and a digium TDM04B (4 port FXO) card.
I've set busydetect=yes, busycount=6 and busypattern=300,200 in zapata.conf
and i've modified zondata.c with a busy setting of 620+480, 300/200 which is
the busysignal received from Korea Telecom.
Asterisk isn't detecting the busy signal and doesn't hangup.
2006 May 22
1
behaviour depending on count of used lines
Hi there,
I want to set up an extension set that acts different depending on the count
of used lines. I have a EuroISDN E1 board with mISDN and I only want to offer
10 lines. Therefore I set up a global variables LINES in the general section
of extensions.conf and instantiate it with 0. I a call is incoming I check
the LINES variable wether is 10 or more. If so I make a call transfer. If not
2005 Mar 17
3
Undocumented "exten" syntax?
Over at http://www.voip-info.org/wiki-Asterisk+tips+911, I see these
extensions.conf lines:
exten => s,1,SetVar(SET_EMERG_FLAG=0)
exten => s,n(checkavail),ChanIsAvail(${EMERGENCY_TRUNK})
exten => s,n,SetGlobalVar(EMERGENCY=1)
exten => s,n,SetVar(SET_EMERG_FLAG=1)
exten => s,n(dial),Dial(${EMERGENCY_TRUNK}/${EMERGENCY_NUM})
exten => s,s+2(trunkbusy),GotoIf($[${EMERGENCY} =
2009 May 20
1
Macro with DIALSTATUS
Hi,
I am trying to pass DIALSTATUS to a Macro so that i can set a
variable when a call is placed (call is placed via a call file to
another extension first). Basically i don't want to dial a number
where a call is already bridged and thats why i am setting a variable.
[macro-afterdial];
exten => s,1,Goto(s-${ARG1},1)
exten => s-ANSWER,1,SetGlobalVar(NUM${ARG2} = "ACTIVE")
2003 Oct 23
1
Extended logic syntax
Hi. Can anyone help me with the following:
[globals]
OFFICEHOURS
....................................
[internal]
exten => *80,2,SetGlobalVar(OFFICEHOURS=100)
exten => *80,2,SetGlobalVar(OFFICEHOURS=200)
....................................
[incoming]
exten => s,1,GotoIf($[${OFFICEHOURS} = 100}]?incoming-officehours:incoming-officehours-off
1. Am I using the right sytanx when
2004 Sep 25
3
Queue and Agent functionality
I've seen alot of posts lately on Queue and Agent functionality, and
alot of hacks to make them do different things that most call center
managers want.
In the sake of doing this one time, I'd like to develop a single list
of request so we can consolidate a feature request for the Queue/Agent
system.
Here are the ones that I run into the most:
1. Queue should know the status of agents
2006 Oct 17
4
IVR problem
All,
I'm not able to play background files since this morning. I'm seeing this
error message in the logs:
[Oct 17 10:23:56] WARNING[4572] file.c: File
custom/asterisk-prospectus_IVR-main-day does not exist in any format
[Oct 17 10:23:56] WARNING[4572] file.c: Unable to open
custom/asterisk-prospectus_IVR-main-day (format 0x4 (ulaw)): Permission
denied
[Oct 17 10:23:56] WARNING[4572]
2005 May 21
2
Set CallerID in zapata.conf with QuadBri or other solution with parallel call signalling
Hi,
we are using asterisk with Junghanns QuadBri and some sip phones. 2 channels are configured in NT mode (ISDN PBX connected, internal ) and 2 channels are connected to the public ISDN network (bri-cpe). We use Bristuff 0.2.0 RC8C from Junghanns.
When a call comes in from the public phone for a specific extension (Hotline Number), we initiate a parallelcall to some SIP phones and also to our
2004 Aug 31
1
Going to voicemail instead of queue if no agent is logged in ?
Hi,
I'd like to implement scenario to send user to operator's queue by default
(if doesn't dial any extension) but only if there is operator agent logged,
so user could get response. If not I'd like to send it to voicemail...
Any quick advice ?
Thanks in advance,
Robert.
2013 Nov 27
3
issue with speech in IVR
hello list
i have an IVR menu in asterisk 1.4
like below
exten => 600,1,Ringing()
exten => 600,n,Wait(2)
exten => 600,n,Goto(home,s,1)
[home]
exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}music1)
exten => s,n,Background(${sounds_path}music2)
exten => s,n,Background(${sounds_path}music3)
exten =>
2003 Dec 14
1
Error loading modem driver
When I attempt to start asterisk with my modem setup listed it will not start
attached are the error messages i get and also the modem.conf that i am currently using. Any assistance would be greatly appreciated.
running CVS ver 12/7/03, modified only to allow the RxFax and TxFax to compile and run with it (from http://www.opencall.org)
just e-mail me privately if you need more info
Thanks in
2004 Aug 13
3
External MW Lamp On/Off
One of the connections my asterisk PBX has is an analog
extension from a Comdial hybrid.
On the Comdial system, message waiting is turned on by dialing
*3 and then the station number.
It is turned off by dialing #3 and the station number.
I was wanting to have Asterisk (or Comedian mail) set the
message lamp in the Comdial system when a new message arrives for a
user, and extinguish the lamp
2006 Apr 20
3
Asterisk Won't start after SVN Trunk Update
Hi:
I deleted old modules in /usr/lib/asterisk/modules
before make install. I built zaptel and libpri before
asterisk. Modprobe zaptel and modprobe -v wctdm
executed witiout complaint. Starting asterisk
produced the output below with several warnings and a
failure. Can someone help, please. I double-spaced
the warnings in the text below. The first warning is
about music on hold because it
2007 Apr 09
2
trouble recording calls
Hi all,
I am having the following trouble with recording calls:
When calls come into the support line did number, the call starts to
record on the first queue, but appears to hang up when the call actually
connects to the engineer (ie I see "got hangup request" on the cli and
then mixmonitor ends.) I am guessing this has to do with the announce
file that is played to the engineer
2005 Feb 24
3
Inheriting variables
I'm trying to set a channel variable and make it available to another
channel:
I thought that if I SetVar(_SomeVariable=SomeValue) or
SetVar(__SomeVariable=SomeValue) then SomeVariable would be available in
the destination channel.
However __SomeVariable, _SomeVariable and SomeVariable are all blank.
The scenario:
Agents logon to the queue using callbacklogin. From what I can gather
2005 Feb 19
3
Still asterisk startup crash plz help
Hi,
First i would like to thank the kind people of the list who have
answered my previuos mail, but i am still stuck as asterisk still
crashes upon startup, i have read the install article at
http://www.voip-info.org/wiki-Asterisk+Step-by-step+Installation
and i have search the asterisk archives, but i still cant get asterisk
to work, i have tried reinstalling asterisk but it still complains and