Displaying 20 results from an estimated 1000 matches similar to: "Callfile problem - Unable to find codec translation path from (nothing)"
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]),
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
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
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
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 =>
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
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 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
2010 Jan 19
1
wav to gsm can't play
hi,
i try to convert wav file to gsm format.use following commands;
sox net263-welcome.wav -r 8000 -g -c 1 net263-welcome.gsm resample -ql
the file is located in /var/lib/asterisk/sounds/net263
but cant' play.do you know what's wrong?
-- Executing Playback("SIP/1001-00000091", "net263/net263-welcome")
-- <SIP/1001-00000091> Playing
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 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.
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
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
>
2011 Feb 11
6
On-Hold Music
Hi gang,
In 500 words or less (if possible), please explain what is a
legal music-on-hold file? My boss hates the stuff provided with the
distribution and I figure that I'm asking for trouble if I take my Les Mis
tracks and run them through Audacity and SOX to make new files.
Thanks in advance
Danny Nicholas
-------------- next part --------------
An HTML attachment was
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 -
2015 Oct 17
3
Help with voicemail
Hi list!
My problem: I have three extensions in my Asterisk 1.8.30.0 and they have a
voicemail.
On two of these numbers the voicemail works without any problem, on the other
it doesn't...
I get this error:
[Oct 17 17:01:29] WARNING[14700]: channel.c:5254 set_format: Unable to find a codec translation path from 0x100 (g729) to 0x2 (gsm)
[Oct 17 17:01:29] WARNING[14700]: file.c:957
2003 Apr 03
5
MP3player problem
Skipped content of type multipart/related-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2892 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030403/46e84bf5/smime.bin
2009 Oct 09
1
${REASON} not getting set.
Hi all,
I've got a program that creates a callfile and most if it working great.
However, when a call fails, I'm trying to capture the reason, which I'm told
should be in the ${REASON} channel variable.
http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out
Here is an excerpt from the callfile:
Channel: local/155555555
Callerid:Tests <155555555>
MaxRetries: 0
RetryTime: