Re: [asterisk-users] extension with callerid not found in context

2021-06-13 Thread sergio
Thank you, Joshua! -- sergio. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https

[asterisk-users] extension with callerid not found in context

2021-06-12 Thread sergio
I have pjsip endpoint with callerid= context=localpeers which looks follow: [localpeers] exten => _.@_./sergio,1,Dial(Local/${EXTEN}@somecontext) exten =>_.@_.,1,NoOp() And this works fine: == Setting global variable 'SIPDOMAIN' to 'DOMAIN' -- Executing [EXTEN@localp

Re: [asterisk-users] linphone calls not missed due to cause not 487

2020-10-16 Thread sergio
On 16/10/2020 10:11, Michael Maier wrote: Sometimes, linphone shows missed calls as missed. You could try to reproduce it I can't reproduce it, it happens less than once a month. -- sergio. -- _ -- Bandwidth

Re: [asterisk-users] linphone calls not missed due to cause not 487

2020-10-15 Thread sergio
Sometimes, linphone shows missed calls as missed. Look like asterisk replies with cause=487 that time, but I can't understand why. Grandstream always shows calls as missed ones. How should I investigate this? -- sergio

[asterisk-users] linphone calls not missed due to cause not 487

2020-10-05 Thread sergio
> The CANCEL message has a Reason header with Q.850 protocol and cause 0, which doesn't mean call has been missed (should be 487). Is this my dialplan / setup or an Asterisk issue? How can I get Asterisk to send cause=487? -- ser

Re: [asterisk-users] some domains resolving issues

2020-10-03 Thread sergio
We could extend that to runtime as well. Would be nice! -- sergio. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org

Re: [asterisk-users] some domains resolving issues

2020-09-30 Thread sergio
. -- sergio. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org

Re: [asterisk-users] some domains resolving issues

2020-09-30 Thread sergio
On 30/09/2020 14:59, Joshua C. Colp wrote: latest version of 16 on Ubuntu 16.12.0~dfsg-1 ? -- sergio. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum

[asterisk-users] some domains resolving issues

2020-09-30 Thread sergio
/resolving-issue/85861 -- sergio. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start

[asterisk-users] domain name in TO header

2019-04-23 Thread sergio
. There is a from_domain option that is specified in my pjsip.conf, but I've not found any analogue for to header. But I've found same (unanswered) question on community.asterisk.org: https://community.asterisk.org/t/asterisk-pjsip-how-to-force-using-domain-name-instead-of-ip-address-for-to-header/71898 -- sergio

Re: [asterisk-users] WSS ISSUE

2016-05-23 Thread Sergio Virviescas Santana
Hello, Open the url in the browser "https://xxx:8089/ws " address, you accept the ssl certificate and retry the sip registry. With that in principle ought to be solved Best regards Sergio Virviescas. Telf: +34 722557601 Email: developersavs...@gmail.com

[asterisk-users] seems like call is picked and returned to me

2012-07-09 Thread Sergio Serrano
SIP/181-000a and SIP/182-000b == Spawn extension (default, 182, 1) exited non-zero on 'SIP/181-000a' Seems like extension 182 (called ext) is getting call and passing them another time to me 181 (origin call) I've try it with siemens pbx and works as expected cheers! Sergio

[asterisk-users] Asterisk 1.8, busylevel and CCBS

2012-03-21 Thread Sergio Serrano
work with DIALSTATUS variable and with Dial application I don't know how to limit to only one incoming call. Are there any way to solve this? Any help would be appreciated. regards, Sergio -- _ -- Bandwidth and Colocation

Re: [asterisk-users] Postgresql in Asterisk

2012-02-29 Thread Sergio Basurto
connect with unixODBC to postgresql database I hope this help some one. Regards, On Mon, 2012-02-27 at 13:49 -0600, Sergio Basurto wrote: Thank you Jonathan, I already do the steps you mention, my configuration is: in res_odbc.conf enabled = yes dsn = asterisk-connector pre-connect = yes

Re: [asterisk-users] Postgresql in Asterisk

2012-02-27 Thread Sergio Basurto
and post your extconfig.conf. I'm guessing that the reason you are able to post CDRs in spite of not having the Connected status show up in your ODBC show is because you are connecting with res_pgsql.conf instead of odbc. - Original Message - From: Sergio Basurto sbasu...@soft

[asterisk-users] Postgresql in Asterisk

2012-02-22 Thread Sergio Basurto
Hello, I install asterisk an postgresql 9.1 in gentoo, I already did the configuration in both asterisk and postgresql, in fact If I make a call and asterisk log it to CDR table, my question is: how can I make a function like the ones in func_odbc.conf for postgresql, if I am using

Re: [asterisk-users] Postgresql in Asterisk

2012-02-22 Thread Sergio Basurto
On Wed, 2012-02-22 at 06:48 -0600, Sergio Basurto wrote: Hello, I install asterisk an postgresql 9.1 in gentoo, I already did the configuration in both asterisk and postgresql, in fact If I make a call and asterisk log it to CDR table, my question is: I make a typo mistake I mean If I make

[asterisk-users] How to get Call-ID SIP header outside chan_sip scope ...

2009-09-28 Thread Mauro Sergio Ferreira Brasil
Hello there! I'm working on some modifications on Asterisk to adapt it to our needs considering some particular demandings of the infraestructure we want to provide. Two of these modifications are: 1- A proprietary configuration driver that will communicate with a server that will be the

Re: [asterisk-users] How to get Call-ID SIP header outside chan_sip scope ...

2009-09-28 Thread Mauro Sergio Ferreira Brasil
this variable, please let me know. Thanks and best regards, Mauro. Mauro Sergio Ferreira Brasil escreveu: Hello there! I'm working on some modifications on Asterisk to adapt it to our needs considering some particular demandings of the infraestructure we want to provide. Two

Re: [asterisk-users] Does L(x:y:z) Dial option work on Asterisk version 1.4 ?

2009-09-03 Thread Mauro Sergio Ferreira Brasil
Sorry guys. My bad! As you can see, the command on prior message is incorret. I've changed to: Dial(SIP/${EXTEN}|20|RtTL(30:6:2)) and it's working now. Thanks and best regards, Mauro. Mauro Sergio Ferreira Brasil escreveu: Hello there! I'm testing Dial call limit option

[asterisk-users] [UOL - Manutenões Desktop] Controlling call duration ...

2009-09-02 Thread Mauro Sergio Ferreira Brasil
Hello there! The only available way to control call duration is using the RTCC patch (discussed here https://issues.asterisk.org/view.php?id=6335; and mainteined here http://ast.varna.net/;) ? The purpouse is to have a way to monitor (probably on a per-minute basis) and hangup costly calls

[asterisk-users] Does L(x:y:z) Dial option work on Asterisk version 1.4 ?

2009-09-02 Thread Mauro Sergio Ferreira Brasil
Hello there! I'm testing Dial call limit option on Asterisk version 1.4.26, but it's not working. The issued command is: Dial(SIP/${EXTEN}|20|RtT|L(30:6:2)). Am I missing something ? Does it only work with Asterisk version 1.6.X ? Thanks and best regards, -- __At.,

Re: [asterisk-users] Multiple user registration ...

2009-09-01 Thread Mauro Sergio Ferreira Brasil
Thanks a lot Faheem for you help. I totaly understand now the approach you've used. It's very interesting and inventive for sure. I didn't know that I could append IP:Port info on user when using the Dial command and that this will make calling to two different devices registered using same

Re: [asterisk-users] Multiple user registration ...

2009-08-28 Thread Mauro Sergio Ferreira Brasil
Thank you very much for all your help, Muhammad! (please let me know if I should call you Faheem, instead). I'll make some tests with this script on my premises as soon as possible. Having a look on it, I couldn't realize how it really works in conjunction with Asterisk. I mean, it seems that

Re: [asterisk-users] Multiple user registration ...

2009-08-28 Thread Mauro Sergio Ferreira Brasil
varchars(30) Please adjust the table fields appropriately. Hope this code block will solve you problems. Muhammad Faheem Software Engineer AxVoice Inc. 307,Y Commercial, DHA Lahore, Pakistan +92-333-4793314 http://www.axvoice.com --- On *Fri, 8/28/09, Mauro Sergio Ferreira Brasil

Re: [asterisk-users] Multiple user registration ...

2009-08-27 Thread Mauro Sergio Ferreira Brasil
...@10.0.0.150:6060 The complete script is attached. Muhammad Faheem Software Engineer AxVoice Inc. 307,Y Commercial, DHA Lahore, Pakistan +92-333-4793314 http://www.axvoice.com http://advcomm.net/ --- On *Wed, 8/26/09, Mauro Sergio Ferreira Brasil /mauro.bra...@tqi.com.br/* wrote

Re: [asterisk-users] Realtime with rtcachefriends=no problems...

2009-08-26 Thread Mauro Sergio Ferreira Brasil
Thanks Atis, its working pretty fine now. Best regards, Mauro. Atis Lezdins escreveu: On Wed, Aug 26, 2009 at 12:11 AM, Mauro Sergio Ferreira Brasilmauro.bra...@tqi.com.br wrote: Hello there! Problem found. For some reason, the update statement below is generated with an invalid

[asterisk-users] Multiple user registration ...

2009-08-26 Thread Mauro Sergio Ferreira Brasil
Hello there! We are planning to use Asterisk on our VoIP platform, and we are spending some brains on a way to provide the following facility: let some SIP user (extension) registrate with more than one client (ATA, SoftPhone, VoipCelular, etc) - what isn't a problem at all -, initiate calls

Re: [asterisk-users] Multiple user registration ...

2009-08-26 Thread Mauro Sergio Ferreira Brasil
Hi Elliot, and thanks for the reply. I'm not completely sure you've considered that the SIP users registered on all devices are the same. Have you ? I mean... How will I use Dial command with a sequence of same devices, like: Dial(SIP/101SIP/101SIP/101), for example ? That's why we are

Re: [asterisk-users] Multiple user registration ...

2009-08-26 Thread Mauro Sergio Ferreira Brasil
Hi Barry, and thanks for the reply! This was the first question I've made on meeting yesterday to decide about this facility. Having me here today making this question should give you an idea of the level of acceptance of my suggestion :-). Anyway, the idea is really try to make it work with

Re: [asterisk-users] Multiple user registration ...

2009-08-26 Thread Mauro Sergio Ferreira Brasil
: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mauro Sergio Ferreira Brasil Sent: Wednesday, August 26, 2009 12:19 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Multiple user registration

Re: [asterisk-users] Multiple user registration ...

2009-08-26 Thread Mauro Sergio Ferreira Brasil
Thanks again Barry for the help and attention. Thanks for wishing me lucky as well... If we insist on this road I'll need it for sure :-). I can't agree more with your position, and I'll try to be sure our commercial demands can't be acchieved with normal approaches before adventuring on such

[asterisk-users] Realtime with rtcachefriends=no problems...

2009-08-25 Thread Mauro Sergio Ferreira Brasil
Hello there! I was testing Asterisk for the last two weeks using the Realtime driver for MySQL, and leaving rtcachefriends=yes configured to enable MWI. Today I started making additional tests with rtcachefriends=no because we will probably need to use Asterisk without this cache. For some

Re: [asterisk-users] Realtime with rtcachefriends=no problems...

2009-08-25 Thread Mauro Sergio Ferreira Brasil
any idea ? Thanks and best regards, Mauro. Mauro Sergio Ferreira Brasil escreveu: Hello there! I was testing Asterisk for the last two weeks using the Realtime driver for MySQL, and leaving rtcachefriends=yes configured to enable MWI. Today I started making additional tests

[asterisk-users] Call routing between two Asterisk boxes using SIP not working ...

2009-08-20 Thread Mauro Sergio Ferreira Brasil
Hello there! I need some help to configure two Asterix boxes to route calls using SIP. I followed the instructions present at this site: http://astbook.asteriskdocs.org/en/2nd_Edition/asterisk-book-html-chunk/connecting_two_asterisk.html;, but I couldn't get it working so far. The only

Re: [asterisk-users] Call routing between two Asterisk boxes using SIP not working ...

2009-08-20 Thread Mauro Sergio Ferreira Brasil
Hi guys! The problem was solved by the use of same password for registration users of both boxes. Is there no way to indicate different password for registration user of Box1 and registration user of Box2 ? Thanks and best regards, Mauro. Mauro Sergio Ferreira Brasil escreveu: Hello

[asterisk-users] Platform decision ...

2009-08-18 Thread Mauro Sergio Ferreira Brasil
Hello there! During some research on Internet I found the following comparison on site Voip-Info (see, http://www.voip-info.org/wiki/view/OpenPBX.org+FAQ;): The main points listed on Asterisk's CONS that concerned me were: * Conferencing on Asterisk depends on Zaptel hardware and/or kernel

Re: [asterisk-users] Platform decision ...

2009-08-18 Thread Mauro Sergio Ferreira Brasil
going to use Asterisk for. Sounds like it is for conferencing. Would you care to elaborate? CS -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mauro Sergio Ferreira Brasil Sent: Tuesday, August 18, 2009

Re: [asterisk-users] Troubleshooting one-way voice... how to peek into SIP RTP?

2008-09-28 Thread Sergio
A similar issue happens to us. Make sure that, for inbound AND outbound calls rtp packets are reaching the other endpoint. If a NAT device(s) is between the endpoints make sure that the device NATs the traffic on BOTH ways (inbound AND outbound). Regards On Saturday 27 September 2008 23:54:37

[asterisk-users] nokia e51 (Christian Lox)

2008-01-23 Thread Sergio Veltri
asterisk is on a public ip address, maybe that helps. Take care, -- Sergio Fabian Veltri Director Business IT Of: +54-11-5217-1297 Ext. 2201 Cell: +54-911-5977-0977 http://www.businessit.biz IT Service Management and Control Best Practices -- Message: 5 Date: Sun

Re: [asterisk-users] SIP RealTime Friends

2007-05-04 Thread Sergio (Red)
Hi, Do you know how see the peers statuses like: sip show peers but when sip peers are configured by Relatime method. Thanks 0xception escribió: yes you can use the type friend On 5/3/07, *Forrest Beck* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I setup sip realtime. Is it

RE: [asterisk-users] Interconnecting Cisco 1760 routers with Asterisk

2007-04-03 Thread Sergio R. D'Ippolito
Check this out HYPERLINK javascript:ol('http://www.voip-info.org/wiki-Asterisk+cisco+FXO');http://w ww.voip-info.org/wiki-Asterisk+cisco+FXO _ De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Joesph Enviado el: Martes, 03 de Abril de 2007 02:53 p.m. Para: Asterisk Users

RE: [asterisk-users] Re: Marks SNMP HowTo

2007-02-25 Thread Sergio R. D'Ippolito
How can i see if snmp is running ok on mi * box ? Thanks in advance -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Forrest Beck Enviado el: Domingo, 25 de Febrero de 2007 06:14 p.m. Para: Asterisk Users List Asunto: [asterisk-users] Re: Marks SNMP HowTo

[asterisk-users] Didn't get a frame from channel

2007-01-29 Thread Sergio de los Santos
busydetect, but no solution. Any ideas? ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Sergio de los Santos ssantos

[asterisk-users] Didn't get a frame from channel

2007-01-16 Thread Sergio de los Santos
Using tdm400. While transfering a call from outside to another extensions, while this outside call is waiting with music, the another extension call hangs up suddenly, and the call is back to the outside call suddenly. Wathcing logs: Jan 15 13:32:44 DEBUG[30148] res_musiconhold.c: Read 462

Re: [asterisk-users] Registration problem

2006-10-31 Thread sergio . dippolito
firewall? i dont think so because sometimes the phone can register ok and sudendly the appears unregistered Leonardo Silva [EMAIL PROTECTED] ha escrito: 2006/10/31, Jon Farmer [EMAIL PROTECTED]: Sergio R. D'Ippolito wrote: Hi all, i have an * version: Asterisk SVN-branch-1.2-r45691, I

[asterisk-users] Registration problem

2006-10-30 Thread Sergio R. D'Ippolito
Hi all, i have an * version: Asterisk SVN-branch-1.2-r45691, I need to register a linksys 922 phone thru internet and when I make sip debug command i see this debug information: -- SIP read from x.x.x.x:1024: REGISTER sip:mysipserver.com SIP/2.0 Via: SIP/2.0/UDP

RE: [asterisk-users] how to config chanspy

2006-10-18 Thread Sergio R. D'Ippolito
How can I do to select the channel to spy ? thanks De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Ralph Liebessohn Enviado el: Miércoles, 18 de Octubre de 2006 09:29 a.m. Para: Asterisk Users Mailing List - Non-Commercial Discussion Asunto: Re: [asterisk-users]

[asterisk-users] Login user

2006-09-14 Thread Sergio R. D'Ippolito
Hi list! I have asterisk 1.2.12 installed and i need that the users can make a logon and logoff whit theirs phones on my asterisk pbx. Anybody know how can I do this ? Thanks in advance. ___ --Bandwidth and Colocation provided by

RE: [asterisk-users] voicemailmain errors on CLI

2006-09-13 Thread Sergio R. D'Ippolito
You have to leave a message in the voicemail, then listen it and the error will not apear again. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Doug Lytle Enviado el: Miércoles, 13 de Septiembre de 2006 08:45 a.m. Para: Asterisk Users Mailing List -

[asterisk-users] Grandstream and H.264 !

2006-09-04 Thread Sergio (Red)
hi, I´ need some help to implement the Grandstream GXV-3000 in my * platform. Someone know the state of H.264 Video Codec for Asterrisk?? Thanks!!! p.D.: appreciate any help ___ --Bandwidth and Colocation provided by Easynews.com --

[asterisk-users] Problem with Tycho Voicemail

2006-08-26 Thread Sergio R. D'Ippolito
Hi list! Im using Tycho software to see my voicemail, y can see de detail from the message but i cant hear de message. Somebody use that software any time ? have you the same problem ? Thanks ___ --Bandwidth and Colocation provided

RE: [asterisk-users] Re: problems with wevbmail

2006-08-23 Thread Sergio R. D'Ippolito
Sergio R. D'Ippolito [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... I can login on the web http://myasterisk.com/cgi-bin/vmail.cgi without problems but i cant see the messages on any folder. Thanks, Sergio. ___ --Bandwidth

RE: [asterisk-users] NAT problems

2006-08-23 Thread Sergio R. D'Ippolito
Try changing the configuration on your PAP2 linksys, more precisly the part where is the NAT parameters, try changing the options from NO to YES. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de andrutto Enviado el: Miércoles, 23 de Agosto de 2006 03:41 p.m.

RE: [asterisk-users] Strange SIP response

2006-08-22 Thread Sergio R. D'Ippolito
I had the same problem. The problem was another sip extensions whit the same ip. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Rich Adamson Enviado el: Martes, 22 de Agosto de 2006 11:21 p.m. Para: [EMAIL PROTECTED]; Asterisk Users Mailing List -

[asterisk-users] problems with wevbmail

2006-08-22 Thread Sergio R. D'Ippolito
I can login on the web http://myasterisk.com/cgi-bin/vmail.cgi without problems but i cant see the messages on any folder. Thanks, Sergio. ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list

[asterisk-users] Blog about asterisk and voip techology

2006-07-15 Thread Sergio Sicari
Hi, The link in this mail is my blog about asterisk and voip technology: http://skalog.blogspot.com Thanks! Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com ___ --Bandwidth and Colocation

[Asterisk-Users] Asterisk technician needed in Buenos Aires Argentina

2006-05-02 Thread Sergio Veltri
Dear guys:We are expanding our voip unit and currently looking for an Asterisk technician that can be part of our company here in Buenos Aires. If you know anyone who lives here and knows Linux and Asterisk, please contact me asap. Best regards,Sergio Veltriwww.pointhorizon.comSuipacha 119 Primer

RE: [Asterisk-Users] Connecting to a cluster of SIP servers

2006-04-24 Thread Sergio García Murillo
How about using LVS? http://www.ultramonkey.org/3/topologies/lb-overview.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Garstang Sent: lunes, 24 de abril de 2006 17:12 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:

Re: [Asterisk-Users] Cisco 7960 won't dial (sccp)

2006-04-13 Thread Sergio Chersovani
[EMAIL PROTECTED] ha scritto: On Wed, Apr 12, 2006 at 09:32:12PM +0200, Sergio Chersovani wrote: [EMAIL PROTECTED] ha scritto: context = from-sccp-intenal I guess intenal is not the righe context :-) Sergio The from-sccp-internal is almost an exact copy of my from

Re: [Asterisk-Users] Cisco 7960 won't dial (sccp)

2006-04-12 Thread Sergio Chersovani
[EMAIL PROTECTED] ha scritto: context = from-sccp-intenal I guess intenal is not the righe context :-) Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit

Re: [Asterisk-Users] Echo cancellation problem

2006-04-01 Thread Sergio Chersovani
WARNING[29878]: chan_capi.c:3334 show_capi_conf_error: ISDN3: conf_error 0x300b PLCI=0x103 I guess you have to set the old echo facility number in your capi.conf Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list

RE: [Asterisk-Users] SMS in Spain (it seems Protocol 2)

2006-03-30 Thread Sergio García Murillo
When I was in Telefonica I+D I developed an software for windows that allows sending sms throw an ISDN line. It was more than 3 years ago and I don't recall to many details but we had to implement ETSI ES 201 912 and make an V28 modem emulation over ISDN. -Original Message- From:

[Asterisk-Users] TDM11B desperate Help wanted

2006-03-27 Thread Sergio Gonzalez
Hello:After configuring FXS and FXO channels of a TDM11B card, I can make calls from the telephone attached to the TDM11B card to the outsite (the PSTN, analog line), The problem is when I try to dial from the PSTN to my asterisk box (it has to make ring the handset on the TDM card), but I got

[Asterisk-Users] Help: Using asterisk and mysql for a university project

2006-03-20 Thread Sergio Iñigo Ibáñez
[0 online , 0 offline] asterisk2006*CLI sip show users Username   Secret   Accountcode  Def.Context  ACL  NAT   asterisk2006*CLI What is the problem? Thanks and Regards, Sergio ___ --Bandwidth

[Asterisk-Users] Asterisk sip and radius authentication

2006-03-08 Thread Sergio Iñigo Ibáñez
? Regards, Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Corrupt CDR records in Asterisk 1.2.x

2006-02-10 Thread Sergio Garcia Murillo
I have an [EMAIL PROTECTED] installed and then upgraded to 1.2.4 with bristuff and i have the same problem. If you see the logs the INSERT trace has wrong values before the comand is executed. By the way, everyone of us that have this problem use HFC cards? -Mensaje original- De:

Re: [Asterisk-Users] No audio? Update your Asterisk

2006-02-04 Thread Sergio Chersovani
/* cd asterisk-1.2.4 make clean make upgrade asterisk -r stop now safe_asterisk that's all Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com

Re: [Asterisk-Users] chan_sccp availability?

2006-02-03 Thread Sergio Chersovani
Andy Webster ha scritto: hi, I'm trying to get the latest chan_sccp. The links from http://chan-sccp.berlios.de are all dead. Is it just me? Does anyone know an alternate source to get chan_sccp? Just tested, all the links work Sergio

Re: [Asterisk-Users] Asterisk hangs on 1.2.1

2006-02-01 Thread Sergio Chersovani
Mark Johnson ha scritto: Feb 1 09:10:33 WARNING[5327]: channel.c:784 channel_find_locked: Avoided deadlock for '0xbf002d10', 10 retries! Yes, the chan_sccp could lock the asterisk channel. To fix it I need a sccp debug 10 log of the call that is locking the channel Sergio

Re: [Asterisk-Users] changing cisco 7940/7960 standard menus ?

2006-02-01 Thread Sergio Chersovani
to a different phone, the procedure stays the same. You can change the softkeys order editing the sccp_protcol.h from line 1060 Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit

Re: R: [Asterisk-Users] Kirk IP600

2006-01-31 Thread Sergio Chersovani
:31:15 WARNING[19727]: loader.c:391 load_modules: Loading module chan_sccp.so failed! you have to load the module res_features.so Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update

[Asterisk-Users] TDM400P FXS problem

2006-01-31 Thread Sergio Garcia Murillo
phone that Telefonica sells here in Spain, so i would like to make asterisk work with that model. Greetings Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit

RE: [Asterisk-Users] Polycom 501 horrible echo

2006-01-24 Thread Sergio Garcia Murillo
This is entirely SIP The behavior is only SIP to SIP...SIP to PSTN or PSTN to SIP = OK When one or both use speaker phone, the behavior is present. Both Handset or Headset = OK. How about trying with different codecs? ___ --Bandwidth and

Re: [Asterisk-Users] Draytek Vigor 2900 Asterisk

2006-01-07 Thread Sergio Chersovani
was failing. I sent all the debug logs to the draytek dev team, but they were slow on updates to I bought a new and different brand router. Hope they fixed that issue in the new firmwares Good luck Sergio ___ --Bandwidth and Colocation provided

Re: [Asterisk-Users] Cisco phone issue

2006-01-05 Thread Sergio Chersovani
instead chan_skinny You have to play a bit with the configuration. Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk

Re: [Asterisk-Users] hint on Zap channels

2005-12-16 Thread Sergio Chersovani
[EMAIL PROTECTED] ha scritto: is it possible to use the cid of a isdn-phone as well to identify multiple devices behind one line ? I did not understand the question, what you mean? Sergio ___ --Bandwidth and Colocation provided by Easynews.com

Re: [Asterisk-Users] hint on Zap channels

2005-12-15 Thread Sergio Chersovani
this one works exten = 1, hint, Zap/1 this one does not work exten = 1, hint, ZAP/1 this one does not work exten = 1, hint, zap/1 Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update

Re: [Asterisk-Users] Cisco 7940 Reboot

2005-12-13 Thread Sergio Chersovani
Kristian Kielhofner ha scritto: Or you can keep using the phones with SIP and use sip_notify. I think Ciscos support it. In my last try it was not doing it on cisco sip phones. Sergio ___ --Bandwidth and Colocation provided by Easynews.com

Re: [Asterisk-Users] Setting Language

2005-12-13 Thread Sergio Chersovani
René Enskat [Teamware GmbH] ha scritto: -- Executing Set(SCCP/1000131-0006, Language()=de) edit your sccp.conf and in the general section set language=de; Default language setting Sergio Chersovani ___ --Bandwidth

Re: [Asterisk-Users] Asterisk Dynamic DNS

2005-12-11 Thread Sergio Chersovani
. You have to run nslookup from the machine A to understand if the record was updated. Set the /etc/resolv.conf to point to a ISP dns server. Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE

Re: [Asterisk-Users] Problem with Internet connection

2005-11-29 Thread Sergio Chersovani
José Luis Gómez ha scritto: Thanks, I will try thats. There was an issue in the ast_sip_ouraddrfor function. When the dns is down it fails to get the right address, you can easy patch it looking to the new code Sergio ___ --Bandwidth

Re: [Asterisk-Users] Upgrade Cisco 7910 with Asterisk ?

2005-11-28 Thread Sergio Chersovani
-info.org/wiki-Asterisk+phone+cisco+79xx Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Upgrade Cisco 7910 with Asterisk ?

2005-11-28 Thread Sergio Chersovani
at $180.00 ... buy CON-SW-VPKG1 59 euros in europe Pff i can bye a new equipment with this price hihihi yep that is cisco i can't guest the latest firmware, for me i thinks that the solution are buy new voip phone and put the 7910 in Dead Yes you are right Sergio

Re: [Asterisk-Users] Asterisk and Cisco Phone 7910

2005-11-26 Thread Sergio Chersovani
get a new firmware ? You need a cisco contract. http://froogle.google.com/froogle?q=CON-SNT-CP7910 Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] Asterisk fax

2005-11-26 Thread Sergio Chersovani
fax card solution with hylafax as software fax machine Maybe the t38 stuff will help in the future Sergio ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] Eicon Diva Server query

2005-11-24 Thread Sergio Chersovani
/isdn4linux/CVS-Snapshots/isdn4k-utils-CVS-2005-10-28.tar.bz2 tar xvjf isdn4k*bz2 cd isdn4* ./configure make make install that's all Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users

Re: [Asterisk-Users] Eicon Diva Server query

2005-11-24 Thread Sergio Chersovani
install that's all Sergio Great, that's clear for me now. Maybe a good idea to add this to the wiki page. ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http

Re: [Asterisk-Users] Eicon Diva Server query

2005-11-24 Thread Sergio Chersovani
in the newer versions Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] Asterisk and DrayTek Vigor2600VGi

2005-11-23 Thread Sergio Chersovani
and of course the device are not able to establish a right 2way audio session Let me know Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman

Re: [Asterisk-Users] Cisco 7905 sccp Hold and Message buttons

2005-11-15 Thread Sergio Chersovani
is the one on the top of the button 1 element in SEPmac_address.cnf.xml, I also put it into sccp.conf, but pushing Message always dials 8500. vmnum = 123456 in the line section Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com

Re: [Asterisk-Users] Cisco 7960 Multiple Line Appearance

2005-11-15 Thread Sergio Chersovani
way to do this with SIP and the 7960? I've seen the 7914 but then I'd have to use SCCP and I'm not sure if it is stable enough for production use. Well give it a chance :-) http://chan-sccp.berlios.de Sergio ___ --Bandwidth and Colocation sponsored

Re: [Asterisk-Users] Cisco 7960 Multiple Line Appearance

2005-11-15 Thread Sergio Chersovani
at the site http://chan-sccp.org/ Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit

Re: [Asterisk-Users] Asterisk 1.2.0-RC1 Crashing with g729 codec and ATA 18

2005-11-11 Thread Sergio Chersovani
The log could be more verbose than this. Set debug = 10 in your sccp.conf or in the console sccp debug 10 You should see what is happening with your audio stream Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing

Re: [Asterisk-Users] Asterisk 1.2.0-RC1 Crashing with=?ISO-8859-1?Q? g729_?= codec and ATA 1

2005-11-11 Thread Sergio Chersovani
port) the rtp packets What firmware are you running? Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE

Re: [Asterisk-Users] Asterisk 1.2.0-RC1 Crashing with g729 codec and ATA 186

2005-11-10 Thread Sergio Chersovani
work Do you know if I can get it to work with both my Cisco 12 SP+ and my ATA-186? Well you just need to change the default tcp port you can use chan_sccp on port 2000 and chan_skinny on port 2001 Sergio ___ --Bandwidth and Colocation sponsored

Re: [Asterisk-Users] Asterisk 1.2.0-RC1 Crashing with g729 codec and ATA 186

2005-11-09 Thread Sergio Chersovani
my console: You may want to try the http://chan-sccp.berlios.de code Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Asterisk connected with CAPI

2005-11-04 Thread Sergio Chersovani
-Snapshots/isdn4k-utils-CVS-2005-10-28.tar.bz2 tar xjf isdn4k-utils-CVS-2005-10-28.tar.bz2 cd isdn4k* ./configure make clean make install ldconfig Sergio ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users

Re: [Asterisk-Users] Call Disconnect problem

2005-11-02 Thread Sergio Chersovani
Tryt the latest chan_sccp release http://chan-sccp.berlios.de nr k ha scritto: I have configured Asterisk call manager and i conneted 2 cisco ata 186 (SCCP).I make call between the ata's through Asterisk.the phones are perfectly registered with asterisk i am able to make calls but the call not

Re: [Asterisk-Users] SCCP support is making good progress

2005-10-31 Thread Sergio Chersovani
Chris Bagnall ha scritto: lower soft buttons hae labels like Pnbsp;, and apart from the single This is a old firmware issue, upgrading the phone firmware everything is working ok with the 7960 Sergio ___ --Bandwidth and Colocation sponsored

  1   2   3   4   >