|
From: Olivier J. <oja...@gm...> - 2005-08-04 13:38:26
|
On 7/25/05, Klier, Martin <Mar...@t-...> wrote: > =20 >=20 > Hello,=20 >=20 > Is it possible to receive and answer SIP- Messages (e.g. Re- Invite) dur= ing > pause. The scenario would look like this=20 >=20 > <pause/>=20 >=20 > <recv request INVITE optional=3D"true">=20 > <send....=20 > 200 OK ...=20 > </send>=20 > <recv request ACK>=20 Hello Martin, you can indifinitely wait in a recv message, so you don't need to have a pause before. If you are looking to handle "unexpected" messages, you might want to have a look at the "branching" features that SIPp offers. Note that the scenario you provided will not work as you have only "optional" messages in a recv sequence. At least one message must be mandatory. Olivier. --=20 http://www.hp.com/go/opencall/ |