InterLinked1

Results 153 comments of InterLinked1

The documentation says this should be supported: https://www.linphone.org/technical-corner/linphone?qt-technical_corner=1#qt-technical_corner "Presence status" Is this not the case?

> Actually I can't find it there. Or do you mean the entry "call transfer"? Never mind, I see what you mean. I think the presence panel can be used...

cherry-pick-to: 18 cherry-pick-to: 20 cherry-pick-to: 21

> How does this recursion occur... Here's an example: ``` [lookup-context] exten => _X,1,Return(1) ; base case exten => _1X,1,Return(2) ; base case exten => _N0,1,Return(3) ; base case exten...

> Ah, through the use of the EVAL_EXTEN dialplan function you added. Would it have been possible prior to the inclusion of that? I haven't thought of any cases where...

cherry-pick-to: 18 cherry-pick-to: 20 cherry-pick-to: 21

> Why do this here in code instead of dialplan? If immediate=no, you can't easily capture the number dialed in the dialplan. It'll start executing it immediately so you'd have...

> So yes it is possible. No, not really, unless you have immediate=yes, which is the scenario to which I was referring. Otherwise this is too low level to be...

What granularity do you need for "exact duration"? Is there a reason something like this doesn't work? ``` same => n,Set(start=${EPOCH}) same => n,Record(...) same => n,Set(end=${EPOCH}) same => n,Set(duration=$[${end}-${start}])...

@jcolp Do you mind transferring this back to the main repo? There is now a patch to go with this.