Displaying 2 results from an estimated 2 matches for "spa3102b".
Did you mean:
spa3102
2009 Jun 05
1
Help with inbound dialplan
...see happen is when an inbound call comes, I would
like to ring 1 line on the cordless phones - because it sounds really
weird when both the lines ring at the same time. and I would like to see
both the laptops ring if they are connected.
this is what I am looking at using
exten => s,1,Dial(SIP/SPA3102b&SIP/laptop&SIP/tlaptop,20,j)
exten => s,n,VoiceMail(vm at spa3102,u)
exten => s,n,Hangup
exten => s,102,Dial(SIP/SPA3102a&SIP/laptop&SIP/tlaptop,20,j)
exten => s,n,VoiceMail(vm at spa3102,u)
exten => s,n,Hangup
exten => s,203,VoiceMail(vm at spa3102,b)
SPA3102b i...
2009 May 30
0
question about reinvite
Hi
My setup is
Internet -> firewall -> asteriskbox
-> spa3102a
-> spa3102b
the spa's can talk to the firewall directly. The firewall does NAT.
The current asterisk flow for outgoing calls is
phone => spa3102 => asterisk => vsp
and vis versa for inbound calls.
can I use re invite for outbound calls such that the spa3102 ends up
talking directly to the vs...