[Home]

Summary:ASTERISK-03328: Native assisted transfer atxfer looses language settings
Reporter:mmenaz (mmenaz)Labels:
Date Opened:2005-01-21 15:58:08.000-0600Date Closed:2008-01-15 15:22:56.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) mydiff.txt
Description:If I call an extension, and after timeouting goest to voicemail, asterisk correctly uses defined language sounds. Instead, if I tansfer to that extension with the new native assisted transfer, it then uses english sounds for voicemail messages

****** ADDITIONAL INFORMATION ******

I've in features.conf:
[general]
language=it
and also language=it in sip.conf, zapata.conf, extensions.conf
Here the CLI:
Direct call:
   -- Called bt101
   -- SIP/bt101-43e8 is ringing
   -- Nobody picked up in 20000 ms
   -- Executing Goto("Zap/1-1", "s-NOANSWER|1") in new stack
   -- Goto (macro-interno-semplice,s-NOANSWER,1)
   -- Executing VoiceMail("Zap/1-1", "u478") in new stack
   -- Playing 'vm-theperson' (language 'it')
   -- Playing 'digits/4' (language 'it')
   -- Playing 'digits/7' (language 'it')
   -- Playing 'digits/8' (language 'it')
   -- Playing 'vm-isunavail' (language 'it')
   -- Playing 'vm-intro' (language 'it')
...
-----
Native assisted transfer:
   -- Called bt101
   -- SIP/bt101-da50 is ringing
   -- Nobody picked up in 20000 ms
   -- Executing Goto("Local/478@default-3eed,2", "s-NOANSWER|1") in new stack
   -- Goto (macro-interno-semplice,s-NOANSWER,1)
   -- Executing VoiceMail("Local/478@default-3eed,2", "u478") in new stack
   -- Stopped music on hold on Zap/1-1
   -- Playing 'vm-theperson' (language 'en')
   -- Playing 'beep' (language 'en')
   -- Playing 'digits/4' (language 'en')
   -- Playing 'digits/7' (language 'en')
   -- Playing 'digits/8' (language 'en')
   -- Playing 'vm-isunavail' (language 'en')
   -- Playing 'vm-intro' (language 'en')
...

In addition, I've no clue about how go to the caller if the transferred doesn't reply. Is there any doc that explaing the necessary settings, Dial() and keystrokes? thanks
Comments:By: Mark Spencer (markster) 2005-01-21 16:13:04.000-0600

Should be fixed in CVS head.  Feel free to reopen if not.

By: Russell Bryant (russell) 2005-01-21 19:38:51.000-0600

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:22:54.000-0600

Repository: asterisk
Revision: 4872

U   trunk/channel.c

------------------------------------------------------------------------
r4872 | markster | 2008-01-15 15:22:53 -0600 (Tue, 15 Jan 2008) | 2 lines

Copy language, too (bug ASTERISK-3328)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4872

By: Digium Subversion (svnbot) 2008-01-15 15:22:56.000-0600

Repository: asterisk
Revision: 4875

U   branches/v1-0/channel.c

------------------------------------------------------------------------
r4875 | russell | 2008-01-15 15:22:56 -0600 (Tue, 15 Jan 2008) | 2 lines

copy language (bug ASTERISK-3328)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4875