search for: inatel

Displaying 20 results from an estimated 21 matches for "inatel".

2015 Jul 13
2
RES: RES: How to dial extensions asynchronous-sequentially ?
...e, 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 17:43 Para...
2015 Jul 13
3
RES: How to dial extensions asynchronous-sequentially ?
...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 Para: Asterisk U...
2015 Jul 10
2
RES: Can I use PJSIP_HEADER to read the SIP 183 message header?
...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 15:14 Para...
2015 Jul 07
4
What database should I use, for simple data storing? SQLite or the buitin one?
...ll 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 ?
...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?
...oesn'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)
1998 Oct 02
1
How to mount file system from Unix on Windows 95 using SAMBA ?
I have Samba 1.9.17p3 server running on (Unix AIX 4.1.4) and I would like to mount a file system from Unix on Windows 95 using SAMBA. How do I need to do ? Thanks, Ulisses / INATEL -- INATEL - Instituto Nacional de Telecomunicacoes de Santa Rita do Sapucai CCTMN - Centro de Compet?ncia TMN Endereco: Av. Joao de Camargo, 510 mailto:ulisses@cctmn.inatel.br Tel: (035) 471 9333
2015 Jul 10
2
Messages out of calls. Is it really possible?
...e 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 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 16
2
How to create direct media with PJSIP.conf configurations in Asterisk 13?
...ne 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 Jun 02
2
How to invoke a binary file from the dial plan?
...nsible 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 junho de 2015 17:31...
2015 Jul 06
2
How may SIP 183 messages a caller receives when many callee rings?
...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 Jun 03
2
RES: RES: RES: How to invoke a binary file from the dial plan?
...k 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 junho de 2015 10:29...
2015 Jun 08
0
Can Asterisk help me with some requeriments of my current project?
...ng 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?
...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
0
What database should I use, for simple data storing? SQLite or the buitin one?
...ll 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) -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: h...
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
...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 cabe?alho SIP, por?...
2015 Jun 03
4
RES: RES: How to invoke a binary file from the dial plan?
...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 junho de 2015 17:50...