Displaying 2 results from an estimated 2 matches for "xlite2".
Did you mean:
xlite
2005 Jan 27
0
Channel Groups?
...foo-incoming]
exten => 2122222222, 1, Goto(ACorp|1000|1)
exten => 2123333333, 1, Goto(BCorp|1000|1)
.
.
.
exten => _NXXNXXXXXX, 1, Goto(GenericCorp|1000|1)
[GenericCorp]
exten => 1000, 1, SetCallerID("Generic Corp")
exten => 1000, 2, Dial(SIP/xlite1&SIP/kphone1&SIP/xlite2,30,tr)
exten => 1000, 3, Voicemail(u10000)
[ACorp]
exten => 1000, 1, SetCallerID("A Corp")
exten => 1000, 2, Dial(SIP/xlite1&SIP/kphone1&SIP/xlite2,30,tr)
exten => 1000, 3, Voicemail(u10000)
[BCorp]
exten => 1000, 1, SetCallerID("B Corp")
exten => 100...
2005 Jan 27
1
Stumped by BroadVoice SIP
...0/255.255.0.0
[sip_proxy]
type=user
context=from-broadvoice
[xlite1]
type=friend
regexten=101
username=xlite1
secret=<password>
callerid="Stephen's Laptop" <101>
host=dynamic
nat=no
canreinite=yes
disallow=all
allow=gsm
allow=ulaw
allow=alaw
dtmfmode=inband
qualify=yes
[xlite2]
type=friend
regexten=103
context=sip
username=103
secret=<password>
callerid="Ben's Laptop" <103>
host=dynamic
nat=no
allow=gsm
allow=ulaw
allow=alaw
dtmfmode=inband
quality=yes
[kphone1]
type=friend
username=kphone1
secret=<password>
callerid="Diablo" &l...