Your setup must be done in  a different place, you must set OpenSIPS 
configuration to send 00+ Country Code format to the call control, if this is 
correctly set you must have To:sip:00.... in syslog.

Adrian

On May 18, 2010, at 4:14 PM, Philipp Hoffmann wrote:

> Hi,
> 
> we wan't dial numbers with + , so I edited our cdr_generic.php:
> 
> ...
>     var $intAccessCode       = '+';
>     var $natAccessCode       = '0';
> 
> ...
> 
>     function E164_Europe ($intAccessCode='+', 
> $natAccessCode='0',$CountryCode='',$ENUMtldRegexp="([1-9][0-9]{7,})") {
>         $this->regexp_international = 
> "/^".$intAccessCode."([1-9][0-9]{5,})\$/";
>         $this->regexp_national      = 
> "/^".$natAccessCode."([1-9][0-9]{3,})\$/";
> ...
> 
> But I always recive:
> 
> MaxSessionTime Duration=36000 
> [email protected] From=sip:[email protected] 
> Gateway=88.77.252.24 To=sip:[email protected]
> 
> May 18 16:09:29 ser1 call-control[13980]: Call id 
> [email protected] of [email protected] 
> to sip:[email protected] is postpaid not limited
> 
> Any idear?
> 
> Thanks,
> Philipp
> 
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to