[asterisk-users] Losing CALLERID{dnid}

Jared Smith jsmith at digium.com
Mon Feb 4 18:31:21 CST 2008


On Mon, 2008-02-04 at 10:08 +0100, Arjan Kroon | Mobillion wrote:
> When I setup the videocall with exten =
> n,1,h324m_gw(s at video2webanswer), I loose the variable DNID
> (${CALLERID(dnid)})

Hmmmn... I'm not familiar with the h324m_gw application.  Is that some
third-party add-on to Asterisk?

Have you tried doing something like:

exten => blah,1,Set(__MY_DNID=${CALLERID(dnid)})
exten => blah,n,h324m_gw(s at video2webanswer)

and see if that MY_DNID channel variable is still set after the call?
(The underscores on the beginning of the variable tell Asterisk that any
child channels should inherit the channel variable from this channel.)

-- 
Jared Smith
Community Relations Manager
Digium, Inc.




More information about the asterisk-users mailing list