[Serusers] problem with sip-jabber gateway

Daniel-Constantin Mierla daniel at iptel.org
Mon Sep 20 16:00:51 CEST 2004


The error is in the regular expresion

search("To:.*@aim\.192.\168\.0\.210")

\1 is a reference to a token in re. I think you wanted:

search("To:.*@aim\.192\.168\.0\.210")

Daniel


On 9/20/2004 12:13 PM, Daniel-Constantin Mierla wrote:

>The error is about textops module, when compiling the regular
>expression. I have to investigate why. Could you send me a more complete
>config file?
>
>Daniel
>
>On 9/20/2004 8:17 AM, 张色珍 wrote:
>
>  
>
>>hello all:
>>    I installed sip-jabber gateway,IP of sip server is 192.168.0.227,sip client is message 4.6.And IP of jabber server is 192.168.0.210,sip client is psi.Both of servers have no DNS . I have some question:
>>    1: sip<->jabber communication is right.and sip <->jabber<->icq is right. but sip<->jabber<->msn communication is wrong.
>>    2:in jabber server ,when I have aim-transport,but when  my ser.cfg is
>>
>>      if ((search("To:.*@icq\.192\.168\.0\.210"))
>>       || (search("To:.*@192\.168\.0\.210"))
>>       || (search("To:.*@msn\.192\.168\.0\.210"))
>>       || (search("To:.*@aim\.192.\168\.0\.210"))
>>
>>   the sip server is run ,the error is:
>>       ERROR: textops : bad re To:.*@aim\.192.\168\.0\.210
>>       0(0) ERROR: fix_expr : fix_actions error
>>       ERROR: error fffffffd while trying to fix configuration
>>       0(0) XJAB: Unloading module ...
>>       0(0) XJAB:xj_wlist_free: freeing 'xj_wlist' memory ...
>>       0(0) XJAB: Unloaded ...
>>
>>    Regards,
>>    sunny
>>
>>       
>>        zhangsezhen at sict.ac.cn
>>          2004-09-20
>> 
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>Serusers mailing list
>>serusers at lists.iptel.org
>>http://lists.iptel.org/mailman/listinfo/serusers
>> 
>>
>>    
>>
>
>_______________________________________________
>Serusers mailing list
>serusers at lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>
>  
>




More information about the sr-users mailing list