Re: [asterisk-users] How to park calls on a specific extension

2006-11-30 Thread Ira
At 08:40 PM 11/29/2006, you wrote: Either write what you want, or learn to use what we have and hope that SLA when it appears is better. Parking is not the best solution, I think that's the problem with the Asterisk community right now. Anytime something is suggested, the response is either

RE: [asterisk-users] Siemens Gigaset C450 IP vs S450 IP

2006-11-30 Thread Dave Cotton
On Wed, 2006-11-29 at 22:57 -0500, Cory Andrews wrote: Andrew - I have been told they have no plans to introduce US distribution or availability on these products in the foreseeable future. I was told this by one of the channel managers from Siemens. I received some eval units of some of the

[asterisk-users] Cut function on semicolon separator

2006-11-30 Thread Koen Van Impe
Hi, I have the most stupid problem in my dialplan. I need to do something as trivial as splitting a string, with a semicolon as separator. I was thinking the 'CUT' function would be perfect for this. But the problem is the semicolon. In the dialplan it is always understood as a separator for

Re: [asterisk-users] What's up with the Manager Interface?!?!

2006-11-30 Thread Dovid B
- Original Message - From: Douglas Garstang [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, November 30, 2006 12:16 AM Subject: RE: [asterisk-users] What's up with the Manager Interface?!?! -Original

Re: [asterisk-users] What's up with the Manager Interface?!?!

2006-11-30 Thread Dovid B
- Original Message - From: Douglas Garstang [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, November 30, 2006 12:19 AM Subject: RE: [asterisk-users] What's up with the Manager Interface?!?! -Original

Re: [asterisk-users] Cut function on semicolon separator

2006-11-30 Thread Peter Lindquist
Hi Koen, Try: exten = s,n,NoOp(CUT(${v},${sep},1)) Cheers Koen Van Impe wrote: Hi, I have the most stupid problem in my dialplan. I need to do something as trivial as splitting a string, with a semicolon as separator. I was thinking the 'CUT' function would be perfect for this. But the

[asterisk-users] Distinctive ring

2006-11-30 Thread Tomislav Parčina
Hi list! I need help with distinctive ring on Cisco 7940 phone. I'm using Asterisk 1.2.5 (I know, I should upgrade) and in dial plan I have: exten = _64X,n,Set(_ALERT_INFO=Chirp2) exten = _64X,n,Dial(SIP/${EXTEN},30,wWtT) On Cisco in Settings = Ring type I have Chirp1 and Chirp2. By default

Re: [asterisk-users] mISDN

2006-11-30 Thread nuria fernandezm
Hi for all I've a problem. I'm trying to detect the progress of an invalid call. For example, if I phone to a busy number (or invalid number), my misdn always detect ring. Have you got any suggestion? 2006/11/29, Patrick [EMAIL PROTECTED]: On Wed, 2006-11-29 at 16:38 +0100, Timothy Parez

[asterisk-users] Digium TE405P dtmf issue

2006-11-30 Thread leonimar cape
Hi Group, I have an asterisk running as media gateway with a Digium TE405P 2nd Gen rev 2 with echo cancellation. It is interconnected to a telco carrier via ISDN Pri. The voice quality is clear except that sometimes a hear a beep sound that occure around 5 to 10 secs in the middle of the

[asterisk-users] Trouble with regexten

2006-11-30 Thread Russell Brown
Can anyone help with the use of regexten? (* 1.4.3) I've got Asterisk creating extensions for my SIP phones using regexten but I can't seem to figure out how to make use of them once they're registered. Here's my dialplan for from-sip (the SIP's default context): asterisk*CLI dialplan show

[asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Vieri
I am trying to find out the best way to replace one of our hardware PBXs. It currently has 200+ analog phones connected to it. The idea is to take advantage of the already installed phone cables (big building) so I'm trying to avoid the use of ethernet adapters (if possible). However, I'm

Re: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Carlo Taguinod
Take a look at Channel Banks On 11/30/06, Vieri [EMAIL PROTECTED] wrote: I am trying to find out the best way to replace one of our hardware PBXs. It currently has 200+ analog phones connected to it. The idea is to take advantage of the already installed phone cables (big building) so I'm

Re: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Paco Brufal
On nov/30/2006, Vieri wrote: Is there another way of doing this (hopefully cheaper and more convenient)? VoIP Gateways with 48 FXS ports. -- Paco Brufal[EMAIL PROTECTED] ServiTux Servicios Informáticos S.L. Tel. 966 160 600 / Fax. 966 160 601

Re: [asterisk-users] Cut function on semicolon separator

2006-11-30 Thread Koen Van Impe
Peter, Thanks for your reply! It didn't work though. There's actually already a problem setting the semicolon as value for the 'sep' variable. *The functions:* exten = s,n,Set(sep=';') exten = s,n,NoOp(${CUT(v,${sep},1)}) *The output:* -- Executing Set(SIP/1649-09ca84f0, sep=) in new stack --

RE: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Jon Schøpzinsky
I think It would be cheaper to use dedicated VoIP PSTN Gateways, such as audiocodes or similar (audiocodes is actually a bad example, as their not that cheap). But dedicated ATA hardware with 24 or more ports. Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[asterisk-users] AGI PHP Issues (AGI script runs but phone hangs up too quickly)

2006-11-30 Thread Chris Blunt
Sorry to re-post this but I'm sure it's something simple that someone has found before. To summarise: Dial plan answers the phone AGI script executes AGI debug in console show phonetics ABC - However no audio at all on the phone and this step is less than 1 second. Dial plan Busy

[asterisk-users] Re: Cisco 7940 Firmware 8.2

2006-11-30 Thread Tomislav Parčina
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... Greetings, I am cutting my teeth with SIP phones and my first issue is getting a Cisco 7940 to Authenticate with my VoIP provider (BBTelsys). I did read some notes on the vo-ip website about 7.5 being the better firmware version.

Re: [asterisk-users] Cut function on semicolon separator

2006-11-30 Thread Artifex Maximus
Try using set without ' or . I mean: exten = s,n,Set(sep=;) And next step try using CUT with and without ${..}. exten = s,n,Noop(${CUT(v,sep,1)}) or exten = s,n,Noop(${CUT(v,${sep},1)}) First parameter is using variable without surrounding ${..}. bye, a On 11/30/06, Koen Van Impe [EMAIL

Re: [asterisk-users] How to park calls on a specific extension

2006-11-30 Thread Brad Templeton
On Thu, Nov 30, 2006 at 12:03:24AM -0600, Lacy Moore - Aspendora wrote: The question is what is the best interface? On our old system, we put the caller on hold, went to another phone, pressed pickup and then entered the extension where the call is on hold. I never liked that, especially if I

Re: [asterisk-users] Cut function on semicolon separator

2006-11-30 Thread Peter Boehm
_The functions:_ exten = s,n,Set(sep=';') exten = s,n,NoOp(${CUT(v,${sep},1)}) Have you tried to put a '\' in front of the ';': Set(sep='\;')? Peter ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To

Re: [asterisk-users] AgentCallbackLogin deprecated?

2006-11-30 Thread Gavin Hamill
On Tue, 28 Nov 2006 17:57:04 -0600 Octavio Ruiz (Ta^3) [EMAIL PROTECTED] wrote: Is there an isolated example somewhere of how to use existing dialplan logic and dynamic queue membership to simulate the current behaviour?

[asterisk-users] codec error message

2006-11-30 Thread rilawich ango
Hi all, I get the following message in the CLI after enabling video function. I have searched about the codec 126 but nothing found. Anybody can tell me how to fix the problem? Nov 30 15:54:27 NOTICE[16508]: rtp.c:576 ast_rtp_read: Unknown RTP codec 126 received Nov 30 15:54:27 NOTICE[16508]:

Re: [asterisk-users] Cut function on semicolon separator

2006-11-30 Thread Koen Van Impe
All, The last Peter got it right! :-) The final solution: exten = s,n,Set(sep='\;') exten = s,n,NoOp(${CUT(v,${sep},1)}) Thanks for you input and have a very nice day! Koen On 11/30/06, Peter Boehm [EMAIL PROTECTED] wrote: _The functions:_ exten = s,n,Set(sep=';') exten =

RE: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread John covici
You could put at least two Rhino quad t1 cards and that would give you 8 times 24 ports and I heard of one with those cards plus a dual t1 card which is 240 extensions on one server. this would take up 3 pci slots. on Thursday 11/30/2006 Jon Schøpzinsky([EMAIL PROTECTED]) wrote I think It would

RE: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Jon Schøpzinsky
I would just guess that the PCI bus would be pretty busy, with 3 T1 cards. Couldn't that be a problem? Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John covici Sent: 30. november 2006 12:07 To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Zoa
You could go for 2 quad pri cards + channel banks or for TDMoE or usb channel banks. The last option would be the cheaper and more scalable one imho www.spidermux.org www.xorcom.com Joachim John covici wrote: You could put at least two Rhino quad t1 cards and that would give you 8 times 24

RE: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread John covici
rhino tells me no, they have a computer you can buy on which they have tested such things. I don't have this myself, however. on Thursday 11/30/2006 Jon Schøpzinsky([EMAIL PROTECTED]) wrote I would just guess that the PCI bus would be pretty busy, with 3 T1 cards. Couldn't that be a

Re: [asterisk-users] Setting RTP ports for Asterisk?

2006-11-30 Thread Derek Whitten
Vincent Delporte wrote: Hello When I make calls from home to the PSTN by going through the Net - Asterisk - the Net - VoIP provider - PSTN, I get no sound either way. I assume it's because I must tell Asterisk to use fixed ranges of UDP ports and map ports accordingly on the NAT firewall

[asterisk-users] Server Compatibility questions... IBM and Dell

2006-11-30 Thread Mark Edwards
Does anyone on list have experience with Digium hardware in the following servers: Dell poweredge SC440 IBM xSeries x226 Have just had major hassles getting TE205P ISDN cards going in these boxes. No joy so far. Anyone managed to do it yet? Thanks. Mark

Re: [asterisk-users] Monitoring awareness

2006-11-30 Thread Ondrej Valousek
Hi Steve, Ok Playback could be used here, indeed. But if you are using automonitor - by default activated by (*1) - I think there is no way how to implement this. Am I right? Thanks, Ondrej Steve Totaro wrote: [EMAIL PROTECTED] wrote: Hello, I'm discovering asterisk, it seem

Re: [asterisk-users] Voicemail, SQL ODBC

2006-11-30 Thread Norbert Zawodsky
RR wrote: Norbert, mate, I don't know why you're having so much problems. Do you wanna post your extconfig.conf here? just to humour us? I have it running with MSSQLServer a more complicated prospect than mySQL which has a dedicated driver for it, and it still works. RR, mate, I don't think

Re: [asterisk-users] Asterisk connection to a PBX

2006-11-30 Thread Mark Edwards
Probably find you have less hassle ditching the proprietary PBX's altogether and just use the * boxes at each end of an IAX trunk. Probably be a cheaper solution in the long run. On 11/30/06, asterisk-robert [EMAIL PROTECTED] wrote: Inital setup for testing will be 2-4 channels in order to

Re: [asterisk-users] Voicemail, SQL ODBC

2006-11-30 Thread Derek Whitten
Norbert Zawodsky wrote: RR wrote: Norbert, mate, I don't know why you're having so much problems. Do you wanna post your extconfig.conf here? just to humour us? I have it running with MSSQLServer a more complicated prospect than mySQL which has a dedicated driver for it, and it still works.

Re: [asterisk-users] Polycom 601 Second Incoming Call

2006-11-30 Thread Jerry Jones
you can change the configs to have multiple beeps, and adjust the timing of them, but when we tried the problem then is the beep is not added to the incoming audio, but replaces it, so you lose the far end speaking, went back to default. On Nov 29, 2006, at 3:34 PM, Dovid B wrote: Hi

Re: [asterisk-users] Polycom 601 Second Incoming Call

2006-11-30 Thread Walt Reed
On Wed, Nov 29, 2006 at 11:34:41PM +0200, Dovid B said: I have a Polycom 601 that when the user is on the phone they only hear one beep and the CID of the second incoming call is not shown. Is there a way to have the CID show up for the second call ? And a way to configure the phone to beep

Re: [asterisk-users] AgentCallbackLogin deprecated?

2006-11-30 Thread Gavin Hamill
On Tue, 28 Nov 2006 17:57:04 -0600 Octavio Ruiz (Ta^3) [EMAIL PROTECTED] wrote: Why? Seems that reinventing the well was the agentcallbacklogin implementation, when it could be happend in dialplan logic. Hm, now that I have examined this in more depth, I still seem to be missing one vital

Re: [asterisk-users] Server Compatibility questions... IBM and Dell

2006-11-30 Thread Joe Dennick
I've got a Dell SC440 running just fine with a Digium TDM-400 card in it. It's running CentOS-64bit. Mark Edwards wrote: Does anyone on list have experience with Digium hardware in the following servers: Dell poweredge SC440 IBM xSeries x226 Have just had major hassles getting TE205P ISDN

[asterisk-users] SIP transfer from agent fails

2006-11-30 Thread Damon Estep
I have seen a couple of posts related to this, but no workaround. Setup; Asterisk 1.2.13 with Polycom IP501 phones Caller is sent to the queue with the t option Agent is logged in via AgentCallbackLogin on an extension that is in a context that includes exclusively agent extensions.

Re: [asterisk-users] Server Compatibility questions... IBM and Dell

2006-11-30 Thread Mark Edwards
Thanks Joe. Although youre card isn't quite the same as the one I am trying to use you've given me a possible idea to play around with - to try and get the 64 bit stuff going and see if that has some sort of positive effect... Still out there looking for someone with a 205, 207, 405 or 407 in

Re: [asterisk-users] extension launch into AGI

2006-11-30 Thread Time Bandit
I've got a simple set up with 1 fxo port and 1 fxs port in a Digium card connected to a POTS line and a phone set (physical extension). I've got all incoming calls launching directly into an AGI script. I'd like to do the same for the physical extension. In other words, when picking up the hand

Re: [asterisk-users] Voicemail, SQL ODBC

2006-11-30 Thread RR
RR, mate, I don't think that I have so many problems. 1.) I asked a simple question: Is it (still not) possible to connect Asterisk directly (= without ODBC) to mySQL for the purpose of storing voicemail data? Now, some posts later I've got a simple answer: No! Oh, haha sorry about that, I

RE: [asterisk-users] Trouble with regexten

2006-11-30 Thread Watkins, Bradley
Creating a context in your extensions.conf with the same name as your regcontext will cause all kinds of oddness to happen, among them this. What you need to do is have a differently-named context in extensions.conf with your 2-n priorities and include sip_autoreg in that. Regards, - Brad

[asterisk-users] Trouble using 2 IAX2 DiDs provided by different ITSPs

2006-11-30 Thread hugolivude
Asterisk 1.2.7 Redhat 9 I have DiDs from two different ITSP both set up as IAX2. Each one works when it's the only one in my iax.conf, but when I have them both defined in iax.conf at the same time, only one will work. My iax.conf is provided below. Any ideas how to fix? I'd like to use both

[asterisk-users] Loosing IAX connection between offices

2006-11-30 Thread DM
Setup: Office A: router: Linksys WRT54GS running SVEASOFT Alchemy-pre7a v3.37.6.8sv Asterisk: v.1.2.4 static IP Office B: router: Linksys WRT54GL running Linksys firmware v4.30.2 Asterisk: v.1.2.7.1 dynamic IP (using dyndns name) Office A is set up with refresh dns and cron job for iax2 reload

Re: [asterisk-users] Loosing IAX connection between offices

2006-11-30 Thread jason
The linksys firmware on the WRT54G's on hardware versions 5 and above are notorious for layer 2 problems. Can you swap out that router? DM wrote: Setup: Office A: router: Linksys WRT54GS running SVEASOFT Alchemy-pre7a v3.37.6.8sv Asterisk: v.1.2.4 static IP Office B: router: Linksys WRT54GL

[asterisk-users] IP call to extensions off my server

2006-11-30 Thread Jerry Geis
I have an asterisk server with TDM2402 card that has about 10 extensions on it. Both video phones and just audio phones. Normal calls coming in are received on the TDM lines and routed to an extension. If someone wants to call me based on my servers IP address and reach an extension on my

Re: [asterisk-users] Call recording with Asterisk BE

2006-11-30 Thread Noah Miller
Hi Ed - With Asterisk BE I am trying to record calls coming to a queue,. I am getting the call to record, however the file name that the file saves to, is not the correct one. In my extensions.conf, I have the following entry to set the file name. exten=

Re: [asterisk-users] Monitoring awareness

2006-11-30 Thread Nicolas
I think you are right or i didn't find how to to it without using a conference. And even with conference didn't find a smart way to make it. Ondrej Valousek a écrit : Hi Steve, Ok Playback could be used here, indeed. But if you are using automonitor - by default activated by (*1) - I think

[asterisk-users] zombie SIP channels after CURL cnam lookup

2006-11-30 Thread Damon Estep
Can anyone suggest a reason why these channels might end up zombies? The process is; Call comes in via SIP into a context that appends the caller ID name as follows; [cnam-lookup] exten = _[2-9]X,1,set(CALLERID(name)=${CURL(http://cnam.provider.com/?co

Re: [asterisk-users] extension launch into AGI

2006-11-30 Thread Roy Kidder
Time Bandit wrote: I've got a simple set up with 1 fxo port and 1 fxs port in a Digium card connected to a POTS line and a phone set (physical extension). I've got all incoming calls launching directly into an AGI script. I'd like to do the same for the physical extension. In other words, when

RE: [asterisk-users] IP call to extensions off my server

2006-11-30 Thread Damon Estep
That is a huge question, but the short answer is; They sent you s SIP invite to the [EMAIL PROTECTED] including whatever credentials are required to authenticate them based on how you have them defined in your sip.conf. You could allow anonymous, but be careful that the context it comes into

Re: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread C F
Or you could use a couple of these boxes: http://www.xorcom.com/astribank/features-32.html On 11/30/06, Vieri [EMAIL PROTECTED] wrote: I am trying to find out the best way to replace one of our hardware PBXs. It currently has 200+ analog phones connected to it. The idea is to take advantage of

[asterisk-users] meetme monitoring

2006-11-30 Thread Tamas Cseke
Hello, I've a monitoring problem with app_meetme, I'd like to record a zap channel, which goes to a meetme conference Monitor doesn't record the voice of another members in the conference. Thanks any help Tamas ___ --Bandwidth and Colocation provided

[asterisk-users] Billing Software

2006-11-30 Thread lists
We are looking for an offline billing solution. We have a couple of particular requirements: 1) Since it's offline, we need to be able to import the CDR. 2) A way to support account credits based on referrals. Meaning, that if a member refers a new account, that member would get a free month of

Re: [asterisk-users] Modprobe Zaptel

2006-11-30 Thread Tzafrir Cohen
Hi Better late than ever, I guess, On Mon, Nov 27, 2006 at 10:18:56PM +, Julian Varanini wrote: Hi all For some dumb reason I decided to upgrade from Mandriva 2006 to 2007, thinking I could install asterisk all over again. Anyway I did install asterisk, zaptel and libpri. After

[asterisk-users] Re: MeetMe announcements and SIP channels

2006-11-30 Thread Tony Mountifield
In article [EMAIL PROTECTED], Mike [EMAIL PROTECTED] wrote: Just curious if anyone knows of any hacks to enable announce entry/exit in MeetMe conferences with SIP (as opposed to ZAP) channels since the |i option will not work with SIP. The |i option does indeed work with SIP. You do have to

[asterisk-users] Re: AGI PHP Issues (AGI script runs but phone hangs up too quickly)

2006-11-30 Thread Tony Mountifield
In article [EMAIL PROTECTED], Chris Blunt [EMAIL PROTECTED] wrote: Sorry to re-post this but I'm sure it's something simple that someone has found before. To summarise: Dial plan answers the phone AGI script executes AGI debug in console show phonetics ABC - However no audio at all

Re: [asterisk-users] Trouble with regexten

2006-11-30 Thread Andrew Joakimsen
When using autoreg, is there any way to extract the userid somehow? IE: SIP.com regcontext=registrations [123] regexten=2125551212 extensions.conf [phones] include = registrations exten = _212NXX,2,Dial(SIP/${VARIABLE})) exten = _212NXX,3,VoiceMail(u${EXTEN}) Honestly I dont see the

Re: [asterisk-users] Loosing IAX connection between offices

2006-11-30 Thread DM
I assume you are referring to the 54GL in Office B? What about replacing the firmware with SVEASOFT or DDWRT? Would this fix it? On 11/30/06, jason [EMAIL PROTECTED] wrote: The linksys firmware on the WRT54G's on hardware versions 5 and above are notorious for layer 2 problems. Can you swap

[asterisk-users] zaptel compilation problems with linux 2.6.19

2006-11-30 Thread Roman Yeryomin
Hello! I have problems compiling zaptel (tried 1.2.11, 1.2.10 and 1.4.0-beta2 -- all give the same error) with 2.6.19 kernel CC [M] /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.o In file included from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/xpd.h:26, from

Re: [asterisk-users] Re: Spandsp rxfax txtax fails no errors

2006-11-30 Thread daveasterisk
I'm compiling from downloded source: http://soft-switch.org/downloads/spandsp/spandsp-0.0.3pre26.tgz and http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.4/* on a slackware 11 system with asterisk 1.4 beta3 Note in the message below I've added information about another

[asterisk-users] T1's in St. Lucia

2006-11-30 Thread Forum
Does anyone on this list know of a reputable T1/PRI provider in St. Lucia? If so, what monthly costs am I looking at? I do know that Cable and Wireless are the biggest Telco. Steve ___ --Bandwidth and Colocation provided by Easynews.com --

[asterisk-users] Problem with ZapRAS and asterisk

2006-11-30 Thread Achille . Sogliani
Hi, I am trying to use Asterisk cmd ZapRAS (http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ZapRAS), I pathed the ppp daemon ftp://ftp.digium.com/pub/zaptel/misc/, but when I try to use it, I obtain the following error: Connected to Asterisk 1.2.4 currently running on TSU-R1 (pid =

[asterisk-users] Live call monitoring

2006-11-30 Thread Yaakov Menken
I've noticed that some products, like Fonality's HUD, allow live monitoring of a VoIP call (not just Zap Barge). The Asterisk {client | manager} command set only seems to allow recording to a file without the use of a meetme room. Does anyone have a good solution for this? What I'd like to

Re: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Andrew Kohlsmith
On Thursday 30 November 2006 06:13, Zoa wrote: You could go for 2 quad pri cards + channel banks or for TDMoE or usb channel banks. The last option would be the cheaper and more scalable one imho The scale here is already bordering on unrealistic. I wouldn't expect them to want to make this

RE: [asterisk-users] Trouble with regexten

2006-11-30 Thread Watkins, Bradley
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Joakimsen Sent: Thursday, November 30, 2006 11:56 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Trouble with

Re: [asterisk-users] Digium through Octasic

2006-11-30 Thread Andrew Kohlsmith
On Thursday 23 November 2006 11:44, Heidi Mendoza wrote: We're looking at using 4 or 8 port T1 cards with echo cancellation and are evaluating brands to go with. We know that Sangoma has excellent solutions especially when it comes to echo. But we still have to hear about actual performance

[asterisk-users] Asterisk 1.4 : App_Swift (Cepstral) Howto

2006-11-30 Thread Matt Gibson
Hi All, Recent discussions on app_cepstral on the list have led me to believe there's some issues with Asterisk 1.4 I set about creating a small howto for people to get cepstral, with app_swift working. Check it out:

RE: [asterisk-users] Trouble with regexten

2006-11-30 Thread Watkins, Bradley
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Joakimsen Sent: Thursday, November 30, 2006 11:56 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Trouble with

Re: [asterisk-users] Loosing IAX connection between offices

2006-11-30 Thread Dave Fullerton
DM wrote: snip Office A is set up with refresh dns and cron job for iax2 reload every 5 minutes. It rarely looses connection to Office B. Surprisingly, Office B is the one loosing connection with Office A. I'm surprised because Office A is the one with the static IP address. When I do a IAX2

Re: [asterisk-users] Live call monitoring

2006-11-30 Thread Time Bandit
What I'd like to implement, ideally, is that once an incoming call is transferred to a particular operator, the system also calls a manager who can monitor silently. I think you are looking for this : http://www.voip-info.org/wiki/view/Asterisk+cmd+ChanSpy

Re: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Zoa
Interesting product, I didn't know about this one until just now. I've heard that TDMoE is more trouble than it's worth, though, and may eventually be phased out of Asterisk. Can anyone from Digium give some more information or suggestions? -A. I'm not from digium but am the proud

Re: [asterisk-users] Re: AGI PHP Issues (AGI script runs but phone hangs up too quickly)

2006-11-30 Thread Ove Aursand
Tony Mountifield wrote: In article [EMAIL PROTECTED], Chris Blunt [EMAIL PROTECTED] wrote: Sorry to re-post this but I'm sure it's something simple that someone has found before. To summarise: Dial plan answers the phone AGI script executes AGI debug in console show phonetics

RE: [asterisk-users] Asterisk 1.4 : App_Swift (Cepstral) Howto

2006-11-30 Thread Hall, Eric M.
Great link. After I all you said I get this error loading the module in asterisk via load app_swift The 'load' command is deprecated and will be removed in a future release. Please use 'module load' instead. [Nov 30 13:54:08] WARNING[7825]: loader.c:362 load_dynamic_module: Error loading

Re: [asterisk-users] T1's in St. Lucia

2006-11-30 Thread Chris Mason (Lists)
Forum wrote: Does anyone on this list know of a reputable T1/PRI provider in St. Lucia? If so, what monthly costs am I looking at? I do know that Cable and Wireless are the biggest Telco. I think you will find they are the only telco and the cost will be enormous. -- Chris Mason (264)

RE: [asterisk-users] Asterisk 1.4 : App_Swift (Cepstral) Howto

2006-11-30 Thread Michael Collins
Great link. After I all you said I get this error loading the module in asterisk via load app_swift The 'load' command is deprecated and will be removed in a future release. Please use 'module load' instead. [Nov 30 13:54:08] WARNING[7825]: loader.c:362 load_dynamic_module: Error

Re: [asterisk-users] Loosing IAX connection between offices

2006-11-30 Thread jason
if its a version 5 or higher, that wont be an option, but if its not, give openwrt or ddwrt a try. DM wrote: I assume you are referring to the 54GL in Office B? What about replacing the firmware with SVEASOFT or DDWRT? Would this fix it? On 11/30/06, jason [EMAIL PROTECTED] wrote: The

RE: [asterisk-users] Asterisk 1.4 : App_Swift (Cepstral) Howto

2006-11-30 Thread Hall, Eric M.
Fixed my problem! Note to self... READ EVERYTHING in the instructions! Again thanks for the information! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hall, Eric M. Sent: Thursday, November 30, 2006 1:56 PM To: Asterisk Users Mailing List -

Re: [asterisk-users] zaptel compilation problems with linux 2.6.19

2006-11-30 Thread Matthew Rubenstein
I'm having problems installing ztdummy on my CentOS-2.6.16-rc6/Asterisk-1.2.11 datacenter server (no ZAP HW, SIP only to PSTN). I unpacked the kernel sources and headers in a directory, made (but not re/installed) the kernel, unpacked the zaptel-1.2.11 tarball, then went thru the make

Re: [asterisk-users] zaptel compilation problems with linux 2.6.19

2006-11-30 Thread Tzafrir Cohen
On Thu, Nov 30, 2006 at 07:19:14PM +0200, Roman Yeryomin wrote: Hello! I have problems compiling zaptel (tried 1.2.11, 1.2.10 and 1.4.0-beta2 -- all give the same error) with 2.6.19 kernel CC [M] /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.o In file included from

Re: [asterisk-users] How to park calls on a specific extension

2006-11-30 Thread Tom Rymes
On Nov 29, 2006, at 11:40 PM, Lacy Moore - Aspendora wrote: [snip] I went from a Lucent Merlin Legend system to Asterisk. For me, it's a tradeoff for features. To my users, it was a step backward. I also upgraded an office from a Partner system to Asterisk. To the users, it is a huge

RE: [asterisk-users] Voicemail callback bug?

2006-11-30 Thread Damon Estep
Which version? Similar issues parsing callback number in 1.2.12 -Original Message- From: [EMAIL PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Kristian Kielhofner Sent: Thursday, September 28, 2006 10:27 AM To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] zaptel compilation problems with linux 2.6.19

2006-11-30 Thread Matthew Rubenstein
I'm having problems installing ztdummy on my CentOS-2.6.16-rc6/Asterisk-1.2.11 datacenter server (no ZAP HW, SIP only to PSTN). I unpacked the kernel sources and headers in a directory, made (but not re/installed) the kernel, unpacked the zaptel-1.2.11 tarball, then went thru the make

Re: [asterisk-users] zaptel compilation problems with linux 2.6.19

2006-11-30 Thread Matthew Rubenstein
I'm having problems installing ztdummy on my CentOS-2.6.16-rc6/Asterisk-1.2.11 datacenter server (no ZAP HW, SIP only to PSTN). I unpacked the kernel sources and headers in a directory, made (but not re/installed) the kernel, unpacked the zaptel-1.2.11 tarball, then went thru the make

Re: [asterisk-users] Loosing IAX connection between offices

2006-11-30 Thread Time Bandit
if its a version 5 or higher, that wont be an option, but if its not, give openwrt or ddwrt a try. Actually, this is no longer true (at least for WRT54G), see http://en.wikipedia.org/wiki/DD-WRT for the official list of supported models ___ --Bandwidth

Re: [asterisk-users] Loosing IAX connection between offices

2006-11-30 Thread DM
On 11/30/06, Dave Fullerton [EMAIL PROTECTED] wrote: DM wrote: snip Office A is set up with refresh dns and cron job for iax2 reload every 5 minutes. It rarely looses connection to Office B. Surprisingly, Office B is the one loosing connection with Office A. I'm surprised because Office A

Re: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Tzafrir Cohen
Hi On Thu, Nov 30, 2006 at 12:59:13PM -0500, Andrew Kohlsmith wrote: On Thursday 30 November 2006 06:13, Zoa wrote: You could go for 2 quad pri cards + channel banks or for TDMoE or usb channel banks. [ disclaimer: I work for the company that makes the USB channel bank which was mentioned

[asterisk-users] 2nd attempt - Return code - How to?

2006-11-30 Thread Doug Crompton
Can anyone give me some insight on this? If I am not making myself clear please let me know. At voip-info.org they show the following example exten = s,1,Set(foo=${STAT(s,/var/t3)}) which I guess is suppose to work and make foo = size of t3 I did the following exten =

Re: [asterisk-users] 2nd attempt - Return code - How to?

2006-11-30 Thread Time Bandit
Nov 30 00:19:06 ERROR[23493]: pbx.c:1382 ast_func_read: Function STAT not registered from http://voip-info.org/wiki/view/Asterisk+functions : Functions in the below list are marked in red if they are only available in version 1.4 and higher. And STAT is marked in red so I guess you're not

[asterisk-users] Pickup *8 with CallerID

2006-11-30 Thread Nik Engel
Hi list ! I implemented *8 to pickup any call on my asterisk system. But after the pickup callerid is missing, so there is no way to see from where the call originated. How can this callerid be passed on. Nik ___ --Bandwidth and Colocation provided by

[asterisk-users] voicemailmain

2006-11-30 Thread John Hill
When I call to VoicemailMain it just sits. ; Retrieve Voice Mail exten = 2500,1,Wait(2) exten = 2500,2,VoicemailMain(s100) exten = 2500,3,Macro(endcall) 1.4.3 latest SVN. voicemail(100) works and the mwi systems works. I am not using ODBC or SQL. Voice mail to email works ok. I just cannot

[asterisk-users] Trouble using 2 IAX2 DiDs provided by different ITSPs

2006-11-30 Thread hugolivude
Asterisk 1.2.7 Redhat 9 I have DiDs from two different ITSP both set up as IAX2. Each one works when it's the only one in my iax.conf, but when I have them both defined in iax.conf at the same time, only one will work. My iax.conf is provided below. Any ideas how to fix? I'd like to use both

Re: [asterisk-users] 200+ analog phones connected to FXS modules

2006-11-30 Thread Dovid B
You can get a basic VOIP phone for the same price that it will cost you for a FXS port. As far as wiring you can go with a bit more expensive phone and get a dual port with POE (if they have an existing computer network). - Original Message - From: Vieri [EMAIL PROTECTED] To:

[asterisk-users] incominglimit and outgoinglimit

2006-11-30 Thread Nik Engel
Hi ! as the wiki says there is only the possibility to set incominglimit and outgoinglimit to type peer, how can I accomplish this with the type friend? nik ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To

[asterisk-users] PAP2 and Asterisk

2006-11-30 Thread phil . dawson
I have a Linksys PAP2 connected to Asterisk. Have one of the FXS ports working fine. I am unable to get the other to work. Does anybody have an example configuration to make both work. Both are registering fine but there's just no dialtone on the non working port. TIA

[asterisk-users] re:voicemailmain

2006-11-30 Thread John Hill
I looked at the voicemail.c code and you must have the res.adsi module loaded. I was not loading it. Now it works. Something to remember. Thanks --john ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To

RE: [asterisk-users] VoIP GSM Gateways

2006-11-30 Thread Sam Tam
We do have @cough VoIP GSM Gateway for sell as well @ cough Try to search on ebay for gsm voip gateway and you will see some in there As far as I am concern it is cheaper than 2n. And if you are looking for multi ports then it will come off as RJ11 ports rather than voip and they are £100 per

Re: [asterisk-users] Pickup *8 with CallerID

2006-11-30 Thread Andrew Joakimsen
Where are you looking for the caller id at? On 11/30/06, Nik Engel [EMAIL PROTECTED] wrote: Hi list ! I implemented *8 to pickup any call on my asterisk system. But after the pickup callerid is missing, so there is no way to see from where the call originated. How can this callerid be passed

Re: [asterisk-users] voicemailmain

2006-11-30 Thread Dovid B
What do you get in the CLI ? - Original Message - From: John Hill [EMAIL PROTECTED] To: asterisk-users@lists.digium.com Sent: Thursday, November 30, 2006 11:24 PM Subject: [asterisk-users] voicemailmain When I call to VoicemailMain it just sits. ; Retrieve Voice Mail exten =

Re: [asterisk-users] Cisco 7970 SIP upgrade issues

2006-11-30 Thread Paul A Brown
Hi Thanks for the advice but it really is more fundamental. I have an old (v5) sccp phone. I need to upgrade it to v7 sccpbefore I can load the Sip image. I downloaded the V7 sccp file from the cisco website but it seems to want call manager to load. Does anyone have any experience of

  1   2   >