Displaying 20 results from an estimated 148 matches for "extn".
Did you mean:
ext
2003 Dec 31
1
Snom 200 with two extns defined anyone?
Are there any Snom 200 users that have two extns defined on their phone?
I've been trying to get two (or more) extns defined in such a way that
when extn #1 rings, LED #1 flashs; extn #2 rings, LED #2 flashes, etc.
(Answer greating will be different depending upon which extension is
called.)
I can get multiple extns to register and work wi...
2006 Apr 26
2
2 analogue ports on an Alcatel PBX patched to 2 FXO ports on my *
Hello,
I have 2 analogue ports on an Alcatel PBX patched to 2 FXO ports on my
<mailto:*@home> *@home 2.8 running on top of CentOS. Both FXO Ports are on
ONE Digium card.
What I would like is:
If someone calls extn 281 on my Alcatel PBX it is routed through to Extn 233
on my * thruogh FXO port/module 4
If someone calls extn 282 on my Alcatel PBX it is routed through to Extn 234
on my * thruogh FXO Port/module 3
I have SIP extn 233 set up.
I have SIP extn 234 set up.
I have one inbound route set up as any D...
2004 Jun 17
4
7960 straight through?
if i go off hook and dial 666 from an internal sipura spa-x000
(at extn 141), it rings straight through to extn 666.
using the same dialplan, from a cisco 7960 with 7.1 sip code
(at extn 142), i have to
go off hook
hit NewCall
punch 142 (or any valid extn in the dialplan)
hit Dial
then dial 666
wtf?
sip.conf for crisco
[fiji]
callerid="...
2006 Feb 08
1
Possible AGI Bug in Asterisk?
...t;connect('DBI:mysql:CCVR_ADMIN;192.168.6.56','CCVR_User','****');
my $dbh3 = DBI ->connect('DBI:mysql:CCVR;172.16.1.233','user1','****');
#Create AGI
$AGI = new Asterisk::AGI;
my %input = $AGI->ReadParse();
# Capture the extension dialed
my $extn = $input {'extension'};
#Answer the Call
$AGI->answer();
#generate a file name based on the time and extension dialed
$ti = time();
$dir = "/vol/recordings/";
$finame = $ti."_".$extn;
$fname = $dir.$finame;
$finame = $finame.".gsm";
# populate the DB wit...
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...; as argument.
>
> _ The 'linux/syslinux-nomtools' installer uses system calls.
>
> _ The 'mtools/syslinux' installer requires unprivileged write
> permissions and mtools.
>
> So to continue with the same reasoning:
>
> _ An installer capable of writing to extN-formatted "devices" would
> seemingly mean adding extN support to 'linux/syslinux-nomtools'. This
> installer shall still be "standalone".
Hi Ady,
Thank you very much, I prefer this one, add the extN support to
linux/syslinux-nomtools, create a new "e2fs/sys...
2004 Jan 03
3
AW: AW: Snom 200 with two extns defined anyone?
...>> Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-
>> admin@lists.digium.com] Im Auftrag von Olle E. Johansson
>> Gesendet: Donnerstag, 1. Januar 2004 11:57
>> An: asterisk-users@lists.digium.com
>> Betreff: Re: AW: [Asterisk-Users] Snom 200 with two extns defined anyone?
>>
>> Christian Stredicke wrote:
>> > We at snom have problems with Asterisk when we receive calls without the
>> > line indication. When we register we place a contact like this:
>> >
>> > REGISTER sip:asterisk SIP/2.0
>> >...
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...inux' commands use "device" as argument.
_ The 'linux/syslinux-nomtools' installer uses system calls.
_ The 'mtools/syslinux' installer requires unprivileged write
permissions and mtools.
So to continue with the same reasoning:
_ An installer capable of writing to extN-formatted "devices" would
seemingly mean adding extN support to 'linux/syslinux-nomtools'. This
installer shall still be "standalone".
_ An installer capable of writing to extN-formatted "devices" while
requiring less permissions (i.e. unprivileged write pe...
2009 Aug 06
5
Setting up Outgoing Trunk
...Asterisk setup.
I have three inbound trunks in my asterisk box, everything is
working fine but the only problem is when any user make an out-
going call through his/her extension it goes with same number labeled
on this.
Can we set each of these lines to have fixed outgoing numbers
like if extn: 201 make an outgoing call the recipient should get different no and if extn: 202 make an outgoing call the recipient should
get different one.
Please can someone help me in this.
Thanks
Shantanu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists....
2009 Mar 06
1
Asterisk dial plan conditional on not busy
Here is the current dial plan section:
[custom-michael]
exten => _900,1,Playback(custom/extn-xfer)
exten => _900,2,SayDigits(${EXTEN})
exten => _900,3,MixMonitor...........
exten => _900,4,Dial(SIP/${EXTEN}|${DEFRT})
exten => _900,5,Playback(custom/extn-xfer2)
exten => _900,6,Goto(custom-michael,901,4)
exten => _901,1,Playback(custom/extn-xfer)
exten => _901,2,SayDigi...
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
> On 12/24/2014 12:16 AM, Robert Yang wrote:
>> Hello syslinux,
>>
>> Merry Christmas! These patches will make extlinux work with umounted
>> ext2/3/4 filesystem, for example:
>>
>> $ extlinux -i /dev/sdXN
>> or
>> $ extlinux -i file_block
>>
>> Also it can work with something like:
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...; $ extlinux -i /dev/sdXN
> or
> $ extlinux -i file_block
>
> Also it can work with something like:
> $ extlinux /dev/sdXN --reset-adv
> or
> $ extlinux file_block --reset-adv
>
Thank you.
The 'extlinux' command supports several (mounted) filesystems, not only
extN. This series of patches seems to be relevant for extN only. From
users' perspective, for the same binary to have different capabilities
depending on the filesystem in question could easily trigger
misunderstandings and demand more resources for support and
clarify/update documentation.
The...
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
>
> Hi Ady,
>
> Thank you very much, I prefer this one, add the extN support to
> linux/syslinux-nomtools, create a new "e2fs/syslinux" may make things
> more complicated for the user, I will make it as:
>
> 1) If it is a extN device, then root privilege is not required.
> 2) Otherwise work as before.
>
> Any suggestions is appreciat...
2006 Apr 18
0
Asterisk/FreePBX/Alcatel2400
Hello Fellow Users,
This is my first post so please be kind :-)
I am using asterisk@home <mailto:asterisk@home> with freePBX talking to an
Alcatel 2400 analogue port via a Digium TDM01B - 1 FXO card
I can make calls into the asterisk by dialling the asterisk extn number from
the 4200.
I can dial extns on the 4200 from asterisk by dialling 9(4200extn number) if
I don't have any Outbound Dial prefix of 9 in my Trunk ZAP/g0
If I try to dial 9PSTN (90114xxxxxxx) number with this setting I get the
autoattendant on my 4200 (the autoattendant is on Extn 0)...
2004 May 12
3
Cisco 7960 SIP - DND soft key toggle?
Running the latest * CVS and Cisco 7960G and 7940G phones with SIP 6.3 image.
I have figured out how to turn on the DND feature through the
Settings>Call Preferences>Do Not Disturb - Yes then Save. This puts the
phone into DND On and shows a DND image above the far right soft key which
you use to turn off DND.
There should be a better way. An on/off toggle of the soft key that it
2013 Apr 24
4
TEST IMG/ISO FAILS in syslinux 5.01
The followings WORKS OK in Syslinux-4.06
LABEL ** ^TEST IMG/ISO File.
kernel /test/memdisk
initrd test/filename.iso
append iso
# [if not use iso raw]
TEXT HELP
[Tab] >Use (i) iso initrd=test/filename.iso OR (ii)
initrd=test/filename.extn
ENDTEXT
However sorry to say FAILS in Syslinux-5.01
Thanks in advance.
Prof S W Damle
2005 Jul 20
4
HOWTO capture digits
Folks:
does anybody have an idea? how to capture the DTMF digits to a file, after
an extn asnwer? then POST it to a url?
Regards,
JR
2005 Aug 07
3
Can call from iax extn but cannot call it - unable to cteate channel iax
Hello
I have created an iax exten in my iax.conf file:
[300]
type=friend
username=300
secret=***
context=default
host=dynamic
callerid="some name" <300>
auth=md5
Then in my extensions.conf I have:
exten => 300,1,Dial(IAX/${EXTEN},20)
exten => 300,2,Hangup
I can dial from iaxComm (a soft IAX client) and that works fine. But when I
try to dial 300 get:
WARNING[22077]:
2004 Jan 31
4
rtp sound quality?
pstn -> sip gw -> * -> C7960
When I dial into * via the pstn, I hear the ivr menu just fine (good
quality). I press 3000 (valid extn), and I begin to hear ringing however the
ring back is very very choppy.
I answer the C7960, and speech is clear in both directions. Place the C7960
extn on hold, and the MOH is very choppy. Checking 'sip show channels' indicates
both the sip gw and C7960 are using ulaw; Both are 100 meg...
2005 Feb 08
1
VoIP extn number planning
Looking for some advanced thoughts relative to exten number assignments.
We're in the planning stage for rolling out asterisk at multiple small
US telco/isp operations. Their typical voip customer has had their
pstn line for a looooong time and wants to keep the pstn line and number,
but add voip to their existing home/soho arrangement.
One approach (from a planning perspective) is to
2009 Sep 17
1
Openssh 4.6p1 Error
Hello Sir,
Could provide the solution for the below error ?
chan_read_failed for istate 3
Thanks and regards
Chandra Prakash Vela
Global Operations - Production Engineering Services
Computer Sciences Corporation India Private Limited
C-24 ,Sector 58,Noida -201301
USA: 1-302-781-1010 Extn. 1957
UK: +44 (0) 870 850 3512 Extn. 1957
Australia: 1800 137 784 Extn. 1957
India: +91-120-2582323 Extn. 1957
E-Mail: cvela at csc.com
CSC ? This is a PRIVATE message. If you are not the intended recipient,
please delete without copying and kindly advise us by e-mail of the
mistake in deliv...