[Asterisk-Users] Zaphfc CallerID problem...
Massimo De Nadal
maxx at digital-system.it
Mon Aug 2 04:20:32 MST 2004
"Thorsten Huber" wrote:
> Hi,
>
> On Sun, Aug 01, 2004 at 09:13:52PM +0200, Massimo De Nadal wrote:
> ...
> > [from-ISDN1]
> > exten=>s,1,Wait(1)
> > exten=>s,2,Dial(Sip/cisco1&Sip/xlite1,30,tTr)
> > exten=>s,3,HangUp
> >
> > The problem is that when I receive a call, I can't see the CallerID
neither
> > on the Cisco 7940 nor on the X-Lite client.
> >
> > Any ideas ??
>
> we had similar problems and fixed them by setting the CIDName to the
CallerID:
>
> [from-ISDN1]
> exten=>s,1,Wait(1)
> exten=>s,2,SetCIDName(${CALLERID})
> exten=>s,3,Dial(Sip/cisco1&Sip/xlite1,30,tTr)
> exten=>s,4,HangUp
>
> --
> Gruss / Best regards | LF.net GmbH | fon +49 711 90074-414
> Thorsten Huber | Ruppmannstrasse 27 | fax +49 711 90074-33
> th at LF.net | D-70565 Stuttgart | http://www.lf.net
Thank you for your answer. I think my problem is a little bit different.
If I add a priority like:
exten => s,2,NoOp (${CALLERID}_${CALLERIDNUM}${CALLERIDNAME})
I can see that CALLERID and the other variables have no value.... it seems
like channel zap knows the CALLERID but doesn't set the variables values.
Maybe a zaphfc bug ?
More information about the asterisk-users
mailing list