before when i was trying to get it to connect to gmail and before i got it working, i had cepstal working.
now Im using a vm image now i wonder if it's related.
exten => 6245,1,Answer
exten => 6245,2,Wait(1)
exten => 6245,3,Set(TIMEOUT(digit)=7)
exten => 6245,4,Set(TIMEOUT(response)=4)
exten => 6245,5,Flite("At the beep enter your e-mail password.")
;exten => 6245,5,Swift ("At the beep enter your e-mail password.")
exten => 6245,6,Read(PWCODE,beep,6)
exten => 6245,7,Flite("Please hold a moment.")
;exten => 6245,7,Swift("Please hold a moment.")
exten => 6245,8,AGI(nv-mailcall.php,${PWCODE})
exten => 6245,9,Flite("Thank you for calling. Good bye.")
;exten => 6245,9,Swift("Thank you for calling. Good bye.")
exten => 6245,10,Hangup
exten => 6245,1,Answer
exten => 6245,2,Wait(1)
exten => 6245,3,Set(TIMEOUT(digit)=7)
exten => 6245,4,Set(TIMEOUT(response)=4)
;exten => 6245,5,Flite("At the beep enter your e-mail password.")
exten => 6245,5,Swift ("At the beep enter your e-mail password.")
exten => 6245,6,Read(PWCODE,beep,6)
;exten => 6245,7,Flite("Please hold a moment.")
exten => 6245,7,Swift("Please hold a moment.")
exten => 6245,8,AGI(nv-mailcall.php,${PWCODE})
;exten => 6245,9,Flite("Thank you for calling. Good bye.")
exten => 6245,9,Swift("Thank you for calling. Good bye.")
exten => 6245,10,Hangup
Hmm i bet i did too, lets have a look.Ah. Bet you forgot to change the setting in /var/lib/asterisk/agi-bin/nv-mailcall.php.
#!/usr/bin/php -q
<?
ob_implicit_flush(false);
error_reporting(0);
set_time_limit(300);
[B]$ttsengine[0] = "flite"[/B] ;
[B]$ttsengine[1] = "swift"[/B] ;
ob_implicit_flush(false);
error_reporting(0);
set_time_limit(300);
$ttsengine[0] = "flite" ;
$ttsengine[1] = "swift" ;
//-------- DON'T CHANGE ANYTHING ABOVE THIS LINE ----------------
$debug = 1;
$newlogeachdebug = 1;
$emaildebuglog = 0;
$email = "yourname@yourdomain" ;
$ttspick = 0 ;
//-------- DON'T CHANGE ANYTHING BELOW THIS LINE ----------------
asterisk -rx "core show application swift"
Your application(s) is (are) not registered
[B]Asterisk 1.4 Install.[/B] To install apt-swift on your [I]PBX in a Flash[/I]/Asterisk 1.4 system:
cd /usr/src
wget http://pbxinaflash.net/source/app_swift/app_swift-1.4.2.tar.gz
tar -zxvf app_swift*
rm *.gz
cd app_swift-1.4.2
make
make install
Yes google are good like that, i have done many searches regarding this before posting here!Google Searches are still free
Have you tried reading the article about this
asterisk -rx "core show application swift"
Link up your team and customers Phone System
Live Chat
Video Conferencing
Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.
Check your inbox!
We’ve sent you an email. Click on the button in the email body to verify your email address – (if you can not find it, check your spam folder).
Upon verification you will be directed to the 3CX setup wizard.