search for: stocktrans2

Displaying 7 results from an estimated 7 matches for "stocktrans2".

2017 Apr 20
2
Voicemail asking for login
...nsion is build by a script that takes information from the database and does substitutions which is what makes this so baffling. Every extension is built exactly the same way. Here are two voicemail entries, the failing one and mine that works. The only sanitation I did was for the password. stocktrans2 => 9999,Angelica Douglas,stocktrans2 at Vex.Net darcy => 9999,Vybe Networks - D'Arcy,darcy at Vex.Net Here is the full dialplan for stocktrans2. exten => stocktrans2,1,Verbose(0,Entering extension stocktrans2) same => n,Goto(DialCell) same => n,GotoIf($["x"...
2017 Apr 18
4
Voicemail asking for login
...ut. I can't see much more than at my previous debug level but here it is anyway. Due to line wrapping I added "<<<" to the end of each line in case it is not clear where the actual line endings are. "Alex Chernyshev" <4164251212> going into voice mail for stocktrans2<<< -- Executing [stocktrans2 at LocalSets:19] Set("SIP/alex-00000175", "_ACCOUNT=stocktrans2") in new stack<<< -- Executing [stocktrans2 at LocalSets:20] VoiceMail("SIP/alex-00000175", "stocktrans2 at VoiceMail,u") in new stack&l...
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 =>
2017 Apr 17
3
Voicemail asking for login
We have a template for extensions and voicmail. They look like this: exten => %ACCOUNT%,1,Verbose(0,Entering extension %ACCOUNT%) same => n(DialDesk),Verbose(0,${CALLERID(all)} Calling ${EXTEN}) same => n,Dial(SIP/%ACCOUNT%,30) same => n(VoiceMail),Set(CDR(userfield)=VoiceMail) same => n,Verbose(0,${CALLERID(all)} going into voice mail for %ACCOUNT%)
2017 Apr 19
2
Voicemail asking for login
...n 2017-04-18 08:31 PM, Victor Villarreal wrote: > Maybe excecuting the following command at Asterisk console, will help you: > > asterisk> voicemail show users > > And you will get a list of all mailbox configured in your system. Search > for the user with problems. VoiceMail stocktrans2 Angelica Douglas 12 Definitely there. In fact, I generate all the configs from a database with a script so I would be very surprised if one user was different from another. -- D'Arcy J.M. Cain Vybe Networks Inc. http://www.VybeNetworks.com/ IM:darcy at Vex.Net VoIP...
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 mailbox in the first place> > If I were any good at coding in C, I'd probably look inside > app_voicemail.c around line number 10671 and see if I could > determine how it reads the username and...
2017 Apr 19
2
Voicemail asking for login
...; username' also doesn't appear in the output on a working mailbox either? Exactly. Since it is not all digits it can't be entered. > I think that's the place to concentrate your efforts. > > It shows shortly after the attempt by VoiceMailMain to enter mailbox > 'stocktrans2' in context 'VoiceMail'. Does this mailbox exist? Yes. > Can you show the equivalent line from a working mailbox (so we can see > if it also uses the context 'VoiceMail', or maybe something else > instead, like 'default'?). "" <6477190146> goi...