Hello list,
how can I give a simple password to the DISA-application ?
The following :
exten => 1000,n,DISA('123456',from-TEST)
results in :
[Jul 23 13:47:51] WARNING[2357]: app_disa.c:255 disa_exec: DISA password
file '123456' not found on chan SIP/test6-00000006
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.digium.com/pipermail/asterisk-users/attachments/20110723/89f3fbed/attachment.htm>
Try not encasing the password in single quotes. Just supply it as a bare argument. -- Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 2200 Atlanta, GA 30303 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/ On Jul 23, 2011, at 5:51 AM, Jonas Kellens <jonas.kellens at telenet.be> wrote:> Hello list, > > how can I give a simple password to the DISA-application ? > > The following : > > exten => 1000,n,DISA('123456',from-TEST) > > results in : > > [Jul 23 13:47:51] WARNING[2357]: app_disa.c:255 disa_exec: DISA password file '123456' not found on chan SIP/test6-00000006 > > > > Kind regards, > Jonas. > -- > _____________________________________________________________________ > -- 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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110723/b7747a1a/attachment.htm>
No quotes around 123456
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonas Kellens
Sent: Saturday, July 23, 2011 4:51 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] DISA password
Hello list,
how can I give a simple password to the DISA-application ?
The following :
exten => 1000,n,DISA('123456',from-TEST)
results in :
[Jul 23 13:47:51] WARNING[2357]: app_disa.c:255 disa_exec: DISA password
file '123456' not found on chan SIP/test6-00000006
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.digium.com/pipermail/asterisk-users/attachments/20110723/ca8260ec/attachment.htm>