Displaying 4 results from an estimated 4 matches for "execmain".
Did you mean:
execmail
2005 Aug 26
1
Asterisk: Unable to read password.
...for my sip proxy.
When a user (1234)dials 1111, the call is forwarded to
asterisk. However I receive the following error:
--Executing VoiceMailMain("SIP/1234-9afc", "1234") in
new stack
--Playing 'vm-password' (language 'en')
[WARNING]: app_voicemail.c:3359 vm-execmain: Unable to
read password
==Spawn extension (default, 1111, 1) exited non-zero
on 'SIP/1234-9afc'
My configs are as follows:
;sip.conf
[1234]
type=friend
host=dynamic
context=default
mailbox=1234
;extensions.conf
[default]
exten=>1234, 1, Voicemail(u${EXTEN})
exten=>1234, 2, Hangup...
2004 Nov 18
3
SipTone II
Anybody used the above phone with asterisk
I have one working ok for calls, but having a problem with voice mail.
Using either the 'Voice mail function key' or dialing 88 (for my system)
just gets me to Call Terminated
Asterisk CLI shows the error message 'unable to get User name'
My Grandstream works ok, asking for User name, then Password
Any ideas ?
--
Clive
Email :
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...o
> commands/trigger.o commands/tsearchcmds.o commands/typecmds.o
> commands/user.o commands/vacuum.o commands/vacuumlazy.o
> commands/variable.o commands/view.o executor/execAmi.o
> executor/execCurrent.o executor/execGrouping.o executor/execIndexing.o
> executor/execJunk.o executor/execMain.o executor/execProcnode.o
> executor/execQual.o executor/execScan.o executor/execTuples.o
> executor/execUtils.o executor/functions.o executor/instrument.o
> executor/nodeAppend.o executor/nodeAgg.o executor/nodeBitmapAnd.o
> executor/nodeBitmapOr.o executor/nodeBitmapHeapscan.o
> ex...