[Home]

Summary:ASTERISK-02779: outgoing spool directory dials number correctly then need way to dial extension like D(123) from app_dial
Reporter:geisj (geisj)Labels:
Date Opened:2004-11-10 16:34:21.000-0600Date Closed:2011-06-07 14:05:09
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The Dial(Zap/1/5551212|20|D(123) seems to work from the extension.conf

I want to be able to do the same thing from the outgoing spool
directory call file.

I have the Channel: Zap/1/5551212

to do my dialing. and that works. However, after
that dial is complete and the user ANSWERS the call
I then need to pulse out some extension digits.

This seems inconsistent with the Dial() command that
supports such a concept. The outgoing spool call file
needs to have the same ability.
Comments:By: geisj (geisj) 2004-11-10 16:57:41.000-0600

Also with the AGI the EXEC DIAL 551212 also needs
to be able dial extenion numbers AFTER the person answers.
At this time once I do the EXEC DIAL 5551212 in my AGI
nothing is returned until the user hangs up. So I cannot
DTMF out any extension.

By: Brian West (bkw918) 2004-11-10 18:53:42.000-0600

Best way is to set vars and exit your agi then dial with the vars.

bkw

By: Mark Spencer (markster) 2004-11-17 00:44:18.000-0600

You can use SendDTMF application