Displaying 20 results from an estimated 2000 matches similar to: "wav to gsm can't play"
2015 Feb 17
4
Callfile problem - Unable to find codec translation path from (nothing)
Hi,
I copied a setup from an older 1.8.5 installation to an 11.15 installation, and I'm having problems getting call files to work. Here is the extension setup I'm using:
[outbound-swift]
exten => _[a-zA-Z].,1,Answer
exten => _[a-zA-Z].,n,Playback(AAA/check_ip_failure)
;exten => _[a-zA-Z].,1,Swift("${EXTEN}")
exten => _[a-zA-Z].,n,Goto(1)
[mis-phone]
exten =>
2007 Apr 03
3
Adding DND to dialplan
Hello -
I've read Asterisk should be able to activate a do not disturb feature
to turn off the ringers on extensions. I checked the wiki and can't
find documentation for how to do it.
Here's my attempt, added to extensions.conf:
[dnd-on]
exten => _#78,1,Answer
exten => _#78,n,Wait(1)
exten => _#78,n,Macro(user-callerid,)
exten =>
2009 Aug 14
1
i have a error in ivr
i call to my tollfree number buy my CLI send the next error:
Aug 14 08:15:22 WARNING[25931]: format_wav.c:169 check_header: Unexpected
freqency 22050
Aug 14 08:15:22 WARNING[25931]: file.c:441 ast_filehelper: Unable to open
file on /var/lib/asterisk/sounds/procall3.wav
Aug 14 08:15:22 WARNING[25931]: file.c:828 ast_streamfile: Unable to open
procall3 (format ulaw): No such file or directory
Aug
2009 Apr 26
1
file.c:655 ast_openstream_full: File /tmp/winkel-gesloten.alaw does not exist in any format
part of extensions.conf:
exten => 11,1,Answer()
exten => 11,n,NoOp(CallerID : ${CALLERID(all)})
exten => 11,n,Playback(/tmp/welkom-tcs.alaw)
exten => 11,n,GoToIfTime(09:00-17:59|mon-fri|*|*?open,s,1)
; wordt doorgerouteerd naar context open, maar indien gesloten :
exten => 11,n,NoOp(Oproep tijdens winkel gesloten)
exten => 11,n,Playback(/tmp/winkel-gesloten.alaw)
exten =>
2015 Mar 25
2
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
hello list,
i have asterisk 11.15.0 and i have some trunks sip from my provider
we have some ip phone astra 6731i
each Ip-phone is configured with trunk and we call
no ihave configured another trunk from the same provider in my asterisk
i can call all numbers just the numbers are configured in thses ip phones.
but when i configured the same trunk in x-lite i can call theses ip-phones
without
2003 Jun 13
1
strace shows that files are not accessed
strace on file access in asterisk shows that * is not even attempting to
access the voice files.
If I *manually* load app_playback.so, app_macro.so, and then
pbx_config.so, I they will load and I get a dialplan. Ok, that's a
problem -- autoconf is clearly not working, or there's some other
related issue.
So I try to use the demo and do "dial 500". This should connect and
2005 Jun 07
2
codec preference
Need some help understanding codec preferences:
I have 2 asterisk servers.
Server 1 sends calls to the PSTN and has allow=g729 allow=gsm and
allow=ulaw in iax.conf
Server 2 receives calls and routes them to server 1. It has the same
allow lines.
We receive calls from a phone co and route them via server 2 to server
1. The calls originate in g729 and everything works fine.
Now I want to take
2011 Mar 17
1
[1.6.2.5] Asterisk can't find MOH file
Hello
I thought I had things set OK to have Asterisk play FR files for
prompts and MOH, but for some reason, it still can't find them:
============ ll /var/lib/asterisk/sounds/
drwxr-xr-x 2 asterisk asterisk 4096 2011-01-21 16:18 custom/
drwxr-xr-x 10 root root 61440 2011-03-17 14:21 fr/
Note: fr/ contains core + extra + moh as downloaded from here:
2015 Mar 20
3
outbound calls
hello list
i have an issue related to outbound calls i can contact all the number
except on number given by our provider in trunk
the issue just when i configure my trunk in our server but when i configure
the trunk directly in x-lite i can contact this number without issue
below the cli
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Executing [0149xxxxxx at
2010 Aug 25
1
Asterisk 1.6.1 Won't Play Default ULAW Files
Hi everyone,
I'm having an odd issue. I've been doing some testing over the past couple
weeks on some Asterisk modules / utilities, but have bumped into a problem
which I can't seem to resolve.
Asterisk can't seem to play the default sound files (ULAW) in my
environment. All necessary debugging information is included below. I'd love
to get anyone else's thoughts on this,
2004 Jun 11
15
Voicemail problem
I am trying to get asterisk to email me my voicemail as attachments.
What am I missing? Where do I tell it to go for SMTP services?
Voicemail.conf:
;
; Voicemail Configuration
;
[general]
format=wav49|gsm|wav
serveremail=pbx.agtcorp.local
attach=yes
maxmessage=180
skipms=3000
maxsilence=10
silencethreshold=128
maxlogins=3
append=yes
[default]
100 => 1234,Sean Garland,sean@siskiyoutech.com
2005 May 18
2
Call forwarding...
Sorry for posting this again, but it seems to have become attached to
another thread. Guess I replied to another message instead of starting a
new one...
Hi,
I'm trying to setup a call forwarding rule so that when an extention
doesn't answer the call is forwarded to my mobile.
I'm using voiptalk.org for incoming and outgoing calls and SIP phones
for extentions (so all IP based -
2010 Sep 02
4
agi playback to execute say.conf settings
Hi all,
I am using asterisk-1.6.2.10. I changed say.conf script for customized
number reading.
In the extension.conf:
--------------------------
[number-to-voice]
exten => 8765,1,playback(num:344345,say)
exten => 8765,n,hangup
It executes corresponding say.conf script and produces good results for me.
but when I write it in agi does not working. Here is agi debug output from
asterisk.
2015 Feb 17
0
Callfile problem - Unable to find codec translation path from (nothing)
Justin Killen wrote:
<snip>
>
> Whenever I try to copy this callfile into /var/spool/asterisk/outgoing/
> I get these 3 lines repeating over and over (I?m not 100% sure which
> entry is first):
>
> [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: channel.c:5353
> set_format: Unable to find a codec translation path from (nothing) to (slin)
>
> [2015-02-16
2015 Feb 18
1
Callfile problem - Unable to find codec translation path from (nothing)
Joshua,
If I'm understanding this correctly, you're saying that the Playback is failing because it isn't connected to anything on the other end, because the Dial() failed. When the channel is created on the "OutgoingSpoolFailed" extension, what context is it created in, one of the origin legs? Is there a way detect this condition in the target context ([outbound-swift]),
2003 Jun 13
5
Applications, dialplan not loading
I've built the latest CVS of asterisk -- not the zaptel or libpri
directories, just the asterisk directory. asterisk installs
successfully, but there are severe problems. I built this system in the
past and ran it, but now building it again fails. This is the CVS as of
this morning, 2003-06-13, but I had problems on 06-11/12 as well.
After make; make install; make samples; make config, I
2010 Jan 18
0
Will SIP connection stop automaticlly when detect no voice between the channel after a period of time?
hi,
in my test, i noticed that sip connection will hangup automaticlly
when no speaks between the channel. about half a minute.
is this the asterisk inner mechanism or is my configuration error?
Thanks!
messages on the cli as follow:
-- SIP/1003-0000001d is ringing
-- SIP/1003-0000001d answered SIP/1004-0000001c
-- Stopped music on hold on SIP/1004-0000001c
[Jan 18 10:08:42]
2010 Jan 18
1
How to play the voicemail recorded?
Hi,all
i want to hear the voicemail recorded, but when hear "if you want to
play message , press 3", after i press 3
i only hear that that's the time the file recorded. not the content.
do you know how to hear content of voicemail fle?
debug message:
== Parsing '/var/spool/asterisk/voicemail/95040654321/3/INBOX/msg0001.txt':
Found
-- <SIP/1003-00000058>
2015 Mar 25
0
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
On Wed, Mar 25, 2015 at 7:35 AM, Salaheddine Elharit
<salah.elharit200 at gmail.com> wrote:
> hello list,
>
> i have asterisk 11.15.0 and i have some trunks sip from my provider
>
> we have some ip phone astra 6731i
>
> each Ip-phone is configured with trunk and we call
>
> no ihave configured another trunk from the same provider in my asterisk
>
> i can call
2015 Mar 27
2
call between snom 300 and aastra 6731i
You would need to give more information really.
Your sip.conf file listing the entries for the phones especially which
codecs are permitted.
A copy of the 'asterisk -rvvv' console output when you make the call.
On 27/03/15 17:05, Salaheddine Elharit wrote:
> please no body has som with aastra can help me in this issue
>
> 2015-03-26 11:02 GMT+00:00 Salaheddine Elharit
>