[asterisk-users] Redundancy

2007-01-10 Thread Khaled
Dears Do any one have an idea to make a redundant plan for asterisk ,if a call established between two points and the server interface became down ,do we you have an idea how to let the call established till the collie or the caller hang-up. Regards ***

[asterisk-users] caller id not transferred to SIP device

2007-01-10 Thread Tobias Unsleber
Hello, I'm wondering why asterisk is not transferring the callerid to the sip device. Scenario as follows: sangoma <---> zaptel <---> asterisk <---> sip <---> SIP-Device zaptel is reporting the callerid, but in the sip packages the sip-address shows unknown as user part, as this sip debug pack

Re: [asterisk-users] IAX vs SIP trunks between Asterisk boxes

2007-01-10 Thread Thomas Kenyon
Brad Templeton wrote: On Sun, Jan 07, 2007 at 04:12:27PM +, Thomas Kenyon wrote: Brad Templeton wrote: For SIP phone calling * box, relay to other * box and out to SIP phone, you definitely want SIP all the way. Unless bandwidth between the * servers is a concern, then you're better off

Re: [asterisk-users] ooh323c calls

2007-01-10 Thread Michel
Hello, Thanks you for your reply. The number in context "test" of asterisk B is 150. exten => 15,n,Dial(OOH323/150/mypeer1);or exten => 15,n,Dial(OOH323/[EMAIL PROTECTED]) I dont know how to write the Dial parameters to say that I want to call number 150 of "test" context in a

[asterisk-users] Which H323 module for asterisk

2007-01-10 Thread Michel
Hello, I need your advice about H323 and asterisk! ;) Which one do you advice me to choose H323 (only gateway mode)? ooh323? ooh323c? Which one is the best H323 module to use with asterisk? Which one did you choose and why? What is your "return on experience"? For more informations :

[asterisk-users] one way audio when forwarding from ser to asterisk

2007-01-10 Thread richard Coco
Hi all, i have ser and asterisk on the same box with a public ip address. When an UA behind NAT registred on SER try to call the Voicemail or another UA registred on Asterisk i have one way audio (caller cannot hear the callee). [UA/SER]--[router/nat]--[SER/Asterisk] UA has private IP(1

[asterisk-users] DTMF on Snom

2007-01-10 Thread asterisk
Hi all, I have problem using DTMF on Snom Phones (300, 320 and 360) I read they use in preference out-of-band DTMF , and if the remote system does not support it they default back to inband. I would like to use DTMF as out of band , and I defined dtmfmode=rfc2833 in the peer configuration. Nop

[asterisk-users] Sip dynamic host question

2007-01-10 Thread Ale
Hi all, My asterisk box have some peers with as host the name of a dynamic dns resolver ex: foo.dyndns.org. All works fine, until the host foo.dyndns.org for some reason change his ip, asterisk didn't resolve again the new ip until a "sip relolad" Actually, i use a cron with a bash script t

Re: [asterisk-users] Sip dynamic host question

2007-01-10 Thread Vicky
Asterisk can manage dynamic hostnames itseld type "dnsmgr refresh" in asterisk cli . Also see /etc/asterisk/dnsmgr.conf On 10/01/07, Ale <[EMAIL PROTECTED]> wrote: Hi all, My asterisk box have some peers with as host the name of a dynamic dns resolver ex: foo.dyndns.org. All works fine, unti

Re: [asterisk-users] Snom side car annoyance

2007-01-10 Thread Steve Davies
Hi, On 1/9/07, J. Oquendo <[EMAIL PROTECTED]> wrote: Has anyone got this annoying sidecar to illuminate when users are on the phone? Yup, works fine. I've tried Context: Line, still no dice. In extensions.conf I have: exten => 4000,hint,SIP/4000,name Make sure that the "hint" is not the f

Re: [asterisk-users] Which H323 module for asterisk

2007-01-10 Thread Pavel Jezek
I prefer h323 included in asterisk tree, I have caller id issues with ooh323 and nobody answer to bugreports oh323 from inaccessible network is unmaintained/death project, incompatible with asterisk 1.4. PJ Michel wrote: Hello, I need your advice about H323 and asterisk! ;) Which one do yo

Re: [asterisk-users] Is there a low cost cell phone base station for asterisk ?

2007-01-10 Thread Mark Coccimiglio
M.Hockings wrote: I don't really know the name of what I want to look for but maybe someone could tell me if it would be available. I have a number of old analogue cell phones laying about here and I was thinking it would be useful if I could set up a short range base station for them that

[asterisk-users] libpri Calling Line ID

2007-01-10 Thread Michael Konietzny
Hey users, i've got a question about calling line id in libpri - zaptel with switchtype "q.sig". My Q.Sig partner is a Siemens F900 (HiPoint). If I enable span debug i see messages from type "CONNECT" with some kind of bit field: < Protocol Discriminator: Q.931 (8) len=87 < Call Ref: len= 2

Re: [asterisk-users] Fax through Sangoma A102

2007-01-10 Thread jeremij jerome
Thank you all, we succeeded to make the fax working synchronizing the clocks. Regards, Jeremi On 1/9/07, Lee Howard <[EMAIL PROTECTED]> wrote: jeremij jerome wrote: > The problem is with the fax. We just want to send and receive faxes > from/to our fax machine connected to the Siemens (wi

Re: [asterisk-users] getting tones during conversation

2007-01-10 Thread Time Bandit
after the Dial has connected, I want the caller (on a SIP phone) to be able to press keys in order to record call status. is this possible? Have a look here : http://www.voip-info.org/wiki/view/Asterisk+config+features.conf applicationmap is what you are looking for hth __

[asterisk-users] Calls die when the answering party transfers

2007-01-10 Thread Mohamed A. Gombolaty
Dear All, I am facing a strange problem that I can't find any matches for while googling, sometimes while a call initiated from asterisk to the PSTN is answered and the answering party say the receiptionist tries to transfer the call to someone else, the call dies, the full log shows nothing usef

Re: Re: [asterisk-users] Zap 1.4 error line 0: Unable to open master device '/dev/zap/ctl'

2007-01-10 Thread phil . dawson
This page should help: http://www.voip-info.org/wiki/view/Asterisk+CentOS-4.0+Zaptel Tzafrir Cohen <[EMAIL PROTECTED]

Re: [asterisk-users] Zap 1.4 error line 0: Unable to open

2007-01-10 Thread Chris Bullock
Here is the complete output of ztcfg: Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device '/dev/zap/ctl' 1 error(s) detected It appears that none of the zaptel devices have been created. I did not notice any errors during the make install. Does anyone have any

Re: [asterisk-users] Zap 1.4 error line 0: Unable to open

2007-01-10 Thread Tzafrir Cohen
On Wed, Jan 10, 2007 at 08:03:07AM -0600, Chris Bullock wrote: > Here is the complete output of ztcfg: > > Notice: Configuration file is /etc/zaptel.conf > line 0: Unable to open master device '/dev/zap/ctl' > > 1 error(s) detected > > > > It appears that none of the zaptel devices have been c

Re: [asterisk-users] Where is this hilarious Allison Smith file? (Also: Interview with Allison)

2007-01-10 Thread Kevin P. Fleming
Jerry Glomph Black wrote: > I cannot find this file anywhere, despite thorough searching. > Certainly not in the two usual big sound tarfiles. I have a great > place for this file in my extensions.conf, no doubt. It has not been made available for distribution, sorry. ___

Re: [asterisk-users] Problem with zaptel drivers or card

2007-01-10 Thread Matthew Fredrickson
On Jan 9, 2007, at 7:01 PM, Administrator wrote: I have an Asterisk box running Fedora Core 4, Asterisk 1.4, Lippri, 1.4, and Zaptel 1.4 The Digium cards installed are TDM2400 and TE110P. Everything was working fine until I upgraded to zaptel 1.2.12 from 1.2.9 Now when I run ztcfg I get the

Re: [asterisk-users] Re: Best inexpensive home office router for VoIP (QoS with maybe PoE)

2007-01-10 Thread Ed Rubright - mail lists
Mark Coccimiglio wrote: Marty, Where are you paying $1000 for a 1600 series Cisco? I can get you 20% off that price on any quantity (note: Sarcasam). Its not the 1990's anymore. You can get them on eBay ($50-150) for only slightly more then the Linksys. The performance is rock solid. T

[asterisk-users] SPA-3000 and Asterisk 1.4.0

2007-01-10 Thread Thomas Kenyon
Has anyone else had any difficulty with calls Originating from the PSTN being passed to asterisk 1.4.0 unsing a linksys SPA-3000? I've not had enough time to track down what's happening but with 1.4.0, When a call comes in, it is passed to asterisk and then forwarded to the extension that rin

[asterisk-users] Asterisk HA

2007-01-10 Thread Enrico Pasqualotto
Hi all, I have to make for a client an asterisk system for process up to 250 calls between conference and normal call. At disposition I have 4 xserver 346 with dual xeon 3.0Ghz and the client require a failover system. Anyone have experience for this type of solution? Is better ultramonkey, dund

[asterisk-users] how to realize chief - secretary (or Manager - Assistant) setup with Asterisk?

2007-01-10 Thread Michael Hamann
Hello, we are running a Asterisk (1.2) installation with about 80 snom phones (300,320,360). Now have the demand for a special manager - assistant setup for a few extensions. Since Shared Line Appearance is not available in 1.2 I´m wondering how to realize this... What we need is that the manag

Re: [asterisk-users] Attended Transfer on queue_log

2007-01-10 Thread equis software
Yes, I have de same problem...I dont know if there is an error... Regards On 12/15/06, Miguel Paolino <[EMAIL PROTECTED]> wrote: I'm using asterisk blind/attended transfer feature on a queue (also tried with sip phones feature), and both type of transfers work fine. The problem is that attend

Re: [asterisk-users] Re: Best inexpensive home office router for VoIP (QoS with maybe PoE)

2007-01-10 Thread Gary Richardson
I'd wager to say yes, it does support layer 3 routing :) That's a bit of a redundant term (though you can route above layer 3). Depending on how many interfaces you have on your router, you may be sending multiple vlans over a trunk port (I'm pretty sure the 1600 series support trunk ports -- you

[asterisk-users] Send email notification

2007-01-10 Thread H Aranguren
Hi group, I'm trying to configure the email notification when a user leave a voicemail, but don't work (send email notification). I configured esmtp in my linux box, if a try to use it with command line, it works fine. (echo "Hello" | sendmail [EMAIL PROTECTED] -f [EMAIL PROTECTED]). My voice

[asterisk-users] RTP directly

2007-01-10 Thread David Alcott
Is there a way to configure the Asterisk so that the RTP goes directly between the Endpoints as opposed to going through the asterisk? -Dave ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or u

[asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Ralph Liebessohn
Hi, I'm trying to write a AGI in PHP to get the numbers dialed (with read()), save it into a variable to insert it into a SQL server database. But I cannot see results into the variable, it always return NULL. Here is a piece of the AGI. fwrite(STDOUT,"exec Read my_var|/sound_to_play|5|||15 \n")

Re: [asterisk-users] how to realize chief - secretary (or Manager - Assistant) setup with Asterisk?

2007-01-10 Thread Henry.L.Coleman
Hi Michael, in practice I think that the managers extension should default to the assistant who can screen the call or call forward it. Call Forward - always or Call Forward - no answer would give you the flexability required. Henry L.Coleman CEO *VoIP-PBX* 1-866-415-5355 Toronto Ontario Canada

Re: [asterisk-users] Adding 4000 Lines to asteriskdb via asterisk -rx ?

2007-01-10 Thread Christoph Adomeit
> Option A: Use the manager interface. > Tzafrir , Thanks, the idea to use the manager interface is wonderful. It is really fast and no data gets lost. I don't think 4000 Rows are a noticeable amaount of data for a db1 database. I coded this: #!/usr/bin/perl use Asterisk::Manager; my $astman

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Robert A. Rawlinson
Thanks for the help. I was concerned because I tried once before and it formatted my hard disk. I wanted to be sure that did not happen again.\ Bob Rawlinson On Tue, 2007-01-09 at 11:04 -0500, Robert A. Rawlinson wrote: > Has anyone heard of a build or instructions for installing Asterisk on a > S

[asterisk-users] Directory too difficult?

2007-01-10 Thread Colin Anderson
I have a group of users whos complaint about Asterisk is that the directory application is too hard too use. (yeah, yeah, I know. For the record, they're Calgarians) Now I'm in a pickle: I don't want to have to create a custom directory for these guys. Anyone have any tips for making the directory

Re: [asterisk-users] how to realize chief - secretary (or Manager - Assistant) setup with Asterisk?

2007-01-10 Thread Anselm Martin Hoffmeister
Am Mittwoch, den 10.01.2007, 16:37 +0100 schrieb Michael Hamann: > Hello, > > we are running a Asterisk (1.2) installation with about 80 snom phones > (300,320,360). > > Now have the demand for a special manager - assistant setup for a few > extensions. > > Since Shared Line Appearance is not av

[asterisk-users] Service Level Compliance

2007-01-10 Thread lists
Hello all, We have a slight issue to resolve. We have a client who we are drafting an SLA for the delivery of telephony services using Asterisk. Nothing extraordinary. However, we do need a way to measure our service availability. We currently use Nagios and Cacti to monitor server availability

Re: [asterisk-users] Send email notification

2007-01-10 Thread Anselm Martin Hoffmeister
Am Mittwoch, den 10.01.2007, 11:46 -0400 schrieb H Aranguren: > Hi group, > > I'm trying to configure the email notification when a user leave a > voicemail, but don't work (send email notification). > > I configured esmtp in my linux box, if a try to use it with command > line, it works fine. (e

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Anton Frolov
you could use one of the AGI libraries... then you can just call a function to get the number. AF. Ralph Liebessohn wrote: > Hi, > > I'm trying to write a AGI in PHP to get the numbers dialed (with > read()), save it into a variable to insert it into a SQL server > database. But I cannot see r

RE: [asterisk-users] Problem with zaptel drivers or card

2007-01-10 Thread Administrator
Results From cat /proc/zaptel/* Span 1: WCTDM/0 "Wildcard TDM2400P Board 1" IRQ misses: 24 1 WCTDM/0/0 FXOKS (In use) 2 WCTDM/0/1 FXOKS (In use) 3 WCTDM/0/2 FXOKS (In use) 4 WCTDM/0/3 FXOKS (In use) 5 WCTDM/0/4 FXOKS (In use)

[asterisk-users] 1.4 and zap bugs

2007-01-10 Thread Julian Lyndon-Smith
We're currently running 1.4 r48326 - a little while before the full 1.4 release. We are having some problems (crashes) with attended transfers and some other stuff, and was going to move to the latest svn 1.4 as I beleive that the attended transfer bug has been fixed. However, I note that #8

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Doug Crompton
Formated your hardisk... wow that is nasty, but I also cannot understand how that could ever happen. There must be some other HW problem going on or you got a hold of some really bad code. What code (source or binary) and what were you doing when that happenned? Doug On Wed, 10 Jan 2007, Robert

[asterisk-users] app_system.c:105 system_exec_helper: Unable to execute '/sbin/zapscan.bin'

2007-01-10 Thread Chris Bullock
When I load the asterisk 1.4 gui and log into "/asterisk/static/config/setup/install.html", it tells me "No Analog ports has been detected on your system". I have 2 Wildcard X100P cards that are properly installed. Ztcfg shows no problems. I also get the following message from the asterisk consol

Re: [asterisk-users] Zap 1.4 error line 0: Unable to open master device '/dev/zap/ctl'

2007-01-10 Thread Chris Bullock
Ok. I finally got past this. After doing all the relevant udev stuff, I ran a make config from the zaptel sources, and got the service to install. I'm still quiet an asterisk newbie, and defiantly a huge Linux newbie, so thanks for the help. -Chris ___

Re: [asterisk-users] Directory too difficult?

2007-01-10 Thread Bryan M. Johns
I wish had some pearl of wisdom here, but I don't. I will simply share my sympathy. Sounds like an ESU situation to me. Bryan M. Johns Partner Shelton | Johns Technology Group office: 678:248:2637 x:1500 direct: 678:229:1809 mobile: 404.259.9216 iaxtel: 700:248:2637 x:1500 http://www.sheltonj

RE: [asterisk-users] Which H323 module for asterisk

2007-01-10 Thread Dan Austin
Pavel wrote: > I prefer h323 included in asterisk tree, > I have caller id issues with ooh323 and nobody > answer to bugreports oh323 from inaccessible > network is unmaintained/death project, incompatible > with asterisk 1.4. > PJ Response to ooh323c bugs is very slow, and patches can take some t

[asterisk-users] Proper use of the Local channel

2007-01-10 Thread lists
Is there any documentation you guys can point us to in order to learn more about the proper use of the Local channel? We don't currently use it. However, while evaluating other people's billing and management systems for Asterisk, we noticed they make extensive use of it. Thanks, Daniel __

Re: [asterisk-users] Problem with zaptel drivers or card

2007-01-10 Thread Tzafrir Cohen
On Wed, Jan 10, 2007 at 09:39:47AM -0700, Administrator wrote: > Results From cat /proc/zaptel/* > > Span 1: WCTDM/0 "Wildcard TDM2400P Board 1" > IRQ misses: 24 > >1 WCTDM/0/0 FXOKS (In use) >2 WCTDM/0/1 FXOKS (In use) >3 WCTDM/0/2 FXOKS (In use) >

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Anton Frolov
he is probably tried to install one of these "All in one Asterisk" CDs, that effectively formats the hard drive and installs everything from scratch, including the OS ;) And, yes, it will happen again, if he re-runs this CD... AF. Doug Crompton wrote: > Formated your hardisk... wow that is nas

[asterisk-users] VIA EPIA DeadLock Issues

2007-01-10 Thread Raymond McKay
Greetings, I've been having a large number of deadlock issues lately on chan_sip occurring only on VIA EPIA ML6000 boards. I'm curious if anyone else is having similar issues. My Config (have multiple systems all running the same hardware with the same problem) VIA EPIA ML6000 1GB RAM 80GB H

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Yuan LIU
From: Anton Frolov <[EMAIL PROTECTED]> you could use one of the AGI libraries... then you can just call a function to get the number. AF. Ralph Liebessohn wrote: > Hi, > > I'm trying to write a AGI in PHP to get the numbers dialed (with > read()), save it into a variable to insert it into a SQL

[asterisk-users] Send email notification

2007-01-10 Thread H Aranguren
Thanks for your answer Anselm, But, why do you think that the problem is in the mail server, if I can send mails with esmtp, with the command /usr/sbin/sendmail without problem. But the Voicemail app never sends the notification. I used ethereal and i couldn't see any message from asterisk box

[asterisk-users] dundi ENCREJ

2007-01-10 Thread Ramon Schönborn
hi list, i have the same problem as mentioned here: http://forums.digium.com/viewtopic.php?t=2678&view=next&sid=bd94cefd823b23156c5748843febb3ab my asterisk version is 1.2.12.1 any ideas? ___ Der frühe Vogel f

RE: [asterisk-users] Directory too difficult?

2007-01-10 Thread Alexander Lopez
More like a ID-10-T error. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan M. Johns Sent: Wednesday, January 10, 2007 11:57 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Directory too

Re: [asterisk-users] Re: Best inexpensive home office router for VoIP (QoS with maybe PoE)

2007-01-10 Thread Mark Coccimiglio
Mark, Do these 1600 series Cisco routers you mention that you find on eBay for $50-$150 support Layer3 routing? I have a managed switch setup on my home network with several VLANs defined. (work subnet, home subnet, VOIP subnet) I currently have to use a Linux box to route between the VL

RE: [asterisk-users] Problem with zaptel drivers or card

2007-01-10 Thread Administrator
It is a T1 and I am not sure what you mean by behaves like an E1. The connection is a T1 with 23 b-channels and 1 d-channel. I think it just so happens that the problem channel is 16 on the card. This worked fine for over a year before the upgrade to the zaptel drivers. James -Original Mes

Re: [asterisk-users] Send email notification

2007-01-10 Thread Tzafrir Cohen
On Wed, Jan 10, 2007 at 01:41:39PM -0400, H Aranguren wrote: > Thanks for your answer Anselm, > > But, why do you think that the problem is in the mail server, if I > can send mails with esmtp, with the command /usr/sbin/sendmail without > problem. But the Voicemail app never sends the notificat

Re: [asterisk-users] Send email notification

2007-01-10 Thread Anselm Martin Hoffmeister
Am Mittwoch, den 10.01.2007, 13:41 -0400 schrieb H Aranguren: > Thanks for your answer Anselm, > >But, why do you think that the problem is in the mail server, if I > can send mails with esmtp, with the command /usr/sbin/sendmail without > problem. But the Voicemail app never sends the notific

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Robert A. Rawlinson
Yes you are correct. I do NOT plan to use it again. I have downloaded the latest version and plan to do an install. I was hoping there might be an rpm for it but does not seem to be. Thanks all. Bob Rawlinson On Wed, 2007-01-10 at 18:25 +0100, Anton Frolov wrote: > he is probably tried to install

Re: [asterisk-users] dundi ENCREJ

2007-01-10 Thread Alex Robar
Hi Ramon, Please post your peer details from dundi.conf so we can see what your setup is. Also, have you tried regenerating your keys? I wound up generating my keys twice, they just didn't work the first time, I'm not sure why. Alex On 1/10/07, Ramon Schönborn <[EMAIL PROTECTED]> wrote: hi l

[asterisk-users] Zap calls

2007-01-10 Thread Jay Moore
I have 8 Zap channels, 25-32, all of which have their own line. My zapata.conf file looks similar to: group=1 context=context_1 signalling=fxs_ks channel => 25 group=2 context=context_2 signalling=fxs_ks channel => 26 and so forth

Re: [asterisk-users] Re: Best inexpensive home office router for VoIP (QoS with maybe PoE)

2007-01-10 Thread Jon Pounder
Quoting Mark Coccimiglio <[EMAIL PROTECTED]>: Mark, Do these 1600 series Cisco routers you mention that you find on eBay for $50-$150 support Layer3 routing? I have a managed switch setup on my home network with several VLANs defined. (work subnet, home subnet, VOIP subnet) I currently

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Lee Jenkins
Ralph Liebessohn wrote: Hi, I'm trying to write a AGI in PHP to get the numbers dialed (with read()), save it into a variable to insert it into a SQL server database. But I cannot see results into the variable, it always return NULL. Here is a piece of the AGI. fwrite(STDOUT,"exec Read my_v

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Ralph Liebessohn
On 1/10/07, Yuan LIU <[EMAIL PROTECTED]> wrote: Then there must be an error somewhere. The variable READ() in Asterisk should be usable. Should be able to use SayDigits() to play it back - or no value is read. Yuan Liu Hi Yuan and Anton, Let's put here all AGI for test: #!/usr/bin/php -q

Re: [asterisk-users] Problem with zaptel drivers or card

2007-01-10 Thread Joel Vandal
Administrator a écrit : It is a T1 and I am not sure what you mean by behaves like an E1. The connection is a T1 with 23 b-channels and 1 d-channel. I think it just so happens that the problem channel is 16 on the card. This worked fine for over a year before the upgrade to the zaptel drivers.

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Tzafrir Cohen
On Wed, Jan 10, 2007 at 01:25:31PM -0500, Robert A. Rawlinson wrote: > Yes you are correct. I do NOT plan to use it again. I have downloaded > the latest version and plan to do an install. I was hoping there might > be an rpm for it but does not seem to be. Thanks all. > Bob Rawlinson suse 10.1 ac

[asterisk-users] Random dropped calls...

2007-01-10 Thread Carlos Chavez
I have a customer running Asterisk 1.2.13 with Zaptel 1.2.11 that is having calls dropped. Sometimes you can stay on the phone for a long time and sometimes the call is dropped within a minute. There are 9 lines connected to 3 TDM04B cards. The Panasonic Pbx we replaced did not h

[asterisk-users] SIP invite and sip.conf relationship?

2007-01-10 Thread Tony Mountifield
I'm having a bit of trouble setting up my sip.conf entries to accept calls from a particular provider, and the problem really is that I am unclear exactly what parts of the INVITE are supposed to match what parts of sip.conf. I couldn't find this info on the wiki, so if someone here can shed some

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Anton Frolov
There is certainly an rpm. Not sure about 1.4, but at least for 1.2. AF. Robert A. Rawlinson wrote: > Yes you are correct. I do NOT plan to use it again. I have downloaded > the latest version and plan to do an install. I was hoping there might > be an rpm for it but does not seem to be. Thank

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Anton Frolov
hi I never really programmed in PHP, I use Perl for my purposes. I found a good AGI library for Perl and is happy with it. It allows me to call functions instead of parsing the input. While looking for my library, I saw at least one for PHP. So why not to use it? In Perl it looks like: my %agi

Re: [asterisk-users] Proper use of the Local channel

2007-01-10 Thread Eric \"ManxPower\" Wieling
[EMAIL PROTECTED] wrote: Is there any documentation you guys can point us to in order to learn more about the proper use of the Local channel? We don't currently use it. However, while evaluating other people's billing and management systems for Asterisk, we noticed they make extensive use of

Re: [asterisk-users] RTP directly

2007-01-10 Thread Eric \"ManxPower\" Wieling
David Alcott wrote: Is there a way to configure the Asterisk so that the RTP goes directly between the Endpoints as opposed to going through the asterisk? That is the default if Asterisk believes it will work. Things that might not make it work is tTwW options to Dial, protocol transation (

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Ralph Liebessohn
On 1/10/07, Lee Jenkins <[EMAIL PROTECTED]> wrote: Ralph Liebessohn wrote: > Hi, > > I'm trying to write a AGI in PHP to get the numbers dialed (with > read()), save it into a variable to insert it into a SQL server > database. But I cannot see results into the variable, it always return > NULL.

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Robert A. Rawlinson
Strange! I had checked on both my DVD and on the Suse site and I have not been able to find it. Do you happen to know where it is located? Bob Rawlinson On Wed, 2007-01-10 at 21:03 +0200, Tzafrir Cohen wrote: > On Wed, Jan 10, 2007 at 01:25:31PM -0500, Robert A. Rawlinson wrote: > > Yes you are co

Re: [asterisk-users] Random dropped calls...

2007-01-10 Thread Tzafrir Cohen
Hi! On Wed, Jan 10, 2007 at 01:14:59PM -0600, Carlos Chavez wrote: > I have a customer running Asterisk 1.2.13 with Zaptel 1.2.11 that is > having calls dropped. Sometimes you can stay on the phone for a long > time and sometimes the call is dropped within a minute. > > There are 9 l

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Robert A. Rawlinson
Could you point me to where it is located? I had tried Suse and sourceforge. Bob Rawlinson On Wed, 2007-01-10 at 20:18 +0100, Anton Frolov wrote: > There is certainly an rpm. Not sure about 1.4, but at least for 1.2. > > AF. > > > > Robert A. Rawlinson wrote: > > Yes you are correct. I do NOT

Re: [asterisk-users] Asterisk and Avaya IP Office

2007-01-10 Thread housi mueller
In this case I would need to purchase an E1 card for the Avay PBX an an other for the *. To save costs, I would like to intent the interconnection over the FXO port. Anyone has done this configuration so far? Robert Boardman <[EMAIL PROTECTED]> wrote: Just done this for a client usin

[asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-10 Thread Antoine Fressancourt
Hello, I will expose my problem here. Please tell me if it is not the right place as I am really new to that list. I use Asterisk as a SIP proxy. I have two users connected to it, Let's call them 1234 and 5678 In my dialplan I have two lines: exten => 1234,1,Dial(SIP/1234) exten => 5678,

Re: [asterisk-users] Directory too difficult?

2007-01-10 Thread Bryan M. Johns
Exactly. ESU = Equipment Superior to Users ;-) Bryan M. Johns Partner Shelton | Johns Technology Group office: 678:248:2637 x:1500 direct: 678:229:1809 mobile: 404.259.9216 iaxtel: 700:248:2637 x:1500 http://www.sheltonjohns.com On Jan 10, 2007, at 12:47 PM, Alexander Lopez wrote: More like

RE: [asterisk-users] Re: Best inexpensive home office router forVoIP (QoS with maybe PoE)

2007-01-10 Thread shadowym
Regardless of the 1600's spec's which are outdated in many ways by todays standards, ANY cheap 1600 or PIX etc. you buy on Ebay will likely have MANY MANY hours on it. Sure, they are built to last but they do not last forever. I would consider ANY of these boxes as somewhat unreliable for high av

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Tzafrir Cohen
On Wed, Jan 10, 2007 at 02:48:41PM -0500, Robert A. Rawlinson wrote: > Strange! I had checked on both my DVD and on the Suse site and I have > not been able to find it. Do you happen to know where it is located? > Bob Rawlinson I simply checked the list of source RPMs availble from the first suse

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Yuan LIU
From: "Ralph Liebessohn" <[EMAIL PROTECTED]> Hi Yuan and Anton, Let's put here all AGI for test: #!/usr/bin/php -q ... $my_var="123"; fflush(STDERR); fwrite(STDERR,"Just testing\"\"\n"); fflush(STDERR); fwrite(STDOUT,"exec read my_var|//usr/share/asterisk/sounds/please-wait-connect-oncall-eng

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Anton Frolov
well, I'm not rpm user anymore for several years already... Isn't it http://www.rpmfind.com/ that is used to find the rpms? AF. Robert A. Rawlinson wrote: > Could you point me to where it is located? I had tried Suse and > sourceforge. > Bob Rawlinson > > On Wed, 2007-01-10 at 20:18 +0100, Ant

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Anton Frolov
here it is, mainly for suse http://rpmseek.com/rpm-pl/asterisk.html?hl=com&cs=asterisk:PN:0:0:0:0 it's only one of the rpms (the "basic" one). You should make the search yourself (try "asterisk") to locate all of them. AF. Robert A. Rawlinson wrote: > Could you point me to where it is located

Re: [asterisk-users] Random dropped calls...

2007-01-10 Thread Andres
Carlos Chavez wrote: I have a customer running Asterisk 1.2.13 with Zaptel 1.2.11 that is having calls dropped. Sometimes you can stay on the phone for a long time and sometimes the call is dropped within a minute. There are 9 lines connected to 3 TDM04B cards. The Panasonic P

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Tzafrir Cohen
On Wed, Jan 10, 2007 at 09:43:01PM +0100, Anton Frolov wrote: > > well, I'm not rpm user anymore for several years already... Isn't it > http://www.rpmfind.com/ that is used to find the rpms? It's meant to find rpm pckages not from your distribution that are not supported and may be incompatible

Re: [asterisk-users] Proper use of the Local channel

2007-01-10 Thread lists
No, I haven't. I'll start there. Thanks On Wed, January 10, 2007 2:38 pm, "Eric \"ManxPower\" Wieling" <[EMAIL PROTECTED]> said: > [EMAIL PROTECTED] wrote: >> Is there any documentation you guys can point us to in order to learn more >> about >> the proper use of the Local channel? We don't cu

RE: [asterisk-users] Problem with zaptel drivers or card

2007-01-10 Thread Administrator
How did you, or do go about reversing the patch? James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joel Vandal Sent: Wednesday, January 10, 2007 11:52 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Pro

Re: [asterisk-users] Re: Best inexpensive home office router forVoIP (QoS with maybe PoE)

2007-01-10 Thread Mark Coccimiglio
shadowym wrote: Regardless of the 1600's spec's which are outdated in many ways by todays standards, ANY cheap 1600 or PIX etc. you buy on Ebay will likely have MANY MANY hours on it. Sure, they are built to last but they do not last forever. I would consider ANY of these boxes as somewhat u

[asterisk-users] generating SIP errors

2007-01-10 Thread Steve Cayona
I have a DID vendor that wants me to be able to generate specific SIP error messages under certain conditions and I'm completely stumped on how to do these: #1 - They want to see a SIP 503 error response(service unavailable) when they send the call in to an active extension and and the service

[asterisk-users] Round Robin Queue

2007-01-10 Thread Felipe Neuwald
Hi Folks, I implemented an Asterisk 1.2.10 on a Debian GNU/Linux, and I have implemented a round robin queue (and a memory round robin queue too). Here I have one simple problem: - agent 1 (busy) - agent 2 (busy) - agent 3 (free) When someone call to my queue, the action of the queue is this:

Re: [asterisk-users] Re: Best inexpensive home office router forVoIP (QoS with maybe PoE)

2007-01-10 Thread Jon Pounder
Quoting Mark Coccimiglio <[EMAIL PROTECTED]>: shadowym wrote: Regardless of the 1600's spec's which are outdated in many ways by todays standards, ANY cheap 1600 or PIX etc. you buy on Ebay will likely have MANY MANY hours on it. Sure, they are built to last but they do not last forever. I

RE: [asterisk-users] caller id not transferred to SIP device

2007-01-10 Thread Yuan LIU
From: Tobias Unsleber <[EMAIL PROTECTED]> Hello, I'm wondering why asterisk is not transferring the callerid to the sip device. Scenario as follows: sangoma <---> zaptel <---> asterisk <---> sip <---> SIP-Device zaptel is reporting the callerid, but in the sip packages the sip-address shows

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Lee Jenkins
Ralph Liebessohn wrote: Hi Lee, thanks for the tip. I tried other methods trying to get the variable value, but no success. Doing a GET VARIABLE my_var after READ the "get variable" returns the value I dialed, but doesn't give the exact value to it. I got Resource ID #1 instead. Using: fwrit

Re: [asterisk-users] Get dialed numbers in AGI

2007-01-10 Thread Lee Jenkins
Ralph Liebessohn wrote: Using: fwrite(STDOUT,"exec read my_var|//usr/share/asterisk/sounds/please-wait-connect-oncall-eng|5|||15 \n"); fwrite(STDOUT,"get variable my_var \n"); fflush(STDOUT); $my_var=STDIN; fwrite(STDOUT,"exec saydigits $my_var \n"); I got it: Also you might try concatenat

Re: [asterisk-users] Problem with zaptel drivers or card

2007-01-10 Thread Joel Vandal
Hi, How did you, or do go about reversing the patch? I have put the patch (simple) available at : http://www.scopserv.com/download/patches/zaptel-1.2.12-reverse7860.patch Go on your zaptel src directory and do : patch -p0 < zaptel-1.2.12-reverse7860.patch It is a T1 and I am not sure wha

RE: [asterisk-users] Directory too difficult?

2007-01-10 Thread Colin Anderson
I got a requirement list just now, with my comments inline: (showing it just for a giggle) User requirement: 1) Directory set up by name - If person calling does not know employee's name, how will they access? -Why, using app_telepathy.so of course! User requirement: 2) Directory set by

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Anton Frolov
but some of the packages are labeled to be for SuSe 10.1 ... AF. Tzafrir Cohen wrote: > On Wed, Jan 10, 2007 at 09:43:01PM +0100, Anton Frolov wrote: >> well, I'm not rpm user anymore for several years already... Isn't it >> http://www.rpmfind.com/ that is used to find the rpms? > > It's meant

Re: [asterisk-users] Adding 4000 Lines to asteriskdb via asterisk -rx ?

2007-01-10 Thread Ron Wellsted
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What is needed is a family of astdb manipulation commands: astdbput family key value astdbget family [key] astdbdel family [key] any others? - -- Ron Wellsted [EMAIL PROTECTED] http://www.wellsted.org.uk N 52.567623, W 2.137621 Linux Counter No. 202

Re: [asterisk-users] Re: Best inexpensive home office router forVoIP (QoS with maybe PoE)

2007-01-10 Thread Mark Coccimiglio
Jon Pounder wrote: you should take your own advice - an acre is 200ft x 200ft - what idiot would pay a consultant $7000 to tell them they need one access point in the middle. I have a BA in Electronic Engineering, a Masters in Computer Science and I'm an FCC licensed radio operator.

Re: [asterisk-users] Asterisk build for Suse 10.1

2007-01-10 Thread Hans Witvliet
On Tue, 2007-01-09 at 11:04 -0500, Robert A. Rawlinson wrote: > Has anyone heard of a build or instructions for installing Asterisk on a > Suse 10.1 system? > Bob Rawlinson > > Hi Bob, Afair, asterisk was not on the cdrom's (which some people use to make their own dvd), but it was on the origina

  1   2   >