Koozali.org: home of the SME Server

Sail to sail and UTF8

Offline jibe

  • ****
  • 128
  • +0/-0
Sail to sail and UTF8
« on: August 13, 2008, 07:33:41 PM »
Hi,

I tried to make a trunk between 2 SME with SAIL, but this didn't worked when it seems so easy  :shock:

Then, I tried to delete the created trunks to remake them another way, but they cannot be deleted !!!

I'm suspecting a problem with UTF8, as the names automatically given to the trunks have a strange character :
Code: [Select]
Brasier�e-smith
Did somebody experienced that ? How can I do to delete these trunks and create working new ones ?

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Sail to sail and UTF8
« Reply #1 on: August 14, 2008, 09:24:04 PM »
Looks like you created them as unprivileged and you are using a different encoding set to us.

To delete just use your favourite linux editor...

vim /home/e-smith/db/selintra-work

find the problem row and manually delete it.

save it back and do a commit from the globals panel.

recreate the siblings using privileged=yes - also, linux host names should ALWAYS be specified in lower case (Brasier will NOT work - use brasier instead).

You should be good to go.

Kind regards

S

Offline jibe

  • ****
  • 128
  • +0/-0
Re: Sail to sail and UTF8
« Reply #2 on: August 14, 2008, 10:42:48 PM »
Hi,

Yes, it worked ! Thanks  :-)

In fact, I was needing privileged siblings, I didn't try again with unprivileged... But yes, I'm french, so I use UTF8 encoding.

Is it normal that I can call extentions, but not voicemail ? I made a route with _5XXX *5XXX (my extentions are 8XXX)...

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Sail to sail and UTF8
« Reply #3 on: August 15, 2008, 10:32:34 PM »
Quote
Is it normal that I can call extentions, but not voicemail ? I made a route with _5XXX *5XXX (my extentions are 8XXX)...

if your route is _*5XXX (and not *5XXX) then...

Good question...  I have no idea. 

Can you run the call and show me the console log from the receiving sibling?

Thanks


Offline jibe

  • ****
  • 128
  • +0/-0
Re: Sail to sail and UTF8
« Reply #4 on: August 15, 2008, 10:54:06 PM »
Hi,

if your route is _*5XXX (and not *5XXX) then...
Hey, I thought that _ was needed only before a digit, not before another character... I'm wrong ?

Can you run the call and show me the console log from the receiving sibling?
Yes, sure, I'll do that...
But not now : I'm taking some hollidays and will be out of home for some days... I'll do that in September...

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Sail to sail and UTF8
« Reply #5 on: August 17, 2008, 12:16:56 AM »
Underscore _ means pattern match, no underscore means absolute match.

S