Hello,

search_append() function from textops module should help.

Daniel


On 08/01/07 17:09, Kuddusi wrote:

Hi,

How can I add a header to SDP?

Actually what I want to do is, whenever an INVITE with SDP comes, search for a ptime and if ptime can not be found, add a default line to SDP body.

Like

if (has_body()){

if (!search_body("ptime") {

# like below

à # append_body(“a=ptime:20”);

}

}

Thanks,

*Kuddusi CIFTCIBASI*

**Next Generation Networks

*Teletek Telecommunication Services Corp.*

**Ayazma Dere Cad. Akşit Plaza No:12/1**
**Fulya, Beşiktaş , **34349, **www.teletek.net******

**Tel : +90 212 227 7030******

**Direkt: +90 212 310 2233**
**Fax : +90 212 227 8700**

Email: [EMAIL PROTECTED]

Skype : realkudu

MSN : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

Yahoo: kuddusi.

------------------------------------------------------------------------

_______________________________________________
Users mailing list
Users@openser.org
http://openser.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@openser.org
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to