Displaying 3 results from an estimated 3 matches for "s2092".
Did you mean:
2092
2005 Sep 05
2
Asterisk won't listen on another port
...iend
username=2092
canreinvite=no
context=default
mailbox=2092
host=dynamic
nat=no dtmfmode=info
disallow=all
allow=ulaw
allow=alaw
;extensions.conf
;leave voice messages
exten => 2092, 1, Voicemail(u2092)
exten => 2092, 2, Hangup
;play voice messages
exten => 9999, 1, VoiceMailMain, s2092
;voicemail.conf
2092 => 2092, 2092, emailaddress
At the moment when a user dials 9999 to access voicemail, ser forwards
to x.x.x.x:5062 and with my current config (port 5062, bindaddr=0.0.0.0)
nothing reaches asterisk. However when I change this to (port=5062,
bindaddr=x.x.x.x).the same ad...
2005 Aug 30
1
Asterisk won't listen on different port
...iend
username=2092
canreinvite=no
context=default
mailbox=2092
host=dynamic
nat=no dtmfmode=info
disallow=all
allow=ulaw
allow=alaw
;extensions.conf
;leave voice messages
exten => 2092, 1, Voicemail(u2092)
exten => 2092, 2, Hangup
;play voice messages
exten => 9999, 1, VoiceMailMain, s2092
;voicemail.conf
2092 => 2092, 2092, emailaddress
At the moment when a user dials 9999 to access voicemail, ser forwards
to x.x.x.x:5062 and with my current config (port 5062, bindaddr=0.0.0.0)
nothing reaches asterisk. However when I change this to (port=5062,
bindaddr=x.x.x.x).the same ad...
2004 Sep 30
4
No Audio
I wrote a nice detailed post before, and then my mail program lost it
for me... so here I go again...
I've followed the same process with three different versions of
asterisk, my local source copy from about 1 week ago CVS, current CVS
from about 24 hours ago, and version 1.0.1, all three versions had
identical results:
I compiled/installed libpri, zaptel, asterisk
I copied config file from