Displaying 2 results from an estimated 2 matches for "afterdialingpeerlogipofcb".
2019 Dec 27
1
Handling a non-responsive peer after it answers
...time, then
the peer can be considered non-responsive. Is there a way to configure a
handler for this state?
We use v14.7.6 and we dial the peer this way:
same =>
n,Set(CHANNEL(hangup_handler_push)=${CONTEXT},handleHangupByCaller,1(args))
same =>
n,Dial(${AddressToReachPeer},2,b(${CONTEXT}^afterDialingPeerLogIpOfCb^1(${UUID}^${StartEpoch})))
same => n,Goto(handle${DIALSTATUS},1)
Cheers,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20191227/31f33f9d/attachment.html>
2019 Dec 30
1
Handling a non-responsive peer after it answers
...gt; a handler for this state?
> >
> > We use v14.7.6 and we dial the peer this way:
> >
> > same =>
> >
> n,Set(CHANNEL(hangup_handler_push)=${CONTEXT},handleHangupByCaller,1(args))
> > same =>
> >
> n,Dial(${AddressToReachPeer},2,b(${CONTEXT}^afterDialingPeerLogIpOfCb^1(${UUID}^${StartEpoch})))
> > same => n,Goto(handle${DIALSTATUS},1)
> >
>
"Joshua C. Colp" <jcolp at sangoma.com> replied:
> [deleted] As for hanging up a call when the remote
> goes away that depends on the channel driver. For SIP both chan_sip and
>...