VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Mon Feb 04, 2008 7:13 pm Post subject: [asterisk-users] Losing CALLERID{dnid} |
|
|
what about astdb? is that too much of a global variable?
moj
Arjan Kroon | Mobillion wrote:
Quote: |
Hi,
I?m using videocalling on asterisk 1.4.10.
When I setup the videocall with exten =
n,1,h324m_gw(s at video2webanswer), I loose the variable DNID
(${CALLERID(dnid)})
Before the videocall is set up, this variable is filled and after this
videocall this variable is empty.
Also all local variables are empty.
If al look at the A-number (${CALLERID(num)} this variable is not
empty after the videocall is set up.
Does anybody know how to ?remember? the variable ${CALLERID(dnid)} ?
A global variable is not an option.
Kind Regards.
------------------------------------------------------------------------
_______________________________________________
-- 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 |
|
|
Back to top |
|
|
jsmith at digium.com Guest
|
Posted: Mon Feb 04, 2008 7:31 pm Post subject: [asterisk-users] Losing CALLERID{dnid} |
|
|
On Mon, 2008-02-04 at 10:08 +0100, Arjan Kroon | Mobillion wrote:
Quote: | 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. |
|
Back to top |
|
|
Arjan.Kroon at mobilli... Guest
|
Posted: Tue Feb 05, 2008 8:27 am Post subject: [asterisk-users] Losing CALLERID{dnid} |
|
|
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: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] 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:
Quote: | 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.
_______________________________________________
-- 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|