Displaying 20 results from an estimated 2000 matches similar to: "Multiple Phones for 1 Extension"
2006 Apr 10
1
SIP channel unavailable/busy/really not there
Is there a way to differentiate between a SIP address which hasn't
registered (but is within sip.conf) and one that's not there at all
(i.e. not in sip.conf) using a straight dialplan.
I'd like to differentiate actions depending the state of a SIP device
and whether it's in my config or not (if that makes sense, basic automap
of dial-in lines to sip phones, but if they've
2003 Jun 25
1
Problems with music during tones of dial.
Hi everybody,
Firstly I'm going to describe the scenario where I'm working. I use a E400P with Asterisk CVS-05/22/03-11:14:50, and I'm working with asterisk trow AGI scripts (Perl).
The configuration of extension.conf is:
exten =>_s,1,Answer
exten =>_s,2,AGI,script.agi
Inside the AGI script is call Dial application as follows:
print "EXEC Dial
2003 Jun 01
6
Call Transfer Problem
hi All,
We are working on Soft-PBX using Asterisk. This relates to CALL TRANSFERRING aspects of Asterisk.
We were able to do one type of call transfering, ie, the called person can transfer the original call to another person.
but we were unable to do the other, that is, call initiator him/her self couldn't transfer the call. Eventhough the documentation for Dial application intructs to
2005 Aug 07
3
Can call from iax extn but cannot call it - unable to cteate channel iax
Hello
I have created an iax exten in my iax.conf file:
[300]
type=friend
username=300
secret=***
context=default
host=dynamic
callerid="some name" <300>
auth=md5
Then in my extensions.conf I have:
exten => 300,1,Dial(IAX/${EXTEN},20)
exten => 300,2,Hangup
I can dial from iaxComm (a soft IAX client) and that works fine. But when I
try to dial 300 get:
WARNING[22077]:
2003 Jul 01
3
H.323 Gateway Connection
Hi,
I'm trying to setup Asterisk to allow users to dial out to the PSTN using a
remote box supporting h.323. I'm using chan_h323.so, and I'm able to make
outbound calls to a client like netmeeting with a line like this:
exten => 242,1,Dial(h323/xxx.xxx.xxx.xxx)
And I'm able to receive incoming calls to asterisk. However I'm not sure how
to route calls to the remote h.323
2007 Jun 20
2
Forcing Dial application to skip if called server is unreachable
Is it possible to force the Dial function to skip to the next priority
if it doesn't find the server of the called contact within a few
seconds?
I know I can use:
Dial(Technology/resource[&Tech2/resource2...][|timeout][|options][|URL])
where I can use some short timeout in the "timeout" option, but if I
do so, when some call is well succeeded, it will only ring for that
2003 Nov 24
11
Picking an open channel (FXO port) for outbound calls
Greetings:
I did some quick searching of my history of this list, and I tried a quick
Google search as well, but perhaps someone on the list can quickly answer
this question. I have a very nicely working Asterisk system at home with
two Digium X100P FXO cards. When my SIP phones want to dial-out I have them
setup to grab the first analog card (Zap/1) with the following
extensions.conf segment:
2003 Sep 07
2
New cvs compile; basic operational question, please.
Can someone offer a hint on what I'm doing wrong with the basic * config?
Just implemented * for the first time using yesterday's cvs. The initial
configs are based on John Todd's article at http://www.onlamp.com/lpt/a/3956,
and using two 7960's for initial testing. When one 7960 calls the other, I
get the following and the call is dropped:
-- Executing
2003 Jul 11
1
No Sound via Sip Phone
Hi,
I just setup a box with RH 9, and latest asterisk via CVS. The box as a
T100P card in it that is currently hooked up to nothing. I did have the
sample configs in place via make samples, and the only change I made was to
add an entry to sip.conf for my Cisco 7960. When I dial 1000 to get to the
main greeting I hear nothing, though the command line output looks fine to
me.
Any ideas?
--
2003 Jul 29
1
Variable Substitution
Hi,
Can I do variable substitution in the [globals] section of extensions.conf?
For example something like this:
[globals]
EXT_BOB=4206
PHONE_BOB=SIP/${EXT_BOB}
Thanks,
Justin
2004 Jul 31
3
one extention, multiple phones
Is it possible to get a few 7960's and asterisk to allow all
of the 7960 phones to use one extentsion and can only be used
by one person at a time, have it indicate on the other 7960's
when one of the others has the line engaged. Basicly so like
I can setup a rule when an incoming call comes from IAX to
divert to this extension, it will ring the extension (thus all
phones), and allow me to
2014 Oct 27
1
proper use of reg.finalizer to close connections
Hi all, I have a question about finalizers...
I have a package that manages state for a few connections, and I'd
like to ensure that these connections are 'cleanly' closed upon either
(i) R quitting or (ii) an unloading of the package.
So, in a pared-down example package with a single R file, it looks
something like:
##### BEGIN PACKAGE CODE #####
.CONNS <- new.env(parent =
2009 Jun 02
2
error with dial timeout
Hello,
I am trying to do :
Exten =>_X.,n,Dial(SIP/ser_sei0/1130,L(10208400:61000:10000))
But it return that error:
[Jun 2 10:04:44] WARNING[18920]: app_dial.c:1623 dial_exec_full: Invalid
timeout specified: 'L(10208400:61000:10000)'
Why?
I forgot something ?
Thank you
Cordialement,
BERGANZ Fran?ois
P Pensez ? l'Environnement, n'imprimez ce mail que
2009 Apr 02
5
Ring group howto
How do I manually set up a ring group?
All the info I've Googled tells me how to do this using Trixbox or FreePBX.
I am using standard Asterisk 1.4 configuring at the CLI.
Michael
2005 Sep 26
6
Extension availabilty
I have a client that has an old Merlin system. They would like to move to an
Asterisk based system, however, with their existing system each phone is
capable of displaying who is on the phone within there office. This is done
by lighting a red light for each line(extension) that is in use. Has anyone
been able to neatly create this feature? Perhaps an XML application can be
written for the Cisco
2005 May 25
5
how to dial extension with menu
hello
like if 6000 is the main exchange number. any one dial
to 6000 will be asked for pressing his desired
extension then he can press his desired extension then
his number is diled
exten=>6000,1,Background(enterdesiredexten)
exten=>6000,2,Wait(2)
exten=>2000,1,Dial(SIP/${EXTEN})
2005 Jan 26
9
Cisco 7960 Message Light on multiple phones
Here is what I am attempting to do (which works well on Cisco Call
Manger). I have some 7960's that have multiple lines on them. The
second line specifically is a "helpdesk" line that is shared among
multiple phones. Here is how I am making that line ring on multiple
phones, maybe you have other suggestions:
exten => 135,1,Dial(SIP/135@100&SIP/135@101,20,rt)
So this
2007 Nov 04
3
7960 Queue Issue
Morning All,
Quick question that has me stumped. Have a queue with several members
(Statically defined in queues.conf at this stage for testing) who use Cisco
7960's.
The queue is configured to use rrmemory and generally this works correctly.
However if a member is already on a call their phone will still ring (The
7960 can show multiple incoming calls for one line). I really don't want
2020 Apr 25
1
Re: Not able to add pcie card to guest: Operation not permitted
On Fri, Apr 24, 2020 at 4:35 PM Peter Crowther
<peter.crowther@melandra.com> wrote:
>
> On Fri, 24 Apr 2020 at 21:10, Mauricio Tavares <raubvogel@gmail.com> wrote:
>>
>> Let's say I have libvirt
>>
>> [root@vmhost2 ~]# virsh version
>> [...]
>>
>> Running hypervisor: QEMU 2.12.0
>> [root@vmhost2 ~]#
>> [...]
>
> When
2006 Nov 22
1
DTMF detection during Call
Hi
I have calls comming from a SIP-ATA-Box via Asterisk to PSTN Phones by
outbound SIP.
Now i want to detect DTMF-Tone Code coming from the called party to
trigger a signal.
Can this be done with asterisk? I read that the codec with DTMF
detection are ulaw and alaw. But i couldn't find a command to detect
dtmf's within a normal call.
thanks and mani greetings
Christian