similar to: extension mobility and CDR logging questions

Displaying 20 results from an estimated 3000 matches similar to: "extension mobility and CDR logging questions"

2005 Sep 08
1
(OT) Dialplan Standards for Business/Offices
Are there any standards for setting up pbx dialplans for businesses/offices? What I mean is that, which numbers are reserved for a specific use ex. 0 for operator ? Putting Zero for operator in the dialplan seems to be the common practice of businesses. If there is such a standard, * and # are used for what ? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jan 19
3
Getting correct CDR info
I'd like to know how everyone else is going about getting correct CDR information for calls. Right now I notice that if a call come in and gets parked the CDR info doesn't how the correct info on who picked that call up, also when someone transfer a call there isn't a new record being made so the duration of the call shows up for who received the call and transferred it. I started
2006 Jan 06
5
3RD REQUEST - Any Help Is Appreciated
Is there a protocol I'm supposed to use here? It seems that people are asking 100 questions a day and SOMEONE is helping them, and I've posted this three times and not even an "I Don't Know". My third repost: Ok, I've been trying to figure out why my A@H won't answer the lines when I can call out and the panel shows the call coming in - well something bizarre has
2005 May 15
1
Old DBGet/DBPut vs. new Set(var=${DB(...
Hello I upgraded to CVS head yesterday (due to the lack of zaptel drivers working with 2.6.10) And noticed that now DBGet and DBPut have been deprecated in favour of the new Set/DB one. In the UPGRADING.txt in Asterisk it says: * The applications DBGet and DBPut have been deprecated in favor of functions. Here is a table of their replacements: DBGet(foo=family/key)
2003 May 08
3
DBget and DBput in extensions.conf
Where can I learn the syntax for DBput and DBget? is it working with MySQL? do I need to set up tables? URiel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030508/a2598dc8/attachment.htm
2006 Jan 05
1
Bizarre Answering Behavior
Ok, I've been trying to figure out why my A@H won't answer the lines when I can call out and the panel shows the call coming in - well something bizarre has happened. I set up inbound routing to ring my extension if a call comes in - and my extension rings but when I pick it up I get a dial tone. The whole time after I answer I hear the phone I originated the call on just ring and ring
2006 Feb 06
12
Cisco 2620 as PRI gateway
I just inherited a Cisco 2621 with a VWIC-1MFT-T1 card in it. Can I make this thing into MGCP gateway or even a SIP gateway for asterisk? Seems like it should bee useful for something! I'm perfectly happy to do my homework, but also don't feel thee need to reinvent the wheel! So, links with relevant info would be appreciated. If there is a config for a 2621 being used as a gateway
2004 Jun 22
6
*69
Hello, I've managed to build in the "last number repeat" outlined at http://www.voip-info.org/wiki-Asterisk+last+number+repeat to call back the last person _I_ called from a particular phone, and now I'd like to try to do something similar for the common *69 -- call back the last number that called me. I assume I'll do part of this in my standard extension macro --
2006 Jan 31
5
Queue() with timeout=0
Hello, i've recently switched over from 1.0.9 to 1.2.3. I've experienced some (to me) weird behaviour. This is the config for an example queue.conf: [654] wrapuptime=30 timeout=20 strategy=ringall retry=5 queue-youarenext=queue-youarenext queue-thereare=queue-thereare queue-thankyou=queue-thankyou queue-callswaiting=queue-callswaiting music=default monitor-join=yes monitor-format=
2006 Feb 28
1
FW: Re: Delay on Phone ringing
Skipped content of type multipart/alternative-------------- next part -------------- asterisk1*CLI> soft hangup Zap/1-1 Requested Hangup on channel 'Zap/1-1' == Spawn extension (macro-exten-vm, s-BUSY, 2) exited non-zero on 'Zap/1-1' in macro 'exten-vm' == Spawn extension (ext-local, 220, 1) exited non-zero on 'Zap/1-1' -- Hungup 'Zap/1-1' --
2004 Feb 02
1
extension mobility
Hi, Does * support extension mobility ? If not, is there any way this is possible ? Thanks ! Chris Clifton
2005 Jun 22
3
indexing tables for dialing
Hello I would like to know how can I manage to implement a table which translates an extension number into a phone number. Let see an example: If I dial an extension like 3021, Asterisk has to Dial an agent (our employees) located at San Francisco using the following telephone number: 415 541 XXXX. If it does not work we can also use his/her mobile number. We need to manage more than 180
2003 Jul 28
1
Call Forwarding and DND conf
I have put together this call forwarding and dnd config: I'm sure it can be dome with macro's but I couldn't figure that out... anyone care to input. 74 Turns DND on my phone will not ring, drops caller to voicemail... 73 Turns DND off 72+ext forward your extension to another extension and voicemail is left at the forwarded extension. 71 turns off call forwarding. ; dnd Could
2003 Sep 01
6
Change include contexts runtime
Hi there How do I change the dialplan runtime, if I for example wants all calls on the main number to be answered by a voicemail (when it is out-of-office hours). I want to be able to change the configuration by pressing a DTMF combination e.g. *82. Can't figure out whether it is necessary to change contexts or how to do it. I have read a lot of examples and config documentation, but I
2007 Mar 07
2
mobility with asterisk
Hello, I?m working testing every feature of asterisk in a lab. Now I am very interested in asterisk over network mobility environment. For example : when somebody is talking with his ip-phone ) and moving around a big enterprise, needing to change the ip-address (other AP) would it be possible in the minimum time to avoid loosing quality in the current call? I read this test
2005 Jul 13
1
Can I introduce sql sentences in the DialPlan (Asterisk Realtime)??
Hallo all! Know somebody, if exist Dialplan commands (specifically sql sentences) for Asterisk Realtime? For example: I have users defined in mysql database. In the dialplan, I would like to select one field of a table. select email from sip_buddies where name=200 I try to use DBget, but I have error. I think because DBget use intern Database, and can 't connect to mysql. (Sintaxis:
2005 May 24
1
Fax detection: Problem with extension number
Hello I've been having the following problem today : I have a quite simple dialplan made to receive a fax: [answer-extension] exten => 1,1,Answer exten => 1,2,Macro(setcallerid) exten => 1,3,Ringing exten => 1,4,Wait(3) exten => 1,5,Macro(stdfwd3iax-notransfer,${EXTENSION},${EXTENSION},$ {EXTENSION}) exten => fax,1,Goto(faxreceive,1,1) The Wait(3) is there simply to let
2003 Sep 09
2
DBPut and DBGet performance
hi, This question is about DBPut and DBGet, Can i put about 1000 keys in a single family, (only once for the lifetime) for ex. exten => _X.,5,DBput(family/key1=${val}) ... exten => _X.,5,DBput(family/key1000=${val}) like above and if i later retrieve it, randomely, with inbound calls, will it affect performance? Surajee -------------- next part -------------- An HTML
2005 Sep 24
2
Extension Mobility (roaming) Cisco 7960
Hi, I was wondering if it is possible to setup with Asterisk a Cisco 7960 to use extension mobility / roaming. Meaning that a user logs into a phone and his profile moves with him / her. I have a network of ~75 Cisco 7960 phones, running SIP 7.5 distributed across 2 asterisk servers in 2 cities. I would like to enable the users to have the capability to move from one phone to another one
2005 May 16
2
Pass variable to Authenticate?
I'm trying to figure out a way to make my own agent login, because I don't like how the default works. I have the login and logout working fine using the dynamic add and remove commands, but I need to be able to create a list of users and passwords. I thought of a way to do it using a list of passwords, but the agent would only ever be prompted for their password. I won't want that.