Hello
Does anyone have a recent experience using SER with video endpoints like
Econf from france telecom. Does it work? Does any know of any open
source Video clients?
thanks
Michael B. Jones
973 879 2066 cell
HYPERLINK
"http://promos.hotbar.com/promos/promodll.dll?RunPromo&El=&SG=&RAND=6920
1&partner=hbtools"Upgrade Your Email - Click here!
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
Hi
I have realised that since I changed to BST on all my servers (using NTP
to keep in sync) the time stored for acc requests has not changed, it is
still one hour behind.
Iqbal
Hello Jiri,
For your information I found a way to reproduce the problem by mistake.
After reworking my script I was missing a t_reply() in a failure_route[]
and on every busy call the transaction waiting counter keep increasing
but never decreased after.
failure_route[6] {
if (t_check_status("486")) {
xlog("L_INFO","Call busy: r-uri <%ru> to <%tu> from
<%fu>\n");
##### This t_reply was missing ########
t_reply("486","Busy Here");
break;
} else if (t_check_status("404")) {
xlog("L_WARN","TRUNK BUSY: r-uri <%ru> to <%tu> from
<%fu>\n");
} else {
xlog("L_WARN","CALL FAILED: r-uri <%ru> to <%tu> from
<%fu>\n");
};
t_reply("480","Temporary Unavailable");
}
I looked quickly at the code but was not able to figure out where the
problem is hiding, then I had to move on something else.
Now with the t_reply in place the counter still increases over time but
at slower rate.
Maybe this will give you a hint, when you'll have a chance to look at
it.
-Cesar
-----Original Message-----
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
Behalf Of Jiri Kuthan
Sent: Thursday, May 26, 2005 2:20 AM
To: Richard Z; serusers(a)lists.iptel.org
Subject: Re: [Serusers] serctl moni
At 11:28 PM 5/25/2005, Richard Z wrote:
>Hi,
>
>When i use "serctl moni", it shows,
>
>Transaction Statistics
>Current: 2 (47 waiting) Total: 19299 (12 local)
>
>I understand that ser keeps the sessions for 5 seconds before
>destroying them. But I saw the number of waiting increasing during the
>last few days.
>
>Do it mean that there is a memory leak or something?
I think that there is an error to discrease the counter in some cases.
It has been starving on my to-do-list for ages and I am not sure when
it will make out of it.
-jiri
>Thanks,
>Richard
>
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hello
I have a problem when installing mysql. I have downloaded the mysql
package and Wen i type the command:
rpm -i ser-mysql-0.8.8-2.i386.rpm, i have the message :
Retrieving ftp://ftp.berlios.de/pub/ser/0.8.8/packages/redhat/7.x</title>
error: skipping
ftp://ftp.berlios.de/pub/ser/0.8.8/packages/redhat/7.x</title> - transfer
failed - Unknown or unexpected error
I don't understand the cause of the problem. Can someone please explain me
the nature of the problem and how can i overcome it??!
Thanks in advance!!!!
_________________________________________________________________
Bénéficiez de 250 Mo de stockage avec MSN Hotmail http://g.msn.fr/FR1001/866
Hello Greg
Thanks for your answer.
I made the change but it seems not to do anything....
Can someone help me here?
Thanks in advance
Regards
Ricardo.-
> -----Mensaje original-----
> De: Greger V. Teigre [mailto:greger@teigre.com]
> Enviado el: Miércoles, 25 de Mayo de 2005 16:24
> Para: Ricardo Martinez; serusers(a)lists.iptel.org
> Asunto: Re: [Serusers] avp_radius and avpops
>
>
> > if( !avp_pushto("$RURI", "s:var1/g")) {
> replace with:
> "s:$var1/g"
> I don't know about the case sensivtivity of destination, I
> always use lower
> case...
> g-)
>
> Ricardo Martinez wrote:
> > Hello List.
> > I have a question regarding the use of avp_radius and avpops. I'm
> > using avp_radius to obtain an AVP value from my database via radius.
> > What i what to do is replace this value for the RURI.
> > Here i have a couple of questions.
> > 1.- The value returned by the avp_radius (the SIP-AVP) where is
> > stored ? It suppose that the SIP-AVP returned by radius
> has the form
> > of "name:value". That "name" refers to the name of what?.
> > For example i'm returning :
> "var1:sip:1234567@mydomain.com". What i
> > see in the debug is :
> >
> > avp_load_user: AVP 'var1'='sip:1234567@mydomain.com' has been added
> >
> > This is what i got in my ser.cfg (a snippet).
> >
> > if (method=="INVITE" || method=="CANCEL") {
> > if( !avp_load_radius("caller")) {
> > log (1, "AVP_RADIUS: Fail on avp_radius\n");
> > };
>
> >
> > if( !avp_pushto("$RURI", "s:var1/g")) {
> > log (1, "AVPOPS: Fail on AVPOPS\n");
> > };
> > };
> >
> > Again the debug = 9 .
> >
> > 6(23815) avp_load_user: AVP
> 'var1'='sip:1234567@mydomain.com' has been
> > added
> > 6(23815) qm_free(0x8123400, 0x8166ccc), called from avp_radius.c:
> > load_avp_user(344)
> > 6(23815) qm_free: freeing frag. 0x8166cb4 alloc'ed from
> avp_radius.c:
> > load_avp_user(330)
> > 6(23815) DEBUG:avpops:pushto_avp: no avp found
> > 6(23815) AVPOPS: Fail on AVPOPS
> >
> > What i'm doing wrong?
> > Thanks!
> >
> > Regards
> > Ricardo Martinez
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
>
I downloaded the source for ser 0.9.0 but I am unsuccessfull to make. All I
get is this output:
"Makefile.sources", line 17: Missing dependency operator
"Makefile.sources", line 19: Need an operator
"Makefile", line 56: Missing dependency operator
Error expanding embedded variable.
I am using FreeBSD 5.4 and I have both Bison and gmake installed.
Anyone with a bright idea on what can be wrong?
/roger
Let's try if I can help you...
First of all, why don't you want to try the example script I gave in the first e-mail???? It worked with me and I did not try the command line option....
The HF unparseable error is produced because the callid header must be the string Call-ID (and not as I wrote before).
If you don't put Call-ID or Cseq headers, t_uac_dlg will add some default numbers. Depending on what you want to achieve, you must put the right values, for example:
*to send an outside dialog request you can ommit Call-ID and Cseq (be carefull with Call-ID in REGISTER).
*to send a within-dialog request (e.g. re-INVITE, BYE), you must get the Call-ID and Cseq someway (ethereal, SER logs, ngrep....) and insert it into the command line header.
Moreover, be carefull with the From: and To: tags. If you don't specify them, SER will add to the From: header field value the ;tag=xxxxx, which is OK for requests initiating dialogs but not for the rest. These latter must carry the right From: and To: tags.
t_uac_dlg does not parse properly the <>, so, do:
serctl fifo t_uac_dlg BYE sip:user@IP . To:sip:daemon@ipServer From:sip:user@ip . .
ended with <space>.<space>.<space> (otherwise it will wait for the body)
This worked for me,
Samuel
Unclassified.
>>> "michael p" <mikep3000(a)hotmail.com> 05/26/05 12:37PM >>>
thanks
serctl fifo t_uac_dlg BYE sip:1111@ip1 . "To:<sip:222@here>
From:<sip:1111@ip1> Callid:xxxx Cseq:xxxx" . .
i replaced sip:1111@ip1 by the URI of one user, "To:<sip:222@here> by
"To:<sip:daemon@ipserServer> , From:<sip:1111@ip1> by the URI of the user,
and after i don't know what exactly i have to put on Callid and Cseq and i'm
not sure that's obliged (for invite or options)
i tried with bye to put a Callid of a real session and to cut off it but the
error message is :
400 fifo_uac: HFs unparseable
after i tried:
serctl fifo t_uac_dlg OPTIONS sip:michael@195.68.115.168:52786 .
"To:<sip:daemon@195.68.105.215> From:<sip:michael@195.68.115.168:52786> . ..
and it gave me :
>
you know like it waits something
do you know more to help me?
thanks
>From: "Samuel Osorio Calvo" <samuel.osorio(a)nl.thalesgroup.com>
>To: <ladia6(a)centrum.cz>, <mikep3000(a)hotmail.com>, <serusers(a)lists.iptel.org>,
><greger(a)teigre.com>
>Subject: Re: [serusers] fifo
>Date: Thu, 26 May 2005 12:01:49 +0200
>
>First of all: which error gives you serctl?
>Then, try something like:
>
>serctl fifo t_uac_dlg BYE sip:1111@ip1 . "To:<sip:222@here>
>From:<sip:1111@ip1> Callid:xxxx Cseq:xxxx" . .
>
>
>Hope it works!
>Samuel
>
>
>Unclassified.
> >>serctl fifo t_uac_dlg BYE sip:1111 at xxx.xxx.xxx
> > >>'sip:from:1111 at xxx.xxx.xxx' 'sip:to:2222 at xxx.xxx.xxx'
> > >>'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . .
>
>
> >>> "michael p" <mikep3000(a)hotmail.com> 05/26/05 11:19AM >>>
>thank you very much
>
>but it didn't work too
>
>it's crazy ;)
>
>if someone else already used what i'm looking fo (serctl fifo t_uac_dlg
>....)
>
>thanks
>
>M.
>
>
> >From: "Samuel Osorio Calvo" <samuel.osorio(a)nl.thalesgroup.com>
> >To: <ladia6(a)centrum.cz>, <mikep3000(a)hotmail.com>, <serusers(a)lists.iptel.org>,
> ><greger(a)teigre.com>
> >Subject: Re: [serusers] fifo
> >Date: Thu, 26 May 2005 10:49:17 +0200
> >
> >Hi!
> >
> >I have never used the command line to use the t_uac_dlg fifo command, but
> >just a script similar to the example present in the attached file
>FIFO.txt
> >(it is from an older version of SER but the FIFO interface has not
> >changed).
> >I also attach another document containing the explanation found in the
> >source code about the FIFO interface.
> >
> >I hope with these two documents you will be able to send SIP requests
>with
> >t_uac_dlg
> >
> >Samuel.
> >
> >
> >Unclassified.
> > >>> "michael p" <mikep3000(a)hotmail.com> 05/25/05 04:32PM >>>
> >i'm sorry but it didn't help me
> >
> >i think it's different with serctl but thanks
> >
> >i don't understand anybody never used this command line in serctl???
> >
> >thanks
> >
> >
> >
> >
> > >From: "Greger V. Teigre" <greger(a)teigre.com>
> > >To: "michael p" <mikep3000(a)hotmail.com>, <ladia6(a)centrum.cz>,
> > ><serusers(a)lists.iptel.org>
> > >Subject: Re: [serusers] fifo
> > >Date: Wed, 25 May 2005 16:26:44 +0200
> > >
> > >Maybe this can help you in the right direction:
> > >http://www.onsip.org/modules/xoopsfaq/index.php?cat_id=3#q2
> > >g-)
> > >
> > >michael p wrote:
> > >>only in the third link ther is my question but there is no answer
> > >>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 at xxx.xxx.xxx
> > >>'sip:from:1111 at xxx.xxx.xxx' 'sip:to:2222 at xxx.xxx.xxx'
> > >>'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . .
> > >>The above command I've tried,but got errors.
> > >>
> > >>
> > >>and i tried the format into the serctl too
> > >>
> > >>
> > >>thanks for replying
> > >>
> > >>
> > >>
> > >>>From: Ladislav Andel <ladia6(a)centrum.cz>
> > >>>Reply-To: Ladislav Andel <ladia6(a)centrum.cz>
> > >>>To: "michael p" <mikep3000(a)hotmail.com>
> > >>>Subject: Re: [serusers] fifo
> > >>>Date: Wed, 25 May 2005 15:39:07 +0200
> > >>>
> > >>>I'm sorry, I think I've seen it in the list, but can't find it..
> > >>>
> > >>>try the links below
> > >>>
> > >>>http://lists.iptel.org/pipermail/serusers/2004-August/010850.html
> > >>>http://lists.iptel.org/pipermail/serusers/2004-August/010825.html
> > >>>http://lists.iptel.org/pipermail/serusers/2005-April/018897.html
> > >>>
> > >>>mp> thanks but it didn't help me cause this topic not found in
> > >>>google in this
> > >>>mp> name maybe another one
> > >>>
> > >>>mp> so if you know which line i have to write it will be more simple
> > >>>
> > >>>mp> thanks
> > >>>
> > >>>
> > >>>
> > >>>>>From: Ladislav Andel <ladia6(a)centrum.cz>
> > >>>>>Reply-To: Ladislav Andel <ladia6(a)centrum.cz>
> > >>>>>To: "michael p" <mikep3000(a)hotmail.com>
> > >>>>>CC: serusers(a)lists.iptel.org
> > >>>>>Subject: Re: [serusers] fifo
> > >>>>>Date: Wed, 25 May 2005 14:55:45 +0200
> > >>>>>
> > >>>>>This topic was in the list recently. Try to google it out.
> > >>>>>Lada
> > >>>>>
> > >>>>>mp> i already saw the different options but i want to know how to
> > >>>>>use them to
> > >>>>>mp> send a message like INVITE or OPTIONS i don't know how i have
> > >>>>>to write the
> > >>>>>mp> commande
> > >>>>>
> > >>>>>mp> thanks
> > >>>>>
> > >>>>>>>From: Llanos Serna García-Conde <llanosserna(a)hotmail.com>
> > >>>>>>>To: mikep3000(a)hotmail.com
> > >>>>>>>CC: serusers(a)lists.iptel.org
> > >>>>>>>Subject: RE: [serusers] fifo
> > >>>>>>>Date: Wed, 25 May 2005 14:20:27 +0200
> > >>>>>>>
> > >>>>>
> > >>>>>
> > >>>
> > >>>
> > >>>
> > >>
> > >>
> > >>_______________________________________________
> > >>Serusers mailing list
> > >>serusers(a)lists.iptel.org
> > >>http://lists.iptel.org/mailman/listinfo/serusers
> > >
> >
> >
> >_______________________________________________
> >Serusers mailing list
> >serusers(a)lists.iptel.org
> >http://lists.iptel.org/mailman/listinfo/serusers
> >
> ><< FIFO.txt >>
> ><< FIFO_source.txt >>
>
>
thanks
serctl fifo t_uac_dlg BYE sip:1111@ip1 . "To:<sip:222@here>
From:<sip:1111@ip1> Callid:xxxx Cseq:xxxx" . .
i replaced sip:1111@ip1 by the URI of one user, "To:<sip:222@here> by
"To:<sip:daemon@ipserServer> , From:<sip:1111@ip1> by the URI of the user,
and after i don't know what exactly i have to put on Callid and Cseq and i'm
not sure that's obliged (for invite or options)
i tried with bye to put a Callid of a real session and to cut off it but the
error message is :
400 fifo_uac: HFs unparseable
after i tried:
serctl fifo t_uac_dlg OPTIONS sip:michael@195.68.115.168:52786 .
"To:<sip:daemon@195.68.105.215> From:<sip:michael@195.68.115.168:52786> . .
and it gave me :
>
you know like it waits something
do you know more to help me?
thanks
>From: "Samuel Osorio Calvo" <samuel.osorio(a)nl.thalesgroup.com>
>To: <ladia6(a)centrum.cz>, <mikep3000(a)hotmail.com>, <serusers(a)lists.iptel.org>,
><greger(a)teigre.com>
>Subject: Re: [serusers] fifo
>Date: Thu, 26 May 2005 12:01:49 +0200
>
>First of all: which error gives you serctl?
>Then, try something like:
>
>serctl fifo t_uac_dlg BYE sip:1111@ip1 . "To:<sip:222@here>
>From:<sip:1111@ip1> Callid:xxxx Cseq:xxxx" . .
>
>
>Hope it works!
>Samuel
>
>
>Unclassified.
> >>serctl fifo t_uac_dlg BYE sip:1111 at xxx.xxx.xxx
> > >>'sip:from:1111 at xxx.xxx.xxx' 'sip:to:2222 at xxx.xxx.xxx'
> > >>'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . .
>
>
> >>> "michael p" <mikep3000(a)hotmail.com> 05/26/05 11:19AM >>>
>thank you very much
>
>but it didn't work too
>
>it's crazy ;)
>
>if someone else already used what i'm looking fo (serctl fifo t_uac_dlg
>....)
>
>thanks
>
>M.
>
>
> >From: "Samuel Osorio Calvo" <samuel.osorio(a)nl.thalesgroup.com>
> >To: <ladia6(a)centrum.cz>, <mikep3000(a)hotmail.com>, <serusers(a)lists.iptel.org>,
> ><greger(a)teigre.com>
> >Subject: Re: [serusers] fifo
> >Date: Thu, 26 May 2005 10:49:17 +0200
> >
> >Hi!
> >
> >I have never used the command line to use the t_uac_dlg fifo command, but
> >just a script similar to the example present in the attached file
>FIFO.txt
> >(it is from an older version of SER but the FIFO interface has not
> >changed).
> >I also attach another document containing the explanation found in the
> >source code about the FIFO interface.
> >
> >I hope with these two documents you will be able to send SIP requests
>with
> >t_uac_dlg
> >
> >Samuel.
> >
> >
> >Unclassified.
> > >>> "michael p" <mikep3000(a)hotmail.com> 05/25/05 04:32PM >>>
> >i'm sorry but it didn't help me
> >
> >i think it's different with serctl but thanks
> >
> >i don't understand anybody never used this command line in serctl???
> >
> >thanks
> >
> >
> >
> >
> > >From: "Greger V. Teigre" <greger(a)teigre.com>
> > >To: "michael p" <mikep3000(a)hotmail.com>, <ladia6(a)centrum.cz>,
> > ><serusers(a)lists.iptel.org>
> > >Subject: Re: [serusers] fifo
> > >Date: Wed, 25 May 2005 16:26:44 +0200
> > >
> > >Maybe this can help you in the right direction:
> > >http://www.onsip.org/modules/xoopsfaq/index.php?cat_id=3#q2
> > >g-)
> > >
> > >michael p wrote:
> > >>only in the third link ther is my question but there is no answer
> > >>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 at xxx.xxx.xxx
> > >>'sip:from:1111 at xxx.xxx.xxx' 'sip:to:2222 at xxx.xxx.xxx'
> > >>'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . .
> > >>The above command I've tried,but got errors.
> > >>
> > >>
> > >>and i tried the format into the serctl too
> > >>
> > >>
> > >>thanks for replying
> > >>
> > >>
> > >>
> > >>>From: Ladislav Andel <ladia6(a)centrum.cz>
> > >>>Reply-To: Ladislav Andel <ladia6(a)centrum.cz>
> > >>>To: "michael p" <mikep3000(a)hotmail.com>
> > >>>Subject: Re: [serusers] fifo
> > >>>Date: Wed, 25 May 2005 15:39:07 +0200
> > >>>
> > >>>I'm sorry, I think I've seen it in the list, but can't find it..
> > >>>
> > >>>try the links below
> > >>>
> > >>>http://lists.iptel.org/pipermail/serusers/2004-August/010850.html
> > >>>http://lists.iptel.org/pipermail/serusers/2004-August/010825.html
> > >>>http://lists.iptel.org/pipermail/serusers/2005-April/018897.html
> > >>>
> > >>>mp> thanks but it didn't help me cause this topic not found in
> > >>>google in this
> > >>>mp> name maybe another one
> > >>>
> > >>>mp> so if you know which line i have to write it will be more simple
> > >>>
> > >>>mp> thanks
> > >>>
> > >>>
> > >>>
> > >>>>>From: Ladislav Andel <ladia6(a)centrum.cz>
> > >>>>>Reply-To: Ladislav Andel <ladia6(a)centrum.cz>
> > >>>>>To: "michael p" <mikep3000(a)hotmail.com>
> > >>>>>CC: serusers(a)lists.iptel.org
> > >>>>>Subject: Re: [serusers] fifo
> > >>>>>Date: Wed, 25 May 2005 14:55:45 +0200
> > >>>>>
> > >>>>>This topic was in the list recently. Try to google it out.
> > >>>>>Lada
> > >>>>>
> > >>>>>mp> i already saw the different options but i want to know how to
> > >>>>>use them to
> > >>>>>mp> send a message like INVITE or OPTIONS i don't know how i have
> > >>>>>to write the
> > >>>>>mp> commande
> > >>>>>
> > >>>>>mp> thanks
> > >>>>>
> > >>>>>>>From: Llanos Serna García-Conde <llanosserna(a)hotmail.com>
> > >>>>>>>To: mikep3000(a)hotmail.com
> > >>>>>>>CC: serusers(a)lists.iptel.org
> > >>>>>>>Subject: RE: [serusers] fifo
> > >>>>>>>Date: Wed, 25 May 2005 14:20:27 +0200
> > >>>>>>>
> > >>>>>
> > >>>>>
> > >>>
> > >>>
> > >>>
> > >>
> > >>
> > >>_______________________________________________
> > >>Serusers mailing list
> > >>serusers(a)lists.iptel.org
> > >>http://lists.iptel.org/mailman/listinfo/serusers
> > >
> >
> >
> >_______________________________________________
> >Serusers mailing list
> >serusers(a)lists.iptel.org
> >http://lists.iptel.org/mailman/listinfo/serusers
> >
> ><< FIFO.txt >>
> ><< FIFO_source.txt >>
>
>
Hi,
I have the following config for my college project: -
SIP Phones (2.2.2.1) --> SER (2.2.2.2) --> Asterisk
(2.2.2.3) --> Clarent C5CM (1.1.1.1)
When I make a mobile phone call, I get the following
debugging message from Asterisk as below: -
Sip read:
ACK sip:0193839090@mydomain.com SIP/2.0
Record-Route:
<sip:0193839090@2.2.2.2;ftag=i7hY4i2wlrWTpUf0;lr=on>
Via: SIP/2.0/UDP 2.2.2.2;branch=0
Via: SIP/2.0/UDP
202.187.27.51:5060;branch=z9hG4bKp7kxPljBf
Max-Forwards: 69
User-Agent: PA168S
From: "20004"
<sip:20004@mydomain.com>;tag=i7hY4i2wlrWTpUf0
To: "0193839090"
<sip:0193839090@mydomain.com>;tag=as65d5f808
Call-ID: 8sSYKxJJddC1CAmz(a)2.2.2.1
Contact: <sip:20004@2.2.2.1:5060>
CSeq: 1 ACK
Content-Length: 0
Is it possible to rewrite the "To Request-URI) to
something like sip:0193839090@1.1.1.1
Regards,
rootlinux
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
First of all: which error gives you serctl?
Then, try something like:
serctl fifo t_uac_dlg BYE sip:1111@ip1 . "To:<sip:222@here> From:<sip:1111@ip1> Callid:xxxx Cseq:xxxx" . .
Hope it works!
Samuel
Unclassified.
>>serctl fifo t_uac_dlg BYE sip:1111 at xxx.xxx.xxx
> >>'sip:from:1111 at xxx.xxx.xxx' 'sip:to:2222 at xxx.xxx.xxx'
> >>'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . .
>>> "michael p" <mikep3000(a)hotmail.com> 05/26/05 11:19AM >>>
thank you very much
but it didn't work too
it's crazy ;)
if someone else already used what i'm looking fo (serctl fifo t_uac_dlg ....)
thanks
M.
>From: "Samuel Osorio Calvo" <samuel.osorio(a)nl.thalesgroup.com>
>To: <ladia6(a)centrum.cz>, <mikep3000(a)hotmail.com>, <serusers(a)lists.iptel.org>,
><greger(a)teigre.com>
>Subject: Re: [serusers] fifo
>Date: Thu, 26 May 2005 10:49:17 +0200
>
>Hi!
>
>I have never used the command line to use the t_uac_dlg fifo command, but
>just a script similar to the example present in the attached file FIFO.txt
>(it is from an older version of SER but the FIFO interface has not
>changed).
>I also attach another document containing the explanation found in the
>source code about the FIFO interface.
>
>I hope with these two documents you will be able to send SIP requests with
>t_uac_dlg
>
>Samuel.
>
>
>Unclassified.
> >>> "michael p" <mikep3000(a)hotmail.com> 05/25/05 04:32PM >>>
>i'm sorry but it didn't help me
>
>i think it's different with serctl but thanks
>
>i don't understand anybody never used this command line in serctl???
>
>thanks
>
>
>
>
> >From: "Greger V. Teigre" <greger(a)teigre.com>
> >To: "michael p" <mikep3000(a)hotmail.com>, <ladia6(a)centrum.cz>,
> ><serusers(a)lists.iptel.org>
> >Subject: Re: [serusers] fifo
> >Date: Wed, 25 May 2005 16:26:44 +0200
> >
> >Maybe this can help you in the right direction:
> >http://www.onsip.org/modules/xoopsfaq/index.php?cat_id=3#q2
> >g-)
> >
> >michael p wrote:
> >>only in the third link ther is my question but there is no answer
> >>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 at xxx.xxx.xxx
> >>'sip:from:1111 at xxx.xxx.xxx' 'sip:to:2222 at xxx.xxx.xxx'
> >>'callid:xxxxxxxxxxxx' 'Cseq:xxxxxx' . .
> >>The above command I've tried,but got errors.
> >>
> >>
> >>and i tried the format into the serctl too
> >>
> >>
> >>thanks for replying
> >>
> >>
> >>
> >>>From: Ladislav Andel <ladia6(a)centrum.cz>
> >>>Reply-To: Ladislav Andel <ladia6(a)centrum.cz>
> >>>To: "michael p" <mikep3000(a)hotmail.com>
> >>>Subject: Re: [serusers] fifo
> >>>Date: Wed, 25 May 2005 15:39:07 +0200
> >>>
> >>>I'm sorry, I think I've seen it in the list, but can't find it..
> >>>
> >>>try the links below
> >>>
> >>>http://lists.iptel.org/pipermail/serusers/2004-August/010850.html
> >>>http://lists.iptel.org/pipermail/serusers/2004-August/010825.html
> >>>http://lists.iptel.org/pipermail/serusers/2005-April/018897.html
> >>>
> >>>mp> thanks but it didn't help me cause this topic not found in
> >>>google in this
> >>>mp> name maybe another one
> >>>
> >>>mp> so if you know which line i have to write it will be more simple
> >>>
> >>>mp> thanks
> >>>
> >>>
> >>>
> >>>>>From: Ladislav Andel <ladia6(a)centrum.cz>
> >>>>>Reply-To: Ladislav Andel <ladia6(a)centrum.cz>
> >>>>>To: "michael p" <mikep3000(a)hotmail.com>
> >>>>>CC: serusers(a)lists.iptel.org
> >>>>>Subject: Re: [serusers] fifo
> >>>>>Date: Wed, 25 May 2005 14:55:45 +0200
> >>>>>
> >>>>>This topic was in the list recently. Try to google it out.
> >>>>>Lada
> >>>>>
> >>>>>mp> i already saw the different options but i want to know how to
> >>>>>use them to
> >>>>>mp> send a message like INVITE or OPTIONS i don't know how i have
> >>>>>to write the
> >>>>>mp> commande
> >>>>>
> >>>>>mp> thanks
> >>>>>
> >>>>>>>From: Llanos Serna García-Conde <llanosserna(a)hotmail.com>
> >>>>>>>To: mikep3000(a)hotmail.com
> >>>>>>>CC: serusers(a)lists.iptel.org
> >>>>>>>Subject: RE: [serusers] fifo
> >>>>>>>Date: Wed, 25 May 2005 14:20:27 +0200
> >>>>>>>
> >>>>>
> >>>>>
> >>>
> >>>
> >>>
> >>
> >>
> >>_______________________________________________
> >>Serusers mailing list
> >>serusers(a)lists.iptel.org
> >>http://lists.iptel.org/mailman/listinfo/serusers
> >
>
>
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>
><< FIFO.txt >>
><< FIFO_source.txt >>