Displaying 20 results from an estimated 8000 matches similar to: "Voicemail issue"
2013 Nov 25
4
Voicemail greeting playback issues?
Hey all
I have been beating on this all weekend long.
Any feed back would be appreciated.
We stood up a 11.6 system. We tested everything we could think of.
We moved over to it and all seemed to be working good than a customer told
us that they were not hearing our vociemail greetings.
When we call into the system and it drops to voicemail we just get a beep
no greeting played. We checked
2011 Jan 24
6
ReceiveFAX issue.
I am testing out inbound faxing using res_fax and res_fax_spandsp.so
My system answers the call but then sets there on the ReseiveFax line then
comes back with an error that it exceeded the maximum retries.
How would I go about debugging this? Below is my very simple dialplan code
I am using, and the fax show version gives the following as well.
FAX For Asterisk Components:
2011 Jan 19
15
res_fax
I am working on some fax tools for some of my users. I am reading the
https://wiki.asterisk.org docs for faxing.
Is see Application_SendFax and Application_SendeFax has one been
discondinued? Any feed back on using the res_fax module would be
apperciated. Any examples or other.
Thanks
Bryant
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Feb 21
4
Praking lot issues.
Ok I now have the basics for dynamic parking working but for some reason
when a caller calls in and is parked with a transfer the return call dials
the sip peer of the caller and not hte peer of the last party that parked
the call. Anyone have any ideas on this? Also when a call is transfered to
a parking space. the caller hears the space number. How can I stop that as
well?
Thanks
Bryant
2015 Apr 27
5
adding area code
Hello,
I would like to add area code if clients dial 7 digits, it that
possible? currently clients dial prefix 9 plus local number, however my
SIP provider is requiring to dial 10 digits. is it possible to add area
code?
Thanks,
Motty
2015 Sep 17
2
Asterisk AMI events filtering
Hi folks,
I have one server with multiple companies (multi-tenant).
>From AMI I get all events of all extensions so any one that connect can see
other extensions, from different company (context).
How can I limit specific user to get just specific context?
Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Jun 27
1
AGI script VERBOSE cmd
I am working on an AGI script and all is going well except I can not get
any of my "VERBOSE" commands to display.
Is there any undocumented reason for this to occur? I am able to set
variables, call other commands ect..
I am sending my verbose command in the following format (VERBOSE "Message
to send" 4)
Any ideas what I might be doing incorrect?
Thanks
2012 Aug 13
8
Asterisk hangs while starting in OpenSuse 12.2
Hi,
I am using OpenSuse 12.2 64bit OS which uses Kernel 3.3.x version and
downloaded Asterisk 1.8 current version, after installing Asterisk, while
starting Asterisk it hangs at the stage of loading modules.conf, I checked
the forum https://issues.asterisk.org/jira/browse/ASTERISK-19245 but still
after updating through yast also i am facing the issue.
Have anybody faced this type of issue with
2015 Apr 27
2
adding area code
here is what I have:
exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381)
exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1})
exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80)
not having success;
"Got SIP reponse 503" Service Unavailable"
On 04/27/2015 02:19 PM, Bryant Zimmerman wrote:
> Motty
> Yes
> From your dial plan accept 9 + 7 digits
2017 Sep 14
2
Realtime pjsip issues
We are having an issue where on the latest version of asterisk when
configuration pjsip via realtime.
we do a pjsip list endpoints it shows our endpoints but lists them as
invalid.
When we do the pjsip list endpoints again it shows no objects.
This applies to pjsip list aors as well. We did not have this issue on
our older asterisk 13 installs. My guess is something has changed
2011 Jul 28
5
MoH - conversion command
Hi,
I've been trying to get MoH files to sound decent. I've got a hold of
Royalty-free Classical music (a safe choice for most of my customers) and
I`ve been trying to convert them to the normal telephony/Asterisk format
using sox. Unfortunately, it sounds really bad. I don't expect concert hall
quality of course, 8000KHz being what it is, but is there a better way to
convert
2015 Mar 12
2
GXP 1405 and asterisk
Hi list, someone has successfully change different ringtone from
dialpan with asterisk with this model Granstream?
for example:
exten => 0,1,Playback(pls-wait-connect-call)
same=> n,SIPAddHeader(Alert-Info:;info=ring3)
same=> n,Dial(SIP/310&SIP/318,30,t)
can not get it to work
any idea o tips?
regardss
--
rickygm
http://gnuforever.homelinux.com
2011 Mar 09
6
SIPAddHeader not working
Hello list,
I notice that the dialplan method SIPAddHeader is not working :
in dialplan :
/exten => s,n,SIPAddHeader(Privacy: id)/
in SIP invite no trace of this header :
/INVITE sip:0473 at sip.domain.be SIP/2.0
Via: SIP/2.0/UDP 192.168.1.106:5063;branch=z9hG4bK-5b2b1b97
From: "VC" <sip:voip2 at sip.domain.be>;tag=729476652f511c67o2
To: <sip:0473 at sip.domain.be>
2012 Jan 23
2
asterisk does not detect menus
Hello,
When I called companies with auto animate menus my system does not seem to
detect menus on ther other side. For instance I called this number (407)
886-3338 when I input the ext. number of any option on the list I don't get
a response however if I called the same number from my google account or my
cell phone number it works fine meaning I can select any option or input ext
number.
2011 Apr 06
11
Asterisk 1.8.3
I have deployed several 1.8.3.2 systems as upgrades of customers systems
and now I am seeing random crashes. For some reason the builds lock up and
stop taking sip connections. Existing calls stay on but when the user hangs
up no new calls or reg attempts work. In most cases a "core restart now"
cleans things up. Some times I have to kill the asterisk process. The
stability of 1.8.2
2016 Feb 19
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Bryant,
Thanks for your reply.
It didn't work immediately, I had to create a second context, or else it
was looping between the second and first line. This seems to work:
[earlydial] ; Test Early Dial
exten => _.,1,Set(l_Extension=${EXTEN})
exten => _.,n,Goto(earlydial2,${l_Extension},1)
[earlydial2]
exten => _.,n,Goto(noMatch,1)
2015 Mar 12
2
Unstable phone connection
This is driving me to distraction. I have a switch with multiple
clients who are all working fine except for one and I can't figure out
what makes them different. I have tried every NAT setting in the ATA
(SPA112 ATA with 2 x FXS, 1 x LAN), stun server on and off, different
sip ports, different RTP ports and it still fails. I have left the
location with it working only to have it fail
2015 Oct 16
2
pjsip database error when using MS SQL via ODBC
I have a project that is requiring the use of MS SQL from asterisk. I get
an error when the pjsip contact tries to update the contact table.
[Oct 15 21:34:55] WARNING[3033]: res_odbc.c:649
ast_odbc_prepare_and_execute: SQL Execute returned an error -1: 22018:
[FreeTDS][SQL Server]Conversion failed when converting the varchar value
'3.000000' to data type int. (101)
The datatype
2015 Mar 10
1
func_odbc 123
with func_odbc, in the definitive asterisk guide, they were suggesting
the possibility that part, or perhaps all of, the dialplan could be
written as SQL statement!?
First off, that sounds like a good idea to me, but the tone of the
authors was suggesting not so much, but that it was a personal preference.
>From a naive perspective, why SQL statements at all? Why not just
database config
2015 Jul 10
2
Asterisk SMS
Dear Sir,
Does the asterisk support SMS feature ?
If it does how can we config that ?
I am waiting for your reply,Thank.
Thyda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150710/353c83c7/attachment.html>