Menu

#450 Automatic conversion from "+" to "00" prefix

WrongConfig
nobody
None
Medium
Defect
2010-12-06
2010-12-06
Anonymous
No

Originally created by: adrian.b...@gmail.com

What steps will reproduce the problem?
1. Some providers (e.g. callromania.ro) do not accept dialing over SIP with a "+" prefix for international numbers, but with "00" only.
2. Add option in the settings to automatically replace "+" by "00" for dialed numbers

What is the expected output?
Ability to dial with "+" prefix.

What do you see instead?
Outgoing calls fail.

What version of the product are you using? On what operating system?
00-15.18 on HTC Desire with Android 2.2 (rooted, LeeDroid 2.2d ROM).

Please provide any additional information below.
Linphone has a similar feature.

Discussion

  • Anonymous

    Anonymous - 2010-12-06

    Originally posted by: r3gis...@gmail.com

    Please read :
    https://code.google.com/p/csipsimple/wiki/FAQ#When_integrated_to_android,_I_don%27t_want_some_number_to_be

    The feature is already present and much more powerful ! :)

    Keep in mind that it only applies to native dialer (and contacts) integration. When you dial from CSipSimple as there is the little account icon on the right the application assume that you want exactly dial what you are dialing.

    Anyway the feature is only interesting in the android integration context.

    Status: WrongConfig

     
  • Anonymous

    Anonymous - 2010-12-06

    Originally posted by: adrian.b...@gmail.com

    Thanks, wouldn't have found it in a million years.
    I'll try to deal with some regexp later on today.
    Any chance of adding the most common situations as menu options for the less
    technically-inclined users?

     
  • Anonymous

    Anonymous - 2010-12-06

    Originally posted by: r3gis...@gmail.com

    The drop down allow you to choose
    * start with
    * end with
    * contains N digits
    etc etc.
    Same thing for rewriting rules

    So in your case simply add a replace rule :
    Start with +
    Replace by 00

    You can tell what you want :) Regexp is just for power users that want to do tricky things :).

    In latest dev version (see download section of this website) by default choose start with which is more user friendly :)

     

Log in to post a comment.