similar to: Dynamically setting up/tearing down extensions

Displaying 20 results from an estimated 1000 matches similar to: "Dynamically setting up/tearing down extensions"

2003 Aug 05
1
So now I'm playing around with Queues....
and I found a reference to an AgentLogin.rtf. Looks great, except I can't get it to work. queues.conf: [sjs-testq] music = default timeout = 1 retry = 1 maxlen = 0 member => Agent/10001 agents.conf: agent => 10001,1234,Steve Sobol extensions.conf: (I have a phone line set up on which the main menu tells you to press 1 to be added to queue. Pressing 1 lands you here) exten =>
2003 Jul 30
5
Dummy account/extension
Hi, It is possible to create a dummy account (SIP or IAX type) in order to be used in a "dummy" extension? I want to be able to use it as a normal extension (as an IP phone connected to it), but without the need to answer or call from that extension. I want that when I call that extension to hear the ring, and after the defined period of time to enter in the Voicemail system. I
2003 Apr 26
6
DynExtenDB
I have been fooling around with DynExtenDB and run into two glitches. 1) The code is looking for (chan->dnis) and in my case I find (null). I forced (chan-dnis) to be the same as (chan->exten). So far so good. Now I can connect and talk. This lead me to the second glitch. 2) As soon as the call ends by hanging up, the code issues a (ast_spawn_extension). This causes asterisk to drop
2003 Sep 27
2
how stable is dynextendb
I'm looking for a way to manage large dial plans. Blitz on IRC mentioned DynExtenDB I'm wondering how stable it is since its not been updated since 2002-12-15 Any other ideas ?? I want to have my dial plan in a SQL database thanks
2003 Jul 24
2
Cisco ATA Advanced CallerID
To whom it might concern, The Gesko Ikarus 1200S analog telephone has advanced callerid capabilities. When used with an ATA186, it show the username and the phonenumber of the caller. (or whatever you let * tell it) http://www.gesko.be/idgg004.htm Price is 77 euro something and available with Telec. (NL) Met vriendelijke groet, Pauline Middelink -- GPG Key fingerprint = 2D5B 87A7
2003 Apr 30
2
FW: DynExtenDB
On Wed, 30 Apr 2003 00:24:19 -0400, Uriel Carrasquilla wrote: > >Gary: >I just copied the content from chan->exten to chan->dnis. I am calling from How are you doing this coying ? >one extension to another. >Have you got DynExtenDB to work? nope, haven't got over the first problem yet. Gary .
2003 Aug 30
2
ATA 186 & DynExtenDB (query extensions vía sql)
Hi all: Very disappointed, finally I left the attended call transfer with ATA 186 using SIP. With image 2.16-1, ATA sens '486 - Busy Here' when trying to transfer the call.. I consulted with Cisco guys and accepts that some problems with this service exist. Soon as I can I will try using MGCP. My doubt now is if somebody proved the DynExtenDB application. I read some commentaries but
2003 Sep 25
2
AGI: getting the return code from an exec()'d application?
So I hacked up the Dial app to return a numeric return code instead of changing contexts based on a number being busy or unanswered. The purpose for this modified dial app, which I call AGIDial, is to help me concoct a "follow-me" type of application. The app returns -1 for a completed call, 0 for unanswered, or 1 for busy. Well, I hooked the thing up to an AGI script that uses perl and
2003 Sep 08
1
SIP Status Codes
Can anyone give me a pointer to descriptions of the status codes my Grandstream phone displays? I've looked on Google but can't find a definitive listing of SIP codes. -- JustThe.net Internet & Multimedia Services 22674 Motnocab Road * Apple Valley, CA 92307-1950 Steve Sobol, Proprietor 888.480.4NET (4638) * 248.724.4NET * sjsobol@JustThe.net
2004 Dec 25
2
Dynamic extensions without using DynExtenDB?
Hi, Am using Asterisk to call peoples phone as part of a service of my website. It will call people for various things...one of them to tell people sports scores. I am using several sound files to piece together a dynamic message saying who played and what the score was. The problem is that I can hardcode the sound files that are needed to play and it works fine, but I cannot hardcode the
2003 Jul 14
1
asterisk and modem
hi, i have to do a demo with asterisk, unfortunately i don't have yet an x100p card, so i need to use a 56k voice modem on my motherboard... could someone tell me how i can configure asterisk to use this modem to call? thanks a lot for the help!!! Angelo
2003 Jul 30
2
ADSI and SoftKeys
Has anyone solved the problem on the ADSI phones that when you hit one of the soft keys, the Number Pad stops working?
2003 Aug 26
1
Problem starting Asterisk after abnormal shutdown
I've seen this happen a few times and I think it's when the system that Asterisk is running on crashes due to a power failure (or for some other reason that causes a non-planned shutdown). While Linux comes up fine, Asterisk won't start because the drivers are loading in the wrong order. fixed by: 1) sh /usr/src/fix-asterisk-modules.sh 2) sh /etc/init.d/asterisk start Is this a
2003 Aug 27
1
sample configs / load module failure
Hi List, I am trying to locate some detailed documentation and sample configs. I downloaded and compiled Asterisk, and I haven't been able to find much detailed docs on the config files. The distribution I compiled and installed doesn't have any config files, and the handbook is good but doesn't cover all of the configs. Here's my specific problem, when launching Asterisk for the
2003 Sep 10
1
ADSI & Vista/Aastra 350
I have ADSI working on my Aastra (Vista/Nortel) 350 phone and everything is working fine. However, I want the asterisk.adsi to load into the 'self-load' slot but can't figure out what the correct FDN for doing this is. Does anyone know the right FDN for the SL slot on these phones? Also, does anyone have any cool/interesting ADSI scripts they wouldn't mind sharing? I'm
2003 Sep 19
1
Aastra 390 w/ADSI - Doesn't automagically use "Asterisk PBX" script
I have an Aastra 390 ADSI phone. It's not locked. I can call ADSIProg without a problem and it programs my phone. Calling Voicemail2 also programs my phone. However, in order for the VMail option to appear on the screen I have to go into the Services menu, pick Asterisk PBX and pick Select. Then the VMail softbutton appears on the screen, but any time I make a call it goes back to the
2003 Jul 17
2
conference problem without zapata interface
Hello ! In file app_meetme.c we can read A ZAPTEL INTERFACE MUST BE\n" "INSTALLED FOR CONFERENCING FUNCTIONALITY.\n" I receive message, when I try conference WARNING[28686]: File app_meetme.c, Line 151 (build_conf): Unable to open pseudo channel -- Playing 'conf-invalid' Does it means that I cannot establish conference without any hardware zaptel interface ??? What
2003 Jul 31
1
PHP API for Manager - Plaintext auth needed?
Quick question: My PHP script is now able to connect to the manager port and successfully authenticate using MD5. I would strongly prefer not to do plaintext authentication at all. Would anyone object to plaintext authentication being left out? -- JustThe.net Internet & Multimedia Svcs. [The Fusion of Content & Connectivity] 22674 Motnocab Road * Apple Valley, CA 92307-1950 Steve
2003 Oct 14
3
My Grandstream works, but my X-Lite doesn't: no sound after 5sec
X-Lite build 1079 consistently chokes no matter which codec I use - after five seconds I suddenly have no sound coming in and possibly no sound going out too. Putting the line I'm on on hold and then switching back to it gives me another five seconds of sound, then it dies, etc. The Grandstream 101 I'm using is a piece of junk but I don't have the same problem with it. Not sure
2003 Aug 21
1
Status of ISDN && DTMF (AFAIK): Please add corrections and comments
In this message I try to summarize what I have learned in these last two weeks. My primary sources of informations were the * list archives and linux ISDN docs. I ain't no * master, so don't trust too hard. Relevant messages from the * list for the current discussion are: 009177.html 009268.html 0498.html 0849.html My setup is an Eicon Diva (HiSax: Eicon.Diehl Diva driver Rev. 1.1.4.2)