similar to: (OT) Dialplan Standards for Business/Offices

Displaying 20 results from an estimated 300 matches similar to: "(OT) Dialplan Standards for Business/Offices"

2005 Sep 07
3
Extensions - Realtime
CVS HEAD/Asterisk 1.2: Is there a way to have the entire extensions.conffile coming from the realtime? It appears that RealTime for the extensions.conf file is on a context by context basis, but you have to create each new context in the extensions.conf file then add a "switch => Realtime" line (then reload). I want to be able to add phones without having to edit any files.
2005 Sep 07
1
Several SIP clients behind router register with the same IP, messing up call routing, any ideas?
Dear all, Has anyone seen this before and can suggest a solution? I've got 3 sip clients behind the router, and they all register with Asterisk using the same IP address. Now, wenn all are registered, all the calls get routed to the client that registered most recently, but not to the correct client. Also, there seems to be some problems registering all 3 clients simultaneously. Could
2005 Sep 08
1
Additional: Several SIP clients behind router registerwiththe same IP, messing up call routing, any ideas?
Hello, I'm still looking for any ideas on this problem: I've got 3 sip clients behind the router, and they all register with Asterisk using the same IP address. Now, wenn all are registered, all the calls get routed to the client that registered most recently, but not to the correct client. Also, there seems to be some problems registering all 3 clients simultaneously. I have
2005 Sep 08
1
Multiple Line Appearances / Why use this?
I apologize for the double post. I am curious as to what the usefullness is of the multiple line appearance feature on Polycom phones. I setup our phones to register one line per extension but I hear the IP501's can do three line appearances. Why and how could this feature be applied? Thanks again all. Kenny ______________________________________________________ Click here to
2005 Sep 08
2
play each person's voicemail
How do I set each extension to play it's own voicemail prompts? I have vm working in that it plays the standard "person at extension 1234 is not available....." and takes the message. I've recorded seperate .gsm files for each user but can not figure out how to use them. - Gary Edison Information Technologies www.EdisonInfo.com P.O. Box 554
2005 Sep 08
2
Distinctive ringing on Cisco 79xx
Greetings, I am trying to implement distinctive ringing on a Cisco 7960. I have tried setting alert_info to chirp1 or chirp2 before dialing the phone, but it has no affect. If you have successfully implemented distinctive ringing on a 7960, I would really appreciate seeing the snipit of code that works. Thanks in advance Bruce Komito High Sierra Networks, Inc. www.servers-r-us.com (775)
2005 Sep 07
1
asterisk.org blocked - rejecting connections
Address lookup canonical name asterisk.org. aliases addresses 216.27.40.102 Service scan FTP - 21 Error: TimedOut SMTP - 25 Error: ConnectionRefused HTTP - 80 Error: ConnectionRefused POP3 - 110 Error: TimedOut NNTP - 119 Error: TimedOut digium.com is ok though Address lookup canonical name digium.com. aliases addresses 216.207.245.1 Service scan FTP - 21 Error: TimedOut SMTP - 25
2015 Jun 02
4
Forward loop protection...
Ia had a server overload today because someone did a call forward to their own extension. To do a call forward I write a key called CFWD with the extensi?n number and number to dial . The main script tests if the key/value exists and dials the number stored in the database. What is an easy way to prevent dumb people from creating a loop? -- Telecomunicaciones Abiertas de M?xico S.A. de
2005 Sep 06
1
Some problems (SendDTMF, Wait, Parked Calls)
Hi all! I would like to solve some problems: I have a sip provider that lets me make pstn calls after listening some stuff and entering a pin number: 1) How can I make Asterisk enter the pin number? Then wait 1 second and enter the phone number? I have in extensions.conf: exten => 6*,1,Dial,SIP/2002@myprovider,60,tr I have tried with w (like with ZAP channels) but it does not work, nor
2005 Sep 07
3
Hosted PBX (vPBX) and Call/PickUP Groups
Hi, I'm working with this issue for a while, Now I already solve the dialplan issues, but I still have a question about the Callgroups, I read at www.voip-info.org that , there is a 63 limit of callgroups. And I'm wondering why?? and if the 1.2.0beta version supported more than 63 Groups?? (I did'nt find any Changelog for 1.2) or If not There is any unoficial patch for that ? Thanks
2005 Jul 13
2
extension mobility and CDR logging questions
I intend to add to my asterisk system a feature similar to cisco call manager's extension mobility so that agents can log in to any phone in the office and keep their profile (ex. the agent's specific directory number). But before doing that, I need to confirm that asterisk doesn't have a native solution for that (ex. application/addon), and that nobody has come up with their own
2003 Nov 27
1
Crash - What is happening here???
The following transfer led to a crash of asterisk, without leaving a core or any utterances in messages or debug file. It looks like the zombie which was created during the MASQ-transfer was not cleaned up... But why did it start a Dial??? And... why does Asterisk die when this happens?? Thanks!!! Michiel -- Zap/32-1 answered Zap/6-1 -- Stopped music on hold on Zap/6-1 -- Starting
2005 Jul 13
5
chan_sccp new release
http://chan-sccp.berlios.de/ 20050713 ftp://ftp.berlios.de/pub/chan-sccp/chan_sccp-20050713.tar.bz2 I didn't have a spare 7960 to use this week, so maybe some line issue is still present. - fixed a memory leak on database updates (dnd, cfwd*) - fixed old memory leak on unload (now unload chan_sccp.so and load chan_sccp.so work. It does reload the config when asterisk is running) - socket
2005 Sep 07
1
Eeven Stranger - Asterisk BT100 Password Issue
Following on from my below email, things have taken another bizarre twist.. I have continued getting the error when 2092 tries to listen to messages by dialing 9999. --Executing VoiceMailMain ("SIP/2092-6918", "2092") in new stack --Playing 'vm-password' (language 'en') WARNING: app_voicemail.c:4922 vm_authentication: Unable to read password. Then I
2003 Aug 31
2
DBSaveTree & DBLoadTree
Hi all, Has anyone already written something which allows saving and loading the internal DB settings? All users CFWD and speeldial settings are stored in the DB in my setup which makes it a pain to restart Asterisk.... Looking at showtree in db.c (why isn't that exposed in the CLI?) It shouldn't be too difficult, but I don't want to reinvent the wheel. On the same track, I am also
2014 Mar 27
1
SPA112 provisioning file questions
Hi all, I've got a provisioning file that I use to configure Cisco SPA112's. I'm wanting to get this file to do 3 things for me. I want to turn T.38 on, Call forwarding off, and Call waiting, off for both lines. but it's not working. This is what I'm using to enable T.38 for line 1. <FAX_Enable_T38_1_>Yes</FAX_Enable_T38_1_>
2005 Jul 12
2
AgentCallbackLogin Question
I'm using ver. 1.0.7 here are a couple of lines from my extensions.conf file: exten => x,1,AgentCallbackLogin(${CALLERIDNUM}|${CALLERIDNUM}@sip) exten => x,2,Hangup I'm looking for a way to capture the Agent ID after login, to keep track which agent is associated in a certain call.
2015 Jun 02
2
Forward loop protection...
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin Larsen Sent: Tuesday, June 2, 2015 4:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Forward loop protection... > Ia had a server overload today because someone did a call forward > to their own extension. To do a
2005 Mar 29
7
Sipura 3000 FXO with Asterisk
Anybody using a Sipura 3000 for FXO with Asterisk? Mine is working except for one small nit... When a call comes in from the PSTN, the Sipura answers it and then passes it on to Asterisk, which plays extension ring tone. I'd prefer for the POTS line to stay on-hook while the extension rings, and to only be answered by the Sipura when the extension answers. Has anybody made this work?
2003 Jul 02
0
Re: [Asterisk-Dev] ANNOUNCE: CLASS-like features for Asterisk
Yo all, As there has been some intrest, here's my updated version: I post it to "-dev" as well as "-users", as it may be of intrest to both. Inspired by the example in the tips & tricks-section of "http://www.junghanns.net/asterisk/", I built a more elaborate set of features. Currently, my implementation supports call- forward unconditional, on no answer