Displaying 3 results from an estimated 3 matches for "lookup_caller_id".
2017 Apr 19
2
Voicemail asking for login
On 2017-04-19 02:39 AM, Pete Mundy wrote:
> Hmm... Above my pay grade I'm afraid! Looking at your 'voicemail
> show users' I can't see why the vm_authenticate function is
> failing to read the username :(
I can answer that one. It's because we can't enter 'stocktrans2' from a
telephone so we just hang up. The question is, why does it ask for the
2016 Mar 24
2
Mobiles not detecting as BUSY until Dial() timeout completes
I'm not sure if this is an Asterisk thing, a handset thing or a telco thing,
so please be gentle with me if this is not the right place to ask .....
When placing a call over a SIP channel to a mobile phone, if the phone is
engaged, it does not return a BUSY status straightaway. Rather, I get a
ringing-out tone for the timeout duration specified in the Dial() statement;
*then* I get
2017 Apr 19
2
Voicemail asking for login
On 2017-04-19 11:57 AM, J Montoya or A J Stiles wrote:
> I fished this out of an old extensions.conf from a defunct project. It might
> be relevant to your use case:
>
> exten => 1571,1,NoOp(Call to 1571: voicemail retrieval)
> exten => 1571,n,AGI(lookup_caller_id.agi,${CALLERID(num)})
> exten => 1571,n,NoOp(CLID is ${clid})
> exten => 1571,n,VoiceMailMain(${clid},s)
I do something similar using *98.
> The upshot of this was, if you dialled 1571 from your own phone, then you got
> put straight through to your own voicemail, without loggin...