The problem I am running into is that when the call to my cellphone is made,
it appears as though the call "completes" so it never rolls to asterisk
voicemail.

Here is my current config:
exten => 102,1,Dial(${sipura},10,)
exten => 102,n,playback(pls-wait-connect-call)
exten => 102,n,Dial(IAX2/asterisk1/9139275900,10,r)
exten => 102,n,VoiceMail([EMAIL PROTECTED])
exten => 102,107,VoiceMail([EMAIL PROTECTED])

Here is the log from asterisk:
   -- Executing [EMAIL PROTECTED]:2] Playback("SIP/101-0a1178c0",
"pls-wait-connect-call") in new stack
   -- Playing 'pls-wait-connect-call' (language 'en')
   -- Executing [EMAIL PROTECTED]:3] Dial("SIP/101-0a1178c0",
"IAX2/asterisk1/9139275900|10|r") in new stack
   -- Called asterisk1/9139275900
   -- Call accepted by 192.168.1.2 (format ulaw)
   -- Format for call is ulaw
   -- IAX2/asterisk1-7 answered SIP/101-0a1178c0
   -- Hungup 'IAX2/asterisk1-7'

The one thing I will note is that there is not an analog trunk in this
server. It hands off the outbound call to trixbox running on another server,
which I fear may be my problem. Having said that, I will also note that I
have had the same challenge trying to get follow-me set up on trixbox as
well.

Thanks
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to