Displaying 3 results from an estimated 3 matches for "rdegges".
Did you mean:
degges
2010 Aug 25
1
Asterisk 1.6.1 Won't Play Default ULAW Files
...get the feeling that this is related to me not loading
a required module somewhere in modules.conf, but the modules that I've
listed there don't seem to contain any other ULAW-type modules that would be
required to play ULAW files.
Thanks for any help!
-Randall
--
Randall Degges
*http://rdegges.com/*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100824/a54e80ae/attachment.htm
2010 Aug 15
1
Removing `chan_dahdi.conf`
...the experts
to get a definitive answer.
I'm currently using Asterisk 1.6.1.1.
I plan to go through the source code for the module loader to see what I can
find, but I figured I'd pop this email off anyhow to see what you all have
to say.
Thanks for your time.
--
Randall Degges
*http://rdegges.com/*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100814/709c15a5/attachment.htm
2010 May 07
1
Execute AGI, Then Continue
Hi all,
I'm running Asterisk 1.6.2.7 using the following pseudo-dialplan (not actual
dialplan, because of complexity):
[something]
exten => s,1,Answer()
exten => s,n,AGI(blah,arg1,arg2)
exten => s,n,Playback(blah)
exten => s,n,DoMoreStuff()
exten => s,n,Hangup()
What I'd like to do, is have Asterisk launch my AGI script and continue
executing dialplan without waiting for