*1xx where xx is the speed dial number

Ronald Wiplinger wrote:
I use DbPut and DbGet to get a speed dial number into and out of the database.

After that I should dial the number, but how?

User dialed
*91 <xx> <yyyy> - Set system speed dial <xx> to digits <yyyy>
*91 <xx> 0      - Delete system speed dial <xx>
*91 <xx>        - Review system speed dial <xx>
*1xx            - Dial speed dial <xx>

exten => _*1XX,2,Dial(${TRUNKGROUP}/${NumberToCall},20);
should dial the number, but I need that now go through ASTCC like
exten => _91NXXNXXXXXX,4,DeadAGI(astcc.agi,${CALLERIDNUM},${EXTEN:${TRUNKMSD}},${TARIFF})

How can I do that?


bye

Ronald

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to