Displaying 11 results from an estimated 11 matches for "rajnoch".
2004 Dec 06
2
h extension in macro
Hi,
I have one Q:
why doesn't work h-extension in macro?
I want to setup fax macro, to send tif-file
after fax channel hang-up, but h-extension doesn't work in macro, so I
must put them to global context. But in this setup,
exten => h,1,system(/var/lib/asterisk/bin/mailfax ${FAXFILE} ${EMAILADDR} "${CALLERIDNUM} ${CALLERIDNAME}")
mailfax binary will be executed after any
2004 Aug 09
1
asterisk with H.323 phone
Hi all,
I have 'Voipac NetPhone 210' phone apparatus with
2004 Sep 17
3
how to get caller ID
i cannot see caller ID of the call originated from outside zap channel.
i hv configured both zapata.conf and extensions.conf.
i m right now in india
i think asterisk only supports Bellcore enable caller ID.
so is it the same bug of BT caller ID problem in UK?
or it is the bug of my asterisk configuration?
i hv enabled callerID from my TELCO.
-------------- next part --------------
An HTML
2004 Jul 29
1
PSTN tone simulation
Hi all
is there any way how can I simulate PSTN tone on asterisk.
I
2004 Aug 11
1
is gatekeeper required?
Hi all,
I have one asterisk server with one ISDN BRI connection to PSTN,
with h.323 support (oh323)
I buy some voip phones, and I connect them to the same switch as asterisk
server is; all is at the same TCP network.
I need to route some extensions from my DDI (DID) line at asterisk to
some voip phones, and also to do:
outgoing calls from any voip phone to PSTN via asterisk, and
intermediate
2004 Oct 05
1
FAXMAIL
Hi everybody,
can anyone has experiences with faxmail.
I mean something like voicemail.
so selected extensions have independent box for incoming faxes
and these faxes are forwarded to selected e-mail.
or is there anybody who try to print faxes directly from asterisk.
You know, asterisk box connected to printer, and incoming fax was
proceseed as printer job.
Thanks for help.
2004 Jun 11
1
direct dial-in (DDI)
Hi all,
Is there in * support for DDI (Direct dial-in)?
I buy a AVM ISDN-Controller B1 & I want to use it in point-to-point mode
on my ISDN BRI link with DDI preselection.
That means, that I have phone number range from ATM, e.g. +421 2 xx xx xx yy
where yy I can set-up on my PBX (*)
xx - fixed numbers.
I want various action for various yy, like (f.e.):
01 -> ring analog phone on TDM
2004 Aug 10
0
h.323 channel problem: I hear nothing
Hi all,
I have two problems with h.323 in *
The first one is, I can call my voip-phone,
(exten => 59305004,1,Dial(H323/${EXTEN}@192.168.0.41))
BUT, I hear nothing
in h.323 debug mode:
*CLI> Allowed Codecs:
Table:
GSM-06.10{sw} <1>
Set:
0:
0:
GSM-06.10{sw} <1>
-- Making call to 59305004@192.168.0.41.
== New H.323 Connection created.
2004 Sep 16
0
call parking & forwarding
Hi everbody,
I have problem with configuring call parking and forwarding.
firstly my setup:
I have one asterisk with gnu-gatekeeper on the same PC.
As phones I use voip-phones with H323 support.
phones are registered on gatekeeper as terminal and
asterisk as gateway.
I setup features.conf (parking.conf) like:
[general]
2004 Sep 24
0
how to put extension on hold? using h323 phones and gnu gatekeeper
Hi everybody,
I have still problem with setting-up asterisk.
I use asterisk with gnu gatekeeper and h323 phones.
I read lots of much documents, but there's no any reference to
setting-up "how to put on hold an incomming call".
I mean:
1.) somebody call me from PSTN (via my ISDN BRI card in asterisk);
2.) asterisk routes this call to gatekeeper and finaly I pick up call by
my
2004 Dec 06
0
fax/voice switch - faxdetect
Hi anybody,
I did setup fax/voice switch according
http://www.voip-info.org/tiki-index.php?page=Asterisk%20fax
somthing like:
[macro-faxvoiceswitch]
exten => s,1,Answer
exten => s,2,Macro(oneman)
exten => s,3,Hangup
exten => fax,1,Macro(faxmail)
where:
[macro-oneman]
exten => s,1,SetVar(klapka=${MACRO_EXTEN:-2:2})
exten => s,2,SetVar(voicemail=${PFX_ISDN1}${klapka})
exten