[asterisk-users] local dialing

2009-01-23 Thread Pezhman Lali
Dear, because of using dial(local/...) each incoming calls (_12X.) makes 4 ports on asterisk. I can not use goto , because of some limitations. is any way to decrease it? Best, [MAIN] exten => _12X.,Dial(LOCAL/${ext...@test/n,60) [TEST] exten _X.,1,Dial(${ext...@next_gateway,60)

Re: [asterisk-users] Passing DTMF

2009-01-23 Thread Jon Weisman
since you're using ulaw try setting dtmfmode = inband if this doesnt work try = auto -Jon - Original Message - From: "Christopher Gray" To: "Asterisk Users Listserve" Sent: Friday, January 23, 2009 8:13 PM Subject: [asterisk-users] Passing DTMF > Hello: > > I need to be able to re

[asterisk-users] unistim - no dial tone frequecy, no number display when dialing

2009-01-23 Thread Joseph
I'm trying chan_unistim-1.0.0.5e with asterisk-1.4.22 and Nortel i2002 phone. When I dial the numbers are not showing up on a display, and the is no frequency sound when pressing the numbers. I think it is related to chan_unistim, isn't it. Did anybody encounter this problem and/or solve it? --

Re: [asterisk-users] Logging outgoing calls

2009-01-23 Thread Tilghman Lesher
On Friday 23 January 2009 18:22:16 Pascal Bruno wrote: > Is it possible to log just the outgoing calls using cdr_odbc into a custom > mysql database table? > my table will look like this: > > > | call_status | > |-- --| > | · id | > | · destination |

[asterisk-users] unistim only recognize "default" context

2009-01-23 Thread Joseph
I have in "unistim.conf [violet] ... context=internal but it is not recognized. When I try to make a call it looks for context "default" Is it a bug or a limitation of unistim. -- #Joseph GPG KeyID: ED0E1FB7 ___ -- Bandwidth and Colocation Provided

Re: [asterisk-users] [SOLVED] Nortel IP phone i2002 - DHCP server unreachable

2009-01-23 Thread Joseph
Thanks for the input. Yes, I have all the correct setting in the phone. However, it turn out that I need to have as DHCP server Nortel BCM (Business Communication Manager), whatever it is. It must be some proprietary stuff. So the only option for me was to setup IP manually; and it did work f

Re: [asterisk-users] Nortel IP phone i2002 - DHCP server unreachable

2009-01-23 Thread Alexander Lopez
1 Can you verify that you have a DHCP server running on that network segment? 2 Can you verify that the Ethernet port on the phone is indeed seeing link from the switch? 3 Have you run wireshark/tcpdump to see if anything is traveling to/from the phone? Alex > -Original Mes

[asterisk-users] Nortel IP phone i2002 - DHCP server unreachable

2009-01-23 Thread Joseph
Is anybody using Nortel IP Phone? I have (second hand) Nortel i2002 phone and when it boots I get: DHCP server unreachable F/W version: 0604D9C My setting: DHCP? [0-No, 1-Yes]: 1 DHCP: 0-Full, 1-Partial: 0 Can any body suggest how to troubleshoot it? -- #Joseph GPG KeyID: ED0E1FB7 __

Re: [asterisk-users] Passing DTMF

2009-01-23 Thread Sam
From what I have read most dtmf problems are the phones them selfs. I use a Grandstream HandyTone 286 ATA. It has known dtmf isues. However I have had good luck with setting both the ATA and asterisk to dtmf mode rfc2833. However I would get the occasional "dtmf talk off" problem where peo

[asterisk-users] Passing DTMF

2009-01-23 Thread Christopher Gray
Hello: I need to be able to reliably send out touchtone to any calling party who comes into my pbx. The standard things to help with this have been done as far as I know: 1. dtmfmode is rfc2833. 2. The phones themselves are set to rfc2833. 3. allow=ulaw 4. On internal calls between exte

Re: [asterisk-users] Long Delay after sip reload command

2009-01-23 Thread Christopher Gray
Wow! What a difference! The first nameserver was out of date and wrong. The second was correct. As soon as I updated the first one, the delay disappeared. Thank you. Chris On Sat, 24 Jan 2009, Michiel van Baak wrote: > On 13:46, Fri 23 Jan 09, Christopher Gray wrote: >> Hello: >> >> I am

[asterisk-users] Logging outgoing calls

2009-01-23 Thread Pascal Bruno
Is it possible to log just the outgoing calls using cdr_odbc into a custom mysql database table? my table will look like this: | call_status | |-- --| | · id | | · destination | | · status | || I just need to store the destination

Re: [asterisk-users] Long Delay after sip reload command

2009-01-23 Thread Michiel van Baak
On 13:46, Fri 23 Jan 09, Christopher Gray wrote: > Hello: > > I am experiencing long delays, minutes not seconds, after issuing sip reload > or > /etc/init.d/asterisk restart commands. When reloading Asterisk, for the > first > minute or more, sip show registry says there is no such command.

Re: [asterisk-users] Asterisk 1.6 T38 to G711 transcoding is this possible?

2009-01-23 Thread Matt Watson
On Sat, Jan 17, 2009 at 11:51 AM, Steve Gladden < aster...@michiganbroadband.com> wrote: > The scenario we have is fax send/recieve software that ONLY talks T38 > and an asterisk box. > > We have ITSP providers that do NOT talk T38 but G711 only. > > Does asterisk have the capability to take the T

[asterisk-users] Asterisk 1.2.31.1, 1.4.22.2, 1.4.23.1, and 1.6.0.5 released

2009-01-23 Thread Asterisk Development Team
The Asterisk.org development team has announced the release of Asterisk 1.2.31.1, 1.4.22.2, 1.4.23.1, and 1.6.0.5. These releases are available for immediate download from http://downloads.digium.com/. This update for Asterisk includes a security fix for chan_iax2. Please see the associated securi

Re: [asterisk-users] Long Delay after sip reload command

2009-01-23 Thread Alex Balashov
A recommended first step would be to do a packet capture and see what's really going on, not what Asterisk says or the output of various CLI commands suggests. Christopher Gray wrote: > Hello: > > I am experiencing long delays, minutes not seconds, after issuing sip reload > or > /etc/init.d

[asterisk-users] Long Delay after sip reload command

2009-01-23 Thread Christopher Gray
Hello: I am experiencing long delays, minutes not seconds, after issuing sip reload or /etc/init.d/asterisk restart commands. When reloading Asterisk, for the first minute or more, sip show registry says there is no such command. When sip show registry begins to provide information, registrati

Re: [asterisk-users] Packet8 hacked

2009-01-23 Thread Fred Posner
On Jan 23, 2009, at 12:44 PM, Steve Edwards wrote: > On Fri, 23 Jan 2009, Steve Totaro wrote: > >> Also, can "speed up" complaints of a slow network... > > Just what we all need -- faster complaints :) > TMC posted an article on the Packet8 DNS outage: http://www.tmcnet.com/usubmit/2009/01/23/

Re: [asterisk-users] Cant Find

2009-01-23 Thread Steve Edwards
On Sat, 24 Jan 2009, David @ULC wrote: > I cant find /usr/local/apache2/conf/httpd.conf . > > I have CentOS. This isn't the "Apache Users Mailing List" but CentOS keeps it in /etc/httpd/conf/. You may "find" the "find" command useful -- sudo find / -name httpd.conf Thanks in advance, -

Re: [asterisk-users] Cant Find

2009-01-23 Thread Rafael Rincon
Is in /etc/httpd/conf/httpd.conf Enjoy --Original Message-- From: David @ULC Sender: asterisk-users-boun...@lists.digium.com To: asterisk-users@lists.digium.com ReplyTo: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Jan 23, 2009 2:23 PM Subject: [asterisk-users] Cant Find

[asterisk-users] Cant Find

2009-01-23 Thread David @ULC
I cant find /usr/local/apache2/conf/httpd.conf . I have CentOS. ___ -- 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/ast

Re: [asterisk-users] Newbie in Cisco Phone

2009-01-23 Thread Sam Tam
Hi I am no expert in the cisco phone Do you have time to help Sam -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Federico Santulli Sent: Saturday, January 24, 2009 12:59 AM To: Asterisk Users Mailing List -

Re: [asterisk-users] Asterisk 1.6 T38 to G711 transcoding is this possible?

2009-01-23 Thread Olivier
2009/1/17 Steve Gladden > The scenario we have is fax send/recieve software that ONLY talks T38 > and an asterisk box. > > We have ITSP providers that do NOT talk T38 but G711 only. As you're using an IP connection, chances are you'll get issues with faxing if you don't use a protocol such as T

Re: [asterisk-users] OSLEC, no echo, but a big noise in line

2009-01-23 Thread Felipe Ferreira do Amaral
Is a incoming call, coming for x100p, both the sides is hearing the noise. Local computer is using softphone SjPhone (Mac OSX), with earing phones and the caller is PSTN. 2009/1/23 Olivier > > > 2009/1/23 Felipe Ferreira do Amaral > >> Hi, >> >> I was install OSLEC yesterday and my problems wit

Re: [asterisk-users] Fring and Asterisk

2009-01-23 Thread Olivier
An update on iphone-asterisk integration : - available GTalk client (on iphone) is GTalk Gadget version, so it doesn't support Jingle extensions, - an interesting SIP client is SIPHON but the problem is as Apple forbids iPhone developpers to develop applications that run in background, SIPHON won'

Re: [asterisk-users] Packet8 hacked

2009-01-23 Thread Steve Edwards
On Fri, 23 Jan 2009, Steve Totaro wrote: > Also, can "speed up" complaints of a slow network... Just what we all need -- faster complaints :) Thanks in advance, Steve Edwards sedwa...@sedwards.com Voice: +1-760-46

Re: [asterisk-users] OSLEC, no echo, but a big noise in line

2009-01-23 Thread Olivier
2009/1/23 Felipe Ferreira do Amaral > Hi, > > I was install OSLEC yesterday and my problems with echo are all solved. But > now all my calls have a big noise at background. Who is hearing this noise ? Local, remote party or both ? Which type of phones are using local users ? > > > I was try c

Re: [asterisk-users] Looking for Asterisk admin or related job

2009-01-23 Thread Meftah Tayeb
hi, please are you from ? contact me plz skype: tayeb.meftah gmail: tayeb.mef...@gmail.com thanks - Original Message - From: Zeeshan Zakaria To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Thursday, January 22, 2009 10:22 PM Subject: [asterisk-users] Looking f

Re: [asterisk-users] Packet8 hacked

2009-01-23 Thread Dean Collins
Service Alerts/Updates 1/23/2009 2:00am PST: Due to a global DNS (name server) issue with register.com, Packet8 servers and services became unreachable for customers using certain ISPs including AT&T, Cox, and Verizon while customers on other ISPs such as Comcast and Level3 were impacted very br

Re: [asterisk-users] OT - Is Netgear ProSafe FS108P with PoE silent ?

2009-01-23 Thread Ira
At 01:00 AM 1/23/2009, you wrote: >I've seen this Netgear ProSafe FS108P with 4 10/100 and 4 10/100 >w/PoE ports silent enough ? The one I have doesn't have a fan, so it's silent. Been there for a few years now. Ira ___ -- Bandwidth and Colocation

[asterisk-users] OSLEC, no echo, but a big noise in line

2009-01-23 Thread Felipe Ferreira do Amaral
Hi, I was install OSLEC yesterday and my problems with echo are all solved. But now all my calls have a big noise at background. I was try change some filters in oslec-ctrl-panel.sh, but it don't save nothing who I do. Does anyone had the same problem? ___

Re: [asterisk-users] Packet8 hacked

2009-01-23 Thread David Backeberg
> Listed below because they are easy to remember and have never failed > me even when a customer's ISP's DNS is down, I get the call "Our > Internet is Down" but they can ping my servers by IP. Also, can > "speed up" complaints of a slow network (if DNS lookups are the reason > for the slowness. >

Re: [asterisk-users] Newbie in Cisco Phone

2009-01-23 Thread Federico Santulli
you can try chan_sccp at www.chan-sccp.org it supports most of ccm features and all kind of cisco phones with skinny firmware. Take a look ;) If you need support you can write me back. Federico - Original Message - From: "Sam Tam" To: "'Asterisk Users Mailing List - Non-Commercial D

Re: [asterisk-users] Packet8 hacked

2009-01-23 Thread Kevin P. Fleming
Jeff LaCoursiere wrote: > Can you imagine the cache they hold? Surely the most abused DNS servers > in the world. That is why they seem to "speed up" your slow Internet > links. They are also sitting 'right next to' one of the root servers, so when you send them a recursive query they don't h

Re: [asterisk-users] Packet8 hacked

2009-01-23 Thread Jeff LaCoursiere
On Fri, 23 Jan 2009, Kristian Kielhofner wrote: > On Fri, Jan 23, 2009 at 9:18 AM, Steve Totaro > wrote: >> >> Fine using AT&T's (at least I think they belong to AT&T) DNS servers >> (Also do NTP). I will make this thread useful to someone. >> >> Listed below because they are easy to remember a

Re: [asterisk-users] Packet8 hacked

2009-01-23 Thread Kristian Kielhofner
On Fri, Jan 23, 2009 at 9:18 AM, Steve Totaro wrote: > > Fine using AT&T's (at least I think they belong to AT&T) DNS servers > (Also do NTP). I will make this thread useful to someone. > > Listed below because they are easy to remember and have never failed > me even when a customer's ISP's DNS

Re: [asterisk-users] Help with Avaya integration

2009-01-23 Thread Steve Totaro
Answer() is the cure to most problems like this... While not very intuitive, when you think about the various "legs" of the call, it starts to make "some sense" although the exact reason has always eluded me. My guess it is solves or at least gets you closer to solving your issues -- Thanks, St

Re: [asterisk-users] Packet8 hacked

2009-01-23 Thread Steve Totaro
On Fri, Jan 23, 2009 at 2:19 AM, Michael wrote: > On Fri, 23 Jan 2009 20:13:22 Peter Evans wrote: >> On Fri, Jan 23, 2009 at 07:08:16AM +, Gordon Henderson wrote: >> > On Fri, 23 Jan 2009, Dean Collins wrote: >> > > Nope it's going to a sedo advertising domain parking site. >> > >> > Looks lik

Re: [asterisk-users] Vicidialnow

2009-01-23 Thread David @ULC
But after installing it with CD , I guess we have to change SIP file and do few more changes .. I am looking for those steps.. On Fri, Jan 23, 2009 at 2:55 PM, David @ULC wrote: > > Anyone have properly formatted document ? > > > On Fri, Jan 23, 2009 at 1:42 AM, David @ULC wrote: > >> But I be

Re: [asterisk-users] OT - Is Netgear ProSafe FS108P with PoE silent ?

2009-01-23 Thread Mike
I need to locate a Asterisk server and a PoE-enabled switch on someone's desk. I've seen this Netgear ProSafe FS108P with 4 10/100 and 4 10/100 w/PoE ports silent enough ? Any recommendation ? Specs on netgear.com say it's silent... 'Acoustic Noise: 0 dB' [Michael] I have a DES-1008PA, i

Re: [asterisk-users] evaluate SIP response codes in dialplan

2009-01-23 Thread Johansson Olle E
21 jan 2009 kl. 11.49 skrev Klaus Darilion: > Hi Olle! > > Currently we have the problem that due to > SIP<->hangupcause<->SIP<->hangupcause conversions the original > hangupcause gets lost in a chain of Asterisk servers using SIP. > > In chan_sip there is already code for adding the X-Asteri

Re: [asterisk-users] OT - Is Netgear ProSafe FS108P with PoE silent ?

2009-01-23 Thread Olivier
2009/1/23 Gordon Henderson > > On Fri, 23 Jan 2009, Olivier wrote: > > > Hi, > > > > I need to locate a Asterisk server and a PoE-enabled switch on someone's > > desk. > > I've seen this Netgear ProSafe FS108P with 4 10/100 and 4 10/100 w/PoE > ports > > silent enough ? > > Any recommendation ? >

Re: [asterisk-users] OT - Is Netgear ProSafe FS108P with PoE silent ?

2009-01-23 Thread Olivier
2009/1/23 D Tucny > 2009/1/23 Olivier > > Hi, >> >> I need to locate a Asterisk server and a PoE-enabled switch on someone's >> desk. >> I've seen this Netgear ProSafe FS108P with 4 10/100 and 4 10/100 w/PoE >> ports silent enough ? >> Any recommendation ? >> > > Specs on netgear.com say it's si

Re: [asterisk-users] Root Password not taking

2009-01-23 Thread Tzafrir Cohen
On Fri, Jan 23, 2009 at 12:22:59AM +0530, David @ULC wrote: > When I boot I get this Error : > > switchroot: mount failed: No such file or directory > > kernel panic - not syncing: Attempted to kill init! > > I tried : > > 1. Shut down the machine. (Ctrl+Alt+Del) > > 2. When it reboot and reac

Re: [asterisk-users] OT - Is Netgear ProSafe FS108P with PoE silent ?

2009-01-23 Thread Gordon Henderson
On Fri, 23 Jan 2009, Olivier wrote: > Hi, > > I need to locate a Asterisk server and a PoE-enabled switch on someone's > desk. > I've seen this Netgear ProSafe FS108P with 4 10/100 and 4 10/100 w/PoE ports > silent enough ? > Any recommendation ? Yes, no fan, so silent. I've installed a couple of

Re: [asterisk-users] Root Password not taking

2009-01-23 Thread David @ULC
Any other solution for CentOS ? Doesn't want to go for re-installation :-( On Fri, Jan 23, 2009 at 12:22 AM, David @ULC wrote: > > When I boot I get this Error : > > switchroot: mount failed: No such file or directory > > kernel panic - not syncing: Attempted to kill init! > > I tried : > > 1. S

Re: [asterisk-users] Vicidialnow

2009-01-23 Thread David @ULC
Anyone have properly formatted document ? On Fri, Jan 23, 2009 at 1:42 AM, David @ULC wrote: > But I believe even after doing that , there are few setting and changes > required before we can start using it for production I guess... > > > On Fri, Jan 23, 2009 at 12:27 AM, David @ULC wrote: > >>

Re: [asterisk-users] OT - Is Netgear ProSafe FS108P with PoE silent ?

2009-01-23 Thread D Tucny
2009/1/23 Olivier > Hi, > > I need to locate a Asterisk server and a PoE-enabled switch on someone's > desk. > I've seen this Netgear ProSafe FS108P with 4 10/100 and 4 10/100 w/PoE > ports silent enough ? > Any recommendation ? > Specs on netgear.com say it's silent... 'Acoustic Noise: 0 dB' d

[asterisk-users] OT - Is Netgear ProSafe FS108P with PoE silent ?

2009-01-23 Thread Olivier
Hi, I need to locate a Asterisk server and a PoE-enabled switch on someone's desk. I've seen this Netgear ProSafe FS108P with 4 10/100 and 4 10/100 w/PoE ports silent enough ? Any recommendation ? Regards ___ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] problem with PlayDTMF: no error but no tone

2009-01-23 Thread nik600
I think to have guess the problem, or maybe the work-around (maybe can be useful for someone). in sip.conf dtmfmode was set to default. I've tried to set to rfc2833,info,inband and auto. info and inband works, auto and rfc2833 not. The strange thing is: > auto : Use rfc2833 if offered, inband o

Re: [asterisk-users] Incoming fax detection on mISDN hfcmulti B410P card

2009-01-23 Thread Vieri
According to http://www.voip-info.org/wiki-Asterisk+fax, software fax detection is "officially" supported only on ZAP channels. Does this mean that fax detection via misdn is totally experimental and may/may not work? --- On Thu, 1/22/09, Vieri wrote: > Hi, > > I'd like to know what's the m

Re: [asterisk-users] Newbie in Cisco Phone

2009-01-23 Thread Michiel van Baak
On 15:56, Fri 23 Jan 09, Sam Tam wrote: > Well does it matter if the asterisk server is not located in the same > network? No, I used to have my phones at home and my asterisk in Denmark in a colocating facility. > I am willing to spend a bit of cash to get someone help me to set it up . > Since