[Asterisk-Users] Xfering a call
Michael Levenson
Michael at Levenson.org
Wed Jan 12 17:59:59 MST 2005
Well that didn't work....I now get this error
Jan 12 16:56:21 NOTICE[4989]: app_dial.c:746 dial_exec: Unable to create
channel of type 'SIP'
== Everyone is busy/congested at this time
-- Executing VoiceMail("IAX2/iaxfwd at 65.39.205.121:4569/5", "b") in new
stackJan 12 16:56:21 WARNING[4989]: app_voicemail.c:1539 leave_voicemail: No
entry in voicemail config file for ''
-- Timeout on IAX2/iaxfwd at 65.39.205.121:4569/5
== CDR updated on IAX2/iaxfwd at 65.39.205.121:4569/5
-- Executing Goto("IAX2/iaxfwd at 65.39.205.121:4569/5", "#|1") in new
stack
-- Goto (home,#,1)
-- Executing Playback("IAX2/iaxfwd at 65.39.205.121:4569/5", "sai-thanks")
in new stack
Jan 12 16:56:31 WARNING[4989]: file.c:475 ast_openstream: File sai-thanks
does not exist in any format
Jan 12 16:56:31 WARNING[4989]: file.c:779 ast_streamfile: Unable to open
sai-thanks (format ulaw): No such file or directory
Jan 12 16:56:31 WARNING[4989]: app_playback.c:83 playback_exec:
ast_streamfile failed on IAX2/iaxfwd at 65.39.205.121:4569/5 for sai-thanks
-- Executing Hangup("IAX2/iaxfwd at 65.39.205.121:4569/5", "") in new stack
== Spawn extension (home, #, 2) exited non-zero on
'IAX2/iaxfwd at 65.39.205.121:4569/5'
-- Hungup 'IAX2/iaxfwd at 65.39.205.121:4569/5'
This user does have an entry in the voicemail.conf file......
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Rich Adamson
Sent: Wednesday, January 12, 2005 3:46 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Xfering a call
> I'm having an issue when I transfer a call to another SIP extension it
sees
> that the sip phone is not there and goes to voicemail but in my case it
> transfers to the main voicemail instead of the users voicemail.
>
> Here is what my SIP extensions look like in the extension.conf file
>
> exten => 3957,1,Dial(${Theresa},20,Tt)
> exten => 3957,2,VoicemailMain2(u${TheresaVM})
> exten => 3957,3,Hangup
> exten => 3957,102,VoicemailMain2(b${TheresaVM})
> exten => 3957,103,Hangup
Change the above from VoicemailMain2 to Voicemail and it will work
as expected.
The 3,Hangup isn't required... remove it. 103 isn't actually needed
either.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list