[Asterisk-Users] Incoming MSN via ZapHFC -> to SIP
Bastian Schern
ml01 at in-bln.de
Fri Aug 20 11:34:50 MST 2004
Hi there,
I've got a small problem with the zaphfc channel. No MSN of an any
incoming call which comes trough the ISDN card (Acer ISDN, with HFC
chipset and zaphfc driver) which will be forwarded to the SIP-Phone will
be displayed. Always it will be shown "asterisk" an the Display.
--- snip (zapata.conf) ---
[channels]
language=de
switchtype = euroisdn
signalling = bri_cpe_ptmp
pridialplan=local
prilocaldialplan=local
pritrustusercid = yes
echocancel=yes
immediate=no
group = 1
context=default
channel => 1-2
--- snap ---
--- snip (extensions.conf) ---
[general]
static=yes
writeprotect=yes
[globals]
BASTIAN=SIP/16
[macro-callwithmsn]
exten => s,1,SetCallerID(${ARG2})
exten => s,2,SetCIDName(${ARG3})
exten => s,3,Dial(Zap/g1/${ARG1},60,Ttr)
exten => s,104,Playtones(busy);
exten => s,105,Busy
[default]
exten => 96,1,SetCIDNum(${CALLERIDNUM})
exten => 96,2,Dial(SIP/16)
exten => _0.,1,Macro(callwithmsn,${EXTEN:1},61,Bastian)
exten => _XX,1,Dial(SIP/${EXTEN})
--- snap ---
It would be very nice if somebody can help me.
Regards
Bastian
More information about the asterisk-users
mailing list