Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread A J Stiles
On Monday 14 Feb 2011, Jian Gao wrote: > Now in my asterisk config files, there are lines like: > secret=some_password_in_plain_text > > Is it possible to hide these plain text password? Depending how you set your permissions, they are already effectively hidden behind the machine's root password

Re: [asterisk-users] Asterisk Call File using Local Channel not passing Variable back to Dialplan

2011-02-14 Thread Bruce B
Thanks for the input. Lack of proper documentation really causes issues with things like this. I think it's noted somewhere on Voipinfo that SetVar was to be used with version 1.0 and prior to 1.6. It turned out that the issue was with s,1,Answer() for first leg of the call. Taking that out fixed t

Re: [asterisk-users] uptime

2011-02-14 Thread A J Stiles
On Tuesday 15 Feb 2011, Jeff LaCoursiere wrote: > Now this is what I call uptime... > > minipbx*CLI> show uptime > System uptime: 41 years, 7 weeks, 6 days, 3 hours, 26 minutes, 46 seconds > Last reload: 8 hours, 3 minutes, 51 seconds > > Bizarre bug? I'm guessting, this is a brand new machine on

Re: [asterisk-users] Asterisk Call File using Local Channel not passing Variable back to Dialplan

2011-02-14 Thread Mike Diehl
The syntax that I use is: SetVar: username=justincase I'm using Asterisk 1.6.2. Hope that helps. Mike. "Bruce B" wrote: > Hi Everyone, > > I am trying to pass a variable using the .call files but it turns out blank. > Can someone please point out what might be wrong here: > > */tmp/spool-f

[asterisk-users] Fax Woes

2011-02-14 Thread Mike Diehl
Hi all, I'm trying to get outgoing fax working from an SPA2102 to a PSTN fax machine via a T.38 enabled trunk.  I've got t38pt_udptl = yes faxdetect=no in my sip.conf file.  The ATA has all of the T.38 options turned on, echo cancellation is off, as well as silence suppression off.  The only co

Re: [asterisk-users] On-Hold Music

2011-02-14 Thread Warren Selby
On Mon, Feb 14, 2011 at 3:10 PM, Danny Nicholas wrote: > Thanks??? The easiest "legal" option seems to be to purchase individually > licensed "on-hold tracks" for $10-99 US per pop. Ouch! Or, you can spend > $750 or so US per year for the 3 "musketeers" license. > Other options include music-on

Re: [asterisk-users] uptime

2011-02-14 Thread William Stillwell
Sounds like a clock slip/ntp issue > -Original Message- > From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- > boun...@lists.digium.com] On Behalf Of Jeff LaCoursiere > Sent: Monday, February 14, 2011 10:39 PM > To: asterisk-users@lists.digium.com > Subject: [asterisk-us

[asterisk-users] uptime

2011-02-14 Thread Jeff LaCoursiere
Now this is what I call uptime... minipbx*CLI> show uptime System uptime: 41 years, 7 weeks, 6 days, 3 hours, 26 minutes, 46 seconds Last reload: 8 hours, 3 minutes, 51 seconds Bizarre bug? root@minipbx:~# asterisk -V Asterisk 1.4.37 root@minipbx:~# uname -a Linux minipbx 2.6.32-dockstar #2 Th

[asterisk-users] trunks and phones registered from the same IP

2011-02-14 Thread Ricardo Carvalho
Hi, How can I configure my asterisk server so that I can receive incomming calls comming from the same IP from where my server also receives phone registrations? The problem is that since the moment any extension registers at that IP (actually I have a registration proxy running at that IP), aste

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Steve Howes
On 14 Feb 2011, at 22:30, Jian Gao wrote: > I am thinking using MySQL DB to save the user account information. And let > mysql encrypt the password, (MD5 maybe?). I remember I've done SIP realtime > registration. Can I also use this way on the Google Voice account? If you hash the password, you

[asterisk-users] Asterisk Call File using Local Channel not passing Variable back to Dialplan

2011-02-14 Thread Bruce B
Hi Everyone, I am trying to pass a variable using the .call files but it turns out blank. Can someone please point out what might be wrong here: */tmp/spool-file.sh* *--* echo "Channel: Local/s@callback_leg*1*/n CallerID: \"Call-

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Jian Gao
Thanks for all your inputs. I am thinking using MySQL DB to save the user account information. And let mysql encrypt the password, (MD5 maybe?). I remember I've done SIP realtime registration. Can I also use this way on the Google Voice account? *Jian * On 11-02-14 02:21 PM, Leif Madsen wrot

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Kevin P. Fleming
On 02/14/2011 04:18 PM, Richard Kenner wrote: Who are you hiding them from? Anyone with access to the Asterisk server can already do far more damage than extracting these passwords. You may (like we do) want to store config files in a version control system in a common repository. People who h

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Leif Madsen
On 11-02-14 05:08 PM, Jian Gao wrote: I am building a server for a client. I want them to try out the new Google Voice feature using my GV account. But I don't want expose my GV's password. Actually in this case, your best bet is just going to be to create a separate account where you don't ca

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Leif Madsen
On 11-02-14 05:10 PM, Kevin P. Fleming wrote: On 02/14/2011 04:08 PM, Jian Gao wrote: I am building a server for a client. I want them to try out the new Google Voice feature using my GV account. But I don't want expose my GV's password. There is no method to obscure a Google Voice password in

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Richard Kenner
> Who are you hiding them from? Anyone with access to the Asterisk server > can already do far more damage than extracting these passwords. You may (like we do) want to store config files in a version control system in a common repository. People who have access to that repository don't necessar

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Kevin P. Fleming
On 02/14/2011 04:08 PM, Jian Gao wrote: I am building a server for a client. I want them to try out the new Google Voice feature using my GV account. But I don't want expose my GV's password. There is no method to obscure a Google Voice password in the config file. chan_sip supports obscured p

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Jian Gao
I am building a server for a client. I want them to try out the new Google Voice feature using my GV account. But I don't want expose my GV's password. *Jian * On 11-02-14 01:46 PM, Kevin P. Fleming wrote: On 02/14/2011 03:36 PM, Jian Gao wrote: Now in my asterisk config files, there are li

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Danny Nicholas
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeremy Kister Sent: Monday, February 14, 2011 3:44 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Hide the plain text

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Andrew Latham
On Mon, Feb 14, 2011 at 6:46 PM, Kevin P. Fleming wrote: > On 02/14/2011 03:36 PM, Jian Gao wrote: >> >> Now in my asterisk config files, there are lines like: >> secret=some_password_in_plain_text >> >> Is it possible to hide these plain text password? > > Who are you hiding them from? Anyone wit

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Kevin P. Fleming
On 02/14/2011 03:36 PM, Jian Gao wrote: Now in my asterisk config files, there are lines like: secret=some_password_in_plain_text Is it possible to hide these plain text password? Who are you hiding them from? Anyone with access to the Asterisk server can already do far more damage than extra

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Jeremy Kister
On 2/14/2011 4:36 PM, Jian Gao wrote: Now in my asterisk config files, there are lines like: secret=some_password_in_plain_text Is it possible to hide these plain text password? I think 'md5secret' is what you're looking for. http://www.voip-info.org/wiki/view/Asterisk+sip+md5secret -- Jer

[asterisk-users] Hide the plain text password

2011-02-14 Thread Jian Gao
Now in my asterisk config files, there are lines like: secret=some_password_in_plain_text Is it possible to hide these plain text password? -- *Jian * -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- N

Re: [asterisk-users] SIP Hardphone that works well with asterisk

2011-02-14 Thread Andrew Latham
On Mon, Feb 14, 2011 at 6:20 PM, Kai-Uwe Jensen wrote: > >> Currently most every phone works well, if the patch for Cisco >> subscriptions gets tested then I would say any non-skype phone. > > Andrew, do you have any details on this patch? Is it in the bug tracker? I'd > be happy to try it out. >

Re: [asterisk-users] SIP Hardphone that works well with asterisk

2011-02-14 Thread Kai-Uwe Jensen
> Currently most every phone works well, if the patch for Cisco > subscriptions gets tested then I would say any non-skype phone. > Andrew, do you have any details on this patch? Is it in the bug tracker? I'd be happy to try it out. I've taken a patch from http://fonality.com/trixbox/wiki/blf-bus

Re: [asterisk-users] On-Hold Music

2011-02-14 Thread Danny Nicholas
Thanks??? The easiest "legal" option seems to be to purchase individually licensed "on-hold tracks" for $10-99 US per pop. Ouch! Or, you can spend $750 or so US per year for the 3 "musketeers" license. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users

Re: [asterisk-users] SIP Hardphone that works well with asterisk

2011-02-14 Thread ast guy
Probably I will go with cisco 7945g I hope its support is good with asterisk. Have you used it ? is it simple in configuration? /Khurram On Sat, Feb 12, 2011 at 1:47 PM, Andrew Latham wrote: > On Sat, Feb 12, 2011 at 9:31 AM, ast guy wrote: > > Hi, > > I have been out of touch with asterisk

Re: [asterisk-users] On-Hold Music

2011-02-14 Thread Cary Fitch
And there is also ASCAP: American Society of Composers, Authors and Publishers. Also a smaller than either group: SESAC. Cary -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tilghman Lesher Sent: Monday, Feb

Re: [asterisk-users] On-Hold Music

2011-02-14 Thread Tilghman Lesher
On Monday 14 February 2011 08:23:08 Danny Nicholas wrote: > Might not be your question to answer, but if I did get a BMI > license, this would allow me to use "virtually any music I wanted" for > MOH? The answer is, as long as the music publisher for each piece of music has an agreement w

[asterisk-users] unregistered trunks and registered phones coming from the same IP

2011-02-14 Thread Ricardo Carvalho
Hi, I manage an SBC which stands between my company server farm and some SIP telco trunks. The system works fine, for inbound and outbound calls. Now I've configured the SBC to also act as a registration proxy, forwarding SIP registrations coming from the Internet to my asterisk servers. It all s

Re: [asterisk-users] Cisco 7960 & asterisk 1.8.22 ringlist.dat error

2011-02-14 Thread James Miller
I did that and this is what I got when I tried to play the 24 ringtone: 13:29:16.573318 IP 192.168.1.103.50849 > 192.168.1.60.69: 39 RRQ "Emergency ring_emergency.pcm" octet In the ringlist.dat file in the first column I typed the display name then hit the tab key. Now on some it only moved a c

Re: [asterisk-users] Cisco 7960 & asterisk 1.8.22 ringlist.dat error

2011-02-14 Thread Jonathan Thurman
On Mon, Feb 14, 2011 at 9:04 AM, James Miller wrote: > I did the command listed, and its actually requesting RINGLIST.DAT, so I > changed the filename to match its request but now its showing in the ring > type setting: > > Chirp 1 > Chirp 2 > 24 24-ring-tone-1.raw > Att1 ring_att1.pcm > . You sh

Re: [asterisk-users] Queues and Agent penalty - how to go to second best agent when the first does not answer

2011-02-14 Thread Mike
> > The Queue() application can automatically pause members who fail to > > answer; this would be the solution to your problem. With that solution > > in place, though, the agent will still need to be able to un-pause > > when they return to their desk, and since that is the case, they > > really s

Re: [asterisk-users] Cisco 7960 & asterisk 1.8.22 ringlist.dat error

2011-02-14 Thread James Miller
I did the command listed, and its actually requesting RINGLIST.DAT, so I changed the filename to match its request but now its showing in the ring type setting: Chirp 1 Chirp 2 24 24-ring-tone-1.raw Att1 ring_att1.pcm . . . However, when you attempt to play one it says Loading Ringer

Re: [asterisk-users] sangoma wanpipe install error

2011-02-14 Thread Moises Silva
On Sun, Feb 13, 2011 at 9:25 PM, Roi Stork wrote: > Here's the messages log. There's a line that says ERROR: Unsupported DS E1 > CHIP (00:00) > > That's pretty bad. Could you post the output of "wanrouter hwprobe verbose" ? Moises Silva Senior Software Engineer Sangoma Technologies Inc. | 100 Re

Re: [asterisk-users] issue with some numbers

2011-02-14 Thread Danny Nicholas
I lost you - you say that you get the same result dialing from a land-line as from Asterisk. If the call from LL is also going to answering machine, you are done. _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of salaheddine

Re: [asterisk-users] Cisco 7960 & asterisk 1.8.22 ringlist.dat error

2011-02-14 Thread Jonathan Thurman
On Mon, Feb 14, 2011 at 5:40 AM, James Miller wrote: > Good Day everyone, > > > > Yesterday I upgraded the firmware on my 7960 to Sip 8.12 as provided by > Cisco, however now the phone does not and will not read the RINGLIST.dat > file. I’ve tried rebooting the phone, tried resetting the phone b

[asterisk-users] SIP session timers just on one specific channel

2011-02-14 Thread Guido Negro
Hi, I was trying to use SIP session timers with Asterisk 1.8 and two Snom phones: is it possible to force SIP timers usage only on some specific SIP channels or is it somehow a global setting? Thank you very much, Guido. -- __

Re: [asterisk-users] On-Hold Music

2011-02-14 Thread Tzafrir Cohen
On Sun, Feb 13, 2011 at 11:07:53PM -0600, Tilghman Lesher wrote: > On Friday 11 February 2011 16:37:49 Danny Nicholas wrote: > > Hi gang, > > > > In 500 words or less (if possible), please explain what is a > > legal music-on-hold file? My boss hates the stuff provided with the > > di

Re: [asterisk-users] issue with some numbers

2011-02-14 Thread salaheddine elharit
OK thanks for your help, i want to know if there is anythings to put in dial plan in order to disable the answer maching for these numbers thanks and Regards 2011/2/14 Danny Nicholas > The simplest (IMO) option for this would be “ex-girlfriend” blocking. > The “CON” to this is that it would r

Re: [asterisk-users] issue with some numbers

2011-02-14 Thread Faisal Hanif
You may need to provide some more scenario detail From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of salaheddine elharit Sent: Monday, February 14, 2011 7:16 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users] issue with some

Re: [asterisk-users] issue with some numbers

2011-02-14 Thread Administrator TOOTAI
Le 14/02/2011 15:44, salaheddine elharit a écrit : thanks for your response i have tested with a regular phone and i get the same result my question if there is any action to do in dial plan or extenssion.conf in order to call this number becouse in dial plan i can bloc a number to be call ext

Re: [asterisk-users] issue with some numbers

2011-02-14 Thread Danny Nicholas
The simplest (IMO) option for this would be "ex-girlfriend" blocking. The "CON" to this is that it would require an entry for each number to block. Say all of your calls to 555-1234 go to the answering machine. In the EGB scenario, you would put this line in your dialplan Exten => _5551234,1,ha

Re: [asterisk-users] Problems with realtime sip

2011-02-14 Thread Shaymardanov Rushan
DNS work fine on this machine: ; <<>> DiG 9.7.2-P3 <<>> -t SRV _sip._udp.sipnet.ru ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53284 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;_sip._udp.sipnet.ru.

Re: [asterisk-users] issue with some numbers

2011-02-14 Thread salaheddine elharit
thanks for your response i have tested with a regular phone and i get the same result my question if there is any action to do in dial plan or extenssion.conf in order to call this number becouse in dial plan i can bloc a number to be call exten => _OUT.,n,Set(match=${REGEX("^06XXX" ${AH_PH

Re: [asterisk-users] dialplan announcements

2011-02-14 Thread ERIC HERRON
Thanks for the insight. Although your logic works absolutely fine, I couldn't get it to work the way I wanted so I simplified it. I could post the script if anyone is interested. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of

Re: [asterisk-users] issue with some numbers

2011-02-14 Thread Danny Nicholas
_ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of salaheddine elharit Sent: Monday, February 14, 2011 8:16 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] issue with some numbers Hello all I have a small i

Re: [asterisk-users] On-Hold Music

2011-02-14 Thread Danny Nicholas
Tilghman, Might not be your question to answer, but if I did get a BMI license, this would allow me to use "virtually any music I wanted" for MOH? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tilghma

[asterisk-users] issue with some numbers

2011-02-14 Thread salaheddine elharit
Hello all I have a small issue with some mobiles numbers when I call these numbers using asterisk I have all the time answer machine. But when I call these numbers using my mobile or another phone there is no problem. Any help will be appreciated -- ___

Re: [asterisk-users] Callback through extensions.conf?

2011-02-14 Thread Gilles
On Mon, 14 Feb 2011 14:21:50 +0100, Gilles wrote: >Could it be that while we're in the dialplan after getting a call from >the FXO, the FXO is just not available until after we exit the >dialplan? Made some progress: Asterisk can dial my cellphone if the callback goes through an SIP trunk instead

Re: [asterisk-users] Cisco 7960 & asterisk 1.8.22 ringlist.dat error

2011-02-14 Thread James Miller
That's the problem, I am not sure if the problem lies with Cisco, or if it lies with Asterisk. I figured I'd try here first before running in circles with a TAC Case. Regards. "I see blindness, not as a disability, but more of an ability. And Sight actually, more of a disability because

Re: [asterisk-users] Cisco 7960 & asterisk 1.8.22 ringlist.dat error

2011-02-14 Thread Faisal Hanif
Better to report a BUG to cisco. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of James Miller Sent: Monday, February 14, 2011 6:41 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Cisco 7960 & asterisk 1.8.22 ringlist

Re: [asterisk-users] Ported Asterisk in Android

2011-02-14 Thread Faisal Hanif
Well I think you need major changes as application in android run in sandbox instead of direct Linux APIs. Till now no news on it. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Nikhil Sent: Monday, February 14, 2011 6:46 PM To: aster

Re: [asterisk-users] Ported Asterisk in Android

2011-02-14 Thread Nikhil
waiting for replys.. On 02/11/2011 02:20 PM, Nikhil wrote: Thanks for reply. Any other suggestions . On 12/20/2010 05:52 PM, Service clients - VDI CENTER wrote: i believe there is a way to do it using asterisk and flashphoner ++ 2010/12/20 Gilles mailto:codecompl...@free.fr>>

[asterisk-users] Cisco 7960 & asterisk 1.8.22 ringlist.dat error

2011-02-14 Thread James Miller
Good Day everyone, Yesterday I upgraded the firmware on my 7960 to Sip 8.12 as provided by Cisco, however now the phone does not and will not read the RINGLIST.dat file. I've tried rebooting the phone, tried resetting the phone back to factory, have deleted the RINGLIST.dat file and reloaded

Re: [asterisk-users] Callback through extensions.conf?

2011-02-14 Thread Gilles
On Mon, 14 Feb 2011 10:35:52 +0100, Gilles wrote: >If someone's already built a callback like the above using an FXO >module, I would appreciate any feedback to try and solve this issue. I learned more about Local channels, but this doesn't work either: === [from_fxo] ;Wait for R

Re: [asterisk-users] SIP Hardphone that works well with asterisk

2011-02-14 Thread ast guy
Thanks Gordon, Grandstream is in my purchase list : ) /ag On Sun, Feb 13, 2011 at 10:58 AM, Gordon Henderson < gordon+aster...@drogon.net> wrote: > On Sat, 12 Feb 2011, ast guy wrote: > > Hi, >> I have been out of touch with asterisk for quit some time and needed some >> recommendations. I am lo

Re: [asterisk-users] SIP Hardphone that works well with asterisk

2011-02-14 Thread ast guy
lolz, I agree. Better to spend more and use it for some time. It is not a big installation about 4-5 extension so can spare the budget for it easily. /Khurram On Sun, Feb 13, 2011 at 5:45 PM, Michael Graves wrote: > On Sun, 13 Feb 2011 09:28:19 -0700, Joel Maslak wrote: > > >My take on this is t

Re: [asterisk-users] YELLOW alarm

2011-02-14 Thread Sébastien BERGER
Your welcome ! AB2L +33 (0)367100783 sebast...@ab2l.eu Le 14/02/2011 13:08, Albert a écrit : Sebastian, It seems it's working now! Cable was fine, thought i have added crc4 to span config: span=1,1,0,ccs,hdb3,crc4 Thank you very much for your help and hints! :) oice:/etc/dahdi# dahdi_s

Re: [asterisk-users] Problems with realtime sip

2011-02-14 Thread Fellipe ...
Maybe a DNS problem? Try to ping from another machine your HOSTNAME. Best regards, Fellipe > Date: Mon, 14 Feb 2011 15:29:08 +0500 > From: rush...@gmail.com > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] Problems with realtime sip > > I have a problem using asterisk 1.6 with r

Re: [asterisk-users] Possible dumb question: new kernel, new DAHDI?

2011-02-14 Thread Andrew Latham
On Mon, Feb 14, 2011 at 9:11 AM, A J Stiles wrote: > This might be a stupid question, but: > > If I install a new Linux kernel on a machine running Asterisk, do I have to > recompile DAHDI? > > If yes, what do I have to do to get it to build just the kernel modules? > > (We use Debian here.  Squee

Re: [asterisk-users] YELLOW alarm

2011-02-14 Thread Albert
Sebastian, It seems it's working now! Cable was fine, thought i have added crc4 to span config: span=1,1,0,ccs,hdb3,crc4 Thank you very much for your help and hints! :) oice:/etc/dahdi# dahdi_scan [1] active=yes alarms=OK description=T2XXP (PCI) Card 0 Span 1 name=TE2/0/1 manufacturer=Digiu

[asterisk-users] Possible dumb question: new kernel, new DAHDI?

2011-02-14 Thread A J Stiles
This might be a stupid question, but: If I install a new Linux kernel on a machine running Asterisk, do I have to recompile DAHDI? If yes, what do I have to do to get it to build just the kernel modules? (We use Debian here. Squeeze has just gone stable, and it requires a new kernel. Current

Re: [asterisk-users] YELLOW alarm

2011-02-14 Thread Albert
On 14.02.2011 12:17, Sébastien BERGER wrote: > As I know it's only telco who provide the clock. Then you must configure > your span with 1,1,0 > 1 is as TE (terminal equipment) > 0 is as NT (network termination) > > So, configure your span as TE, be sure telco not use crc4. > If already yellow, ca

Re: [asterisk-users] YELLOW alarm

2011-02-14 Thread Sébastien BERGER
As I know it's only telco who provide the clock. Then you must configure your span with 1,1,0 1 is as TE (terminal equipment) 0 is as NT (network termination) So, configure your span as TE, be sure telco not use crc4. If already yellow, call your telco and ask him if he provide clock or not. Ju

Re: [asterisk-users] YELLOW alarm

2011-02-14 Thread Albert
Hi, span 1 - e1 line (15 channels) span 2 - nothing is connected to 2nd span below is also status from proc fs ps. i was also trying with timing provided by card (0) span=1,1,0,ccs,hdb3 ... but result was the same voice:/tmp# cat /proc/dahdi/1 Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTE

Re: [asterisk-users] YELLOW alarm

2011-02-14 Thread Sébastien BERGER
Hello, Can you say us what is connected in which span ? span 1 = span 2 = Yellow would say that the span did not receive external clock Sebastien AB2L +33 (0)367100783 sebast...@ab2l.eu Le 14/02/2011 11:34, Albert a écrit : Hi guys, I am getting YELLOW alarm on my span with E1 line. Anyon

[asterisk-users] YELLOW alarm

2011-02-14 Thread Albert
Hi guys, I am getting YELLOW alarm on my span with E1 line. Anyone knows what could be the problem ? Below is my config and status... voice:/etc/dahdi# dahdi_hardware -v pci::02:08.0 wct4xxp+ d161:1220 Wildcard TE220 (5th Gen) voice:/etc/dahdi# dahdi_scan [1] active=yes alarms=YEL d

[asterisk-users] Problems with realtime sip

2011-02-14 Thread Shaymardanov Rushan
I have a problem using asterisk 1.6 with realtime sip. When I add sip channel (my sip provider) to asterisk using realtime sip (http://www.voip-info.org/wiki/view/Asterisk+RealTime+Sip), incoming calls don't work for me. In asterisk CLI I get message: NOTICE[19805]: chan_sip.c:21250 handle_reques

Re: [asterisk-users] Callback through extensions.conf?

2011-02-14 Thread Gilles
On Sat, 05 Feb 2011 12:07:28 +0100, Gilles wrote: >I've seen articles about Call files. Is this the easiest way to solve >this problem? I'm reading the 3rd edition of the "Asterisk: The Definitive Guide", but since it's pretty big and there's no guarantee that the answer to this issue is even in

Re: [asterisk-users] Using files .call or AMI

2011-02-14 Thread Roger Burton West
On Mon, Feb 14, 2011 at 04:06:10AM +, Edwin Quijada wrote: >How would be the dialplan for this context from-lan ??? This list is for non-commercial support. If you want someone to do the work for you, I suggest you go elsewhere and offer money. -- ___

Re: [asterisk-users] Asterisk 1.8.3

2011-02-14 Thread Ishfaq Malik
We're installing from maintained packages (rpm) rather than compiling code. On Fri, 2011-02-11 at 17:47 +, satish patel wrote: > > Here is the patch did you apply it ? > > https://issues.asterisk.org/file_download.php?file_id=28206&type=bug > > > Date: Fri, 11 Feb 2011 08:46:36 -0200 > > F