Displaying 13 results from an estimated 13 matches for "dzalewski".
Did you mean:
zalewski
2007 Feb 15
7
Call forwarding
...(NUM)})=${EXTEN:4})
exten => _*21*X.,3,Playback(vm-saved)
exten => _*21*X.,4,Hangup
exten => #21#,1,NoCDR
exten => #21#,2,DBdel(CFIM/${CALLERID(NUM)})
exten => #21#,3,Playback(auth-thankyou)
exten => #21#,4,Hangup
debug from asterisk CLI:
-- Executing NoCDR("SIP/dzalewski-081afaf0", "") in new stack
Feb 15 15:00:19 NOTICE[32307]: cdr.c:443 ast_cdr_free: CDR on
channel 'SIP/dzalewski-081afaf0' not posted
Feb 15 15:00:19 NOTICE[32307]: cdr.c:445 ast_cdr_free: CDR on
channel 'SIP/dzalewski-081afaf0' lacks end
-- Executing Set("...
2007 Feb 01
0
Enhanced PickupChan
Hi All,
I've installed Enhanced PickupChan on asterisk 1.2.14 using howto from
http://www.thorsten-knabe.de/linux/asterisk/pickup.jsp .
from extensions.conf:
exten => 0,1,Dial(SIP/eosoiris|20|tTrR)
exten => 200,1,Dial(SIP/dzalewski|20|tTrR)
exten => _7.,1,Pickup2(${EXTEN:1})
When I try to pickup ringing SIP channel from other IP headset I go
disconnected.
here is debug from asterisk CLI:
-- Executing Dial("SIP/eosoiris-081b5e40", "SIP/dzalewski|15|tTrR") in new
stack
-- Called dzalewski...
2007 Jan 29
3
Pickup() ringing extension and call waiting
Hi All,
I'm using Asterisk 1.2.14 under openSuSE 10.2 with kernel 2.6.18. I have
Wildcard TDM400P card and D-Link DPH-120S and DPH-140S SIP phones. I would
like to be able to pickup ringing extention from any SIP phone using Pickup()
application.
from my dial plan:
[incoming]
exten => s,1,Dial(SIP/somebody1|60|tTrR)
[internal]
include => outbound-local
include => parkedcalls
2007 Jul 01
0
Transfer outgoing call - macro
...blem with call transfer. When I dial a number and then I want to transfer current call to an extension, I'm getting disconnected. Transfering incoming call works fine. I'm using macro for dialing.
extensions.conf:
[from-internal]
ignorepat => 9
exten => 200,1,Macro(stdexten,200,SIP/dzalewski)
[macro-stdexten]
exten => s,1,Set(temp=${DB(CFU/${ARG1})}) ; Get CFU key
exten => s,2,Set(DNDStatus=${DB(DND/${ARG1})}) ; Get DND key
exten => s,3,GotoIf($["${temp}" = ""]?5) ; If not existing, goto priority 5
exten => s,4,Dial(Local/${temp}@local/n);...
2007 Dec 26
2
Two lines for outgoing calls
Dear All,
I'm using Asterisk 1.4.16.2 with Zaptel 1.4.7 on Debian with kernel
2.6.18.
I have two analog lines Zap/1 and Zap/2 as group 1 in zapata.conf. I'm
using below context for dialing out.
[outbound-local]
exten => _9XXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _9XXXXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _9ZXXXXXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten =>
2007 Jul 04
1
Dialout Macro and transfer call in progress
Dear All,
I can not transfer call in progress. What's wrong with my macro? I think tT flags is enough right?
[macro-stdexten]
exten => s,1,Set(temp=${DB(CFU/${ARG1})}) ; Get CFU key
exten => s,2,Set(DNDStatus=${DB(DND/${ARG1})}) ; Get DND key
exten => s,3,GotoIf($["${temp}" = ""]?5) ; If not existing, goto priority 5
exten =>
2007 Jan 31
0
Asterisk 1.2.14 bristuff app_pickup.so
Hi All,
I'm using Asterisk 1.2.14 with Wildcard TDM400P. I need app_pickup.so
application so I can pickup channel-independent calls from any IP Phone
headset. How to compile and install only this application from bristufff
package?
Thank you in advance,
Dominik
2007 Feb 04
1
Asterisk 1.2.14 and bristuff 0.2.0-RC8s
Hi All,
How to install bristuff on asterisk 1.2.14? install scripts are trying to
download and compile those versions:
asterisk-1.0.10
zaptel-1.0.10
libpri-1.0.9
and I'm running:
asterisk-1.2.14
zaptel-1.2.12
libpri-1.2.4
I only need Pickup application from bristuff to be able to pickup channel
independent calls e.g. when I have incoming call from PSTN and I would like
to answer
2007 Feb 19
1
Asterisk PPPD with analog lines
Hi All,
Is it possible to use asterisk as a internet link backup callback solution? I
mean when my main DSL link is down at my server room I would like to dial to
asterisk , then it will call back me and provide a connection to a LAN
network.
Regards,
Dominik
2007 Mar 15
0
MP3Player
Hi All,
I'm having problem with MP3Player app. I want the caller to hear mp3 when he
is waiting until I answer my phone.
-- from extentions.conf --
exten => 200,1,Answer()
exten => 200,2,MP3Player(/home/user200/mp3/hanna-hais.mp3)
exten => 200,3,Dial(SIP/200|20|tTrR)
exten => 200,4,Hangup()
-- end --
here is debug from CLI:
-- Executing
2007 Apr 05
1
Asterisk 1.2.17 and BRIstuff
Hi All,
I'm using Asterisk 1.2.17 and I would like to install BRIstuff. Problem is
that current version of BRIstuff is for Asterisk 1.2.14.
BRIstuff 0.3.0-PRE-1y (* 1.2.14)
If I'm misunderstanding how to apply patches for 1.2.17?
Thank you in advance,
Dominik
2007 Apr 05
0
Asterisk 1.2.17 and BRIstuff - SOLVED
>Hi All,
>
>I'm using Asterisk 1.2.17 and I would like to install BRIstuff. Problem is
>that current version of BRIstuff is for Asterisk 1.2.14.
>
>BRIstuff 0.3.0-PRE-1y (* 1.2.14)
>
>If I'm misunderstanding how to apply patches for 1.2.17?
>
>
>Thank you in advance,
>
>Dominik
I found it:)
2007 Feb 11
2
Can not compile latest zaptel -1.2.13
I'm trying to compile latest zaptel-1.2.13 and I'm getting following errors:
/usr/src/Asterisk-1.2.14/zaptel-1.2.13/xpp/xbus-core.c: In
function ?debugfs_open?:
/usr/src/Asterisk-1.2.14/zaptel-1.2.13/xpp/xbus-core.c:171: error: ?struct
inode? has no member named ?i_private?
make[5]: *** [/usr/src/Asterisk-1.2.14/zaptel-1.2.13/xpp/xbus-core.o] Error 1
make[4]: ***