[asterisk-users] changing VoiceMailMain functionality

2007-01-18 Thread Dima Pursanov
Hello, is there any way to reduce voicemailmain functionality without 
recompiling .c file? Is there any external .conf file i can use to do it?

For example: i want to restrict password changing for users, etc.
Thank you for attention.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] problem with VoiceMailMain

2006-12-29 Thread Dima Pursanov
Hi all:)
Can you answer,how to change parameters of VoiceMailMain application?(for 
example:i dont want to give permission to change password and etc)
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] problem with extentions

2006-12-27 Thread Dima Pursanov
i have problem with dial-plan in php. I have 3 extention in dial plan, 555,551 
and 551. the problem is that READ PIN||3 works in 555 and hangs in other 
extentions. (after timeout asterisk writes thar user entered nothing). i 
can't get what's wrong...

here is my dial-plan

[incoming]
exten = 555,1,Answer();
exten = 555,2,DigitTimeout(2);
exten = 555,3,Wait(1) 
exten = 555,4,SetLanguage(ge)   
exten = 555,5,Background(mosalmebadsl);
exten = 555,6,Hangup();

exten = 1,1,Goto(register,s,1)
exten = 2,1,Goto(viocemail,s,1)
exten = 3,1,Goto(sendmsg,s,1)
exten = 4,1,Goto(blacklist,s,1)
exten = 5,1,Goto(search,s,1)
exten = 6,1,Goto(rooms,s,1)
exten = 7,1,Goto(adv,s,1)
exten = i,1,Hangup()

exten = 551,1,Answer()
exten = 551,2,DigitTimeout(2)
exten = 551,3,Wait(1)
exten = 551,4,SetLanguage(ge)
exten = 551,5,agi,admin_room.php
exten = 551,6,Hangup()

exten = 552,1,Answer()
exten = 552,2,DigitTimeout(2)
exten = 552,3,Wait(1)
exten = 552,4,SetLanguage(ge)
exten = 552,5,agi,guest_room.php 
exten = 552,6,Hangup()

so when i call admin_room.php from 555 it works, but it crashes from 551. 
(guest_room.php also crashes in 552 and works in 555)

---
thank You


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] How to limit the duration of the MeetMe conversation?

2006-12-26 Thread Dima Pursanov
 How to limit the duration of the MeetMe conversation?

 --
 thank you 

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users