Askozia Forums
May 17, 2012, 03:33:43 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: New Release: 2.1 Diet Askozia  (Read 2417 times)
landfiets
Full Member
***

Karma: 1
Posts: 79


View Profile
« Reply #15 on: July 26, 2011, 07:58:08 am »

@Sebastian Thanks for the answers again.

2) I cannot dial 000086. It says number invalid.

My USB is installed allready so that's not the problem
« Last Edit: July 26, 2011, 08:16:20 am by landfiets » Logged
Sebastian
Askozia Staff
Hero Member
*

Karma: 25
Posts: 552


View Profile
« Reply #16 on: July 26, 2011, 08:30:59 am »

Did you install external storage?
Could you check in you application overview if the voicemail application (000086) is there?
Logged
landfiets
Full Member
***

Karma: 1
Posts: 79


View Profile
« Reply #17 on: July 26, 2011, 08:29:57 pm »

there's no application for voicemail in my applications
Logged
Sebastian
Askozia Staff
Hero Member
*

Karma: 25
Posts: 552


View Profile
« Reply #18 on: July 27, 2011, 08:36:03 am »

Hi,

that seems to happen when the USB storage isn't reinitialized after an update.
Please add the application manually:

1,Answer()
2,VoicemailMain(${CALLERID(num)})
3,Hangup()
Logged
rami69
Jr. Member
**

Karma: 0
Posts: 48


View Profile
« Reply #19 on: July 27, 2011, 12:53:57 pm »

Sebastian,

could you please advice about presents/luck off 2 features that i searching them for the last couple of years?
1) plus to be converted to 00 to allow handling provider for number +44 872938293773 be replaced as 0044 872938293773
2) support CURL function that allows to make integration with external things.

thank you in advance for prompt reply.
Logged
landfiets
Full Member
***

Karma: 1
Posts: 79


View Profile
« Reply #20 on: July 27, 2011, 04:38:17 pm »

@sebastian

I can login now, and hear a message and record my greeting, but when i have an application like below
it still takes the general message from the system and not my recorded message.

1,Answer()
2,Set(CHANNEL(language)=nl-nl)
3,Wait(1)
4,Playback(/storage/usbdisk1/askoziapbx/media/front/Front-Lamupro)
5,GotoIfTime(09:00-17:00,mon-fri,*,*?Cool
6,VoiceMail(1103@default)
7,Hangup()
8,Dial(SIP/1103&SIP/1106&SIP/1107&SIP/1108,20,m)
9,VoiceMail(1103@default)
10,Hangup()​​​​​​​

What do I need to change to get in line 6 or line 9 the recorded unavailable message instead of the system one.
Do I need to put the custom greeting on? And what file should I take there?
Plz help
Logged
landfiets
Full Member
***

Karma: 1
Posts: 79


View Profile
« Reply #21 on: July 27, 2011, 05:40:49 pm »

@sebastian 2

When you append:  notifymimetype=application/simple-message-summary  in the sip.conf file, the MWI for Linksys starts to work.

Still 2 problems left (we're getting closer).....  

1)When I leave a message in the mailbox it records it and emails it, and gives the MWI sign in the phone, but when I want to listen to it on the phone I hear that there is 1 message but it cannot be played.
2)My own personal recorded unavailable message is still not be played

Is it maybe a 'rights' thing. That the voicemail-application is not able to open the right directory?


In logging it says this:

Jul 27 20:19:58 asterisk[1400]: WARNING[3941]: format_wav.c:124 in check_header: Not a wav file 49
Jul 27 20:19:58 asterisk[1400]: WARNING[3941]: file.c:367 in fn_wrapper: Unable to open format wav
Jul 27 20:19:58 asterisk[1400]: WARNING[3941]: file.c:950 in ast_streamfile: Unable to open /storage/usbdisk1/askoziapbx/voicemailarchive/voicemail/default/1103/temp (format 0x8 (alaw)): No such file or directory


and another one:

Jul 27 20:27:53 asterisk[1400]: WARNING[4155]: format_wav.c:124 in check_header: Not a wav file 49
Jul 27 20:27:53 asterisk[1400]: WARNING[4155]: file.c:367 in fn_wrapper: Unable to open format wav
Jul 27 20:27:53 asterisk[1400]: WARNING[4155]: file.c:950 in ast_streamfile: Unable to open /storage/usbdisk1/askoziapbx/voicemailarchive/voicemail/default/1100/INBOX/msg0000 (format 0x8 (alaw)): No such file or directory
Jul 27 20:27:53 asterisk[1400]: WARNING[4155]: app_voicemail.c:7661 in play_message: Playback of message /storage/usbdisk1/askoziapbx/voicemailarchive/voicemail/default/1100/INBOX/msg0000 failed
« Last Edit: July 27, 2011, 06:01:11 pm by landfiets » Logged
landfiets
Full Member
***

Karma: 1
Posts: 79


View Profile
« Reply #22 on: July 28, 2011, 06:59:50 am »

Ok I am a little bit further in the problems.

The message what didn't read itself on the phone but was only mailed was a codec problem. The message is in Ulaw and my sounds were all in alaw. As soon as I dial the mailbox it starts in alaw and cannot change to ulaw for the message itself. So I changed all the sounds to ulaw and now I can hear the message which someone spoke into the voicemail.

1 Problem to go.........  a temporarely greeting I can hear when I switch that on, but my own recorded unavailable message is not played. The system plays the default message. Is there a solution? Should I put something in front of my extensionnumber so the voicemailbox knows it needs to take the unavailable message? Or do I need to put something extra in the voicemail.conf ?
Logged
Sebastian
Askozia Staff
Hero Member
*

Karma: 25
Posts: 552


View Profile
« Reply #23 on: July 28, 2011, 07:04:45 am »

1) plus to be converted to 00 to allow handling provider for number +44 872938293773 be replaced as 0044 872938293773
2) support CURL function that allows to make integration with external things.

to 1. Definitely on our list. Will come in the 2.1 series. 

to 2. It's already there. All you need to do is to execute the following in the AMI (temporary):

module load func_curl.so
module load res_config_curl.so
module load res_curl.so

or add the following to the modules.conf (permanently):

load => func_curl.so
load => res_config_curl.so
load => res_curl.so
Logged
landfiets
Full Member
***

Karma: 1
Posts: 79


View Profile
« Reply #24 on: July 28, 2011, 07:25:08 am »

@Sebastian

And the last problem is solved too !!
I had to define VoiceMail(1103@default,u)  The "u" behind it made it work !!

I have no problems at all anymore.

It could have been going smoother though but anyways.....
Logged
rami69
Jr. Member
**

Karma: 0
Posts: 48


View Profile
« Reply #25 on: July 30, 2011, 05:53:14 am »

Hi Sebastian,

Thank you for the prompt answer.
could you please push the + to 00 feature?

regarding AMI or permanent change in modules.conf - how i edit such files ? i did not found interface from web gui?

thanks.

1) plus to be converted to 00 to allow handling provider for number +44 872938293773 be replaced as 0044 872938293773
2) support CURL function that allows to make integration with external things.

to 1. Definitely on our list. Will come in the 2.1 series.  

to 2. It's already there. All you need to do is to execute the following in the AMI (temporary):

module load func_curl.so
module load res_config_curl.so
module load res_curl.so

or add the following to the modules.conf (permanently):

load => func_curl.so
load => res_config_curl.so
load => res_curl.so

Logged
landfiets
Full Member
***

Karma: 1
Posts: 79


View Profile
« Reply #26 on: July 30, 2011, 07:48:25 am »

press the ESC button and you will find the files
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.059 seconds with 18 queries.