bill@polylink.net
2004-Dec-20  01:25 UTC
[Asterisk-Users] Fw: pbx.c:1279 pbx_extension_helper: No application 'SetVal' for extension (c819, 1, 1)
I have added a sip user in sip.conf. user name is 819,context is c819.
and I have added the follows rows in extension.conf. like
[c819]
  exten => 1,1,Answer
  exten => 1,2,SetVal(voicemail=${exten})
  exten => 1,3,Dial(SIP/${voicemail})
It appear a error message(pbx.c:1279 pbx_extension_helper: No application 
'SetVal' for extension (c819, 1, 2)) when i dial 1 from 819.
The version of asterisk is 1.0.3 
Please help me. Thank a lot. 
Bill Chen
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20041220/0639f360/attachment.htm
adria vidal
2004-Dec-20  05:37 UTC
[Asterisk-Users] Fw: pbx.c:1279 pbx_extension_helper: No application 'SetVal' for extension (c819, 1, 1)
El 20/12/2004, a las 9:25, bill@polylink.net escribi?:> > ?I have added a sip user in sip.conf. user name is 819,context is c819. > and I have added the follows rows in extension.conf. like > [c819] > ? exten => 1,1,Answer > ? exten => 1,2,SetVal(voicemail=${exten}) > ? exten => 1,3,Dial(SIP/${voicemail}) > > > It appear a error message(pbx.c:1279 pbx_extension_helper: No > application 'SetVal' for extension (c819, 1, 2)) when i dial 1 from > 819. > > The version of asterisk is 1.0.3 > > Please help me. Thank a lot. ? >Try with SetVar ?????????????????????? Adri? Vidal |