Hello all.

Dialing with tT options and function Read (to prompt number) has a trouble for me.
Can I temporarily features off during Read?

features.conf:
[featuremap]
blindxfer => ##                 ; Blind transfer  (default is #)
atxfer => **                    ; Attended transfer

I try:
exten => s,n,Set(LOCAL(tmp_atxfer)=${FEATUREMAP(atxfer)})
exten => s,n,Set(LOCAL(tmp_blindxfer)=${FEATUREMAP(blindxfer)})
exten => s,n,Set(FEATUREMAP(atxfer)=)
exten => s,n,Set(FEATUREMAP(blindxfer)=)
exten => s,n,Read(tmp_ext,${ARG1},${ARG2},${ARG3},${ARG4},${ARG5})
exten => s,n,Set(FEATUREMAP(atxfer)=${tmp_atxfer})
exten => s,n,Set(FEATUREMAP(blindxfer)=${tmp_blindxfer})

No success. FeatureMap is usefull only BEFORE Dial. It is no matter during Dial :(

Remark: It's difficult to remove option (tT) in Dial.

Got any ideas?
Thanks.

Dmitriy.

--
_____________________________________________________________________
-- 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