From: [EMAIL PROTECTED]: sipx-users Digest, Vol 55, Issue 23To: [EMAIL 
PROTECTED]: Tue, 9 Sep 2008 11:02:45 -0500Send sipx-users mailing list 
submissions to    [email protected] To subscribe or unsubscribe 
via the World Wide Web, visit        
https://list.sipfoundry.org/mailman/listinfo/sipx-usersor, via email, send a 
message with subject or body 'help' to     [EMAIL PROTECTED] You can reach the 
person managing the list at [EMAIL PROTECTED] When replying, please edit your 
Subject line so it is more specificthan "Re: Contents of sipx-users digest..   
Hello,    I am new in this of the Sip,    I have a question,    if I use sipx 
3.10.2. I can have a remote extensions.  for example. I want to make this: 
install sipx  3.10.2 in my house,   install an ATA in my house  install a 
softphone in my laptop.    my wife is teacher and I want to put a softphone in 
her laptop    my brother constantly travels.(to install Softphone in their 
laptop)    my parents live in another city. (to install an ATA in my parents' 
house)        My doubt is:    with the sipx installed in my house,    I can 
communicate with all those of my family.  in other words, I can have peer to 
peer    in different network.    we all have high-speed internet ADSL       
Thank you to help me to understand this.   Luis.      
--Archivo adjunto de mensaje reenviado--From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: [EMAIL PROTECTED]: Tue, 9 Sep 2008 08:15:34 +0300Subject: Re: 
[sipx-users] Sipx User Interface customization
 
 

Hi,Thanks Nikolay. I have read the document. My goal is not to to changethe 
language, but the text on the user interface but retain the samelanguag e.g the 
menus(links). eg , I want to replace "users" menu with"extensions". Which 
file(s) store these settings? Please helpJamesNikolay Kondratyev wrote:






James,
Didyou check theinstructions for UI text localization 
http://sipx-wiki.calivia.com/index.php/Installable_Localization_Packages#Selection_of_a_Language_for_sipXecs_GUI_Text_Prompts?
HTH,
Nikolay.
 
 





From:[EMAIL PROTECTED]:[EMAIL PROTECTED] On Behalf Of James MutukuSent: 
Monday,September 08, 20086:37 PMTo:[EMAIL PROTECTED]: [sipx-users]Sipx 
UserInterface customization
 

Hi,I have followed instructions  on 
http://sipx-wiki.calivia.com/index.php/SipX_ConfigServer_Customize_Colors%2C_Layout_and_Logo.Ineed
 to change the text on the user interface. Which file contains thetextsettings 
on the sipx user interface?RegardsJames--Archivo adjunto de mensaje 
reenviado--From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 9 Sep 2008 11:47:57 
+0530Subject: [sipx-users] Which One Sipxcex Latest Version
Hello Everyone,            I am little bit confuse about the Sipxces versions.  
          I know 10.2 is stable one version of Sipxces till now.            
After that there are version 11.1, 11.4 and now planing to release 11.5 as a 
stable version.            But I also read in mails there is a version 11.6. Is 
It?            Please, clear me regarding this.ThanksJames --Archivo adjunto de 
mensaje reenviado--From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL 
PROTECTED]: Tue, 9 Sep 2008 02:49:39 -0400Subject: Re: [sipx-users] Which One 
Sipxcex Latest Version




James,
 
The Any 3.11.x release is a development build (odd number in 
sub-versionnumber).  Use at your own risk.
 
Version 4.0 is the next planned stable version.
 
Mike
 



From:[EMAIL PROTECTED]:[EMAIL PROTECTED] On Behalf Of James LogicSent: Tuesday, 
September 09, 2008 2:18 AMTo: [EMAIL PROTECTED]: [sipx-users] Which One Sipxcex 
Latest Version
 

Hello Everyone,            I am littlebit confuse about the Sipxces versions.   
         I know 10.2is stable one version of Sipxces till now.            After 
thatthere are version 11.1, 11.4 and now planing to release 11.5 as a 
stableversion.            But I alsoread in mails there is a version 11.6. Is 
It?            Please,clear me regarding this.ThanksJames --Archivo adjunto de 
mensaje reenviado--From: [EMAIL PROTECTED]: [email protected]; 
[EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 9 Sep 2008 08:59:34 -0400Subject: 
Re: [sipx-users] Problems with Dialplan On Tue, 2008-09-09 at 09:19 +1000, Josh 
Marshall wrote:> > All of these transformations should be working in the way 
you expect them> > to work. Is it possible that you have some other rules that 
are triggered> > before the ones you showed us here?> > Do you mind sending all 
/etc/sipxpbx/*rules.xml files so that proxy experts> > can have a look.> > Hi,> 
> The rule I'm testing is at the top of the dialplan. I have attached all> the 
rules.xml files, as well as a trace xml that shows the example of a> call. It 
looks like in this case it appends the 999 to the gateway but> does not remove 
the 909 I dial.> > There may be something with the gateway (Epygi 6FXO device) 
where it is> not matching correctly to the number. I set 999* in its dialplan 
to go> out a specific route. This doesn't match with the call below. However 
if> I set 909* in its dialplan this does get matched. Maybe it is matching> 
based on original number instead of invited number, or has sipx given it> the 
wrong information? (Not too experienced with interpreting sip> messages)> > 
Note I can get around this by setting the Epygi to decide the dialplans> rather 
than sipX, but it would be nicer if all the logic was in sipX> rather than 
multiple gateways. Here is the rule that's matching:       <!--Integra-->      
<description>909</description>      <userPattern>.</userPattern>      
<permissionMatch>        <transform>          <user>999{vdigits}</user>         
 <host>10.1.102.2</host>          <fieldparams>q=0.9</fieldparams>        
</transform>      </permissionMatch>    </userMatch> Note that the 
"description" has the 909 prefix, but not the userPattern. The rule you wanted 
was:       <!--Integra-->      <description>909</description>      
<userPattern>909.</userPattern>      <permissionMatch>        <transform>       
   <user>999{vdigits}</user>          <host>10.1.102.2</host>          
<fieldparams>q=0.9</fieldparams>        </transform>      </permissionMatch>    
</userMatch>    --Archivo adjunto de mensaje reenviado--From: [EMAIL 
PROTECTED]: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 9 Sep 2008 10:35:25 
-0400Subject: Re: [sipx-users] Sipx User Interface customizationHi James: > 
Thanks Nikolay. I have read the document. My goal is not to to change > the 
language, but the text on the user interface but retain the same > languag e.g 
the menus(links). eg , I want to replace "users" menu with > "extensions". 
Which file(s) store these settings? Please help While you are not trying to 
change the language in sipX, thelocalization instructions can help in your 
situation. In most of the application, the labels of buttons and links are 
maintained in resource bundles (files with a '.properties' extension). Others 
may know more about what you need to do, but you may need to create a 
"language" pack that is really your alternate labels - or edit the .properties 
files themselves (this might be a bit messier). -- Joe [EMAIL PROTECTED] 
--Archivo adjunto de mensaje reenviado--From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Tue, 9 Sep 2008 10:51:54 -0400Subject: Re: [sipx-users] Sipx User 
Interface customizationJoseph Attardi wrote:> Hi James:> >> Thanks Nikolay. I 
have read the document. My goal is not to to change >> the language, but the 
text on the user interface but retain the same >> languag e.g the menus(links). 
eg , I want to replace "users" menu with >> "extensions". Which file(s) store 
these settings? Please help> > While you are not trying to change the language 
in sipX, the> localization instructions can help in your situation. In most of 
the > application, the labels of buttons and links are maintained in resource > 
bundles (files with a '.properties' extension).> > Others may know more about 
what you need to do, but you may need to > create a "language" pack that is 
really your alternate labels - or edit > the .properties files themselves (this 
might be a bit messier).>  Joe is right. But you should be able to change any 
string anywhere insipXconfig by providing look and feel package. 
http://sipx-wiki.calivia.com/index.php/SipX_ConfigServer_Customize_Colors%2C_Layout_and_Logo
 You said you tried it: can you attach your sipxplugin.beans.xml 
andmyres.properties file so that we can check what might be wrong? D.  
--Archivo adjunto de mensaje reenviado--From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Tue, 9 Sep 2008 11:03:34 -0500Subject: [sipx-users] Change order of 
saved message playback.Saved voicemail messages appear to playback oldest first 
(FIFO).  Is there a way to playback newest first (LIFO)? 
_________________________________________________________________
P.D. Checa las nuevas fotos de mi Space
http://home.services.spaces.live.com/
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users

Reply via email to