search for: pimenta

Displaying 20 results from an estimated 30 matches for "pimenta".

2015 Jul 13
2
RES: RES: How to dial extensions asynchronous-sequentially ?
...es. In this case, maybe the best thing to do is to let the called party sends a SIP MESSAGE to the caller or to the Asterisk, even before any call being answered. Then, get the message body content and handle it via Asterisk or directly in the caller. What do you think? Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 (Brasil) ________________________________________ De: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] em Nome de SamyGo [govoiper at gmail.com] Enviado: segunda-feira, 13 de julho de...
2015 Jul 13
3
RES: How to dial extensions asynchronous-sequentially ?
...ill have a chance to see if the caller will receive the SIP 183 messages from 6001 and 6002. That it, the objective is to see if there is an way to deliver more than one SIP 183 message to the caller, in a kind of ring group implementation. Any hint will be very helpful!! Thanks a lot! RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 ________________________________________ De: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] em Nome de SamyGo [govoiper at gmail.com] Enviado: segunda-feira, 13 de julho de 2015 16:24...
2015 Jul 10
2
RES: Can I use PJSIP_HEADER to read the SIP 183 message header?
...not forward each SIP 183 message to the caller, I intend to get data from callees in dialplan by some another way before the call being accepted. 1- Is there any way to do that? 2 - SIP MESSAGE, if sent by the calle, enters the dialplan? Any hint will be very helpful! Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9300 (Brasil) ________________________________________ De: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] em Nome de Mark Michelson [mmichelson at digium.com] Enviado: sexta-feira, 10 de julho de...
2015 Jul 07
4
What database should I use, for simple data storing? SQLite or the buitin one?
...r have I to install this database separately and configure it to be accessible in dial plan? 3. Where can I find tutorials about using SQLite or the builtin database for storing simple that? P.S.: I'm not interested in storing CDR data. Any hint will be very helpful! Thanks a lot! RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 (Brasil)
2015 Jul 13
3
How to dial extensions asynchronous-sequentially ?
..., having 2 phones ringing at same time, but without doing something like this : same = n,Dial(PJSIP/6001&PJSIP/6002) ? What I'm asking is if it is possible to call 6001 in an asynchronous way and then call 6002 too. Is it possible? Any hint will be very helpful! Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979
2015 Jul 10
2
Can I use PJSIP_HEADER to read the SIP 183 message header?
...(). However, it doesn't explain if such function works only over SIP INVITE messages or if it can be use, for example, to read headers from others types of SIP messages too. So, can I use PJSIP_HEADER to read the SIP 183 message header? Any hint will be very helpful! Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 (Brasil)
2015 Jul 10
2
Messages out of calls. Is it really possible?
...y, even before the call be connected? 2 - Can a ringing callee send SIP MESSAGE to the ASTERISK even before answer the call? 3- Could I use dialplan function MESSAGE() to receive SIP messages from callees, even before the call be connected? Any hint will be very helpful! Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 (Brasil)
2015 Jul 16
2
How to create direct media with PJSIP.conf configurations in Asterisk 13?
...guration to be done in PJSIP.conf file, that will allow things work very well again, as in Asterisk 11 and sip.conf. How to configure pjsip.con file or Asterisk, to run direct-media? Or , where to find a tutorial about it on Internet? Any hint will be very helpful! Thanks a lot. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAl 979 (Brasil) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150716/6ed8d11c/attachment-0001.html>
2015 Jul 06
2
How may SIP 183 messages a caller receives when many callee rings?
...important to the caller receives a SIP 183 message from each callee, because this caller needs to send early media (video) to every callee. Or, will Asterisk send just one message SIP 183 to the caller, with some kind of generic SDP message? Any hint will be very helpful! Thanks a lot. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 (Brasil)
2015 Jul 15
2
How to dial extensions asynchronous-sequentially ?
Heya Rodrigo Not sure, but this expansion on Sammy's concept may help you achieve the delayed ring on the secondary extensions you were looking for. exten => _600.,1,Dial(PJSIP/${EXTEN}) exten => _600.,n,Hangup exten => _600.wait5,1,Wait(5) exten => _600.wait5,n,Dial(PJSIP/${EXTEN:0:4}) exten => _600.wait5,n,Hangup exten => 555,1,Dial(LOCAL/6001&LOCAL/6002.wait5)
2015 Jul 07
0
What database should I use, for simple data storing? SQLite or the buitin one?
...ou need MySQL you'll probably end up having to write AGI scripts to access it. Like I said, it all depends on what your needs are. Regards; John -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Rodrigo Pimenta Carvalho Sent: Tuesday, July 07, 2015 10:26 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] What database should I use, for simple data storing? SQLite or the buitin one? Hi. I was studying about how to use databases in Asterisk, accessing it from the dial plan. In my proje...
2015 Jun 02
2
How to invoke a binary file from the dial plan?
...is the one responsible for unlocking a gate or door. So, how to codify my extensions.conf in order to make Asterisk invoke another software? Is another better way (idea) to implement my project using Asterisk and SIP? If so, comment, please! Any hint will be very helpful! Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979
2015 Jun 02
2
RES: How to invoke a binary file from the dial plan?
Ok. Thanks for the hint. But, what exactly is a "System() dialplan application"? Is it a kind of command that i can call in dial plan? I will look for System() related to dial plans. Thanks. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 ________________________________________ De: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] em Nome de Kevin Larsen [kevin.larsen at pioneerballoon.com] Enviado: ter?a-feira, 2 de junh...
2015 Jun 03
2
RES: RES: RES: How to invoke a binary file from the dial plan?
.... But, let me ask you: This idea seems to be good to run during ongoing calls. What about moments when there is no ongoing call? That is, can Asterisk execute a dial plan (maybe by means of some kind of SIP request received from the SIP client) even without establishing a call? Regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 ________________________________________ De: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] em Nome de Kevin Larsen [kevin.larsen at pioneerballoon.com] Enviado: quarta-feira, 3 de jun...
2015 Jun 08
0
Can Asterisk help me with some requeriments of my current project?
...ll encrypted, using SSL or TLS , to the Asterisk, will this SIP server be able to interpret all messages correctly? Is there a way of let Asterisk talk with SIP clients in a secure way, using SSL, for example? Can Asterisk help me with this? Any hint will be very helpful!! Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979
2015 Jun 12
0
Can dial plan handle new proprietary SIP HEADER fields? How?
...Asterisk extract the values of such fields, being possible to handle such values in diaplan, isn't it? If it is true, is it also possible to use dial plan to make Asterisk include proprietary SIP HEADER fields in a specific SIP message? Any hint will be very helpful! Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979
2015 Jul 07
1
Fwd: What database should I use, for simple data storing? SQLite or the buitin one?
To some extent the answer depends on how you want to use it overall, and what you already have installed. We did something similar on a project where we created a simple app accessible via AGI, and it stored/retrieved data to/from anXML file. If your access frequency is low enough that might be a good solution. On the other hand if you need complex query capability you should stay on the
2015 Jun 12
0
RES: Banco de dados interno no Asterisk e variáveis em SIP HEADERS
...ue o Asterisk j? sabe manipular, e pegar 'carona' nelas para o transporte de pequenos dados. Algo desse tipo ? poss?vel de ser feito? No nosso projeto usaremos SIP com TCP, n?o com UDP, devido a outros requisitos. Isso facilitar? o uso da ideia com Json, certo? Atenciosamente, RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 ---------------------------------------------------------------------------------------------------------------------------------- S? complementando a resposta do amigo Rodrigo. O Comando SIPAddHeader vai adicionar um cab...
2015 Jun 03
4
RES: RES: How to invoke a binary file from the dial plan?
...t establishing a call (no session with target 1234). For example, If I decide to open a dor or gate using my softphone, without existing an ongoing call, what have I to program in dial plan to Asterisk executes System(). Is this idea possible? Any hint will be very hepful! Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 ________________________________________ De: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] em Nome de Kevin Larsen [kevin.larsen at pioneerballoon.com] Enviado: ter?a-feira, 2 de junh...
2015 Jun 03
1
RES: RES: How to invoke a binary file from the dial plan?
> I love this question, simply because it allows me to talk about one > of the neatest features I programmed into my system that barely > anyone knows exists. Plus it lines up pretty much exactly with what > you are trying to do. > > We have our gate control system tied into our Asterisk phone system > so it is possible to dial a code on the phone and open the entrance