[asterisk-users] Asterisk cluster and call pickup

2011-05-25 Thread Vinícius Fontes
I'm planning to migrate 500+ extensions from a legacy PBX to Asterisk. Some will be SIP, some will be DAHDI FXS. I want to deploy a load-balancing cluster using DUNDi with regcontext so all servers will know where to find all extensions. DAHDI extensions will have their dedicated server, SIP

[asterisk-users] Overlap dialing with MFC/R2

2011-04-26 Thread Vinícius Fontes
Hello. Considering the following setup: Legacy PBX --(ISDN)-- Asterisk --(MFC/R2)-- PSTN When a user dials out, Asterisk receive overlap digits, matches them to an extension and dial the PSTN, completing the call. So far so good. The issue I'm trying to solve (or at least improve) is the

[asterisk-users] Executing shell commands via AMI

2011-03-16 Thread Vinícius Fontes
I'm trying to run a shell command from AMI, but I guess I'm doing something wrong or there's a bug because no matter what command I try I always get a null response. Running the latest 1.6.2 release. On manager.conf I have: [test] secret = test deny = 0.0.0.0/0.0.0.0

Re: [asterisk-users] Executing shell commands via AMI

2011-03-16 Thread Vinícius Fontes
- Mensagem original - On Wednesday 16 March 2011 13:14:40 Vinícius Fontes wrote: action: command command: ! /bin/ls -l / For security reasons, you cannot do this. This is intentional, not a bug. Consider the command 'rm -rf /' for the reason why. -- Tilghman I understand

Re: [asterisk-users] Executing shell commands via AMI

2011-03-16 Thread Vinícius Fontes
- Mensagem original - On Wednesday 16 March 2011 14:11:21 Vinícius Fontes wrote: I understand the concern with security but why not create a separate authorization allowing that instead of hard-coding it? I understand the concern with security but why not create a separate

Re: [asterisk-users] Executing shell commands via AMI

2011-03-16 Thread Vinícius Fontes
- Mensagem original - On 17/03/11 9:53 AM, Vinícius Fontes wrote: No increased security, lots of hassle, all because there's an undocumented feature that is supposed to increase security but just takes functionality away. If you really want to you could add some dialplan like

Re: [asterisk-users] Executing shell commands via AMI

2011-03-16 Thread Vinícius Fontes
But what about if asterisk running with non-privilege user? Still it is not a good idea. Yes I forgot to say that I also run Asterisk as a regular user, which also helps with security. But I really don't see much of a threat on this. AGI does almost the same. --

Re: [asterisk-users] Asterisk 1.8.3

2011-02-11 Thread Vinícius Fontes
That makes two of us. I tried asking on asterisk-dev but had no reply. - Mensagem original - Hi Does anyone have any rough idea how far away 1.8.3 is? We can't deploy 1.8 yet because of this issue https://issues.asterisk.org/bug_view_advanced_page.php?bug_id=18403 -- Ishfaq

[asterisk-users] Queues with ringinuse=yes

2011-01-21 Thread Vinícius Fontes
I'm setting up a queue for two independent operator phones that are capable of answering multiple calls at once. It's currently working with the following settings and Asterisk 1.4: queues.conf: [telefonistas] strategy=roundrobin ;strategy=leastrecent music=default timeout=60 retry=0 maxlen=0

Re: [asterisk-users] Asterisk 1.6 produces *many* zombie processes on Debian.

2010-12-21 Thread Vinícius Fontes
Your server is being brute-forced. Read this article (http://www.voip-info.org/wiki/view/Fail2Ban+(with+iptables)+And+Asterisk) and set up fail2ban on your machine right now.Atenciosamente,Vinícius FontesGerente de Segurança da InformaçãoCanall Tecnologia em ComunicaçõesPasso Fundo - RS -

Re: [asterisk-users] dahdi show channels / how to get the call duration for active calls?

2010-12-17 Thread Vinícius Fontes
You probably want "core show channels verbose".Atenciosamente,Vinícius FontesGerente de Segurança da InformaçãoCanall Tecnologia em ComunicaçõesPasso Fundo - RS - Brasil+55 54 2104-7000Information Security ManagerCanall Tecnologia em ComunicaçõesPasso Fundo - RS - Brazil+55 54 2104-7000Hi,for

Re: [asterisk-users] How to find , internal, external inbound or outbound

2010-12-17 Thread Vinícius Fontes
There's no such concept in Asterisk. Everything is a call, doesn't matter its direction.Atenciosamente,Vinícius FontesGerente de Segurança da InformaçãoCanall Tecnologia em ComunicaçõesPasso Fundo - RS - Brasil+55 54 2104-7000Information Security ManagerCanall Tecnologia em ComunicaçõesPasso Fundo

[asterisk-users] Reinvite to alaw after T.38 reception

2010-07-05 Thread Vinícius Fontes
/count)=$[${DB(fax/count)} + 1]) exten = s,n,Set(FAXCOUNT=${DB(fax/count)}) exten = s,n,Set(FAXFILE=fax-${DB(fax/count)}-rx) exten = s,n,Set(LOCALSTATIONID=5421047008) exten = s,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE}.tif) Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia

Re: [asterisk-users] tuning software echo cancellation

2010-06-10 Thread Vinícius Fontes
- Gordon Henderson gordon+aster...@drogon.net escreveu: On Thu, 10 Jun 2010, Jeff LaCoursiere wrote: We are totally out of touch on the subject of software echo cancellation in asterisk. The system is running 1.4.28 and Dahdi 2.2.1-RC2. I understand that when Dahdi detects no

Re: [asterisk-users] Install dahdi on Xen virtual console

2010-03-23 Thread Vinícius Fontes
- Daniel Leite de Abreu dlab...@gmail.com escreveu: Hi there , are you using any king of Iax trunk or Duguim interface on this VM? Because if is just for sip you dont need dahdi you can compile asterisk and work on it. He will need DAHDI if he plans on using MeetMe(). Also, internal

Re: [asterisk-users] spandsp with asterisk 1.4.x

2010-03-18 Thread Vinícius Fontes
- Joao Gomes Pereira gomespere...@startel.pt escreveu: Em 17-03-2010 20:51, Vinícius Fontes escreveu: - Joao Gomes Pereiragomespere...@startel.pt escreveu: Hello Im trying to receive FAXes with my Asterisk with rxfax command. To do that, Im trying to load

Re: [asterisk-users] SIP codec negotiation / manipulation

2010-03-17 Thread Vinícius Fontes
- Kevin Sandy kevin.sa...@snohio.net escreveu: We're having an odd issue with codec negotiation from one of our SIP providers. Here's the basic situation. We receive an invite from them advertising support for G711, G729, and G723. In our response, we send back that we support G711 and

Re: [asterisk-users] spandsp with asterisk 1.4.x

2010-03-17 Thread Vinícius Fontes
- Joao Gomes Pereira gomespere...@startel.pt escreveu: Hello Im trying to receive FAXes with my Asterisk with rxfax command. To do that, Im trying to load the app_fax.so module but asterisk says: [Mar 17 20:06:04] WARNING[11907]: loader.c:359 load_dynamic_module: Error loading

[asterisk-users] PGSQL application

2010-03-10 Thread Vinícius Fontes
Does the application PGSQL has been removed from Asterisk? Couldn't find it on Asterisk source and addons. Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall

Re: [asterisk-users] PGSQL application

2010-03-10 Thread Vinícius Fontes
- Tilghman Lesher tles...@digium.com escreveu: On Wednesday 10 March 2010 14:32:56 Vinícius Fontes wrote: Does the application PGSQL has been removed from Asterisk? Couldn't find it on Asterisk source and addons. That application has never been a part of Asterisk in the first place

Re: [asterisk-users] SIP / Echo Cancellation

2010-03-05 Thread Vinícius Fontes
- Steve Underwood ste...@coppice.org escreveu: On 03/05/2010 02:45 PM, Vineet Bhojnagarwala wrote: Very informative post Vinícius ! 2010/3/5 Vinícius Fontes vinic...@canall.com.br mailto:vinic...@canall.com.br - Chandrakant Solanki solanki.chandrak...@gmail.com

Re: [asterisk-users] 30 mins GSM file

2010-03-05 Thread Vinícius Fontes
- Jeff LaCoursiere j...@jeff.net escreveu: On Thu, 4 Mar 2010, Steve Howes wrote: On 4 Mar 2010, at 23:11, Steve Edwards wrote: On Thu, 4 Mar 2010, Steve Edwards wrote: On Fri, 5 Mar 2010, David @ULC wrote: I need to create 30 mins of GSM file for Asterisk . Silent / Blank

Re: [asterisk-users] Observation about DAHDI, FAX and Echo cancellation

2010-03-05 Thread Vinícius Fontes
- Håkon Nessjøen haa...@avelia.no escreveu: Hi, I have read that DAHDI automagically turns of echo cansellation when it sees that it is a FAX. So I checked this out. I have a fax call into asterisk which is immediately called out to an external fax machine via DAHDI again.. For

Re: [asterisk-users] Best practise for ISDN Video Conferencing..

2010-03-04 Thread Vinícius Fontes
, Vinícius Fontes vinic...@canall.com.br wrote: - Mark Adams m...@campbell-lange.net escreveu: Hi All, I'm about to setup an Asterisk install to take over an old legacy PBX system. At present, the legacy system has modules in it which provides 4 * data ISDN links to the video

Re: [asterisk-users] SIP / Echo Cancellation

2010-03-04 Thread Vinícius Fontes
- Chandrakant Solanki solanki.chandrak...@gmail.com escreveu: Hello I have successfully compiled OSLEC for echo cancellation for DAHDI channel. Is there any way to do echo cancellation for SIP Channel. Is any, please suggest me.?? Thanks in advance.. -- Regards,

Re: [asterisk-users] Echo cancellation on DAHDI

2010-03-03 Thread Vinícius Fontes
- DHAVAL INDRODIYA dhaval.it01...@gmail.com escreveu: Hi, Carlos I checked dmesg on my server and i found following message what is meaning for this ? i cant understand VPM400: Not Present VPM450: echo cancellation for 128 channels VPM450: hardware DTMF disabled. VPM450:

Re: [asterisk-users] Best practise for ISDN Video Conferencing..

2010-03-03 Thread Vinícius Fontes
- Mark Adams m...@campbell-lange.net escreveu: Hi All, I'm about to setup an Asterisk install to take over an old legacy PBX system. At present, the legacy system has modules in it which provides 4 * data ISDN links to the video conferencing unit (Tandberg 3000 MXP) on site, these

Re: [asterisk-users] Echo cancellation on DAHDI

2010-03-02 Thread Vinícius Fontes
- DHAVAL INDRODIYA dhaval.it01...@gmail.com escreveu: Dear All, How can we know the On board supports echo cancellation I have Digium, Inc. Wildcard TE410P quad-span T1/E1/J1 card 3.3V (rev 02) board all working fine but sometimes i got echo when user are calling a PRI. is there

Re: [asterisk-users] Echo cancellation on DAHDI

2010-03-02 Thread Vinícius Fontes
- Brian brel.astersik100...@copperproductions.co.uk escreveu: On Tue, 2010-03-02 at 09:22 -0300, Vinícius Fontes wrote: - DHAVAL INDRODIYA dhaval.it01...@gmail.com escreveu: Dear All, How can we know the On board supports echo cancellation I have Digium, Inc. Wildcard

Re: [asterisk-users] MeetMe() and dahdi_dummy on an embedded system

2010-02-26 Thread Vinícius Fontes
- Gordon Henderson gordon+aster...@drogon.net escreveu: On Thu, 25 Feb 2010, Vinícius Fontes wrote: Just checked and I'm using the high res timer as well: Feb 25 17:42:32 voyage vmunix: [ 27.028798] dahdi_dummy: Trying to load High Resolution Timer Feb 25 17:42:32 voyage vmunix

Re: [asterisk-users] MeetMe() and dahdi_dummy on an embedded system

2010-02-25 Thread Vinícius Fontes
- Shaun Ruffell sruff...@digium.com escreveu: On 02/25/2010 11:19 AM, Vinícius Fontes wrote: I'm playing around with an ALIX 2D2 board (http://www.pcengines.ch/alix2d2.htm). It's a fanless, x86 system using an AMD Geode processor with 256MB of RAM. Also available are two network

Re: [asterisk-users] MeetMe() and dahdi_dummy on an embedded system

2010-02-25 Thread Vinícius Fontes
- Gordon Henderson gordon+aster...@drogon.net escreveu: On Thu, 25 Feb 2010, Vinícius Fontes wrote: - Shaun Ruffell sruff...@digium.com escreveu: On 02/25/2010 11:19 AM, Vinícius Fontes wrote: I'm playing around with an ALIX 2D2 board (http://www.pcengines.ch/alix2d2.htm

Re: [asterisk-users] transcoding with TC400P

2010-02-19 Thread Vinícius Fontes
anyone encounter such problem? I never used a TC400 card so I don't have much knowledge on that, but you really shouldn't be using Zaptel anymore. Upgrade to DAHDI, that might solve your problem. Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-17 Thread Vinícius Fontes
- Steve Underwood ste...@coppice.org escreveu: Hi Vinícius, Don't post big things, like wireshark traces, to a mailing list. They are likely to ban you. The first two calls in your wireshark log decode to the attached images. There were no lost packets. The wireshark logs

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-17 Thread Vinícius Fontes
of the systems they have. Even big carriers can be very unresponsive, because they just don't know what to do. Regards, Steve On 02/18/2010 12:19 AM, Vinícius Fontes wrote: Can you try the attached version of spandsp with the T.38 gateway you are using? It behaves a lot more like FFA, and I

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-17 Thread Vinícius Fontes
- Vinícius Fontes vinic...@canall.com.br escreveu: - Steve Underwood ste...@coppice.org escreveu: Hi Vinícius, Don't post big things, like wireshark traces, to a mailing list. They are likely to ban you. The first two calls in your wireshark log decode to the attached

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-15 Thread Vinícius Fontes
- Kevin P. Fleming kpflem...@digium.com escreveu: Vinícius Fontes wrote: Will do. You guys will have my feedback on monday. If everything goes okay with that change, I'll post a patch on Mantis. No need for the patch; it's already on my radar, and if you confirm

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-15 Thread Vinícius Fontes
You could try defining the same identity string for app_fax that you have defined for FFA. Trying to make the other things more similar would require additional work. Maybe you should try that change first, as it is very simple, and requires no code changes. My receiving fax macro,

Re: [asterisk-users] Important security alert: update your?dialplans now!

2010-02-15 Thread Vinícius Fontes
He probably means AgentCallbackLogin While it has been deprecated, that hasn't been removed, either. If an enterprising person would like to try to fix it, I don't have an objection. Wasn't AgentCallBackLogin() removed in 1.6.1? --

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-10 Thread Vinícius Fontes
- Kevin P. Fleming kpflem...@digium.com escreveu: Vinícius Fontes wrote: Will do. You guys will have my feedback on monday. If everything goes okay with that change, I'll post a patch on Mantis. No need for the patch; it's already on my radar, and if you confirm

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-08 Thread Vinícius Fontes
Unfortunely it didn't solve the problem. Here's the session packet capture after editing app_fax.c. http://www.canall.com.br/wireshark_t38_jbig.gz Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000

Re: [asterisk-users] TOS bits, DSCP, Asterisk Polycom

2010-02-07 Thread Vinícius Fontes
You want to set it like this on Asterisk: tos_sip=cs3 tos_audio=ef tos_video=cs4 And in Polycom config: qos.ip.rtp.dscp=EF qos.ip.callControl.dscp=24 Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-06 Thread Vinícius Fontes
Will do. You guys will have my feedback on monday. If everything goes okay with that change, I'll post a patch on Mantis. Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security

[asterisk-users] Still on spandsp/app_fax and T.38

2010-02-05 Thread Vinícius Fontes
be happy to provide you any info that could help solve this issue. Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall Tecnologia em Comunicações Passo Fundo - RS

Re: [asterisk-users] Losing local SIP phones when internet goes down?

2010-02-05 Thread Vinícius Fontes
Have you tried to set srvlookup=no on your sip.conf? Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall Tecnologia em Comunicações Passo Fundo - RS - Brazil +55 54

Re: [asterisk-users] Losing local SIP phones when internet goes down?

2010-02-05 Thread Vinícius Fontes
I solved similar issues by setting srvlookup=no, having bind running locally and just the line nameserver 127.0.0.1 on /etc/resolv.conf. Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Information

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-05 Thread Vinícius Fontes
Yes, the fax machine only transmits at 9600. That's normal and expected. I'll capture the packets and will provide you with a link to download it in a few minutes. Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil

Re: [asterisk-users] Losing local SIP phones when internet goes down?

2010-02-05 Thread Vinícius Fontes
Could be. Important thing is the problem was solved :) Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall Tecnologia em Comunicações Passo Fundo - RS - Brazil +55

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-05 Thread Vinícius Fontes
the address 10.150.65.16 and my box has the address 10.153.66.146. Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall Tecnologia em Comunicações Passo Fundo - RS - Brazil

Re: [asterisk-users] Still on spandsp/app_fax and T.38

2010-02-05 Thread Vinícius Fontes
There you go: http://www.canall.com.br/wireshark_trace_t38_ffa.gz Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall Tecnologia em Comunicações Passo Fundo - RS

[asterisk-users] Asterisk 1.6.1.13 and T.38 faxing

2010-02-02 Thread Vinícius Fontes
transmit_t38: Shut down T.38 on SIP/voxip- Note how items like T38FaxUdpEC are listed as OK on one call and unsupported on another one. Could that be a bug? I can show the entire SIP conversations if that's necessary for debugging this. Atenciosamente, Vinícius Fontes Gerente de

Re: [asterisk-users] Asterisk 1.6.1.13 and T.38 faxing

2010-02-02 Thread Vinícius Fontes
- Steve Underwood ste...@coppice.org escreveu: On 02/02/2010 10:11 PM, Kevin P. Fleming wrote: Steve Underwood wrote: Hi Kevin, On 02/02/2010 09:12 PM, Kevin P. Fleming wrote: Vinícius Fontes wrote: [Feb 2 08:38:06] DEBUG[21032]: chan_sip.c:7589

Re: [asterisk-users] Asterisk 1.6.1.13 and T.38 faxing

2010-02-02 Thread Vinícius Fontes
- Kevin P. Fleming kpflem...@digium.com escreveu: Vinícius Fontes wrote: I couldn't agree more Steve. Is there any other info I could provide in order to help you find out what's wrong? I could even open an issue on Mantis if the Digium staff think it's worth it. Post a 'sip

Re: [asterisk-users] Astribank problem

2010-02-02 Thread Vinícius Fontes
You'll find out the benefit when you change anything on your dialplan, making it necessary to alter the dialplan on every FXS port of your gateway. :) Atenciosamente, Vinícius Fontes Gerente de Segurança da Informação Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000

Re: [asterisk-users] Asterisk 1.6.1.13 and T.38 faxing

2010-02-02 Thread Vinícius Fontes
- Vinícius Fontes vinic...@canall.com.br escreveu: - Kevin P. Fleming kpflem...@digium.com escreveu: Vinícius Fontes wrote: I couldn't agree more Steve. Is there any other info I could provide in order to help you find out what's wrong? I could even open an issue

Re: [asterisk-users] Asterisk 1.6.1.13 and T.38 faxing

2010-02-02 Thread Vinícius Fontes
- Steve Underwood ste...@coppice.org escreveu: On 02/03/2010 12:45 AM, Vinícius Fontes wrote: - Kevin P. Flemingkpflem...@digium.com escreveu: Vinícius Fontes wrote: I couldn't agree more Steve. Is there any other info I could provide in order to help you

Re: [asterisk-users] Asterisk 1.6.1.13 and T.38 faxing

2010-02-02 Thread Vinícius Fontes
- Kevin P. Fleming kpflem...@digium.com escreveu: Vinícius Fontes wrote: I've put it on pastebin because is was a lot of text. Here's the link: http://pastebin.com/m7467cea1. That's all the information on the CLI with verbose=3 and sip set debug peer voxip. OK, with the complete

[asterisk-users] T.38 and Linksys SPA8000

2009-12-29 Thread Vinícius Fontes
pickupgroup=1 call-limit=10 disallow=all allow=g729 allow=alaw t38pt_udptl=yes t38pt_usertpsource=yes Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP ___ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] Call on hold through DTMF

2009-12-14 Thread Vinícius Fontes
That's a pretty crappy phone huh? :) Anyway you should be able to do it on features.conf, in the applicationmap section. I'm not entirely sure there's a dialplan app that allows you to put a channel on hold and take it back later. Vinícius Fontes www.asteriskforum.com.br - Informações e

Re: [asterisk-users] Is this bad hardware? Dahdi-v-X100 clone

2009-12-14 Thread Vinícius Fontes
I have never used that card myself, but I have never seen an analog board reporting a RED alarm. Probably there is something incorrect in your configuration. Please post your /etc/dahdi/system.conf and /etc/asterisk/chan_dahdi.conf. Vinícius Fontes www.asteriskforum.com.br - Informações e

Re: [asterisk-users] Question regarding digital card TE412p

2009-12-14 Thread Vinícius Fontes
transcoding as possible, or no transcoding at all. With that in mind, you can have as many cards/ports as your hardware can physically handle. Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - das sandesh sandesh...@gmail.com escreveu

Re: [asterisk-users] Is this bad hardware? Dahdi-v-X100 clone

2009-12-14 Thread Vinícius Fontes
echocancelwhenbridged=yes group=1 callgroup=1 pickupgroup=1 signalling=fxs_ks channel = 1 Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - listu...@spamomania.co.uk escreveu: On Mon, 2009-12-14 at 14:17 -0300, Vinícius Fontes wrote: I have never

Re: [asterisk-users] Polycom Phones

2009-11-20 Thread Vinícius Fontes
That will increase the gain on the tranmission side of the phone. That's exactly what you need. Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - Robert Grignon rgrig...@fleetone.com escreveu: Sorry if this is off topic I have

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-15 Thread Vinícius Fontes
apt-get install build-essential Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - hadi motamedi motamed...@gmail.com escreveu: Sorry . I tried to install gcc but I got the following error : #apt-get update #apt-get install gcc

Re: [asterisk-users] DAHDI Dummy for Linux VServers

2009-10-14 Thread Vinícius Fontes
Try installing DAHDI from source in the guest, and instead of starting it as usual try fooling Asterisk with the /dev hack you did. That way you would have all the dependencies for compiling Asterisk and could still use the devices you made available in /dev. Vinícius Fontes

[asterisk-users] Fax and dial-up connection issues

2009-09-29 Thread Vinícius Fontes
interrupts ERR: 0 MIS: 0 Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix

Re: [asterisk-users] Fax and dial-up connection issues

2009-09-29 Thread Vinícius Fontes
And of course I forgot the most important stuff: Asterisk version: 1.4.22 DAHDI Linux: 2.2.0.2 DAHDI Tools: 2.2.0 - Vinícius Fontes vinic...@canall.com.br escreveu: I have a pretty large setup on one of my customers. Digium TE420B (with echo cancelling module), 3 Xorcom Astribanks with 32

Re: [asterisk-users] SIP/WiFi handsets?

2009-09-24 Thread Vinícius Fontes
Just out of curiosity, what managed switch you used on this project? Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - Jason Baker jba...@glastender.com escreveu: I think that if I could go back and do this project over, I would have

Re: [asterisk-users] SIP/WiFi handsets?

2009-09-23 Thread Vinícius Fontes
. The only thing you must pay attention is no matter what kind of access point you have, they *must* support WMM or else the phones won't work at all. Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP

Re: [asterisk-users] New Xorcom FXS USB Bank is not loading firmware

2009-09-22 Thread Vinícius Fontes
This is the new Astribank2 unit. It will only work with DAHDI 2.2.0 or higher. Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - Loic Didelot ldide...@mixvoip.com escreveu: Hi, I just got a Xorcom Astribank with 8 FXS but it does

Re: [asterisk-users] DUNDi + SIP Realtime

2009-09-19 Thread Vinícius Fontes
thinking of centralizing CDR as well, storing it in a MySQL database and setting up the accountcode on the SIP extensions to make it easy to retrieve all extensions on the same PBX for example. If you see any other problem with my toughts on this, any feedback would be much appreciated. Vinícius

[asterisk-users] DUNDi + SIP Realtime

2009-09-18 Thread Vinícius Fontes
to provide more details in case there are any doubts. I really appreciate your feedback, no matter what is it. :) Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP ___ -- Bandwidth and Colocation Provided

Re: [asterisk-users] G.729 for Asterisk

2009-09-14 Thread Vinícius Fontes
a matter of interoperability. Also, IMHO, G.729 has the best voice quality for a compressed codec. Many users can't notice the difference in a call using G.711 and G.729. The same can not always be said for other compressed codecs like GSM or iLBC. Vinícius Fontes www.asteriskforum.com.br

Re: [asterisk-users] More Echo

2009-09-04 Thread Vinícius Fontes
than Asterisk's default MG2. Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - Jason Baker jba...@glastender.com escreveu: Well I tried Doug's suggestion and the echo is now better, but when I call an outside analog line I still get some

Re: [asterisk-users] More Echo

2009-09-04 Thread Vinícius Fontes
latency on the IP side? Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - Jason Baker jba...@glastender.com escreveu: Well I tried Doug's suggestion and the echo is now better, but when I call an outside analog line I still get some echo

Re: [asterisk-users] grandstream and jitter buffer

2009-07-22 Thread Vinícius Fontes
jbmaxsize=80 is way overkill. If your jitter is really close to 80ms then you have some serious issues on your link and it's not suitable for VoIP at all. Try jbmaxsize=40. Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - Kelvin Chan kelv

Re: [asterisk-users] Phantom CallerID on transfers

2009-07-15 Thread Vinícius Fontes
That's not bizarre at all. Blind transfers will always forward the other end's CID. Attended transfers will always forward the CID of the phone doing it. Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - Danny Nicholas da...@debsinc.com

Re: [asterisk-users] Asterisk AGI issues (at high load)

2009-06-04 Thread Vinícius Fontes
%) you would need a dedicated transcoder: http://www.digium.com/en/products/voice/tc400b.php Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - Deepak dlal...@gmail.com escreveu: Hi, we are experiencing a strange issue and I am hoping someone

Re: [asterisk-users] Jitter buffer question

2009-05-22 Thread Vinícius Fontes
- Ondrej Valousek webs...@s3group.cz escreveu: Hi Vinicius. / 1. To enable jitter buffer on SIP channels it seems I have to enable // and // force it, right? / Not sure about the forcing part (don't know exacly how it works), but I always set jbforce=yes to be sure. Ok, thanks!

Re: [asterisk-users] Jitter buffer question

2009-05-21 Thread Vinícius Fontes
___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre

Re: [asterisk-users] Dialing with cli

2009-03-03 Thread Vinícius Fontes
You can use console dial num...@context. If the Asterisk box has a soundcard, you will hear the audio and will be able to speak on the microphone. Vinícius Fontes www.asteriskforum.com.br - Joseph L. Casale jcas...@activenetwerx.com escreveu: Any way to initiate a call and execute

Re: [asterisk-users] OT: Polycom Firmware available (by accident?)

2008-11-11 Thread Vinícius Fontes
Downloading right now, thank you very much for sharing it with us. Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Convergent Technologies Core Canall Tecnologia em Comunicações Passo Fundo - RS

Re: [asterisk-users] Dial() - any way to limit waiting for a RINGING state?

2008-10-29 Thread Vinícius Fontes
Sure it is: exten = blah,1,Dial(SIP/blah,30) Where 30 is the time in seconds the application will wait before quitting and setting the DIALSTATUS variable to NOANSWER. Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS

Re: [asterisk-users] ATA for large networks

2008-09-29 Thread Vinícius Fontes
. Too bad it's the only TDMoE channel bank (that I know of, at least). Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Convergent Technologies Core Canall Tecnologia em Comunicações Passo Fundo - RS

Re: [asterisk-users] Asterisk is covering the peers IP address in SIP and SDP messages

2008-09-24 Thread Vinícius Fontes
canreinvite=yes Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Convergent Technologies Core Canall Tecnologia em Comunicações Passo Fundo - RS - Brazil +55 54 2104-7000 - Arno Scholz [EMAIL

Re: [asterisk-users] Extension registration

2008-09-23 Thread Vinícius Fontes
Make host=dynamic. Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Convergent Technologies Core Canall Tecnologia em Comunicações Passo Fundo - RS - Brazil +55 54 2104-7000 - michel freiha

Re: [asterisk-users] fax detection without answer

2008-09-08 Thread Vinícius Fontes
On zapata.conf: faxdetect=incoming The detected fax calls will be redirected to the 'fax' extension on the context set to the group of channels. Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Vinícius Fontes
I'm having problems exactly with that tone detection. I even submitted a bug report (http://bugs.digium.com/view.php?id=13286) but it still has not been viewed yet, I guess. Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS

[asterisk-users] RTP packets dropped

2008-07-10 Thread Vinícius Fontes
As RTP packets have a sequential number, is there some logging/debugging option in Asterisk to monitor how many packets have been lost on a SIP call? Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000

Re: [asterisk-users] (announce) asterisk T.38 gateway

2008-07-10 Thread Vinícius Fontes
When people release software under the GPL license, like Steve Underwood did with libunicall, spandsp and so on, they were supposed to know that other people has the right to use their code. Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações

[asterisk-users] Blind transfers and ringback tone

2008-06-10 Thread Vinícius Fontes
non-zero on 'SIP/200-b6f175c0' Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS - Brasil +55 54 2104-7000 Convergent Technologies Core Canall Tecnologia em Comunicações Passo Fundo - RS - Brazil +55 54 2104-7000

Re: [asterisk-users] Busy out a zap channel?

2008-05-20 Thread Vinícius Fontes
You could simply short-circuit the two wires of the line. The telco will interpret that as a busy line. Other than that, you could do this on extensions.conf: [context] exten = s,1,Answer() exten = s,n,Busy() Att Vinícius Fontes Desenvolvimento Canall Tecnologia em Comunicações Ltda

Re: [asterisk-users] One way audio...

2008-05-08 Thread Vinícius Fontes
Two things you could consider trying: 1) In sip.conf, set the externip and localnet parameters correctly. 2) Also in sip.conf, try the following on the PAP2's sections: disallow=all allow=alaw:10 In case that fails, try also disallow=all allow=alaw:20 Att Vinícius Fontes Desenvolvimento

Re: [asterisk-users] Asterisk in Production ?

2008-05-06 Thread Vinícius Fontes
Mostly SIP, some of my clients have queues and everything is working fine by now. Att Vinícius Fontes Desenvolvimento Canall Tecnologia em Comunicações Ltda. - Benoit Plessis [EMAIL PROTECTED] escreveu: lordfuknowsyou a écrit : Vinícius Fontes wrote: I use 1.4.18 with no problems

Re: [asterisk-users] Mixmonitor recording issue

2008-05-06 Thread Vinícius Fontes
] exten = _00[2-6]XXX,1,MixMonitor(${CALLERID(num)}-${STRFTIME(${EPOCH},America/Sao_Paulo,%Y-%m-%d-%H-%M-%S)}-${EXTEN}.wav) exten = _00[2-6]XXX,n,Dial(Zap/g1/${EXTEN:1}) Att Vinícius Fontes Desenvolvimento Canall Tecnologia em Comunicações Ltda. - Rahul Yadav [EMAIL PROTECTED

[asterisk-users] TDM410P driver?

2008-05-05 Thread Vinícius Fontes
Quick and dirty question: for the TDM410P I must use the wctdm24xxp driver? Att Vinícius Fontes Desenvolvimento Canall Tecnologia em Comunicações Ltda. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing

Re: [asterisk-users] TDM410P driver?

2008-05-05 Thread Vinícius Fontes
There is no single reference to TDM410P in that page. Plus, genzaptelconf detects the card and sets the driver to wctdm24xxp, that's why I asked. Att Vinícius Fontes Desenvolvimento Canall Tecnologia em Comunicações Ltda. - Steve Totaro [EMAIL PROTECTED] escreveu: wctdm http://www.voip

Re: [asterisk-users] Asterisk Bluetooth

2008-05-05 Thread Vinícius Fontes
setups there is 3Com WXR100 that supports up to 3 MAPs (Managed Access Points). Att Vinícius Fontes Desenvolvimento Canall Tecnologia em Comunicações Ltda. - Brent Davidson [EMAIL PROTECTED] escreveu: A friend of mine recently told me about a phone system his office was considering that did

Re: [asterisk-users] TDM410P driver?

2008-05-05 Thread Vinícius Fontes
Sorry, my fault. I did a $ grep -R -i TE410P * before asking, but in the README it was listed as TE410, so no match. Att Vinícius Fontes Desenvolvimento Canall Tecnologia em Comunicações Ltda. - Eric Wieling [EMAIL PROTECTED] escreveu: The README file in the Zaptel source directory

Re: [asterisk-users] Full queue issues

2008-04-25 Thread Vinícius Fontes
Oops, seems like I didn't realized something: the queue size can't be zero. I solved the problem by setting maxlen=1 and defining a timeout on the Queue() app. That way when all the agents are busy, the call gets diverted after [TIMEOUT] seconds, which is ok to me. Att Vinícius Fontes

  1   2   >