Forum Replies Created
-
I went ahead destroyed my .vdp folder and uninstalled everything from a fresh download then reinstalled killing my second key and I get the same results. I selected 1.8 server and set it to PIAF although it detected my server as FreePBX.
I will call and get my key reset so I can install a second copy again when I need it.
So bottom line this looks to be a bug that is not fixed as stated in the change log for 3.3
Hello,
Apstel Integration Server does not support store procedures, at this moment.
We do plan to support it in the future releases.
Currently we support standard SQL queries only.Best regards,
Daniel MinitchApstel support team
http://www.Apstel.com> second is the destination number or the number the caller called to access the IVR, so far I set that manually in the context.
Isn’t it “exten” variable, set by default by Asterisk?
Check this out:
https://wiki.asterisk.org/wiki/display/AST/Using+the+CONTEXT ,+EXTEN,+PRIORITY,+UNIQUEID,+and+CHANNEL+VariablesJust my 2c
— Mike
-
This reply was modified 10 years, 6 months ago by
Migrated from old forum.
Sean,
What exactly are you trying to accomplish in your callflow? Is it something you are trying to do with VDP? Or just a general error with faxing and Incredifax? If the latter, you would probably have to post the problems in their forums. I haven’t used Incredifax in a few years.Kevin
Yes that makes sense. I suspect I am having some overload and overlap of public docs/howto’s.
I have managed to find the config line but it was some serious guess work. I wish the logs would show the config line or any real world context
I could use for debugging this stuff. Hate to hijack your help but you seem well knowledge and I feel as if we need more posts like this to help others figure it out as searching the web is failing on me right now.The line below in extensions_additional.conf seems to generate the above error. So it would seem that FAX_DEST is not a valid variable.
Trying to figure out why or what setting I missed setting in the FreePBX/PIAF UI. Any thoughts?ext-did-0001
include => ext-did-0001-custom
exten => fax,1,Goto(${CUT(FAX_DEST,
,1)},${CUT(FAX_DEST,
,2)},${CUT(FAX_DEST,^,3)})Thanks
Sean-
This reply was modified 10 years, 6 months ago by
Migrated from old forum.
Ok, When you install Incredifax on PIAF it will install its own handlers for Hylafax/IAXModem. I would let them do their job. You should be able to go into Avantfax and configure what is done with the fax, such as autoprinting it, emailing it, etc. You shouldn’t need to do anything with VDP. If PIAF sees it’s a fax it will handle it, otherwise it will pass the call on to the voice side to be handled. Does this help?
Kevin
Hay Kevin. Ya sorry was thinking it was more generic. I see it is not now 🙂
Ok so i am running pbx in a flash purple with some upgrades
FreePBX 2.9.0.12. I installed incrediblefax that installs Hylafax and avantfax.I have a sip trunk from flowroute and I want to detect if the call is a fax and then have it store the fax someplace maybe email it etc.
I have managed to get my PIAF box to detect it is a fax and try and send it to the fax extension but I seem to be getting an error I can not track down. and the FAX-> extension icon in VDP does not seem to ever get called.
I have looked over the interwebs looking for more verbose logging on the error but cant seem to figure out what function is called that returned “Function result is ”” I think if i could figure out what line in the configs this is on I could fix it. In the end it calls the Goto() with a bad arg and then it dies. I am not sure if this is my base config issues or VDP modifications to my configs.
2013-06-13 10:26:56 DEBUG32029 res_rtp_asterisk.c: Starting RTCP transmission on RTP instance ‘0x2aaaac7e6358’
2013-06-13 10:26:56 DEBUG32029 dsp.c: 1100 Hz done detected
2013-06-13 10:26:56 DEBUG32029 chan_sip.c: Fax CNG detected on SIP/flowroute-00000028
2013-06-13 10:26:56 VERBOSE32029 chan_sip.c: == Redirecting ‘SIP/flowroute-00000028’ to fax extension due to CNG detection
2013-06-13 10:26:56 DEBUG32029 channel.c: Soft-Hanging up channel ‘SIP/flowroute-00000028’
2013-06-13 10:26:56 DEBUG32029 channel.c: Scheduling timer at (0 requested / 0 actual) timer ticks per second
2013-06-13 10:26:56 DEBUG32029 channel.c: Stopped silence generator on ‘SIP/flowroute-00000028’
2013-06-13 10:26:56 DEBUG32029 channel.c: Set channel SIP/flowroute-00000028 to write format ulaw
2013-06-13 10:26:56 DEBUG32029 pbx.c: Spawn extension (from-trunk,fax,1) exited non-zero on ‘SIP/flowroute-00000028’
2013-06-13 10:26:56 VERBOSE32029 pbx.c: == Spawn extension (from-trunk, fax, 1) exited non-zero on ‘SIP/flowroute-00000028’
2013-06-13 10:26:56 DEBUG32029 pbx.c: Function result is ”
2013-06-13 10:26:56 DEBUG32029 pbx.c: Function result is ”
2013-06-13 10:26:56 DEBUG32029 pbx.c: Function result is ”
2013-06-13 10:26:56 DEBUG32029 pbx.c: Launching ‘Goto’
2013-06-13 10:26:56 VERBOSE32029 pbx.c: — Executing fax@from-trunk:1 Goto(“SIP/flowroute-00000028”, “,,”) in new stack
2013-06-13 10:26:56 NOTICE32029 pbx.c: Cannot find extension context ”
2013-06-13 10:26:56 WARNING32029 pbx.c: Priority ” must be a number > 0, or valid label
2013-06-13 10:26:56 DEBUG32029 pbx.c: Spawn extension (from-trunk,fax,1) exited non-zero on ‘SIP/flowroute-00000028’
2013-06-13 10:26:56 VERBOSE32029 pbx.c: == Spawn extension (from-trunk, fax, 1) exited non-zero on ‘SIP/flowroute-00000028’
2013-06-13 10:26:56 DEBUG32029 channel.c: Soft-Hanging up channel ‘SIP/flowroute-00000028’
2013-06-13 10:26:56 DEBUG32029 pbx.c: Launching ‘Macro’
2013-06-13 10:26:56 VERBOSE32029 pbx.c: — Executing h@from-trunk:1 Macro(“SIP/flowroute-00000028”, “hangupcall,”) in new stack
2013-06-13 10:26:56 DEBUG32029 pbx.c: Expression result is ‘1’
2013-06-13 10:26:56 DEBUG32029 pbx.c: Launching ‘GotoIf’Matthews,
What exactly are you trying to do? What PBX distribution are you using? Asterisk version? What fax system are you trying to use? Hylafax/IAXmodem? Something else? We need some more information to try and help. 🙂Kevin
Hello again,
I figured it out. I had the failed output of the playback component going to the hanup component.
Hello Benkhesa,
There is known issue with Visual Dialplan installer and some of 64bit Linux distributions.
I guess you run into this issue.
The workaround is to unpack and run pre-installed Visual Dialplan.
Simply download, unpack archive and run Visual Dialplan.
You will be missing some minor features like VDP file association with Visual Dialplan but you’ll have it running.Here are download URLs:
Visual Dialplan Professional:
http://www.apstel.com/download/vdp_prof/lin64/VisualDialplanProfessional-3.3.00-Linux-x86_64-Install.tar.gz(external link)Apstel Integration Server:
http://www.apstel.com/download/is/lin64/DialplanIntegrationServer-1.2.00-Linux-x86_64-Install.tar.gz(external link)Best regards,
Daniel MinitchApstel support team
http://www.Apstel.comAs far as I know Visual Dialplan supports plain text authorization only (username and pass).
You have fields at Preferences window to insert username and pass.— Mat
Loaded The professional version as suggested. Now the program launches.
Now to find time to us, what looks to be very powerful software. 🙂
No I will try that.
How do I fix the java installation on my elastix server? -
This reply was modified 10 years, 6 months ago by