Displaying 20 results from an estimated 28 matches for "extensie".
Did you mean:
extensive
2005 Feb 10
0
asterisk GUI's that supports zap fxs extensi ons
by "GUI" do you mean a configuration utility or a User Interface?
MATT---
-----Original Message-----
From: Jon Gabrielson [mailto:jon@directfreight.com]
Sent: Thursday, February 10, 2005 10:48 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] asterisk GUI's that supports zap fxs
extensions
Are there any gui's that support zap fxs
2010 May 13
1
app_addon_sql_mysql.c:116 find_identifier
Hello list,
I have the following problem with MySQL-queries : it seems that the
resultid and connid are not cleared !
[macro-GetMailboxFromSIPuserID]
exten => s,1,MYSQL(Connect connid localhost xxx xxx xxx)
exten => s,n,MYSQL(Query resultid ${connid} SELECT\ extensie FROM\
tbl_SIPaccounts\ WHERE\ ID="${ARG1}")
exten => s,n,MYSQL(Fetch fetchid ${resultid} extensie)
exten => s,n,NoOp(fetchid = ${fetchid})
exten => s,n,MYSQL(Clear ${resultid})
exten => s,n,MYSQL(Disconnect ${connid})
exten => s,n,MacroExit()
[May 13 16:00:34] -- Exec...
2015 Jun 02
4
Forward loop protection...
Ia had a server overload today because someone did a call forward
to their own extension. To do a call forward I write a key called CFWD
with the extensi?n number and number to dial . The main script tests if
the key/value exists and dials the number stored in the database. What
is an easy way to prevent dumb people from creating a loop?
--
Telecomunicaciones Abiertas de M?xico S.A. de
2007 Jan 24
1
Query Failed because: Incorrect information in file: './asterisk/sip.frm'
Hi,
I have a working asterisk 1.4.0 with Mysql Realtime configuration, and today
I encountered this error.
Now, I have no acces to any information in mysql realtime, so nothing work
now !!!!!
[Jan 24 10:32:40] DEBUG[31070] res_config_mysql.c: MySQL RealTime:
Everything is fine.
[Jan 24 10:32:40] DEBUG[31070] res_config_mysql.c: MySQL RealTime: Retrieve
SQL: SELECT * FROM extensions
2011 Oct 31
1
Calls from PSTN on SPA3102
Hello list, this is my first post on this list.
I have a server with Asterisk and a Linksys SPA3102 with 3 SIP phones.
I have configured the SPA PSTN line as trunk to receive and send
calls.
I can call outside from SIP phone throw the PSTN line and all is OK,
the problem is when I receive a call from the PSTN, on the out caller
phone there is a demo playback. I want to redirect the call to a
2010 Aug 26
2
CDR on Transfer...
I have searched for some time but I have not found an asnwer on how to
fix the CDR when a call is transferred. The problem is that if someone
dials a cell phone and then transfers the call to another extensi?n the
CDR for the cell call stops and there is no way to track that the call
was transferred so we can bill correctly. Many people have asked this
question but there is no answer, only a
2007 Mar 21
1
PickUp a call with feature pickup (*8) from a IAX2 channel
Hi list, i'm trying to do that iax channels can acces the pickup
feature(normaly *8 dialing).
But always the iax channel when dial *8, search for the extensi?n *8 on its
context.
I know i can program the *8 extension with the pickup applicati?n. But its
doesn't works for me, becouse i need to pickup some calls comming from IVR's
o Queues.
And there de exten is no the same as the
2008 Feb 28
1
Asterisk monitor() zap channel problem
im trying to use monitor() aplication with "b" option, to start the
recordigin just once the conversation has actuallly begun.
It works fine with a sip extensi?n, but when i use a zap channel, it records
all the channel bridging, including the ringing sounds...
could you please help me with this issue?
ill keep reporting
thanks.
-------------- next part --------------
An HTML
2008 Feb 21
1
Save a group of matrix
Hello, I'm creating a loop to work with vegan, to get a species abundance curve. Here I send the script I've created and also an excel file to prove what it can do.
Well, I have a database with 20 years, and each year we have sampled 19 stratum, and in each estratum we have carry out some sumpling. Then, with the script that I've sent I've got to calculate the species abundance
2007 Apr 12
1
rspec on rails: undefined method ''controller_name''
Im trying to write a controller spec, but when I run it I get an error like
the one below.
I found Bug6707
(http://rubyforge.org/pipermail/rspec-devel/2007-March/002147.html
), but I get the error no matter how I run the spec
( whether I use rake or not)
Any ideas?
I am using 0.8.2
The Error:
C:/rails/InstantRails/ruby/lib/ruby/gems/1.8/gems/rspec-0.8.2/lib/spec/expectati
ons/sugar.rb:14:in
2015 Jun 02
2
Forward loop protection...
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin Larsen
Sent: Tuesday, June 2, 2015 4:09 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Forward loop protection...
> Ia had a server overload today because someone did a call forward
> to their own extension. To do a
2015 Jun 02
0
Forward loop protection...
> Ia had a server overload today because someone did a call forward
> to their own extension. To do a call forward I write a key called CFWD
> with the extensi?n number and number to dial . The main script tests if
> the key/value exists and dials the number stored in the database. What
> is an easy way to prevent dumb people from creating a loop?
Right after you have
2015 Jun 02
0
Forward loop protection...
Could this possibly mean that any person who has CF set should never be
available as CF Destination. Simple db entry/check can have this done.
On Tue, Jun 2, 2015 at 5:34 PM, <dk at donkelly.biz> wrote:
>
>
>
>
> *From:* asterisk-users-bounces at lists.digium.com [mailto:
> asterisk-users-bounces at lists.digium.com] *On Behalf Of *Kevin Larsen
> *Sent:* Tuesday, June
2015 Jun 03
0
Forward loop protection...
On Tuesday 02 Jun 2015, Carlos Chavez wrote:
> Ia had a server overload today because someone did a call forward
> to their own extension. To do a call forward I write a key called CFWD
> with the extensi?n number and number to dial . The main script tests if
> the key/value exists and dials the number stored in the database. What
> is an easy way to prevent dumb people from
2015 Jun 03
1
Forward loop protection...
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of A J Stiles
Sent: Wednesday, June 3, 2015 3:08 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Forward loop protection...
On Tuesday 02 Jun 2015, Carlos Chavez wrote:
> Ia had a server overload today
2001 Jul 21
0
AVISO URGENTE DE VIRUS
Si recibis un correo m?o o de cualquier otra persona que os diga m?s o menos lo siguiente:
En la primera l?nea podemos ver la siguiente frase: Hola como estas?
El texto intermedio es el siguiente:
"Te mando este archivo para que me des tu punto de vista
Espero me puedas ayudar con el archivo que te mando
Espero te guste este archivo que te mando
Este es el archivo con la informaci?n que
2008 Feb 19
2
change NA values
Hello, I'm sure that this question is too simple, but, I'm begining with R and I'm not able to change the NA values in a matrix by 0 values, and it's necessary for my work, how can I do It? Thank you.
Alfonso Pérez Rodríguez
Instituto de Investigaciones Marinas
C/ Eduardo Cabello nº 6
C.P. 36208 Vigo (España)
Tlf.- 986231930 Extensión 241
e-mail: fonsilei@iim.csic.es
2009 Jul 20
0
No subject
timeout to be set.<br>
I'm hoping to find an option along the lines of the Dial() ringtime,<br=
>
but no luck.<br>
Gosub() looked interesting, but I don't think quite fits my needs eithe=
r<br>
<br>
Could someone please offer a little insight on this situation and<br>
point me towards the right command to be playing with?<br>
2009 Sep 14
0
Something with Dahdi and reversal event...
...ted
and now Hanging up on channel 3
[Sep 14 10:41:25] DEBUG[4438] chan_dahdi.c: Polarity Reversal event
occured - DEBUG 2: channel 3, state 6, pol= 0, aonp= 0, honp= 1, pdelay=
600, tv= 294924
[Sep 14 10:41:25] VERBOSE[4438] logger.c: -- Executing [h at open:1]
NoOp("DAHDI/3-1", "extensie hangup - tel2268191 - winkel open") in new
stack
[Sep 14 10:41:25] VERBOSE[4438] logger.c: -- Executing [h at open:2]
NoOp("DAHDI/3-1", "hangup-cause : 16") in new stack
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists...
2010 Jul 15
0
WARNING[15867]: chan_sip.c:15766
Hello Asterisk-Community,
I'm having an error with my BLF configuration on my asterisk...i've
configured the sip peer like this:
[8250]
type=friend
callerid=Extensi?n 8250 <8250>
canreinvite=no
context=pbx9
dtmfmode=rfc2833
host=dynamic
insecure=no
language=es
nat=yes
pickupgroup=
callgroup=
qualify=2000
secret=cyx2mo
type=friend
username=8250
subscribecontext=pbx9
call-limit=100