Re: SMS Prefix (+)
"Alex Kinch" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
That's how messages usually arrive, unless they're sent from a shortcode.
If you're using PHP, you could just get rid of the plus like this:
$number = preg_replace("/\+/", "", $number);
Alex
On 11/9/06, Silver <[email protected]> wrote:
>
> Hi,
>
> I am using kannel to send sms's but on receiveing the sms it has a (+)
> prefix i.e. +57**
> How do i eliminate the (+) prefix. Is there a configuration that am missing?
>
> Regards
>
> Silver
> --
> View this message in context: http://www.nabble.com/SMS-Prefix-%28%2B%29-tf2599930.html#a7253026
> Sent from the Kannel - Dev mailing list archive at Nabble.com.
>
>
>