Displaying 20 results from an estimated 60000 matches similar to: "No subject"
2010 Dec 21
1
SOLVED: Re: Setting `userfield` from within a callfile
On Monday 20 Dec 2010, Olivier wrote:
> 2010/12/20 A J Stiles <asterisk_list at earthshod.co.uk>
>
> > Our current Asterisk 1.6.2.9 setup includes a CGI auto-dial application
> > (written by someone else before me) which sets up calls by creating
> > files of
> > the general form
> >
> > Channel: SIP/$INSIDE_NUMBER
> > Context: $CONTEXT
>
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]),
2009 Jul 20
0
No subject
<snip>
Replaces: pickup-9582-c0a80101-d-4 at 192.168.101.102
<snip>
This Replaces header refers to RFC3891 which is not yet supported in
Asterisk (see http://www.voip-info.org/wiki/view/Asterisk+SLA)
This INVITE fails with :
<snip>
chan_sip.c: Trying to pick up 7792 at subs
<snip>
app_directed_pickup.c: No target channel found for 7792.
If I'm dialing *87792 instead
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
2006 Jun 17
0
hanging up call after launching a script, script should continue independently
hello!
i'm trying to implement a callback feature. to accomplish this, i've
written a python script(callback.agi) that starts another script as a
independent process(with spawnl), without asterisk waiting for the
other script (callback_dead.sh) to finish before it goes to the next
extension. running it on the commandline seems to work, the script
starts the other script and
2009 Jul 20
0
No subject
With CHANNELS(), I can list ongoing channels.
With IMPORT(), I can read various channels variables but I can't any that
matches musiconhold status.
(I'm looking for something like IMPORT(SIP/111-0000012a,CHANNEL(isonhold))
).
Did I miss something ?
Suggestions ?
Regards.
--000325557e1e66cc1e0484ac25d8
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding:
2009 Jul 20
0
No subject
in which Dial originally occurred, but for an unknown reason, it can't find
the appropriate hook to keep on.
Do you have any working sample ?
Regards
--0016e646050485a6cf0474456758
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hello,<br><br>I'm using AEL2 (in Asterisk 1.6.1.6) and I can't find=
a way to successfully
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
Hi all,
I'm using Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o on box A with a TE410P
(EuroISDN cpe)
connected to another similar asterisk box B acting as EuroISDN master.
I'm performing some load tests by contiously feeding up to concurrent 30
call files to /var/spool/asterisk/outgoing/ on box A
which inititate via a dialplan context/extension a outbound call
(redirected via chan_local) to
2009 Jul 20
0
No subject
faced this exact same problem a few times on more than one servers and it
was 1) dialplan issue which was not hanging up the zap channels correctly 2)
using more than 8 spans on a server. Asterisk can't handle more than 96 zap
channels on T1s. FXO/FXS combinations can vary the number of spans but if
you know what I mean by spans, in production don't use more than 6 spans.
On 2010-03-17
2011 Apr 12
0
No subject
[0004f2xxxxxx](poly650)
defaultuser=0004f2xxxxxx
callerid="Front Desk" <1600>
mailbox=1600
*setvar=callidnum=1234561600*
and from extensions.conf:
[outgoing]
; Outbound unrestricted domestic calls
exten => _1NXXXXXXXXX,1,Verbose(Outbound call from ${callidnum} to ${EXTEN}
on ${STRFTIME(${EPOCH},,%D)} at ${STRFTIME(${EPOCH},,%T)}.)
*exten =>
2011 Apr 12
0
No subject
the legs separately as if they were not related to the same call. So the
ingress leg negotiates ulaw, and despite it knowing that the peer also
supports g729 fails the call since it's already decided on ulaw and the
egress leg only accepts g729.
If this is design intent I'm wondering if there is demand enough to justify
a feature request?
Any advice on how I can work around this issue?
2009 Jan 16
0
No subject
asterisk*CLI> dahdi show status
Description Alarms IRQ bpviol
CRC4
T2XXP (PCI) Card 0 Span 1 OK 0 0
0
T2XXP (PCI) Card 0 Span 2 RED 0 0 0
On Thu, Apr 2, 2009 at 9:40 PM, Martin <asterisklist at callthem.info> wrote:
> That's very strange ... the code when is
2011 Sep 02
0
No subject
OpenSuse 12.1. Lets check with OpenSuse 12.1.
Regards.
On Mon, Aug 20, 2012 at 5:34 PM, Gopalakrishnan N <
gopalakrishnan.an at gmail.com> wrote:
> Its really weird working with OpenSuse. I am not sure how others are using
> with OpenSuse. Through Yast also I tried to install Asterisk package, it
> didn't find.
>
> Now I am clueless to work with OpenSuse.
>
>
2009 Jul 20
0
No subject
have adaptors compatible with Asterisk, but explicitly say in the product
titles that they're unlocked, which I think is the key.
On Thu, Dec 17, 2009 at 4:16 AM, Brian Cline <Brian at nw.brian.fm> wrote:
> Hello,
>
> I'm running Asterisk v1.6.1.11 internally with a few Linksys SIP
> phones and will be receiving a machine containing a Dialogic card
> for a
2010 Jun 22
1
Call file structure and syntax
Hi there,
I?ve been looking to do an outbound dialer for systems alerting, etc. and
have in large part followed the recipe here:
http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out
That and the associated pages at voip-info give a basic set of recipes for
callfiles, but nowhere there or in my copy of the O?Reilly book by Meggelen,
Madsen, & Smith can I find a detailed
2014 May 15
1
Call file problem, DelayedRetry/retrying spite MaxRetries: 0
I am using Realtime extensions as well, in case that would matter.
Following problem arises from time to time, a call will successfully
terminate:
[May 14 14:31:41] VERBOSE[3274] pbx_realtime.c: -- Executing
[t at project_init:1] Hangup("SIP/peer-2-00002f7e", "")
[May 14 14:31:41] VERBOSE[3274] pbx.c: == Spawn extension (project_init,
t, 1) exited non-zero on
2011 Jan 10
0
No subject
But from AMI i still se =E2=80=9Cx=E2=80=9D as =E2=80=9C5=E2=80=9D not =
=E2=80=9C8=E2=80=9D.
/Magnus
------=_NextPart_000_0092_01CBED56.27C28160
Content-Type: text/html;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
<HTML><HEAD></HEAD>
<BODY dir=3Dltr>
<DIV dir=3Dltr>
<DIV style=3D"FONT-FAMILY: 'Calibri'; COLOR: #000000;
2005 Jul 02
1
play message to callee before connect toincomingcall
sorry for the misunderstanding, robert!
the point is: during the caller is listening to the soundfile played to
him
the dialplan should continue to dial the sip phone 100 and after sip
phone
100 is answered and the announcement file is played the caller should be
connected
to the sip phone 100.
the behaviour is just like MoH, but the problem is, that the caller has
to hear a
soundfile from the
2013 Feb 20
2
exten => h,n,AGI(generateCall.php,${NEXT})
not able to run my php from AGIi am using asterisk 1.8.13 (debian)i am able to make call file using php command line..but when executing php from AGI, it is not working..kindly see the attachment if bellow text is not readable...___________________________________________________ File: /etc/asterisk/extensions.conf[call]exten => call,1,Answerexten => call,n,Playback(hello-world)exten =>
2011 Jan 10
0
No subject
major undertaking. But since you are using an AGI to control the Queue
command instead of using it from the dialplan, you have more control over
this problem than you realize. For simplicity of illustration, let's say
your AGI simply wants to take a call and send it to the next agent in the
queue. Your Agents are Agent007, AgentQ and AgentM. Because you did the
Polycom transfer from