Displaying 20 results from an estimated 900 matches similar to: "ring groups with different caller id"
2003 Nov 28
3
Problem to boot Xenolinux.
Hi,
I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2
SCSI disks. The first disk has WinXP installed, and the second disk has
Redhat 8.0. I copied the images into /boot and modified grub.conf
accordingly:
title Xen / XenoLinux 2.4.22
root (hd1,0)
kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot
module /xenolinux.gz root=/dev/sdb2 ro
2010 Nov 03
1
Location of SR''S on Xenserver 5.6
I have a corrupt XEN server and I am wondering if I can copy of the SR''s and if so were are they kept?
Regards David Moore
moored@romtech.com.au
J.P. MCP, MCSE, MCSE + INTERNET, CNE.
www.adsldirect.com.au for ADSL and Internet www.romtech.com.au for PC sales
Office Phone: (+612) 9453 1990
Fax Phone: (+612) 9453 1880
Mobile Phone: +61(0)424 987 789
Skype Phone: ADSLDIRECT
POSTAL
2006 Dec 09
2
RDNIS question
Perhaps I've got the whole concept wrong, but here goes:
Using 1.4, when someone from the outside dials my direct line (123456),
I want it to call my extension at work (SIP/456), my extension in my
home office (vpn connection to corporate lan, SIP/678) and my mobile
(654321). So my dialplan is thus:
exten => 123456,1,Dial(SIP/456&SIP/678&Zap/G3c/07803654321,30)
exten =>
2010 Nov 24
1
Newbie question about differences between XCP-1.0 and XEN 4
Can somebody educate me as the differences between XCP-1.0 and XEN 4.
From what I can see XCP-1.0 has XEN 3.4.2
So why would you not build XCP-1.0 with XEN 4.0
Regards David Moore
moored@romtech.com.au
J.P. MCP, MCSE, MCSE + INTERNET, CNE.
www.adsldirect.com.au for ADSL and Internet www.romtech.com.au for PC sales
Office Phone: (+612) 9453 1990
Fax Phone: (+612) 9453 1880
Mobile Phone:
2005 May 07
4
Setting variable for a context for all extensions?
Hi,
Is it possible to set a variable for a context for all extensions? I
haven't been able to find it. I want something like this in
extensions.conf:
[from-iaxfwd]
exten => .,1,RING=r3
exten => 123456,1,Goto(from-pstn,s,1)
[from-internal]
exten => .,1,RING=r2
include => ext-local
[ext-local]
exten => 1,1,Dial(Zap/1,${LONGTIMEOUT})
exten =>
2005 Mar 26
1
about sip and registering
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
I don't really understand the extension function on:
register => user:secret:authuser@host:port/extension
First question
- --------------
well, it's only local, or is important for authentication on external
sip server?
Example: I've one external sip account, the number is the URI also
(111), pass 'xxx'
I'll
2004 Sep 15
4
IAX to IAX connect question
Hi,
I got my * working fine with FWD at office with 2 extensions, i receive
calls and i can make calls thru FWD. I got also my * at home, and i
connected it using auth=rsa. From my home, i can make calls using my office
iax, but if i try to redirect incomming calls from FWD to my * at home, it
rejects the call. I created the pub/key pairs for rsa and its working ok
and i just pasted the
2005 Jan 22
2
flashing zap using macro
I'm having problems using the following.
[sip]
exten => _*4.,1,macro(test,${EXTEN:2},${CALLERIDNUM})
[macro-test]
exten => s,1,Answer
exten => s,3,Flash
exten => s,3,Dial(SIP/${ARG2},30,t)
exten => s,4,Dial(SIP/${ARG1},30,t)
exten => s,t,Hangup
exten => s,i,Hangup
exten => s,h,Hangup
I know I must be missing something simple, but here is the output from
2005 Jan 14
1
ULaw not negotiating
Ok,
My provider is sending a call to me via ULaw but Asterisk isn't picking up
on this, I've only allowed ulaw, I disallow=all and then allow=ulaw in my
sip.conf and that's the only thing I allow, but when my provider sends me
the requests, I get an error about No Compatible Codecs:
17 headers, 8 lines
Using latest request as basis request
Sending to 67.19.245.213 : 5060
2004 Sep 20
3
Question about the 'fax' extension
I was looking at the wiki on 'Asterisk as a voice/fax switch'
And was wondering if the extension 'fax' is global to extensions.conf
Or just to the context it is in?
The reason I ask, is that my PRI might have 5 channels that will be
scrictly
Fax, and to be functional, I need multiple 'fax' extensions in my
various
Contexts.
Hope that makes sense,
Paul Seniuk
2019 Nov 27
2
Faxes stopped working - AMI issue?
I recently upgraded from Asterisk 13.19 to 16.6.1. Everything is
working fine with a few minor tweaks except outgoinf fax. Incoming
works fine.
I do outgoing faxing through an AMI call. Here is the output from the
security log:
[Nov 27 06:16:05] SECURITY[101222] res_security_log.c:
2015 Jun 12
2
Voice mail and caller ID
I have this in my sip.conf:
exten => *98,1,Verbose(0,CALLERID number is "${CALLERID(num)}")
same => n,VoicemailMain(${CALLERID(num)}@LocalSets,s)
same => n,Hangup
However, my extensions are set up so that they always show the external
number, not the extension:
[foobar2](client-phone)
secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
callerid=Candace <5555551212>
2010 Jul 16
4
chan_local - Asterisk 1.6.2.6
Hello
I just coding a AGI script for billing.
- For external calls, I pass the call directly on a trunk. I do :
Dial(trunk1/extension) -> OK !
- For internal calls (shortcode, others users ...) I am
Dial(Local/extension at context/n)
The problem is that through chan_local.so, I sound as it cut!
Example if I call the voicemail ... "You have No messa ..." or "You have
2019 Dec 03
2
Faxes stopped working - AMI issue?
On 12/2/19 11:52 AM, Joshua C. Colp wrote:
> So I know that AMI is listening and I can talk to it. Here is the
> main log"
>
> [Nov 27 06:16:00] VERBOSE[101155] asterisk.c: Remote UNIX connection
> [Nov 27 06:16:00] VERBOSE[101245] asterisk.c: Remote UNIX connection
> disconnected
> [Nov 27 06:16:01] VERBOSE[101244] manager.c: Manager
2011 Jan 25
1
SIP, IAX2 and ISDN ISUP data
Hi all,
I'm looking at my options for getting access to ISDN ISUP fields from
DDI numbers, when connecting to a 3rd party Asterisk server. This is for
a custom voicemail solution, and at this stage I want to avoid renting a
PRI.
The information I need to capture is:
- Calling Number
- Called Number (e.g. the DDI handling the call)
- Redirecting Number (e.g. the device diverting to the
2005 Oct 10
0
Realtime Extensions - DB concepts
OK, I have just discovered what may be a conceptual flaw in realtime
extensions.
DB schema as follows:
uniqueid, context, exten_id, priority, application, application_data
Primary key is uniqueid with an compound index of context and exten_id
data looks something like this:
xxxxx, sip, 5555551212, 1, SetVar,ext=${EXT}
xxxxx, sip, 5555551212, 1, Goto, officevm|2|1
The database is MySQL
2015 Jun 12
0
Voice mail and caller ID
Try this for CHAN_SIP:
same => n,Set(Peer=${SIPCHANINFO(peername)}) ; Get the peer
same => n,Set(MailBox=${SIPPEER(${Peer},mailbox)}); Get the mailbox
same => n,VoicemailMain(${MailBox}@LocalSets,s) ; If we have a
mailbox defined log into it
If you are using PJSIP it's more complex
same => n,Set(EndPoint=${CHANNEL(endpoint)}) ; Get the peer
same =>
2007 May 29
2
Agents.conf from realtime static
I am using Asterisk 1.4.4 on a CentOS 5 machine for a small call center
with 6 agents. I am using realtime for queues and sip and I am also
trying to use realtime static to load agents.conf. The only problem I
am having is that no agents are loaded when I start Asterisk. I have to
manually do a "module reload chan_agent.so" so the agents get loaded
from the database.
Obviously
2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
Hi all,
I have problem for receiving fax from multiple page fax that sent from fax
machine (analog).
The error is : WARNING T.30 Page did not end cleanly
This is my dialplan
[inboundfax]
exten => s,1,NoOp(**** FAX RECEIVED from ${CALLERID(num)}
${STRFTIME(${EPOCH},,%c)} ****)
exten => s,n,Set(FAXOPT(ecm)=yes)
exten =>
2019 Mar 22
1
prettyNum digits=0 not compatible with scientific notation
> On 22 Mar 2019, at 18:07 , Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>
> gives (on Linux R 3.5.3, Fedora 28)
>
> d=10 d=7 d=2 d=1 d=0
> [1,] "123456" "123456" "123456" "1e+05" "%#4.0-1e"
> [2,] "12345.6" "12345.6" "12346"