[asterisk-users] Wake-Up Call didn't work
dave cantera
david.cantera at iacnet.net
Tue Jul 24 07:46:14 CDT 2007
on the CLI> type this command:
dialplan show 6009 at local
-and-
dialplan show 6009 at default
you should see a dialplan returned to you. if not, which is what I
expect, you have to include the section [where6009is] in [local] or
[default]... i.e.
[local]
include => where6009is
...
[default]
include => where6009is
...
[where6009is]
exten 6009,1,wait(2)
exten 6009,n,NoOp("getting to 6009")
...
Asterisk guy wrote:
> 1 there is a correct file in /var/spool/asterisk/outgoing
>
> 2 i run asterisk -vvvvr to monitor it , it gives out the following
> error
>
> -- Attempting call on Local/6009 at default <mailto:Local/6009 at default>
> for application MusicOnHold() (Retry 1)
>
> Jul 24 08:23:17 NOTICE[21177]: chan_local.c:479 local_alloc: No such
> extension/context 6009 at default <mailto:6009 at default> creating local
> channel
>
> Jul 24 08:23:17 NOTICE[21177]: channel.c:2409 __ast_request_and_dial:
> Unable to request channel Local/6009 at default <mailto:Local/6009 at default>
>
>
> ( but i have a extension 6009 login to * ) , what is the problem?
>
>
>
> On 7/23/07, *James FitzGibbon* <james.fitzgibbon at gmail.com
> <mailto:james.fitzgibbon at gmail.com>> wrote:
>
> On 7/23/07, *Dovid B* < asteriskusers at dovid.net
> <mailto:asteriskusers at dovid.net>> wrote:
>
>
> Can it be that asterisk does not have permission to copy the
> file over ? Also check your date settings on the server.
>
>
>
> Yes, it's interesting that the page intro includes the sentence
> "Lots of error checking to make sure its done correctly", but the
> final step that makes the process work (ensuring that the callfile
> ends up in the directory that pbx_spool is watching) doesn't have
> any error checking:
>
> touch( $wakefile, $time_wakeup, $time_wakeup );
>
> rename( $wakefile, $callfile );
>
> The fact that you see files in /tmp when all is said and done
> means that at least some of the script is working. A few things
> to check:
>
> Do the files in /tmp have the correct timestamp (file matches the
> requested wakeup time)? If so, then everything preceeding the
> rename seems to have worked, so check if the user running the AGI
> can move files from /tmp to /var/spool/asterisk/outgoing. Though
> given that it's an AGI being run by *, you'd have to have a pretty
> strange setup for that to fail. Perhaps the outgoing directory
> just doesn't exist (was never created for some reason?)
>
> If the files don't have the correct timestamp, start following the
> logic backwards. Do they look complete? Look through the AGI for
> places where the wakeup file is written to (i.e.
> fputs( $wuc, "maxretries: $parm_maxretries\n"); ) and check that
> everything that should be written is being written
>
> Working backwards you should be able to figure out where the
> script is failing, then you can check everything that comes
> afterwards as the user running the AGI to make sure that
> permissions and directories are set up properly.
>
> --
> j.
> _______________________________________________
> --Bandwidth and Colocation Provided by
> http://www.api-digital.com-- <http://www.api-digital.com--/>
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.476 / Virus Database: 269.10.12/910 - Release Date: 07/21/2007 03:52 PM
>
--
My wife's sister is in California.
I should buy her a Videophone2008!
Truly, The Next Best Thing to Being There!
--
WorldWideVideoPhones.com
856.380.0894
More information about the asterisk-users
mailing list