Erez D wrote:
I tried configuring asterisk to let me enter a number, and if i do
not, to ring the phone.

this way i can call my home and turn on my boiler for 15 minutes (1900)
or my air-condition (1901), or burn the house down (1902).
but if someone else calls me,he hears 'wait a moment' and after 3
seconds it rings my home phone. and then voicemail


here is part of my extensions.conf:
--------------------------------------------------------------------
[incoming]
exten => 500,1,ResponseTimeout(3)
exten => 500,2,BackGround(wait-moment)

Try replacing  BackGround with Playback here, see if it helps.



exten => 1902,1,System('/scripts/burn_house_down.exe')

A Windows executable. How fitting. <g> :-)

Gilad

--
Gilad Ben-Yossef <[EMAIL PROTECTED]>
Codefidence. A name you can trust(tm)
Web: http://codefidence.com  | SIP: [EMAIL PROTECTED]
IL: +972.9.8650475 ext. 201  | Fax:            +972.9.8850643
US: +1.212.2026643 ext. 201  | Cel:           +972.52.8260388

 `Y'know, I was just saying to myself, "Self," I said to myself,
  "you really need an enterprise datacenter architecture that
  leverages middleware based on robust frameworks." Wow, they
  must have been reading my mind!' -- Anonymous.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to