Displaying 20 results from an estimated 124 matches for "palmas".
Did you mean:
palma
2007 Apr 11
4
RSpec plugin for RadRails
Hi,
Is there already a plugin for RadRails that would support RSpec ?
Thx
Julien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070411/1c9aca29/attachment.html
2006 May 23
3
Transfer extensions processing control to Manager
I'm developing an application that monitors the state of the incoming
calls using Manager events. So, as a part of it, I need to "override"
the control of the extensions by the dialplan itself. The problem is
that, if I don't declare the incoming extension, Asterisk hangs up the
call by default. So I want to know if there's some kind of
"ManagerControl() application
2004 Aug 16
2
tuning for samba server
Hi!
anyone knows where to get some info for kernel (maybe via sysctl) and or
samba tuning for high performance ?
I have read all the samba docs available, so aim looking for others tips
besides the tcp tunings usually applied in smb.conf ?
i am setting a server on a client site, with many clients (about 100), and i
am using a real server hardware (an HP netserver with xeon procesor@2.8Ghz,
1Gig of
2006 May 11
2
Problem setting locale for voicemail
I've set voicemail almost successfully, only a minor detail remains :-)
I can't get the dates in my local language (spanish). In sip.conf,
zapata.conf and voicemail.conf, I've set:
language=es
and my locale is "es" also. However, the days and months names still
appear in english in the emails!!!
Thursday 11 de May de 2006, 18:49:34.
instead of
Martes 11 de mayo de
2007 Sep 17
3
Enabling MySQL UNIQUE from cdr.conf
Hi,
Is there a way to enable the usage of UNIQUEID CDR field using a MySQL
database backend for storing CDRs without having to recompile
asterisk-addons as stated here
http://www.voip-info.org/wiki-Asterisk+cdr+mysql ?
After version 1.4 it is said in release that it can be done (not sure if it
applies to mysql backend)
How would it be the syntax in cdr.conf? I tried this without success in
2006 May 12
3
VoiceMail application: "j" option not working as I supposed
I've the following dialplan.
exten => _XX,hint,SIP/${EXTEN}
exten => _XX,1,Dial(SIP/${EXTEN},10,j)
exten => _XX,2,VoiceMail(${EXTEN}@default,u|j)
exten => _XX,3,Hangup()
exten => _XX,102,Goto(110)
exten => _XX,103,Playback(pbx-invalid)
exten => _XX,104,Hangup()
exten => _XX,110,VoiceMail(${EXTEN}@default,b|j)
exten => _XX,111,Hangup()
exten =>
2006 Mar 15
2
Speeding up the dial of DTMF's in SIP channel
I'm dialing DTMF's in a SIP channel using the options:
[sip.conf]
dmtfmode=info
[extensions.conf]
exten => _XXXXXXX,1,Dial(SIP/gateway,,D(${EXTEN}))
(this is a custom SIP gateway, which receives the DTMF's sent from
softphones through Asterisk, and based on them, build the destination
PSTN number).
My problem is that Dial send the DTMF's to the SIP/gateway user at a
rate
2006 Feb 23
3
Codec order sent wrong from Asterisk
I'm communicating a softphone (SJPhone) to a Grandstream phone GXP-2000.
The codec order on each one is the next:
SJPhone: GSM - iLBC - PCMA - PCMU
GXP2000: G729 - GSM - PCMA - PCMU
(I have a G729 license, so there's no problem with transcoding G729)
In my sip.conf, I've defined the following codec order:
disallow=all
allow=g729
allow=gsm
allow=g726
allow=alaw
allow=ulaw
And my
2006 May 24
1
Generate two calls from Asterisk and bridge them
Is there a way in Asterisk (I guess there's, it's only I can't figure
out how :-)) to:
1.- Generate a call to channel 1 (example, to PSTN v?a an E1 card, using
Zap/g1)
2.- Generate a call to channel 2 (example, an internal SIP extension).
3.- Once both channel have answered, connect the call between them.
This way, I can, for example, play audios in both channels before they
are
2006 Mar 09
2
Extracting info from the $EXTEN variable
Is there a way to access only certain positions in the $EXTEN variable?
I'd like to filter my international calls based on the destination country:
My dialplan looks like this (1XX0. is the international calling
convention for Chile)
exten => _1XX0.,1,Dial(SIP/${EXTEN:4}@external_provider)
But, I'd like to, depending on the destination country (digits 5 and
eventually 6 of EXTEN),
2016 Jun 21
2
Problemas con tildes y otros caracteres en R y RStudio
...> capitales
[1] "Madrid" "Barcelona"
[3] "Valencia" "Sevilla"
[5] "Zaragoza" "Málaga"
[7] "Murcia" "Palma de Mallorca"
[9] "Las Palmas de Gran Canaria" "Bilbao"
[11] "Alicante" "Córdoba"
[13] "Valladolid" "La Coruña"
[15] "Vitoria" "Granada"
[17] "Oviedo" "Santa Cruz d...
2006 May 10
2
Is there a way to not propagate a context included inside other context?
I've defined my dialplan as showed below. My internal lines are numbered
as 12345XX, and internal users can call another by the entire 7-digits
extension, or by just last 2 digits.
[invalid]
exten => _X.,1,Playback(pbx-invalid)
exten => _X.,2,Hangup()
[internal]
include => invalid
exten => _XX,1,Dial(SIP/12345${EXTEN}) ; Short alias for internal lines
exten =>
2009 Aug 18
2
Channels don't go away with soft hangup
Hello List,
our setup:
Callcenter
IBM Hardware, 1x TE420, 1x xircom analog switch, 4x different cellular
providers on the xircom analog port, ~60 agents
Debian 5.0.1 (Lenny)
Asterisk 1.4.21.2 Debian Package recompiled with additional app_queue
segfault fix
Zaptel 1.4.11 Debian Package
My Problem is I have two channels (Zap/9-1 and Zap/6-1) which have a
duration of over 4 hours.
I am
2009 Jun 09
2
Sweave and accents
Hello.
I want to write my notes in Sweave in my own language (spanish). But
my language has accents and when I run Sweave in R to translate my Snw
file into the tex file the accents are translated into unrecognizable
characters.
For example, the word "cami?n" (truck) is translated into "cami??n"
Somebody knows how can I do it?
One solution I don't like is using a
2015 Mar 16
0
[PATCH 00/35 linux-next] constify of_device_id array
...| 2 +-
drivers/char/hw_random/pasemi-rng.c | 2 +-
drivers/char/hw_random/powernv-rng.c | 2 +-
drivers/char/hw_random/ppc4xx-rng.c | 2 +-
drivers/char/ipmi/ipmi_si_intf.c | 4 ++--
drivers/char/xillybus/xillybus_of.c | 2 +-
drivers/clk/clk-palmas.c | 2 +-
drivers/clk/st/clkgen-fsyn.c | 2 +-
drivers/clk/st/clkgen-mux.c | 8 ++++----
drivers/clk/st/clkgen-pll.c | 4 ++--
drivers/clk/ti/clk-dra7-atl.c | 2 +-
drivers/clk/ti/clockdomain.c | 2...
2015 Mar 16
0
[PATCH 00/35 linux-next] constify of_device_id array
...| 2 +-
drivers/char/hw_random/pasemi-rng.c | 2 +-
drivers/char/hw_random/powernv-rng.c | 2 +-
drivers/char/hw_random/ppc4xx-rng.c | 2 +-
drivers/char/ipmi/ipmi_si_intf.c | 4 ++--
drivers/char/xillybus/xillybus_of.c | 2 +-
drivers/clk/clk-palmas.c | 2 +-
drivers/clk/st/clkgen-fsyn.c | 2 +-
drivers/clk/st/clkgen-mux.c | 8 ++++----
drivers/clk/st/clkgen-pll.c | 4 ++--
drivers/clk/ti/clk-dra7-atl.c | 2 +-
drivers/clk/ti/clockdomain.c | 2...
2011 May 05
1
functions pandit and treebase in the package apTreeshape
Hello.
I'm trying to use the functions pandit and treebase. They are in the package apTreeshape. Once I've loaded the package, R responses:
- no function pandit/treebase.
Somebody knows why or what is the reason?
Thanks,
Arnau.
------------------------------------------------------------
Arnau Mir Torres
Edifici A. Turmeda
Campus UIB
Ctra. Valldemossa, km. 7,5
07122 Palma de Mca.
2007 Apr 08
2
typos in a tutorial page
This page has some typos in the forth grey box
http://rspec.rubyforge.org/tutorials/stack_04.html
"should_equal" should be "should =="
and
"should_not_be_empty" should be "should_not be_empty"
this causes some spec to fail
By the way, this is my first mail to the list, so Hi everybody !!
2011 Nov 11
1
Jordan Form of a matrix
Hello.
Is it possible to find the Jordan Form of a matrix with R?
Arnau.
------------------------------------------------------------
Arnau Mir Torres
Edifici A. Turmeda
Campus UIB
Ctra. Valldemossa, km. 7,5
07122 Palma de Mca.
tel: (+34) 971172987
fax: (+34) 971173003
email: arnau.mir at uib.es
URL: http://dmi.uib.es/~arnau
2005 Aug 30
1
Extensions started with #
Hi,
I create extensions started with *XXX and don't have any problem but to
create extensions started with # respond null tone. Asterisk support
extensions started with # or this is a problem in agi scripts?.
I see the scripts and probe diferents extensions formats (1*11, 1#11,
*234,...) and all that found.
Thanks.
--
Gabriel Perez S.
System & Network Development
-
RunSolutions