>From: [email protected]
[mailto:[email protected]] On Behalf Of Zeeshan
Zakaria
>Sent: Tuesday, September 14, 2010 11:15 AM
>To: Asterisk Users Mailing List - Non-Commercial Discussion
>Subject: Re: [asterisk-users] Random File Name

 

>Can you post what are you doing to see UNIQUEID? And also what version of
Asterisk you are using?

>Zeeshan A Zakaria

--
www.ilovetovoip.com

>>On 2010-09-14 12:11 PM, "Dan Journo" <[email protected]> wrote:

>>> ${UNIQUEID} is going to be realtivly unique certnely in the short term 

>>I dont understand something. When I do ${UNIQUEID}, I get something like
this:-

>>"SIP/215.166.5.140-00000bbf"

>>Is this correct? Its not a valid file name.

>>Thanks
>>Dan

My guess is that "Dan" is doing something like this

Exten => 1234,1,Verbose(ID is ${EXTEN})

"SIP/215." is an ${EXTEN} value

Should be doing something like 

Exten => 1234,1,Verbose(ID is ${UNIQUEID})

This should return something like

120003949488.0003

 

 

 

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to