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@sict.ac.cn 2004-09-20
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@sict.ac.cn 2004-09-20
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
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@sict.ac.cn 2004-09-20
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers