Sorry,

I tried to use underscore(s) before the variable names, but without any
success.

H234m_gw is a functionality which we use for video calling on asterisk.
(http://sip.fontventa.com/)

--
Arjan Kroon
Mobillion BV
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jared
Smith
Sent: dinsdag 5 februari 2008 1:31
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Losing CALLERID{dnid}

On Mon, 2008-02-04 at 10:08 +0100, Arjan Kroon | Mobillion wrote:
> When I setup the videocall with exten =
> n,1,h324m_gw([EMAIL PROTECTED]), 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([EMAIL PROTECTED])

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.


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to