Displaying 20 results from an estimated 200 matches similar to: "DUNDi and Lua dialplan"
2010 Oct 21
1
asterisk 1.8 SIP register uri: peer field ?
Hello,
Looking the asterisk 1.8 API documentation
(http://www.asterisk.org/astdocs/api/index.html), I see a lot of new
fields for sip register uris:
register => [peer?][transport://]user[@domain][:secret[:authuser]]@host[:port][/extension][~expiry]
But the *peer* is not explained anywhere. What it is for ?
Regards,
Guillaume Bour.
--
Guillaume Bour<gbour at proformatique.com>
2010 Apr 06
0
about ACL problem after upgrade from 3.0.24 to 3.4.5
Coin,
Quoting Quartexx <quartex73 at gmail.com>:
> I'm experiencing your same issue. Have you found a fix for this?
> Thanks in advance for your reply
I downgraded to 3.2.5 to get a working version on the production
server, and made a few more tests with 3.4.5.
I discovered the ACL bug was linked to the full_audit vfs object, and
deactivating it fixed the modification
2011 Mar 22
1
How to use Atxfer in AMI
Hi folks,
I repeat "as is" the title of a post someone did a few months ago,
since I am facing the same problem and did not see one single answer
to his post. Maybe I'll be a little bit more lucky.
When I'm trying to issue an Atxfer AMI command, in the asterisk 1.8
branch, what happens is that some DTMF's are sent, like this :
[Mar 22 15:46:27] DTMF[5910]: channel.c:3900
2011 Mar 08
1
(fast) AGI and AMI synchronization ?
Hi,
I've been developing some CTI software around asterisk for a while,
mainly with the help of AMI and fast AGI.
It works quite fine, but I have some trouble sometimes with the
un-synchronized property of these 2.
Let me explain, we have a dialplan like this one :
exten = s,n,UserEvent(useful_input_data)
(...) a few actions
exten = s,n,AGI(agi://127.0.0.1:3333/fetch,queuename)
The idea is
2010 Feb 10
0
ACL problem after upgrade from 3.0.24 to 3.4.5
Hello,
After upgrading from Debian Etch with samba 3.0.24-6etch10 to Lenny
with a backport of 2:3.4.5~dfsg-1 (with libtalloc2 2.0.1-1), i get a
fully working service but with a strange ACL bug : people can
create/delete/rename files, but not modify them (error "espace
insuffisant pour traiter cette commande" in french, which should
translate into "Not enough storage is
2007 May 15
3
Mr. Spencer Written
Hi,
Mr. Spencer written the article "Using DUNDi with a Cluster of Asterisk
Servers <http://www.voip-magazine.com/content/view/3644/0/1/0/> " in the
VoIP Magazine and the piece follow:
[lookupdundi]
exten => _X,1,Goto(${ARG1},1)
switch => DUNDi/priv
exten => i,1,Goto(lookupmysql,${INVALID_EXTEN},1)
I didn't get understand the usage ARG1 argument in the context.
2011 Feb 28
0
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.3. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.3 resolves several issues reported by the community
and would have not been possible without your participation. Thank you!
The following is a sample of the issues resolved in this release:
2011 Feb 28
0
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.3. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.3 resolves several issues reported by the community
and would have not been possible without your participation. Thank you!
The following is a sample of the issues resolved in this release:
2006 Dec 05
0
RE: regcontext, NoOp extension vanishes when extension reload
>
> Let me guess: The context in which you have the 2 thru n priorities is
> the same one as you're using for regcontext right?
>
> Don't do that, bad things will happen (as you've noticed).
>
> I'd have to review the code again, but I think what you're seeing is as
> a result of this.
>
> Regards,
> - Brad
>
No, not exactly, I have a
2006 Dec 05
0
Re: regcontext, NoOp extension vanishes when extension reload, WORKING
OK this was an easy one to fix. All I had to do is RTFM. Note on the wiki:
ATTENTION: Make sure you take a look at bug report 7144
Just do what Kevin said, include the regcontext in whatever static
context you have the priority 2 extension and don't make a static
regcontext in extension.conf. Let sip module do the rest. Works
great.
Thanks Guys.
JR
On 12/5/06, JR Richardson
2006 Dec 05
0
RE: regcontext, NoOp extension vanishes when extension reload
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
> JR Richardson
> Sent: Tuesday, December 05, 2006 3:49 PM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] RE: regcontext,NoOp extension
> vanishes when extension reload
>
> >
> > Let me guess: The
2017 Feb 26
0
[ANNOUNCE] libX11 1.6.5
Adam Jackson (1):
Revert "Compose sequences for rouble sign"
Alan Coopersmith (6):
specs/libX11: More synopsis fixes
specs/libX11: Fix paramdef entries listing multiple parameters
specs/libX11: Make paramdef spacing more consistent
specs/libX11: Add missing parameter types for XGetWindowProperty()
specs/libX11: Fix broken synopsis for
2016 Apr 24
0
[PATCH] virtio: queue variable should be initialized in vring_create_virtqueue
'queue' may be used uninitialized in vring_create_virtqueue, actually
when we compile kernel, gcc can also give this warning.
Fixes: 2a2d1382fe9d ("virtio: Add improved queue allocation API")
Signed-off-by: Xin Long <lucien.xin at gmail.com>
---
drivers/virtio/virtio_ring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/virtio/virtio_ring.c
2016 Apr 24
0
[PATCH] virtio: queue variable should be initialized in vring_create_virtqueue
'queue' may be used uninitialized in vring_create_virtqueue, actually
when we compile kernel, gcc can also give this warning.
Fixes: 2a2d1382fe9d ("virtio: Add improved queue allocation API")
Signed-off-by: Xin Long <lucien.xin at gmail.com>
---
drivers/virtio/virtio_ring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/virtio/virtio_ring.c
2019 Nov 02
2
[Bug 112197] New: Black screen after resume
https://bugs.freedesktop.org/show_bug.cgi?id=112197
Bug ID: 112197
Summary: Black screen after resume
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: critical
Priority: not set
Component: Driver/nouveau
Assignee: nouveau at
2007 Oct 03
2
Where to download Junghanns ISDNguard software?
Hi list,
I recently purchased an ISDNguard from Junghanns. It came with no
software and there is no sign on their website or in any of their
documentation where to download it. I have looked in
http://www.junghanns.net/downloads/ and there is no sign of it there
either. The only thing remotly close ther is
isdnguard-asterisk-1.2.13.patch. Their documentation refers to
/usr/sbin/ISDNguard. Where
2010 Jul 26
5
FreeTDS (Microsoft MsSQL 2008) and CDR
Hi,
I have Ubuntu server 10.04 64bit, and Asterisk 1.4.34, compiled from
sources. I installed freetds-common,freetds-dev, libct4, libsybdb5,
freetds-bin, but, when I run configure and then make menuconfig in section
"Call Detail Recording" -> "cdr_tds" it's "disabled". It only writes that
"Depends on: freetds(E)". On another server (same
2010 Jan 18
3
add spline to longitudinal data - preferably similar to SAS's 'I=SM50S' routine
Hi Ruser
I'm trying to replicate some SAS code. I have to add a spline to my
longitudinal spaghetti plot.
I have the plot, but I can't add the spline, a overall trend line. In
the SAS code they use the command 'I=SM50S' and I would prefer
something similar. I?m using R 2.10.1 on windows XP?
I have made this working example.
tolerance.pp <-
2008 Aug 31
4
give all combinations
Hello,
is there a simple way to give all combinations for a given vector:
v<-c("a","b","c")
combination(v,v) becomes
"aa","ab","ac","bb","bc","cc'
combination(v,v,v) becomes
"aaa","aab","aac","abb",......
[[alternative HTML version deleted]]
2007 Jun 15
0
No subject
network outages and recent tests have shown that works well, albeit the
switch takes about 20 minutes to propagate the dns updates but otherwise
flawless.
=20
It's embarrassing and I'm losing credibility when clients are asking if
I'm still in business as the phone has dropped way to often in the past
few month. Interesting enough all outages to date have been Fridays or
Mondays.
=20