[Asterisk-Users] Answering incoming calls, can asterisk NOT always answer until I DO?

nathan nathan at yorkukhosting.com
Thu Apr 1 05:53:13 MST 2004


> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of James
Gardiner
> Sent: 01 April 2004 13:46
> To: asterisk-users at lists.digium.com
> Subject: [Asterisk-Users] Answering incoming calls, can asterisk NOT
always answer until I DO?
> 
> 
> 
> <snip>
> 
> I was wondering if it is possible to get Asterisk to detect an
incoming
> call, get my extension to RING, but only ANSWER the call when I answer
the
> call?
> Ie, so if no one answers the caller does not get charged.
> 
> 
> Thanks,
> James Gardiner

Hi James,

As long as you just use Dial to call your extension, and don't use
Answer the caller shouldn't be charged. That's how it appears to work
here.

Caller not charged:

  exten => s,1,Dial(SIP/sip123|tr|20)
  exten => s,2,Congestion

Caller charged:

  exten => s,1,Answer
  exten => s,2,Dial(SIP/sip123|tr|20)
  exten => s,3,Congestion

-Nathan




More information about the asterisk-users mailing list