Displaying 2 results from an estimated 2 matches for "u250".
Did you mean:
250
2006 Oct 16
1
1.4 beta voicemail warning
hey all,
I'm getting this warning on the console when I leave a voicemail on my test
server:
[Oct 16 20:56:36] WARNING[3853]: app_voicemail.c:6552 vm_exec: Prefixing the
mailbox with an option is deprecated ('u250@local-vm-users').
[Oct 16 20:56:36] WARNING[3853]: app_voicemail.c:6553 vm_exec: Please move all
leading options to the second argument.
This is what voicemail.conf looks like:
[local-vm-users]
250 => 1234,User1 One
251 => 3456,User2 Two
252 => 4567,User3 Three
This is what extensi...
2006 Oct 25
2
Call is not coming through sipgate.co.uk+Asterisk
...x
secret=password
username=100xxxx
host=sipgate.co.uk
context=demo
dtmfmode=info
fromdomain=sipgate.co.uk
insecure=very
nat=yes
canreinvite=no
callerid="Danny" <0207100xxxx>
My Extensions.conf file contents:
[demo]
exten => 250,1,Dial(SIP/250,20)
exten => 250,2,Voicemail(u250)
exten => 250,3,Voicemail(b250)
exten => 250,4,Hangup
exten => _0207.,1,SetCallerID("" <100xxxx>|a) ;Outgoing
exten => _0207.,2,Dial(SIP/${EXTEN:4}@sipgate4,40,tr)
exten => 100xxxx,1,Dial(SIP/250,30,tr) ;Incoming
Am...