Displaying 1 result from an estimated 1 matches for "b2124".
Did you mean:
2124
2003 Jun 11
1
SIP phone behind NAT
...; 2123,102,Voicemail(b2123)
exten => 2123,103,Hangup
exten => 2124,1,Dial(SIP/snom100,30,tr)
exten => 2124,2,Playback(new/carried-away-by-monkeys)
exten => 2124,3,Voicemail(u2124)
exten => 2124,4,Hangup
exten => 2124,102,Playback(new/lots-o-monkeys)
exten => 2124,103,Voicemail(b2124)
exten => 2124,104,Hangup
------------ sip.conf ------
[snom200]
type=friend
secret=snom200
host=ip-adress-of-snom200
dtmfmode=rfc2833
mailbox=2123
context=sip
callerid="snom200" <2123>
[snom100]
type=friend
secret=snom100
host=dynamic
nat=1
dtmfmode=rfc2833
mailbox=2124
cont...