Hi,

In 1.6.1, DIALSTATUS can be set to CANCEL, if caller cancels a call, I
suppose.
Then, how can you, for instance, send a UserEvent whenever caller cancels a
call before callee answers ?

In dialplan bellow, hangupcontext is entered if callee answers, not if
callers cancels before callee answers.

context normal {
1234 => {
                Dial(SIP/1234,,F(hangupcontext^1234);
};
}

context hangupcontext {
1234 => {
                NoOp(here);
};
}


Regards
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to