[asterisk-users] Extension Mobility with Asterisk and Cisco 79x1 phones

2008-01-26 Thread Alberto Pastore
Hi. I'm trying to develop a module that emulates the Cisco Extension Mobility feature from CallManager (the ability to log in to a phone and temporarily acquire the extension, soft key programming, and all other settings for that user profile) with Asterisk 1.4 and Cisco 79xx phones (some with

Re: [asterisk-users] Home use of asterisk

2008-01-26 Thread Chris Bennett
Hi Tim, Also if there are any features that would help integrate the cell phones with asterisk - I'd like to hear about those also You might like the look of: http://nerdvittles.com/index.php?p=78 http://nerdvittles.com/index.php?p=79 http://nerdvittles.com/index.php?p=80 Bluetooth

Re: [asterisk-users] Compatibility Issues with dell poweredge 195and TE110P card

2008-01-26 Thread broadband Voice
How did this workout? I am considering getting the Dell PowerEdge 2950. On 11/5/07, Steven [EMAIL PROTECTED] wrote: 2950s work fine. I have had the parity error for over a year with no noticable problems. It is working fine. I did have to make some IRQ changes to clean up the system. I

[asterisk-users] Asterisk on Dell PowerEdge 2950

2008-01-26 Thread broadband Voice
Does anyone have any compatibilty issues with Dell *PowerEdgeTM 2950 III 2-Socket, Quad-Core 2U*? I plan on using this with the Digium T1 cards. Thanks. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing

Re: [asterisk-users] Intercepting DTMF to initiate Voice Drop

2008-01-26 Thread Raj Jain
Transfer does not work for Voice Drop because it adds significant delay from the time the transfer key is pressed and the transfer extension is dialed to the playback. Voice Drop has a critical requirement that the switchover from A's speaking voice to announcement playback needs to be as

Re: [asterisk-users] External Incomming Call Directed PickUP

2008-01-26 Thread Fernando Berretta
Dear Lacy, We are using Standard FreePbx installation and we are trying to direct pickup all the calls with **EXT NUMBER. [app-pickup] include = app-pickup-custom exten = _**.,1,Noop(Attempt to Pickup ${EXTEN:2} by ${CALLERID(num)}) exten = _**.,n,Pickup(${EXTEN:2}) This is the FreePbx

[asterisk-users] CHANUNAVAIL

2008-01-26 Thread Peder @ NetworkOblivion
I've got a setup where we have 100 DID's. Our default dialplan has one line that calls a macro: exten = _22XX,1,Macro(STDEXT,${EXTEN}) The macro is pretty basic: [macro-STDEXT] exten = s,1,NoOp exten = s,2,Dial(SIP/${ARG1},15,Tt) exten = s,3,Goto(s-${DIALSTATUS},1) exten =

Re: [asterisk-users] CHANUNAVAIL

2008-01-26 Thread Doug Lytle
exten = s-CHANUNAVAIL,1,Voicemail(${ARG1}|b) exten = s-CHANUNAVAIL,n,Hangup Checks for mailbox existence, if it doesn't exist, sends it to the incoming context where further check of time of day and then on to the operator. If it does exist, return from the Gosub and continue processing:

[asterisk-users] Upgrade fails, need system upgrade advice

2008-01-26 Thread Ronald Wiplinger
I have a AMD64 CPU and use SuSE 9.2 with kernel 2.6.8-18 I tried to upgrade svn version 1.4.x but it fails at each part and mainly because the system is with 1100 days getting to old. I have to make a decision and need your advice. CPU AMD64 3200+ 1 GB RAM Digium card with 2 FXS and 2 FXO

[asterisk-users] GotoIf() on Auto-Attendant

2008-01-26 Thread GNUbie
Hello all, I'm planning to create a simple Auto-Attendant (IVR Menu) for my home PBX yet all callers from incoming (trunk) calls must only press the extension numbers from the [analog-ext] else will play the pbx-invalid. How do you do that using the GotoIf() (or probably using the other

Re: [asterisk-users] GotoIf() on Auto-Attendant

2008-01-26 Thread Doug Lytle
GNUbie wrote: extension numbers from the [analog-ext] else will play the pbx-invalid. How do you do that using the GotoIf() (or probably using the other applications) but will check if the numbers entered belongs to a specific context? Here is the link on how to do IVRs:

Re: [asterisk-users] Asterisk desktop tools for OS X

2008-01-26 Thread List Mail
Count me in. On Jan 17, 2008, at 6:25 AM, Devraj Mukherjee wrote: Hi everyone, I have been long working on a project (http://asterisktools.org, to be released under GPL) that aims to provide desktop tools for Macs. I am finally getting to the release stages of this application and hope to

Re: [asterisk-users] features.conf / DTMF / automon hell

2008-01-26 Thread arkda
I've ran into an issue (1.4.17) where anything in features.conf is being totally ignored after the * or # for a particular feature. Everything works just fine as long as I restrict the digit to only a * or #, but apps that require #1 or *1 simply never get recognized. No clue what's causing

[asterisk-users] autoprovision 200+ linksys phones setup

2008-01-26 Thread Erick Perez
Hi there, We have plans to install an office (not call center) with the following setup: 200 linksys 942 phones (sip + g711) on a LAN a server with a dual port E1 sangoma and a remora card with 4 fxo modules. So far when we want to setup a linksys phone, we need to use the http interface of each

Re: [asterisk-users] Loop Break

2008-01-26 Thread Steve Edwards
On Mon, 21 Jan 2008, Doug Lytle wrote: Tzafrir Cohen wrote: exten = s,1,Set(COUNT=$[${COUNT} + 1]) exten = s,n,NoOP(${COUNT}) exten = s,n,GotoIf($[ ${COUNT} 3 ]?endloop) exten = s,n,Goto(1) exten = s,n(endloop),NoOp(Loop ended) You forgot to initialize your variable. Set(COUNT=0)

Re: [asterisk-users] autoprovision 200+ linksys phones setup

2008-01-26 Thread arkda
The SPA942s configure very readily through TFTP. You can utilize DHCP to point to your TFTP server (option 150 I think), and the phones look for a file called spamac_address.cfg. The TFTP config files are pretty straightforward and easy to configure. I usually just keep a spa-template.cfg and the

Re: [asterisk-users] autoprovision 200+ linksys phones setup

2008-01-26 Thread arkda
Details on the TFTP configs can be found in the 'IP Phone Administrator Guide' here: http://www.linksys.com/servlet/Satellite?c=L_Product_C2childpagename=US%2FLayoutcid=1139435695017pagename=Linksys%2FCommon%2FVisitorWrapper On Jan 26, 2008 3:17 PM, arkda [EMAIL PROTECTED] wrote: The SPA942s

Re: [asterisk-users] autoprovision 200+ linksys phones setup

2008-01-26 Thread Chris Bagnall
We recently did a similarly sized install with SPA942s without any problem. Everything was configured via tftp in two stages, once from a local tftp to grab the latest firmware (there are *major* improvements in later firmware versions), then again from a remote http server (which means

[asterisk-users] Loosing IAX/SIP user's registration

2008-01-26 Thread asterisk
Hello list, hope some one could help me find the answer. Asterisk 1.4.16.2 installd as non-root user The main issue is that every now and then, cd * box seems to loose the user's registrations, there is nothing in the console, absolutely no messages, only when another friend trys to dial an

Re: [asterisk-users] Loosing IAX/SIP user's registration with asterisk as no-root

2008-01-26 Thread asterisk
Hello list, hope some one could help me find the answer. Asterisk 1.4.16.2 installd as no-root user The main issue is that every now and then, cd * box seems to loose the user's registrations, there is nothing in the console, absolutely no messages, only when another friend trys to dial an

[asterisk-users] Loosing IAX/SIP user's registration with asterisk as no-root

2008-01-26 Thread asterisk
Hello list, hope some one could help me find the answer. Asterisk 1.4.16.2 installd as no-root user The main issue is that every now and then, cd * box seems to loose the user's registrations, there is nothing in the console, absolutely no messages, only when another friend trys to dial an

Re: [asterisk-users] CHANUNAVAIL

2008-01-26 Thread Peder @ NetworkOblivion
What about the situation where there is no voicemail box for an extension. Is there a way to tell the difference between the phone isn't registered and there is no phone at that extension? Doug Lytle wrote: exten = s-CHANUNAVAIL,1,Voicemail(${ARG1}|b) exten = s-CHANUNAVAIL,n,Hangup

Re: [asterisk-users] CHANUNAVAIL

2008-01-26 Thread Doug Lytle
Peder @ NetworkOblivion wrote: What about the situation where there is no voicemail box for an extension. Is there a way to tell the difference between the phone isn't registered and there is no phone at that extension? In those instances, I have a context that included = before

Re: [asterisk-users] Running under windows Small Businesss Server 2003

2008-01-26 Thread Andrew Ladanowski
We have virtual Pc running and have started to install Tribox and asterix under two different virtual Pc. We intend only to have 5 extensions. Has any one tried this before. Cheer Andrew Ladanowski AddInSolutions Inc. www.addinsol.com [EMAIL PROTECTED] Phone: 954-815-2402 Fax:

Re: [asterisk-users] Running under windows Small Businesss Server 2003 (update)

2008-01-26 Thread Andrew Ladanowski
We will be connecting to a voip service so we will not need any hardware connectivity on the Pc. Andrew Ladanowski AddInSolutions Inc. www.addinsol.com [EMAIL PROTECTED] Phone: 954-815-2402 Fax:954-414-8432 CONFIDENTIAL: The information in this email (including any attachments) is

Re: [asterisk-users] GotoIf() on Auto-Attendant

2008-01-26 Thread GNUbie
Hello Doug, On Jan 27, 2008 12:55 AM, Doug Lytle [EMAIL PROTECTED] wrote: Here is the link on how to do IVRs: http://www.voip-info.org/wiki/view/IVR But what about to check if the number entered belongs to a specific context and considered invalid if it belongs to another context? My point

[asterisk-users] Jabber and Asterisk?

2008-01-26 Thread Vincent
Hello I'm curious about what can be done when using Jabber with Asterisk. What are good examples of this combination? Thanks. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or

Re: [asterisk-users] GotoIf() on Auto-Attendant

2008-01-26 Thread Tilghman Lesher
On Saturday 26 January 2008 20:52:04 GNUbie wrote: But what about to check if the number entered belongs to a specific context and considered invalid if it belongs to another context? My point here is not to list down all the extension numbers that can receive inbound calls because what if

[asterisk-users] [AGI 1.4] C sample?

2008-01-26 Thread Vincent
Hello I'm pretty much a newbie when it comes to C, but I have to use this language to write a couple of AGI proggies because I need them to be statically compiled. Strangely enough, Google didn't return much when looking for the Hello, world! of AGI in C. The following doesn't work: The