Actually couple of questions… but first… here’s what I’m running:
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8h (i.e. Xorcom Rapid on Debian)
TDM400P with two FXO and FXS
A Snom 360 (ext 501)
A Wifi SIP phone (can’t remember the make but it works fine, ext 502)
A normal DECT base station on one of the extensions (ext 401)
and a two other phones on the other extension (star wired to the port (ext 402)
I discovered a good discussion about getting the TDM400P working in the UK here which has helped somewhat with Q4 below.
Question 1 (ring multiple extensions on inbound call)
What I would like to do is have the Snom 360 ring for calls inbound on Zap/2 and the other phones (Ext 502, 401 and 402) ring for calls inbound on Zap/1 but after a day of total confusion trying to understand the dialplan and ‘s’ I’m stuck. Can anyone point me to the right part of the documentation or give me an example?
Looks like the thread here goes someway to explain how this can be done
The quick solution has been to add all my extensions to the first PHONE => entry in /etc/asterisk/extensions-defs.conf
and then in Rapid-menu select that entry. Every thing rings which helps make me less paranoid about missing a call.
I’m hoping I will be able to use the GotoIF function and use the ${CHANNEL} variable to detect which line the in-bound call is coming in on and then right the right extensions. See futher down this thread.
Question 2 (*# command list)
Does anyone have a list of the *# commands? I’m starting to realise that these might have to be programmed up as extensions of somekind?
Question 3 (accessing voicemail)
If I dial VoiceMailMain on ext. 201, enter the ext, #, and password, #, or if I dial VoiceMail on ext. 202, and enter the password, #, I always get the ‘Login Incorrect’ prompt. It’s driving me MENTAL. As Xorcom Rapid voicemail.conf file has:
and in \voicemail-phones.d\501.conf I have
So the VMBOX is 501, it’s password is 501, and it’s ‘full name’ is SIP Extension 501… why when I enter the correct details does it always fail?
and the answer was… because it’s not hearing the DTMF from your SIP phone. My SNOM was using inband dtmf signalling and changing that to rfc2833 (see later in this thread) it all springs to life!
Question 4 (Making it sound like it’s a UK phone system)
The answer to this is to make sure that /etc/zaptel.conf has:
and /etc/asterisk/indications.conf has:
set as it’s default location.
Question 5 (Dialing out is just plain weird)
On the Snom if I hit 9 a ‘line’ key lights up but I don’t get any dial tone. Then if I dial a number and press the ‘tick’ (i.e. dial) button I get dial tone from the BT exchange and have to re-type the number I want. What’s going on there?
If I just hit a ‘line’ button (it lights up) and I go through the same process above.
Just tested the 401/402 (zap) extensions and kinda the same thing. Pick them up, get dial tone, press nine (no dial tone), put in the number… long long pause… then get dial from the exchange… dial number… connects all ok.
Obviously I don’t want two sets of dial tone and it would be nice if Asterisk passed the numbers (silently) to the BT exchange when I get the call button. Any tips?
Question 6 (I want to be able to pick which outgoing line I use)
At the moment Asterisk seems to pick which-ever of my zap lines is available (when dialing 9 or selecting an outgoing line on the Snom) which is fine but I would like to be able to manually decide which line I want to dial out on. i.e. 9[and the number] goes out on Zap/3 and 8[and the number] goes out on Zap/4
Many thanks inadvance for any help (this is day two for me) on any of the questions even if it’s just to say ‘read such and such forum or url’.
Cheers,
sk