Hi,
Does anyone know what correct format of a packet should be pushed into fifo buffer? For example,
serctl fifo t_uac_dlg BYE sip:1111@xxx.xxx.xxx 'sip:from:1111@xxx.xxx.xxx' 'sip:to:2222@xxx.xxx.xxx' 'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . . The above command I've tried,but got errors.
Hope someone can help me to solve this problem.
Thank a lots.
Oz
_______________________________________________________________________ Yahoo!奇摩電子信箱 免費容量250MB,信件在多也不怕 http://tw.promo.yahoo.com/mail_new/index.html
from sip_router/modules/tm/uac_fifo.c
Example:
sc fifo t_uac_dlg MESSAGE sip:joe@192.168.2.1 \ . \ # no outbound proxy 'From:sender@iptel.org;tagd=123' \ # no to-tag -> ephemeral 'To:sender@iptel.org' \ 'Foo: sip:user@!! ' \ # expansion here 'CSEQ: 11 MESSAGE ' \ . \ # EoH . # empty body
jan.
On 26-04 16:03, oqqiz wrote:
Hi,
Does anyone know what correct format of a packet should be pushed into fifo buffer? For example,
serctl fifo t_uac_dlg BYE sip:1111@xxx.xxx.xxx 'sip:from:1111@xxx.xxx.xxx' 'sip:to:2222@xxx.xxx.xxx' 'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . . The above command I've tried,but got errors.
Hope someone can help me to solve this problem.
Thank a lots.
Oz
Yahoo!?_???q?l?H?c ?K?O?e?q250MB?A?H???b?h?]???? http://tw.promo.yahoo.com/mail_new/index.html
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
oqqiz writes:
Does anyone know what correct format of a packet should be pushed into fifo buffer? For example,
serctl fifo t_uac_dlg BYE sip:1111@xxx.xxx.xxx 'sip:from:1111@xxx.xxx.xxx' 'sip:to:2222@xxx.xxx.xxx' 'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . . The above command I've tried,but got errors.
there is an example in the source code.
-- juha