Hi all!
I use trixbox 2.2.
I want to simulate this scenario: I’ve two sip phones in my office (179 and 180).
179 = the base station (siemens optipoint 410s)
180 = a cordless phone (siemens C450)
When I call 200 I want that both phone will ring, so in extension_custom.conf:
200 is a “virtual extension”, is used only for ring both phones…
For example, I answer from 179.
While I talking, if another call to 200 is incoming, I want that the line is BUSY…instead the “free” extension (in this case 180) will ring.
How is possible make BUSY, when 179 or 180 is talking in a conversation?
I want to perform the scenario of two analogic phone connected to one POTS line.
You could also check and set a variable just before the Dial() command you’ve created. If that variable is set, you jump to a new call treatment, instead of dialing the stations.
While your solution will work, the solutions dufus suggested will be much more reliable and should run much faster. In addition they are much easier to maintain and implement for other extensions.