similar to: 1 extension entry for multiple purposes?

Displaying 20 results from an estimated 3000 matches similar to: "1 extension entry for multiple purposes?"

2004 Aug 06
2
DTMF after answer
Hello, I'm looking for a similar feature... Dial a number via ZAP/g1 after the line gets answered wait 10 seconds send DTMF Regards, Marc -- Network Manager Marc Storck LuxAdmin.Org mstorck@luxadmin.org Internet Service Provider http://www.luxadmin.org 15, route d'Esch Phone: +352 2727 3030 L-4544 Belvaux Fax: +352
2004 Sep 20
3
Question about the 'fax' extension
I was looking at the wiki on 'Asterisk as a voice/fax switch' And was wondering if the extension 'fax' is global to extensions.conf Or just to the context it is in? The reason I ask, is that my PRI might have 5 channels that will be scrictly Fax, and to be functional, I need multiple 'fax' extensions in my various Contexts. Hope that makes sense, Paul Seniuk
2005 Jun 06
1
Quotation request: 12 KHz signal generation for billing purposes.
Could anyone quote a price for the following project. We should be able to generate a specific (say 12Khz) signal at certain intervals (calculated using a price/rate table on a mySQL database) DURING an ongoing conversation. The conversation is to be marked (start and end) with specific signals as well. This is a requirement for special hotel applications where a device counts the signals to
2004 May 18
1
VoiceMailMain dumps user back into my incoming context after leaving a message
I have a dial plan that includes a company phone directory as a main menu option. If they just sit at the main menu, after 20 seconds, they are transferred to the operator. If the user picks an extension from the directory, they are transferred to the proper extension. If the called number is not available, they are transferred into VoiceMailMain. They leave a message, and hang up. The hang
2004 Dec 09
2
SCRIPT: Fax Remvoal Please Call: 1-800...
At time to time I receive some junk faxes from some advertising companies that play smart and don't provide any TSI number so I can not bock them by the number in Hylafax. Despite calling their Fax Removal Service 1-800-... number several time they refuse to obey my request. So I would like to setup a small script or context loop in extension.conf if possible and maybe run it overnight; maybe
2005 Mar 21
2
Ext matching problems
Hello everyone... I'm trying to get up a testing pbx installation. Following instructions of what've read from the handbook and from asterisk's wiki, I wrote the dial plan as follows: [general] ; ; static = yes ;[globals] ; [default] ; exten => 0,1,Answer() exten => 0,2,Playback(fcopba1) exten => 0,3,Hangup() exten => *0,1,Answer() exten => *0,2,Record(fcopba1:gsm)
2004 Aug 06
3
E1 monochannel :-(
Hola! I'm using asterisk as H.323 -> PRI gateway. First call goes thru ok, second concurrent call fails with: Aug 6 11:52:30 DEBUG[737292]: chan_h323.c:1038 setup_incoming_call: Sending to context [ip2pri] -- Executing Dial("H323/ip$192.168.32.25:60271/984", "Zap/1/9541163107100") in new stack Aug 6 11:52:30 NOTICE[753677]: app_dial.c:554 dial_exec: Unable to
2004 Dec 26
2
Asterisk behind IX66
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Steve Beaumont.vcf Type: application/octet-stream Size: 215 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041226/1c213f8a/SteveBeaumont.obj
2004 Sep 04
5
Free WWT (WorldWideTelco): Utopia, or just a matter of organization?
I had this idea, and after looking for something like this already in progress, I found another guy who tried to start it... But I was unable to contact him, and his project seems to be dead. But, I believe it is possible, and I wanted to know the opinion of the experienced... So, let's go: I got an asterisk server setup to receive free calls from US to Brazil. The problem is that at my work,
2007 Oct 15
2
Voicemail issues in 1.4.11
Asterisk isn't playing my voicemail greetings even though they are defined. Below are the relevant configs(from show dialplan) as well as the level 3 verbose messages asterisk is giving. Also a listing of the directory. Asterisk just plays the "The person at extension..." message, not the greetings I have recorded. Thanks -- asterisk*CLI> show dialplan macro-stdexten [
2004 Dec 13
7
Dialing out to 2 clients simultaneously
Hi When I register a SIP or IAX client to asterisk and I dial to it from another UA then there is no problem at all But, when I register two or more clients to the SAME peer (with the same user/pass) and I call to this peer.. Then only the UA which registered the last will ring.. Others don't ring... What can I do about this?? I would like to register for example 10 UA's to the same
2011 Oct 27
5
Asterisk Executing outbound dial number twice
Hello, I noticed Asterisk 1.8.4.1 execute number dial twice Log == Using SIP RTP CoS mark 5 -- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920", "CALLERID(num)=2066604") in new stack == Extension Changed 4773[sipphones] new state InUse for Notify User 4701 -- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920",
2005 Feb 27
4
where is voice conduits
Does any one know what happened with voice conduits? I have been trying to reach them for nearly three weeks now. Their voice mail boxes are full and writing email to them does not get any returns. Thoughts or sightings are appreciated. -- R.J.
2004 Dec 28
6
Music instead of Tunes
Hello, more and more operators in Europe offer music instead of ring tunes. E.g. instead of the 400 Hz or whatever tunes, the caller will hear J-Lo, or Mozart.... Currently I will have to answer the line to do that. Is there a way to do this with asterisk? Regards, Marc -- CTO Marc Storck MS Networks SA mstorck@luxadmin.org Internet Service
2005 Aug 02
5
Has Sixtel gone under?
I have been using Sixtel from the beginning of the year and service was getting worse and worse. Yesterday I tried to access the website to get the CDR and I got an error saying that the domain no longer exists. I checked the whois and it says that the domain is on hold. Have they finally folded? -- Carlos Chavez Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel:
2005 Mar 11
1
SIP signalling and RTP to different servers
Hello, we're in process of testing an interconnection with a trans-european carrier. But the carrier wants the SIP signalling to server 1 and the RTP stream to server 2. How do I configure asterisk to work with that type of installation. It seems they are using NexTone as SIP Signaling and RTP servers. Can someone help me??? Regards, Marc -- CTO Marc Storck
2008 Feb 10
4
method from string?
I am sure this is doable but I can''t find a specific example and my brain is frazzled. Basically, I am doing a whole load of in-place editing and need methods to support the updates. Here is what I am doing now: def set_blog_website faq = Faq.find(params[:id]) faq.blog_website = params[:value] faq.save! @faq = faq do_ret end Surely there is a generic way I can
2005 Mar 24
14
Realtime mysql problem?
All, I get this whenever trying to dial to a peer when the peer registered to another server. I'm basically trying to use realtime to check for the peer and dial it. Mar 24 09:16:47 VERBOSE[4527]: -- Executing Dial("SIP/brak-f69f", "IAX2/brak-test/107") in new stack Mar 24 09:16:47 DEBUG[4527]: MySQL RealTime: Retrieve SQL: SELECT * FROM sip_users WHERE name =
2003 May 23
12
Unable to create channel of type 'Zap'
I've just installed an X100P, built the kernel module, and tried to use it to make an outgoing call (via a phone connected to an ATA-186). However, I just get a reorder tone and see this on the console: -- Executing Dial("SIP/ata1-4409", "Zap/1/5551212") in new stack NOTICE[1200825920]: File app_dial.c, Line 481 (dial_exec): Unable to create channel of type
2003 Oct 11
1
SIP / IAX over satellite
Hi all, ------ I tried to use * over satellite, but all my effort did not succeed. The Asterisk is behind the VSAT and is resposibel for alle the SIP clients in a field location. The clients are notebooks and PDA's running SJPhoen for Windows and PocketPC. Unfortunately I could not find any Linux Client wich worked satisfying. SJ LAbs promised a Linux Version at the end of August but they