[asterisk-users] SIP NOTIFY

2006-08-30 Thread Giedrius Augys
Hi, I have trixbox and Audiocodes MP-124 FXS. In Asterisk console I often get this message: Got SIP response 481 "Call/Transaction Does Not Exist" back from 86.38.10.233 So I have traced the sip packets, and I saw that Audiocodes MP-124 FXS sends this message ė81 "Call/Transaction Does Not Exist"

Re: [Asterisk-Users] Extension Ring on Multiple Phones

2006-08-30 Thread Larry Alkoff
William, thanks for the info on macros. I'll try to implement some macros using several different callgroups. I have in mind: ALL, all upstairs, all downstairs, her normal domain and my normal domain. Normal domain for me is my upstairs office, ham radio 'shack' and lab and for her is her

[asterisk-users] SER+iptables+Asterisk

2006-08-30 Thread Siqhamo Sifo
I have ser sitting on my iptables nat box and my asterisk box on the lan . Ser does forwarding so that any requests (register,invite,ack,...) to the nat box at 5060 r sent to my asterisk box on the lan .I can register from outside to my asterisk box but there is only one way audio , reason being

Re: [asterisk-users] How to run a batch file on the asterisk CLI

2006-08-30 Thread Tzafrir Cohen
On Wed, Aug 30, 2006 at 09:15:56PM -0700, Steve Edwards wrote: > If you meant "can Asterisk read a series of commands from a file" the > answer is no, but something like the following may do: > > cat batch-file\ > | awk '{printf "/usr/sbin/asterisk -r -x \"%s\"\n", $0}'\ >

Re: [Asterisk-Users] Extension Ring on Multiple Phones

2006-08-30 Thread William Piper
Sure, do something like this:   [telasip-in] exten => _512879677[67],1,macro(callgroup,s,1) exten => _879677[67],1,macro(callgroup,s,1)   [macro-callgroup] exten => s,1,Dial(SIP/120&SIP/121&SIP/122&SIP/124&SIP/125&SIP/126&SIP/127)exten => s,2,hangup   From the sounds of it, this would probably work

Re: [asterisk-users] 911 versus 9.911

2006-08-30 Thread Aaron Daniel
On Wed, 2006-08-30 at 20:10 -0700, George Pajari wrote: > I'd rather pay the fine than the liability settlement when found > negligent in a lawsuit because someone panicked, repeatedly dialled 911, > and could not reach Emergency when their coworker had a major myocardial > infarction right besi

Re: [asterisk-users] How to run a batch file on the asterisk CLI

2006-08-30 Thread Steve Edwards
If you meant "can Asterisk read a series of commands from a file" the answer is no, but something like the following may do: cat batch-file\ | awk '{printf "/usr/sbin/asterisk -r -x \"%s\"\n", $0}'\ | sh If you meant "can Asterisk be controlled from a bat

Re: [asterisk-users] How to run a batch file on the asterisk CLI

2006-08-30 Thread William Piper
Sounds like you need to invoke the asterisk -rx comand or do it via the manager api.   I personally prefer doing it via php. You could write a php script like the following: shell_exec("/usr/sbin/asterisk -rx 'database put cidname 18005551212 Char String'");  bp  On 8/30/06, Nilesh Londhe <[EMAIL P

Re: [asterisk-users] question of CLI

2006-08-30 Thread William Piper
I don't believe that the CLI was ever designed to do what you are asking. You should check out the manager API to do this type of stuff.   bp  On 8/30/06, unplug <[EMAIL PROTECTED]> wrote: Hi,In CLI, I can issue a dial command.  How can I run a macro in CLI?Is it possibe?Thanks. ___

Re: [asterisk-users] asterisk presence (from manager API)

2006-08-30 Thread William Piper
Did you try a combination of qualify=yes in sip.conf and then try the ExtensionState in the manager?   Seems like if qualify=yes or 2000... whatever, is not set then asterisk will not always know the state of the phone if it looses registration.  That would seem to explain the problem you have with

[asterisk-users] * during voicemail greeting to access mailbox

2006-08-30 Thread Marty Mastera
I'm trying to allow access to an individuals mailbox by having them dial their own DID, wait for their voicemail greeting and pressing * (to be followed by a password prompt).   For some reason I thought that this functionality was built-in to Voicemail but must not be since it doesn't work

[asterisk-users] Re: visual indication of temp. closed mode

2006-08-30 Thread Steven
We are using an extension with no indicator. I like the DND idea if the phone supports an indicator for it. -- -- Steven   http://www.glimasoutheast.org     "Lacy Moore - Aspendora" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... I may have to do something like that to b

Re: [asterisk-users] 911 versus 9.911

2006-08-30 Thread George Pajari
Jason Aarons (US) wrote: Is there a FCC or other North America requirement that I provide 911 versus 9.911. I want to require users to dial 9.911 in our office, and remove 911. Are there any statutory requirements or laws about this? User accidentially dial 9 then 1 then another 1 and hangup.

Re: [asterisk-users] iax vs. sip?

2006-08-30 Thread Tom
We used iax for more than a year and moved to sip about 6 months ago. The quality from termination providers seems much better now with sip. Tom At 09:38 PM 8/30/2006, you wrote: Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="_=_NextPart_

Re: [asterisk-users] Re: 911 versus 9.911

2006-08-30 Thread James Texter
Title: Re: [asterisk-users] Re: 911 versus 9.911 I ran into the same situation at one of my customers.  The recording worked perfectly, and has resolved any accidental 911 calls. Thanks, On 8/30/06 10:05 PM, "Steven" <[EMAIL PROTECTED]> wrote: Maybe play a recording before dialing 911. " You

[asterisk-users] How to run a batch file on the asterisk CLI

2006-08-30 Thread Nilesh Londhe
On the asterisk CLI, is there a way to invoke a sequence of CLI commands ala a batch job for the CLI to execute?   Here is what I am trying to do on the CLI...and I am looking to automate this via a batch process.   [EMAIL PROTECTED] ~]# asterisk -r==

[asterisk-users] Re: 911 versus 9.911

2006-08-30 Thread Steven
Maybe play a recording before dialing 911. " You have dialed 911, if this was not intended hang-up now, otherwise please wait a moment " Then connect them to 911.   Yes they may not hang up soon enough, but there is not excuse for it.   We allow 911 and 9911 (in case they think they need to

[asterisk-users] 911 versus 9.911

2006-08-30 Thread Jason Aarons \(US\)
Is there a FCC or other North America requirement that I provide 911 versus 9.911.  I want to require users to dial 9.911 in our office, and remove 911.   Are there any statutory requirements or laws about this? User accidentially dial 9 then 1 then another 1 and hangup.  We’ve

[asterisk-users] iax vs. sip?

2006-08-30 Thread BerkHolz, Steven
I have no NAT issues.  My PBX is multihomed and the outside IP is locked down for all except IAX and SIP ports.   With the current version of asterisk, which transport is better right now?   I am looking at 6-10 simultaneous calls over a half T1.   I am not asking about codecs here, I am as

Re: [asterisk-users] HP ProLiant and Digium 24xxp

2006-08-30 Thread Kevin P. Fleming
Robert Roach wrote: > I have a customer request to deploy an HP rack server (ProLiant DL > series) as the base system for an Asterisk install. They also want to > use the Digium 24xxp card. I have heard that the Digium card is > oversized and does not fit in a normal size chassis. Does anyone kn

[asterisk-users] Static vs dynamic meetme rooms

2006-08-30 Thread Steve Edwards
If I have a fixed number of rooms, is there any advantage to specifying them statically in meetme.conf vs creating them dynamically? I don't need PIN's. Thanks in advance, Steve Edwards [EMAIL PROTECTED] Voice: +

[asterisk-users] Re: IP interface "box" for Meridian type digital phone

2006-08-30 Thread Steven
We are using the NEC version of http://www.citel.com/products/handset_gateways/datasheets/Citel%20HSGW%20Specs0206.pdf It is working well. -- -- Steven http://www.glimasoutheast.org "Andre Courchesne - Consultant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Anyon

[asterisk-users] question of CLI

2006-08-30 Thread unplug
Hi, In CLI, I can issue a dial command. How can I run a macro in CLI? Is it possibe? Thanks. ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailm

RE: [asterisk-users] Unknown CLI output

2006-08-30 Thread wendell hamilton
I'm experiencing the same CLI messages. No Linksys, a couple of IAXY's, a couple of polycom's, various softphones, no zap at all. I'm not experiencing any noticeable problems, just the cli messages. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos

Re: [asterisk-users] Is there a Blue tooth wireless headset that will work with asterisk?

2006-08-30 Thread Conrad Wood
On Mon, 2006-08-28 at 16:24 -0600, Chuck Bunn wrote: > Hi, > > Does anyone know if there is a blue-tooth wireless headset that works > with asterisk and/or a SIP software phone on the PC? I use a Motorola HS800 as an alsa device with iaxcomm under Debian GNU/Linux. Works well for me ;). It is pr

Re: [asterisk-users] Analyze core file prodeced after safe_asterisk crashh

2006-08-30 Thread Steve Edwards
On Tue, 29 Aug 2006, Matt Riddell (IT) wrote: Steve Edwards wrote: It's not clear if the OP wanted 1) information on how to analyse the core file or 2) provide information to the bug tracker for others to analyse. Matt's answer addresses #2. How about #1? Anybody care to share their technique

RE: [asterisk-users] upgrade problem on IP phone 9133i

2006-08-30 Thread shadowym
I don't remember all the details.  I think you have to set the IP of the PC with the TFTP client as the tftp server on the phone.  I seem to recall something about the name of the file as well.  Again, it's quite foggy as I did this about a year ago so sorry I can't be of more help.  I remem

Re: [asterisk-users] Can anyone recommend a large button sip phone for the elderly.

2006-08-30 Thread Mojo with Horan & Company, LLC
Not in this case -- this is simply the phone doing something configurable when it receives a plain old ring on the line. We're not necessarily talking about the old phones in which the changed voltage on the line is actually shaking the bell around -- the phone would be smart enough to see the

[asterisk-users] w as pause dialing issue

2006-08-30 Thread Curt Shaffer
OK, so I had an issue where I needed to add a w when dialing out my POTS line. But now when the calls go out my VoIP providers the w makes the call fail. I am using freePBX and the only place I found to change this was in the extensions.conf which makes it global. Am I missing something whe

Re: [asterisk-users] SER Dispatcher Load Balance How-To?

2006-08-30 Thread Kristian Kielhofner
Douglas Garstang wrote: -Original Message- From: Aaron Daniel [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [asterisk-users] SER Dispatcher Load Balance How-To? Well, it really depends on what h

Re: [asterisk-users] Asterisk with PABX

2006-08-30 Thread Bruce Ferrell
Just post it. be sure to wear asbestos. someone is sure to take offense. someone else just as surely will silently find it useful Ira wrote: At 10:20 AM 8/30/2006, you wrote: Well, I started writing a tutorial for programming dial plans and sent it to two people who claimed interest, never

Re: [asterisk-users] SendText Queue Notification

2006-08-30 Thread Jean-Louis curty
Hi, we have few cisco's...is there a way to push the queue information to the phone ?thanks in advance,jean-louis2006/8/24, Brodie Macleod < [EMAIL PROTECTED]>:I know this isn't answering your question, but what I did for queue notification was use softkeys on the phones that call a PHP script on t

Re: [asterisk-users] Polycom 501 config questions

2006-08-30 Thread Jerry Jones
On Aug 30, 2006, at 2:58 PM, Mike wrote: Hi, I have a few questions on the Polycom 501. I am using latest firmware. 1) When I press the "Call List" button (on the left row of buttons), I get the call lists (as expected). When I press the "Directory" button, I get the choice between D

Re: [asterisk-users] Unknown CLI output

2006-08-30 Thread Carlos Leal
OK, changed the register interval for the Linksys PAP2T to 10 times longer and the output described earlier on the CLI also appears to follow the same schedule. I guess I'll have to check a Linksys list to see what could be causing this and if I should expect things to get worse. On Aug

Re: [asterisk-users] asterisk presence (from manager API)

2006-08-30 Thread Juraj Bednar
Hello, Google is your friend: http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+ExtensionState not today. I mentioned in my original mail, that ExtensionState is unrealiable too. Sometimes I quit my softphone and I see extension as "Idle" (status 0), sometimes I log in

[asterisk-users] oddity with TDM400P / Asterisk setup

2006-08-30 Thread Ted Wallingford
Hi List,I am working with an Asterisk server running on Fedora Core 4. It has two TDM400P cards installed. There are 6 trunk ports and 2 (unused) analog line ports.  There are 5 Polycom SoundPoint 501 SIP phones connected to the server, and a Linksys 24-port powered switch connecting everything.  T

RE: [asterisk-users] Asterisk with PABX

2006-08-30 Thread Ira
At 10:20 AM 8/30/2006, you wrote: Well, I started writing a tutorial for programming dial plans and sent it to two people who claimed interest, never heard back from either so I stopped. It's hard to know if what I write would be useful to anyone, so I don't want to just post it without feedba

Re: [asterisk-users] Sipura 3000 and Asterisk

2006-08-30 Thread Barzilai
Franciso, can you make a call to the outside world, from the FXS port and going out the FXO port? I mean, without Asterisk in between. (The SPA300 can be configured that way) I'm asking because I remember having trouble with the SPA recognizing that the FXO line was "alive" when I plugged in a P

Re: [asterisk-users] upgrade problem on IP phone 9133i

2006-08-30 Thread Jean-Louis curty
good idea! I tried but it doesn't work either...[08/30/06 23:12:33] UDP packet receive failed[08/30/06 23:12:33] Invalid opcode (0) during transfer received[08/30/06 23:12:34] Sending ' firmware.st' to '192.168.0.101'[08/30/06 23:12:34] UDP packet receive failed[08/30/06 23:12:34] Invalid opcode (1

Re: [asterisk-users] Sipura 3000 and Asterisk

2006-08-30 Thread Ariel Monaco
Sorry,   http://voxilla.com/PNphpBB2-viewforum-f-14.html   Cheers, - Original Message - From: Francisco Seratti To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Wednesday, August 30, 2006 5:39 PM Subject: Re: [asterisk-users] Sipura 3000 and

Re: [asterisk-users] Sipura 3000 and Asterisk

2006-08-30 Thread Ariel Monaco
You will find here all the info that you need to make the SPA3000 to work with Asterisk:   - Original Message - From: Francisco Seratti To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Wednesday, August 30, 2006 5:39 PM Subject: Re: [asterisk-u

[asterisk-users] visual indication of temp. closed mode

2006-08-30 Thread Lacy Moore - Aspendora
I may have to do something like that to be able to setup some way to temporarily close our office.  I haven't really found anything else that would have a visual indicator that the system is on temp. closed mode.  I can manually set a database entry (which I already do), and I know I can add an ext

Re: [asterisk-users] Sipura 3000 and Asterisk

2006-08-30 Thread Francisco Seratti
Dave Fullerton escribió: Francisco Seratti wrote: Hi pals, im trying to save some money in cellphones calls, so i bought a GSM gateway and a Sipura SPA3000 gateway. The GSM gw is currently working, and now im trying to configure the SPA, but every call i send, i get a 503 service unav

Re: [asterisk-users] How do you simultaniously dial multiple MSNs on one ISDN BRI b-channel?

2006-08-30 Thread Henrik Woffinden
Hi, I've just tested that... And no, nothing on the channel rings. Henrik Woffinden Martin Polainer wrote: > Hi, > > I have not tested yet, but maybe "Dial(Zap/g1)" would work; > > Guess this would ring everthing on Group 1... > > Best regards, > > Martin Polainer > > > Am Mittwoch, 30. August

Re: [asterisk-users] How do you simultaniously dial multiple MSNs on one ISDN BRI b-channel?

2006-08-30 Thread Martin Polainer
Hi, I have not tested yet, but maybe "Dial(Zap/g1)" would work; Guess this would ring everthing on Group 1... Best regards, Martin Polainer Am Mittwoch, 30. August 2006 21:45 schrieb Henrik Woffinden: > Hello, > > Nobody has replied on this message. > Isn't there anybody that has any input? >

[asterisk-users] Polycom 501 config questions

2006-08-30 Thread Mike
Hi,   I have a few questions on the Polycom 501.  I am using latest firmware.   1) When I press the "Call List" button (on the left row of buttons), I get the call lists (as expected).  When I press the "Directory" button, I get the choice between Directory and Call lists.  How can I make t

[asterisk-users] Ascom Eurit 133 cordless ISDN phone

2006-08-30 Thread Henrik Woffinden
Hi, I have an Ascom Eurit 133 ISDN base station with 2 cordless handsets. I can receive calls excellent on these phones, but when I dial out Asterisk can't see what number I want to dial, and it routes me to the "s" extension. That rather unlucky for an outgoing call not to know the number you wa

RE: [asterisk-users] upgrade problem on IP phone 9133i

2006-08-30 Thread shadowym
I think this is a known problem that was fixed in v1.3. I think you need to do this upgrade using a 'put' install via tftp client rather than trying to configure it to 'get' from a tftp server. It's been awhile so my memory is a bit foggy. I used pumpKIN. http://kin.klever.net/pumpkin/ -

Re: [asterisk-users] How do you simultaniously dial multiple MSNs on one ISDN BRI b-channel?

2006-08-30 Thread Henrik Woffinden
Hello, Nobody has replied on this message. Isn't there anybody that has any input? Best regards, Henrik Woffinden Henrik Woffinden wrote: > Hello, > > I'm fairly new to Asterisk. > Installation went fine, and things seem to work, but I have 1 problem. > > Hardware: > 2 HFC ISDN cards (1 in TE m

Re: [asterisk-users] Asterisk => Master and Slave ?

2006-08-30 Thread Thomas Kenyon
Noc Phibee wrote: > Hi > > a small question: > > I have one Asterisk Server with: > VoIP Provider gateway for incomming/outgoing call > 5 VoIP Phone > (i name it "Master") > > i want add a another Asterisk server but only connected to: > 5 new VoIP Phone > To the master f

Re: [asterisk-users] Asterisk speaks Russian!

2006-08-30 Thread Tzafrir Cohen
On Wed, Aug 30, 2006 at 05:50:53PM +0100, Stuart wrote: > Westany, the Asterisk voice experts, announce their [ snip product description, that ommited a price tag of 124$ ] > There¹s simply no substitute for knowledge and experience. Reading list descriptions also helps. This list is not asteri

Re: [asterisk-users] Speex Problemz

2006-08-30 Thread Dave Fullerton
Ninneman, Tj wrote: Hi all, I've compiled/installed both * and Speex but I'm getting an error upon * startup: ...Aug 30 11:23:34 WARNING[27652]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/codec_speex.so: undefined symbol: speex_preprocess_ctl Aug 30 11:23:34 WARNING

Re: [asterisk-users] Sipura 3000 and Asterisk

2006-08-30 Thread Dave Fullerton
Francisco Seratti wrote: Hi pals, im trying to save some money in cellphones calls, so i bought a GSM gateway and a Sipura SPA3000 gateway. The GSM gw is currently working, and now im trying to configure the SPA, but every call i send, i get a 503 service unavailable. Im using this extension to

Re: [asterisk-users] Asterisk speaks Russian!

2006-08-30 Thread Anthony Rodgers
Westany speaks biz CP On Aug 30, 2006, at 9:50 AM, Stuart wrote: Westany, the Asterisk voice experts, announce their first Russian voice for ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCR

Re: [asterisk-users] quadBRI beronet card: how to specify which ISDN channel to use to make calls

2006-08-30 Thread William Moore
Giorgio, I believe the syntax for mISDN is mISDN/port:channel/number. In other words, replace your - with a :. On 8/25/06, Giorgio Incantalupo <[EMAIL PROTECTED]> wrote: Hi, I have a quadBRI beronet ISDN card. Is there anybody who knows how to choose the channel to make calls? I tried with Dial

Re: [asterisk-users] Agent solution w/o id/password

2006-08-30 Thread Anthony Rodgers
Here's what we do: [agent-login] exten => s,1,NoOp(${AgentUser}) exten => s,2,AddQueueMember(${AgentContext}|${AgentChannel}|${AgentPenalty}) exten => s,3,Wait(1) exten => s,4,Playback(agent-loginok) exten => s,5,Hangup exten => s,103,RemoveQueueMember(${AgentContext}|${AgentChannel}) exten =>

RE: [asterisk-users] Asterisk with PABX

2006-08-30 Thread shadowym
How about creating some documentation? -Original Message- From: Ira [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 12:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [asterisk-users] Asterisk with PABX At 11:16 AM 8/28/2006, you wrote: >Actually E

[asterisk-users] Speex Problemz

2006-08-30 Thread Ninneman, Tj
Hi all, I've compiled/installed both * and Speex but I'm getting an error upon * startup: ...Aug 30 11:23:34 WARNING[27652]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/codec_speex.so: undefined symbol: speex_preprocess_ctl Aug 30 11:23:34 WARNING[27652]: loader.c:554

[asterisk-users] Intertex IX68 GW2 AIR 802.11G ADSL2+ ?

2006-08-30 Thread Jan Johansson
Does anyone have any experience with this device? Does it interface nicely as a FXS / FXO for use with Asterisk? smime.p7s Description: S/MIME cryptographic signature ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing l

Re: [Asterisk-Users] Extension Ring on Multiple Phones

2006-08-30 Thread Larry Alkoff
William I found and fixed the problem. Your comment gave me the kick to persevere. Thank you very much. My exten line had a comment at the end that contained a close paren. That apparently screwed up the context line - although it shouldn't have. Now all three extensions ring. Note my mail

[asterisk-users] Asterisk speaks Russian!

2006-08-30 Thread Stuart
Westany, the Asterisk voice experts, announce their first Russian voice for the Asterisk PBX. Tamara, a Russian female voice, is the latest addition to Westany¹s growing catalogue of proven, meticulously-crafted Œvoice prompt¹ suites for Asterisk, Freepbx, trixbox, Bicomsystems and Amp. Produced

Re: [asterisk-users] SER Dispatcher Load Balance How-To?

2006-08-30 Thread Jeremy McNamara
Douglas Garstang wrote: What about transfers and forwards? if your system is designed properly, it doesn't matter which Asterisk box actually processes the call. Jeremy McNamara ___ --Bandwidth and Colocation provided by Easynews.com -- asteris

RE: [asterisk-users] Cisco 7960G SIP firmware 8.4

2006-08-30 Thread Jason Aarons \(US\)
For DND press Call Forward All (CFwdAll softkey) then Messages button on the SCCP version.  I haven’t seen the SIP version of 7961G.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lacy Moore - Aspendora Sent: Wednesday, August 30, 2006 12

Re: [asterisk-users] Cisco 7960G SIP firmware 8.4

2006-08-30 Thread Nathan Alberti
Seems to be working ok on my handset for the past couple of weeks. No major bugs, registration, xml services and MWI works etc..etc.. Have not given it a thorough testing though. Regards, Nathan. On 30/08/2006, at 6:51 PM, Hermann Wecke wrote: Cisco released last Aug 23 the latest SIP firmwa

Re: [asterisk-users] dialplan help

2006-08-30 Thread vivek
Hi Michael, Thanks a lot. I am working on an agi script and it does it. Thanks a lot again. With warm regards. Vivek J. Joshi. [EMAIL PROTECTED] Trikon electronics Pvt. Ltd. All science is either physics or stamp collecting. -- Ernest Rutherford Michiel van Baak wrote: >

[asterisk-users] Asterisk => Master and Slave ?

2006-08-30 Thread Noc Phibee
Hi a small question: I have one Asterisk Server with: VoIP Provider gateway for incomming/outgoing call 5 VoIP Phone (i name it "Master") i want add a another Asterisk server but only connected to: 5 new VoIP Phone To the master for incoming/outgoing call (in g729) It's

Re: [Asterisk-Users] Extension Ring on Multiple Phones

2006-08-30 Thread J. Oquendo
Make sure all of the lines you are ringing are registered up and running. I noticed this when I did a paging extension. I rang about 40 phones and the second it saw one offline it failed only ringing one phone. William Piper wrote: I don't know then, I do the same exact thing: exten => _352688

Re: [Asterisk-Users] Using HINT with Cisco 7940/SIP

2006-08-30 Thread Aaron Daniel
On Wed, 2006-08-30 at 16:25 +0100, Conrad Wood wrote: > On Sat, 2006-06-17 at 15:49 -0500, Lacy Moore - Aspendora wrote: > > Can't be done using the 7960 with SIP, unless you are talking about > > just monitoring that phone. You can monitor a 7960, but you can't > > show the status of other phones

Re: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread Bob Chiodini
Steve, VoiceEclipse has a US unlimited plan for $20/month. Two inbound numbers that can be in different area codes. I have not figured out how to recognize which number the inbound call came in on, but, right now, that is not that important to me. Others have had other problems. Research

Re: [asterisk-users] Cisco 7960G SIP firmware 8.4

2006-08-30 Thread Lacy Moore - Aspendora
Like what?  I haven't tried the non-Call Manager version yet.  The Call Manager version seems to work fine with Asterisk.  Haven't run into any issues yet.  I wish there was a softkey for DND, but that hasn't seemed to be in any SIP version.  I thought maybe the CallManager version would have this.

[asterisk-users] upgrade problem on IP phone 9133i

2006-08-30 Thread Jean-Louis curty
hi everybody,I bought few units for evaluation but we were not able to upgrade the firmware to 1.4 , it's currently set at 1.2, when we go to the webadmin page, whether we try to change the IP of the tftp server or the firmware name and set values, the reply is always Invalid IP address Pleas

[asterisk-users] OT: Any thoughts on the new Xserve?

2006-08-30 Thread Colin Anderson
I found this, which looked interesting: http://wiki.onmac.net/index.php/Triple_Boot_via_BootCamp Also, Apple released a new version of BootCamp that supports the Xserve on Aug 16. If it'd work, and you could shoehorn a PRI card into it, man wouldn't that make a nice Asterisk box? And at $2999, qu

RE: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread [EMAIL PROTECTED]
The one we use here works out at $0.0286 cents per min, but has unlimited amount of lines, we use one account for our call centre and we have had up to 40 calls in the call queue, and it works fine. Not sure if they do USA numbers but could find out if needed. We also use one account for all

Re: [asterisk-users] asterisk presence (from manager API)

2006-08-30 Thread William Piper
Google is your friend: http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+ExtensionState bp  On 8/30/06, Juraj Bednar <[EMAIL PROTECTED]> wrote: Hello,I would like to somehow get the presence of IAX2 and SIP users fromAsterisk Manager API or using any other means. I tried watc

[asterisk-users] Agent solution w/o id/password

2006-08-30 Thread Artifex Maximus
Hello, I'm looking for an agent managing dialplan/software/agi/whatever that independent from asterisk queue management. I already tried this http://www.voip-info.org/wiki/view/Agents+without+agent+channel with no success but a lot of warning. I'm using asterisk 1.2.10 and the dialplan above ma

Re: [Asterisk-Users] Extension Ring on Multiple Phones

2006-08-30 Thread William Piper
I don't know then, I do the same exact thing: exten => _352688,3,Dial,SIP/202&SIP/214|20   Perhaps try sending everything in that context exactly as it is typed & let us look at it. I'm pretty sure you have something configured incorrectly.   Thanks,   bp  On 8/30/06, Larry Alkoff <[EMAIL PROTE

RE: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread Ira
At 05:02 AM 8/30/2006, you wrote: Packet8 is unlimited usa, or a more expensive plan for unlimited global. You have the use an ata however. I think you'll find they're only unlimited until you abuse them! Most seem to have a 2000-3000 minutes/month limit written somewhere in the fine print

[asterisk-users] Sipura 3000 and Asterisk

2006-08-30 Thread Francisco Seratti
Hi pals, im trying to save some money in cellphones calls, so i bought a GSM gateway and a Sipura SPA3000 gateway. The GSM gw is currently working, and now im trying to configure the SPA, but every call i send, i get a 503 service unavailable. Im using this extension to match cell calls and sen

[asterisk-users] asterisk presence (from manager API)

2006-08-30 Thread Juraj Bednar
Hello, I would like to somehow get the presence of IAX2 and SIP users from Asterisk Manager API or using any other means. I tried watching for PeerStatus event, but it seems unrealiable (http://bugs.digium.com/view.php?id=7833). I tried defining hint for user and sending ExtensionState event,

RE: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread Erv Bauman
You can get as many minutes and channels as you require from TelIAX. You just have to call them to customize the account. Start by setting up the "Corporate Account", then call them to customize it to your needs. Erv Bauman NISCOMM  +1-412-567-0343  ext. 150 11 Aldred Lane Pittsburgh, PA 1522

Re: [Asterisk-Users] Using HINT with Cisco 7940/SIP

2006-08-30 Thread Conrad Wood
On Sat, 2006-06-17 at 15:49 -0500, Lacy Moore - Aspendora wrote: > Can't be done using the 7960 with SIP, unless you are talking about > just monitoring that phone. You can monitor a 7960, but you can't > show the status of other phones on a 7960 with SIP. Do you know wether it can be done with a

[asterisk-users] Help please ==> Wrong password

2006-08-30 Thread Noc Phibee
Hi i have a small problems with my asterisk connected to phonesystems : Now i have this message: <-- SIP read from 62.39.136.151:5060: SIP/2.0 403 Cant accept register from myself Via: SIP/2.0/UDP 84.14.xx.xx:5060;branch=z9hG4bK38f74bd7;rport=5060 From: ;tag=as42b95c05 To: ;tag=e3fe971527b049a

Re: [asterisk-users] dialplan help

2006-08-30 Thread Michiel van Baak
On 14:23, Wed 30 Aug 06, [EMAIL PROTECTED] wrote: > Dear friends, > Does anyone know how do i convert hex to int in the dialplan. I want to do > this:- > Take the sip call-id in hex, use CUT to extract the first part , and convert > it to an int. But the math function ony takes arguments as int

RE: [asterisk-users] SER Dispatcher Load Balance How-To?

2006-08-30 Thread Natambu Obleton
If you want a good explaination of SER and how to use it start here. http://siprouter.onsip.org/doc/gettingstarted/ They have GREAT pre-written configs and walk you through ever part of SER. I was about scrap SER before I found these tutorials. Natambu Obleton Network Engineer FastTrack Commun

RE: [asterisk-users] SER Dispatcher Load Balance How-To?

2006-08-30 Thread Aaron Daniel
On Wed, 2006-08-30 at 08:34 -0600, Douglas Garstang wrote: > > -Original Message- > > From: Aaron Daniel [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 29, 2006 11:07 PM > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: RE: [asterisk-users] SER Dispatcher Loa

RE: [asterisk-users] SER Dispatcher Load Balance How-To?

2006-08-30 Thread Douglas Garstang
> -Original Message- > From: Aaron Daniel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 29, 2006 11:07 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [asterisk-users] SER Dispatcher Load Balance How-To? > > > Well, it really depends on what he's using

RE: [asterisk-users] SER Dispatcher Load Balance How-To?

2006-08-30 Thread Douglas Garstang
> -Original Message- > From: Jeremy McNamara [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 30, 2006 1:31 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] SER Dispatcher Load Balance How-To? > > > Andy Chung (Power-All) wrote: > > Hi al

RE: [asterisk-users] SER Dispatcher Load Balance How-To?

2006-08-30 Thread Douglas Garstang
Anything is possible. The biggest challenge with OpenSER is getting past the horrible documentation and the cryptic, one line responses to questions asked in the mailing list. > -Original Message- > From: Adam Linford [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 30, 2006 5:33 AM >

[asterisk-users] New to Asterisk...

2006-08-30 Thread raviprakash sunkara
Hi UsersI'm new to  Asterisk PBX.Mainly i'm using the openser for  call routing and Asterisk as PBX and Voicemail generating.let see my secnario --->UAC --> ser >Asterisk(for voice mail only and extension and PBX Purposes  SER system ip is 192.168.2.75:5060Asterisk is in 192

Re: [asterisk-users] Sangoma Problems - A104d not detected

2006-08-30 Thread John Novack
Sangoma provides EXCELLENT support. I would try them I just installed a A101, and had some problems, but the hwprobe found the card OK. You MIGHT want to try different PCI slots before contacting them My problem was somewhat different, and was fixed by a reboot of the machine between installati

Re: [asterisk-users] Sangoma Problems - A104d not detected - solved

2006-08-30 Thread Klaus Darilion
Hi! Problem solved. I just removed the wanrouter modules and tried again. This thime there were some more modules loaded and the card is found: ]# wanrouter hwprobe --- | Wanpipe Hardware Probe Info | --- 1 . AFT-A104-SH : SLOT=9 : BUS=5 :

[asterisk-users] Sangoma Problems - A104d not detected

2006-08-30 Thread Klaus Darilion
Hi! I'm trying to install a A104d. 1. LSPCI detects the card: # lspci ... 00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03) 05:04.0 Class affe: Sirrix AG security technologies Sirrix.PCI4S0 4-port ISDN S0 interface (rev 02) 05:09.0 Network controller: Sa

[asterisk-users] Re: IAX call drops, recent instability

2006-08-30 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, Chris Earle <[EMAIL PROTECTED]> wrote: > Hi all > > I've had a number of servers, all generally running Asterisk 1.0.9-1.0.11.1, > with TDM cards for analog lines. They have been in production use for many > months, handling incoming calls, and also allowing daily

RE: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread Dean Collins
Doesn’t matter I just checked, only 2.   Also the soft-cap for residential is 1500 mins for $24.99   2500 soft-cap is for corporate with $44 a month (but has 4 lines)     Cheers, Dean From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Vile Sent: Wednes

RE: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread Dean Collins
How many simultaneous calls?     Cheers, Dean From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Vile Sent: Wednesday, 30 August 2006 9:16 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] does anyone offer truly

Re: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread Tom Vile
$24 per monthOn 8/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What cost do you pay per month for the 2500 minutes? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom VileSent: 30 August 2006 13:54To: Asterisk Users Mailing List

[asterisk-users] IAX call drops, recent instability

2006-08-30 Thread Chris Earle
Hi all I've had a number of servers, all generally running Asterisk 1.0.9-1.0.11.1, with TDM cards for analog lines. They have been in production use for many months, handling incoming calls, and also allowing daily inter-server calls over IAX (transfers, extension calls etc) All of a sudden, in

RE: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread [EMAIL PROTECTED]
What cost do you pay per month for the 2500 minutes? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Tom VileSent: 30 August 2006 13:54To: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: Re: [asterisk-users] does anyone o

[asterisk-users] PrivacyManager

2006-08-30 Thread Jeremy G. Gault
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I mentioned this back in February, and there wasn't much response (John Novack was the only one who responded.) I assumed it was due to the fact that nobody was really sure. :) So, I dropped the idea and haven't re-visited it until today --

Re: [asterisk-users] does anyone offer truly unlimited voip in the US

2006-08-30 Thread Tom Vile
Teliax is not unlimited but has a cap of 2500 minutes per month."***  Softcap of 2500 Minutes (including 1000 minutes of toll-free inbound, if applicable)."On 8/30/06, Crazy Boy < [EMAIL PROTECTED]> wrote:Hi, Taliax has unlimited calling plan per month. You can see WWW.TELIAX.COM Regards, Chandr

  1   2   >