Displaying 2 results from an estimated 2 matches for "microfortune".
2005 Sep 30
2
SIP make outside call
...nd to
(SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind
to (0.0.0.0 binds to all)
allow=all
[3000]
type=friend
allow=all
username=3000
secret=my_passwd
host=dynamic
context=sip
dtmfmode=rfc2833
my extension.conf
[globals]
davidHand=>Zap/1
davidVoicemail=>1000@microfortune
johnHand=>Zap/2
johnVoicemail=>2000@microfortune
davidout=>Zap/3
johnout=>Zap/4
[internal]
exten => 1000,1,Dial(${davidHand},10,r)
exten => 1000,n,Voicemail(u${davidVoicemail})
exten =>
1000,n,Playback(/var/lib/asterisk/sounds/vm-goodbye)
exten => 1000,n,Wait(1)
exten =>...
2005 Sep 29
0
Can't make outside call with SIP softphone
...nd to
(SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind
to (0.0.0.0 binds to all)
allow=all
[3000]
type=friend
allow=all
username=3000
secret=my_passwd
host=dynamic
context=sip
dtmfmode=rfc2833
my extension.conf
[globals]
davidHand=>Zap/1
davidVoicemail=>1000@microfortune
johnHand=>Zap/2
johnVoicemail=>2000@microfortune
davidout=>Zap/3
johnout=>Zap/4
[internal]
exten => 1000,1,Dial(${davidHand},10,r)
exten => 1000,n,Voicemail(u${davidVoicemail})
exten =>
1000,n,Playback(/var/lib/asterisk/sounds/vm-goodbye)
exten => 1000,n,Wait(1)
exten =>...