Displaying 20 results from an estimated 1000 matches similar to: "Custom voicemail extension greeting"
2006 Nov 12
2
IAX2 one way audio
Experiencing one way audio using IAX2.
I did see some other posts on this, and see there may be some internal issues with asterisk and one way audio. Can this be a widespread problem? So many seem to be using IAX, I find it puzzling.
Some information points to this being a problem on asymmetrical connections. This is a decidedly asymmetrical connection, with 1.5 Mbs download and 256 kbs,
2007 Mar 21
5
automated dialout detect forward
Hi!
I have an automated dialout via a call file to a mobile.
Can I detect when the call is not answered but forwarded to the mobile
operator voicebox?
I would like to stop the dialout if this is the case.
TIA,
Mike
2009 Jan 24
3
no dial tone tdm400p
This is, hopefully, just a case of brain fade.
With zapata.conf and zaptel.conf in place, asterisk loaded, no dial plan and all LEDS on the card lit, I get no dial tone, plugging an analog phone into ports 1 or 2, only a buzz and click.
zaptel.conf -
defaultzone=us
loadzone=us
fxoks=1,2
fxsks=3,4
zapata.conf
[channels]
signalling=fxo_ks
language=us
context=phones-1
group=0
2006 Apr 24
2
User Defined VoiceMail announcement?
Hi all
I noticed that most caller are quite confused by the standard voicemail
announcement text. Especialy as the number read is the 'internal' number.
Callers often hang up because they think having called the wrong number when
they hear the announcement.
Is there a way (like in many other PBXes) that the VoiceMail user could record
his own announcement? (like, hello, this is the
2006 Oct 25
2
SIP problem - ACT p160s error
I have a setup with a polycom 601 and an act p160s. All on local segment, no NAT.
Can call the act p160s, from the polycom, rings, connects, and a conversation can take place. The reverse is not true, Dialing from the act to the polycom does not work. SIP debug shows, at the end, "Incoming call: got sip response 416 "unsupported URI Scheme" back from 192.168.0.xxx. Which is
2004 Sep 15
1
voicebox
Hello!
I have been googling a lot and asked wiki a few times now, but i cant find
a howto for setting up a voicebox.
Any link/hint would be great!
Thanks, Mario
2008 Dec 05
2
polycom no menu
Was messing with a polycom 501 and changed the IP from dhcp to static. Working with a user remotely. Now, the user says the phone does not show anything on the LCD and does not respond to any buttons.
When rebooting, there is text shown as it proceeds. ??
Is there a way to reset this to a default?
Does not respond to ping on the address we set.
joe a.
2009 Jan 24
2
Zaptel? Dahdi?
Is Zaptel no longer available?
I returned to a long shelved project (using TDM400P and a customized, canned version of *) and, getting to the configuration, find wctdm is not there. I recall the authors where very "enterprise" oriented and focused on T1 cards. So they left analog support out.
Anyway, before I abandon all hope and dive into the "new stuff", I thought I would
2007 Jul 11
2
Call Waiting
Since the beginning (of my Asterisk life) I have an install that is, supposedly, set up for call waiting.
Using a TDM400p, with FXO and FXS modules.
On the Analog phones, I can hear the Incoming call (call waiting) tone, but the system does not respond to a "hook flash", to place the current call on hold and answer the incoming call. I have not attempted, nor research how/if this can
2007 Apr 25
2
dialplan / problem with extension-length > 1
hi community,
I'm new to this list & asterisk in general, so let me first say thx to
everybody involved in providing such great tools & ressources!!
I'm currently trying to implement a simple voicebox-system.
for demonstration purposes, I've successfully connected my cellphone via
bluetooth using the current chan_cellphone-patch on the current SVN-version
of asterisk.
2007 Apr 02
5
Aastra 480 i
Getting "no service" display on aastra 480i. Sip debug shows an "unathorized" blub when the aastra tries to register.
Some reading indicates that 1.4 firmware wants aastra.cfg and mac.cfg in /tftpboot/. There are none.
Anyone have basic config files? Or can point me to a good link? All links I have tried, that purport to have config files, are either dead or error out.
2007 Jun 26
2
More FAX over T1
This is a follow up to an earlier post.
Looking for a means to "individualize" incoming FAX, so as to distribute them to the intended recipient.
While the PBX is based on Asterisk, it is not possible for me to "enter" the box to modify things, to any great degree. I thank those who mentioned IAXMODEM, earlier, but that seems a no go.
Currently, there is a dedicated T1 into
2004 Sep 17
1
Silently Wait for DTMF Input
Hello!
I would like to call a number (e.g.35), and when i press a secret code
(12345), it should jump to my voicebox menu.
On this page http://www.voip-info.org/wiki-Asterisk+cmd+background i found
something about "Silently Wait for DTMF Input".
In my case it wouldn`t be silence. It woudl just play the away message.
Now how can i include such a secret code to my background funktion?
I
2007 May 14
1
dialplan: execute on hangup
hi list,
I'm looking for a way to execute commands in my dialplan specifically when a
caller has hung up. my curretn dialplan looks like this:
exten => s,1,Answer
exten => s,n(restart),BackGround(intro)
exten => s,n,Read(Enter,4,4)
exten => s,n,Voicemail(${Enter},u)
exten => s,n,agi(process.php|${Enter})
exten => #,1,Playback(thanks)
exten => #,n,Hangup
it lets a user
2006 Aug 09
2
how to access selected value in controller action
I have this in a view:
<%= start_form_tag :action => ''create_price'', :id => @media.id %>
<%= select("media", "price_code_id", PriceCode.find_all.collect {|pc|
[pc.name, pc.id ] }, { :include_blank => false }) %>
<%= submit_tag ''Add Price Code'' %>
<%= end_form_tag %>
My question is, how would I access the
2005 Sep 17
2
Complete NPA-NXX list for USA/Canada npanxx, ratecenters, etc (attached)
I noticed while reading some posts that people were looking for a complete NPA-NXX list
for all area codes and prefixes.
We happen to have the entire database. So I am making it available to the public.
Help is available at:
http://download.sixtel.net/npa/help.txt
(Caution, 20meg files)
Mysql Insert for this is available at:
http://download.sixtel.net/npa/npainsert.txt
CSV data for
2012 Sep 20
6
accept email and make phone call?
Any ideas on how asterisk could accept an email (such as an email to SMS or "number at mybox.org" sort of thing) and make a phone
call to a specific number and make an announcement?
I imagine the first part is the big question.
joe a.
2008 May 26
3
[LLVMdev] X86TargetMachineModule not helping
Hi all,
After creating a new LLVM-based project, I faced an odd problem.
ExecutionEngine::create always retuned null. After some investigation I
found out that it was due to the target architecture not getting registered.
I'm using Visual C++ 2005 and in the X86TargetMachine.cpp file an extern
variable X86TargetMachineModule is created to 'ensure' that the module is
linked in. It
2006 Apr 06
3
has_and_belongs_to_many find
Say I have a post model that has_and_belongs_to_many :categories, and a
category model that has_and_belongs_to_many :posts. So I have a
categories_posts table to do the join. That''s all find and dandy.
However I want to be able to find all the posts that belong to a
specific category.
I tried Post.find_by_category(:id) but that doesn''t work.
Does anyone have any insight?
2006 Apr 19
1
AJAX, Response codes and Opera.
Hello all.
I am in the following situation. I page made up of a few divs and a form
using
form_remote_tag like so:
<%= form_remote_tag :update => { :failure => ''content'', :success =>
''body'' }, :url => { :controller => ''server'', :action => ''create'',
:client_id => params[:client_id] } -%>
<%=