hi there,
i would like some people calling me to get their personalised “not in” messages
and i thought i could use the “ex-girlfriend logic” as described on
voip-info.org/tiki-index.php … sions.conf
unfortunately, it does not seem to recognise that the person is calling and
uses the standard message. i do not know what i am doing wrong here.
asterisk does recognize the number [quote]Accepting voice call from ‘987654’ to ‘1234567’ on channel 0/1, span 1[/quote]
but then the standard “vm-DefaultVoicemail” is being played.
in /etc/asterisk/extensions.conf i got:
[quote][pbx-trunk]
; private message
exten => 1234567/987654,1,WaitExten(15)
exten => 1234567/987654,2,Playback(vm-SpecialVoicemail)
exten => 1234567/987654,3,VoiceMail(s1234567)
exten => 1234567/987654,4,Hangup()
; the rest
exten => 1234567,1,WaitExten(15)
exten => 1234567,2,Playback(vm-DefaultVoicemail)
exten => 1234567,3,VoiceMail(s1234567)
exten => 1234567,4,Hangup()[/quote]
where 1234567 is my callerID and 987654 is the callerID i want the special message for.
i have tried changing the prio, so that they are all unique, but it did not work either.
anyone got an idea on what i am doing wrong ?
ciao
Martin[/quote]
