search for: pais

Displaying 20 results from an estimated 243 matches for "pais".

Did you mean: apis
2020 Jan 24
4
Perl AGI: read variable with quotes
Hi Gang I have stumbled of this problem. I need the P-Asserted-Identity header in an AGI scrip. In the Dial-Plan I do: same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) In the AGI I do: my $pai = $AGI->get_variable(PAI); This works fine, unless the PAI contains quotes: P-Asserted-Identity: <sip:1000 at 1.2.3.4:5060;user=phone> I get "<sip:1000 at
2019 Nov 15
2
pre-dial handler, how to access variables from calling channel?
Hi List Implementing screening and routing I have stumbled over this issue: [pbx-router] exten => s,1,NoOp(ROUTER FROM: ${CALLERID(Number)} TO: ${DESTINATION}) same => n,Set(SOURCE=${CHANNEL(name)}) same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) same => n,Set(FROM=${CALLERID(Number)}) same => n,Set(TO=${DESTINATION}) same
2017 Sep 13
17
[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
Signed-off-by: Allen Pais <allen.lkml at gmail.com> --- arch/powerpc/platforms/cell/spider-pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/cell/spider-pci.c b/arch/powerpc/platforms/cell/spider-pci.c index d1e61e2..82aa3f7 100644 --- a/arch/powerpc/platforms/cell/s...
2020 Jan 24
0
Perl AGI: read variable with quotes
On Fri, 24 Jan 2020, Benoit Panizzon wrote: > I have stumbled of this problem. > > I need the P-Asserted-Identity header in an AGI scrip. > > In the Dial-Plan I do: > > same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) > > In the AGI I do: > > my $pai = $AGI->get_variable(PAI); > > This works fine, unless the PAI contains quotes: > >
2016 Jan 28
2
Caller ID Sent in PAI header.
Hi All, When receiving an invite containing two different caller ID, one in FROM header and the other in "P-Asserted Identity" Header, Which one will be used by the callee ? I couldn't find any RFC specifying this detail. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Feb 19
2
Cambiar el formato de datos
Estimados miembros de la comunidad de R Tengo el siguiente formato en un fichero csv que corresponde a datos de la población para un conjunto de países y para un rango amplio de años. Pais 1960 1961 1962 1963 Albania vvvvv vvvv Algeria vvvvv vvvv Me gustaría pasarlo a la siguiente forma Pais Año Poblacion Albania 1960 vvv Albania 1961 vvvv Albania 1962 Albania 1963 Algeria 1960 .....etc Alguna pista de como implementarlo en...
2011 Mar 29
1
Get phone number from SIP header PAI
Hello list, I want to get the phone number out of the following P-Asserted-Identity header : /"BlaBlaBla" <sip://88779922//@192.168.8.10;user=phone>"/ I do the following in the dialplan : /exten => _XXX.,n,Set(PY=${SIP_HEADER(P-Asserted-Identity)}) exten => _XXX.,n,Set(PY2=${CUT(PY,@,1)})/ This gives me : /"BlaBlaBla" <sip://88779922/ How can I
2018 Nov 08
2
ggplot con muchos colores
Buenos días, estoy haciendo unos mapas con ggplot, con 29 categorías, por lo que tengo que utilizar library(RColorBrewer) para disponer de suficientes colores. El problema es que al hacerlo acorde a dos variables distintas (color=var1 y color=var2), cuyas 29 categorías son obviamente las mismas, les da distintos colores y no puedo comparar los mapas. Muchas gracias, Manuel
2015 Jun 17
3
samba tool and sysvol/gpo checks error/bugged? ( but it all works ok)
Hai, ? im running samba 4.2.2 sernet on debian. ? when i run : samba-tool gpo aclcheck -UAdministrator ? im getting : ERROR: Invalid GPO ACL O:DAG:DAD:PAI(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;EA)(A;OICIIO;0x001f01ff;;;CO)(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;SY)(A;OICI;0x001200a9;;;AU)(A;OICI;0x001200a9;;;ED) and it tells me it should be O:DAG:DAD:P?
2013 Feb 04
1
CallerID external call after Attended Transfer
Hello, using Asterisk 1.8.12.2 case : I call with my cellphone to our public telephone number Our receptionist answers the incoming call and does an attended transfer to my colleague ( A ) Colleague answers and the receptionist tells him that I am on the other side. Receptionist transfers the call and I am connected to my colleague ( B ) My question is about the CallerID that the
2011 Oct 08
5
How to automate the restarting of Unicorn?
Hi, I have a question about automating the restarting of Unicorn with the following steps, and much appreciate your help. Assumption: (i) "pid" is set to unicorn.pid in the config file; (ii) a Unicorn process is already running. (1) kill -USR2 `cat unicorn.pid` (via Capistrano deployment task for example) (2) Inside the "before_exec" hook in the config file, do: kill -QUIT
2005 Sep 29
3
icecast with ices as source
hello I have the following problem: is it possible to have several ices "feed" mp3 files to only one icecast process ? or do I have to make pais - ices/icecast - in order to have several streams on my machine ? thanks, petre -- Petre Bandac - petre@kgb.ro
2014 May 13
0
Realtime peers and sendrpid
Hello all If I look at the sip peers table definition as provided with the source of asterisk-1.8.23.0/ (looking at contrib/realtime/mysql/sippeers.sql) for the sendrpid column it's an enum with 2 possible values, yes and no. However, the sip.conf allows 4 values, no, yes, rpid and pai. Is this discrepancy an oversight? Is it possible to set the system default to pai but an individual peer
2019 Mar 06
3
Crear una variable tipo factor a partir de un vector de caracteres
Pero eso es para crear variables binarias tipo 0-1 si el pais pertence a un determinado grupo. Lo que quiero es crear una variable de tipo factor con esos 5 niveles, sabiendo que tengo en el dataframe una variable llamada Country, con el nombre del pais. Gracias On Wed, 6 Mar 2019 at 15:27, Xavier-Andoni Tibau Alberdi < xavitibau en gmail.com> wrote:...
2013 Feb 15
6
Cisco 7942 Connected line ID
Hi, Is it working for anyone? I have tried with trustrpid=yes sendrpid=yes/pai but can not get it working, Asterisk cli shows prevented message like this. Connected line update to SIP/1231-00000200 prevented Regards, Zohair Raza -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Feb 19
2
Cambiar el formato de datos
...gt; antoniorodriguezandres70 en gmail.com>) escribió: > >> Estimados miembros de la comunidad de R >> >> Tengo el siguiente formato en un fichero csv que corresponde a datos de la >> población para un conjunto de países y para un rango amplio de años. >> >> Pais 1960 1961 1962 1963 >> Albania vvvvv vvvv >> Algeria vvvvv vvvv >> >> Me gustaría pasarlo a la siguiente forma >> Pais Año Poblacion >> Albania 1960 vvv >> Albania 1961 vvvv >> Albania 1962 >> A...
2017 Apr 17
6
doubt
I added a linux server to the Active Directory domain, I realized that the samba-winbind package uses the smb.conf file, but I also need to use the same linux server with shares, if I install the samba package, this package use the smb.conf file. Is there a solution? Then i have problem with 2 services. Example systemctl services: smb.service winbind.service My system is Centos 7. --
2020 Aug 07
3
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, as far as PPI and PAI Header, we use the channel Vars in order to do that. In Latest Asterisk you can set Channel vars within the create command in the Body. Just set the PJSIP(add,PAI) as you would do it in Dialplan. https://blogs.asterisk.org/2020/07/22/ari-create-channel-with-variables/ BR Jöran On Fri, Aug 7, 2020 at 7:06 PM Dan Cropp <dan at amtelco.com> wrote: > An
2018 Jun 05
3
Questions about SIP From, P-Asserted-Id fields and Diversion headers ?
Hi, After a long discussion with a friend, I would like to ask here: 1.According SIP RFCs, is possible/recommended to have different values in >From and P-Asserted-Id fields ? For instance, From field showing 123456789 and P-Asserted-Id showing 987654321 (beside privacy considerations) ? 2. When Bob forwards to Cory a call coming from Alice, would expect Diversion/History-Info header to
2019 Oct 12
5
[PATCH 2/2] virtio_ring: Use DMA API if memory is encrypted
From: Thiago Jung Bauermann <bauerman at linux.ibm.com> Normally, virtio enables DMA API with VIRTIO_F_IOMMU_PLATFORM, which must be set by both device and guest driver. However, as a hack, when DMA API returns physical addresses, guest driver can use the DMA API; even though device does not set VIRTIO_F_IOMMU_PLATFORM and just uses physical addresses. Doing this works-around POWER secure