Displaying 20 results from an estimated 1000 matches similar to: "canreinvite=yes problem"
2008 Dec 18
1
canreinvite question
Is it possible to allow reinvites to/from specific devices?
For example;
exten 2001 and 2002 can reinvite to each other, but not 2003 and 2004
exten 2003 and 2004 can reinvite to each other, but not 2001 and 2002
Can that be done? Devices 2001 & 2002 are behind one firewall, and
2003 & 2004 are behind another.
Tim
2009 May 20
2
play with varibles
Hello,
I have a var like ?blabla? with the ?
I need to suppr the ?
Is it possible with the ${var:x:y} ?
Thank you
Cordialement,
BERGANZ Fran?ois
P Pensez ? l'Environnement, n'imprimez ce mail que si n?cessaire.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 May 12
3
SIP trunk between two Asterisk servers
Hi,
I'm trying to setup a SIP trunk between 2 Asterisk servers on the same LAN (no NAT, no firewalls).
With IAX2 all's fine but I'm unable to setup SIP. I must be missing something obvious.
I followed the simple example at http://www.panoramisk.com/90/sip-trunk-with-asterisk/en/.
so Asterisk server 1 (192.168.250.111) sip.conf contains:
[interboxsip]
type=peer
host=192.168.250.112
2009 Jun 02
2
error with dial timeout
Hello,
I am trying to do :
Exten =>_X.,n,Dial(SIP/ser_sei0/1130,L(10208400:61000:10000))
But it return that error:
[Jun 2 10:04:44] WARNING[18920]: app_dial.c:1623 dial_exec_full: Invalid
timeout specified: 'L(10208400:61000:10000)'
Why?
I forgot something ?
Thank you
Cordialement,
BERGANZ Fran?ois
P Pensez ? l'Environnement, n'imprimez ce mail que
2009 Sep 03
1
MeetMe unactive pin access
Hello,
I have conferences in my database.
I need at some moments, to access the database without asking pin access, or
with using cdr(accountcode).
Is it possible?
Thank you
Cordialement,
BERGANZ Fran?ois
P Pensez ? l'Environnement, n'imprimez ce mail que si n?cessaire.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 May 23
3
Xen/ARM multiboot (v2) support
Hi Ian,
can we push multiboot v2 support for Xen/ARM still into 4.3?
It looks like it can coexists with zImage in the same binary - the
multiboot structure can be put just behind the zImage header and the
code can determine how it has been started: zImage bootloaders clears
r0, multiboot one''s would set r0 to the MB magic.
I will sketch a patch tomorrow, just wondering if we can have
2009 Dec 23
4
fax problem
Hello,
I need to send a tiff via fax with my asterisk 1.6.1.0.
I tried in the dialplan
[default]
exten => _X.,1,SendFax(/root/test.tiff)
but I have:
salledeconf1*CLI> console dial 111 at default
[Dec 23 16:24:22] WARNING[31739]: chan_oss.c:492 setformat: Unable to
re-open DSP device /dev/dsp: No such file or directory
-- Executing [111 at default:1]
2008 Dec 12
1
prepaid solution
Hello,
I am looking for a good prepaid solution.
What is the best ?
Cordialement,
BERGANZ Fran?ois
P Pensez ? l'Environnement, n'imprimez ce mail que si n?cessaire.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081212/5188f96b/attachment.htm
2009 Mar 19
1
VM_DATE in french?
Hello,
I work on voicemail.conf and I need that ${VM_DATE} is in french!
How can I do it?
Thank you
Cordialement,
BERGANZ Fran?ois
P Pensez ? l'Environnement, n'imprimez ce mail que si n?cessaire.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090319/7c1de958/attachment.htm
2013 Nov 01
17
[PATCH v2 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
I''ve addressed all (I think/hope) of the review comments.
The main change is to expose the guest virtual platform (e.g. memory
layout and interrupt usage etc) to the toolstack via the public
interface. This is then used during FDT generation. I have just codified
the current defacto standard layout, it''s probably not the best layout
but any change can be a separate patch/series.
2013 Mar 25
6
Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
Hi Xen Developers,
I had tested new XenARM for Arndale board that is updated in Anthony''s
tree from 2 days ago.
I expected that will be working. But, I can not boot Dom0 Kernel.
I used kernel and XenARM both are from Xen
Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
I
2009 Mar 06
2
question about MeetMe performance.
hello,
I will do a server to do a lots of conferences (MeetMe).
I want to know that if I dont use a digum card, the limit of simultaneous
calls is harder without a card than with a card ?if, yes, how harder is the
limit?
thank you
Cordialement,
BERGANZ Fran?ois
P Pensez ? l'Environnement, n'imprimez ce mail que si n?cessaire.
-------------- next part --------------
2004 Dec 30
2
[PATCH] /proc/sys/kernel/bootloader_type
This patch exports to userspace the boot loader ID which has been
exported by (b)zImage boot loaders since boot protocol version 2.
Tested on i386 and x86-64; as far as I know those are the only
architectures which use zImage/bzImage format.
-hpa
Signed-Off-By: H. Peter Anvin <hpa at zytor.com>
2009 Mar 09
3
problem with an agi in PHP
Hello,
I need to execute an agi in php.
I have that:
== Using SIP RTP CoS mark 5
-- Executing [0170725000 at mnupprx1:1] Answer("SIP/33179977999-b6c18478",
"") in new stack
-- Executing [0170725000 at mnupprx1:2] GotoIf("SIP/33179977999-b6c18478",
"0?6:3)") in new stack
-- Goto (mnupprx1,0170725000,3)
-- Executing
2010 May 21
3
CANCEL Reason
Hello all,
I need that Asterisk Always use Reason in a CANCEL.
How to do?
thank you
*Fran?ois *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100521/f3a91f36/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: francois.vcf
Type: text/x-vcard
Size: 400
2013 Sep 25
3
[PATCH] xen: arm: use new 64-bit zImage magic numbers for Xen binary
Upstream commit 4370eec05a88 "arm64: Expand arm64 image header" ended up
changing the zImage magic (which was actually the initial branch instructio
encoding!). The new header has a proper magic number at a fixed location.
Switch Xen itself to using this format. Neither the bootwrapper nor the models
care about this header themselves and real bootloaders are not widely used, so
now is
2013 Nov 19
23
[PATCH v6 00/16] xen: arm: 64-bit guest support and domU FDT autogeneration
Biggest change is to switch the new DTB node to /xen-core-devices
instead of /xen at Stefano''s request.
I also dropped the few patches title HACK etc which weren''t supposed to
be there and fixed up some bits and pieces which folks commented on.
George, WRT the freeze I think this is functionality which we cannot
ship Xen 4.4 without. The impact is entirely constrained to the
2002 Nov 18
4
Problems with old hardware
Hi all
I have a Zenith N-Station (1997) P166 64 Mb of Ram
it has a Intel LANDesk Service Agent version 0.98i
it doesn't seem to be flashable
I have tried methode from http://syslinux.zytor.com/pxe.php
Each time I use ethereal to check the protocol
The behavior is quite strange :
I have the "Boot :" line the pxelinux is loading correctly
But when I ask my image pxe, I have dumps
2013 Apr 24
15
Bare-metal Xen on ARM boot
Hi,
I was wondering if there is any documentation on how to write a bare metal
application for Xen. I don''t need to parse the device tree and such yet, a
simple booting "Hello World" would be fine :-)
We wrote one and when trying to boot we get ( this was an uncompressed
binary, no image):
libxl: notice: libxl_numa.c:451:libxl__get_numa_candidate: NUMA placement
failed,
2013 Jul 12
14
[PATCH] xen: arm: make zImage the default target which we install
From: Ian Campbell <ian.campbell@citrix.com>
The zImage compatible binary is the useful one on real hardware. The relocated
ELF thing is only really useful when booting directly on Fast Models. The
customary suffix for that case is .axf so provide that as a target.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Wookey <wookey@linaro.org>
---
xen/arch/arm/Makefile |