Hi all, if I use <PROXY> in a CPL script, then, how can I change SDP parameter (I want to use media proxy ) in the reply message (200 OK) ?
regards, daniel
Hi Daniel,
nothing special, just use the onreply route as so far.
regards, bogdan
Daniel wrote:
Hi all, if I use <PROXY> in a CPL script, then, how can I change SDP parameter (I want to use media proxy ) in the reply message (200 OK) ?
regards, daniel -- Daniel Grotti ________________________ e-mail : d.grotti@gmail.com mailto:d.grotti@gmail.com
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi Bogdan, I've noticed that if I forward a call by <proxy> element , then the reply message is not handled by onreply-route. It seem that CPL handles (200 OK) instead of onreply route. regards, daniel
Bogdan-Andrei Iancu wrote:
Hi Daniel,
nothing special, just use the onreply route as so far.
regards, bogdan
Daniel wrote:
Hi all, if I use <PROXY> in a CPL script, then, how can I change SDP parameter (I want to use media proxy ) in the reply message (200 OK) ?
regards, daniel -- Daniel Grotti ________________________ e-mail : d.grotti@gmail.com mailto:d.grotti@gmail.com
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi Daniel,
the cpl module sets an callback for the replies, but this does not affect the reply route. Are you sure you set the reply route before calling the cpl script and not after?
regards, bogdan
Daniel Grotti wrote:
Hi Bogdan, I've noticed that if I forward a call by <proxy> element , then the reply message is not handled by onreply-route. It seem that CPL handles (200 OK) instead of onreply route. regards, daniel
Bogdan-Andrei Iancu wrote:
Hi Daniel,
nothing special, just use the onreply route as so far.
regards, bogdan
Daniel wrote:
Hi all, if I use <PROXY> in a CPL script, then, how can I change SDP parameter (I want to use media proxy ) in the reply message (200 OK) ?
regards, daniel -- Daniel Grotti ________________________ e-mail : d.grotti@gmail.com mailto:d.grotti@gmail.com
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi, Ok, so I have to set t_on_reply("1"), BEFORE calling CPL script Incoming ? I will have a try. thanks,
Regards, daniel
Bogdan-Andrei Iancu wrote:
Hi Daniel,
the cpl module sets an callback for the replies, but this does not affect the reply route. Are you sure you set the reply route before calling the cpl script and not after?
regards, bogdan
Daniel Grotti wrote:
Hi Bogdan, I've noticed that if I forward a call by <proxy> element , then the reply message is not handled by onreply-route. It seem that CPL handles (200 OK) instead of onreply route. regards, daniel
Bogdan-Andrei Iancu wrote:
Hi Daniel,
nothing special, just use the onreply route as so far.
regards, bogdan
Daniel wrote:
Hi all, if I use <PROXY> in a CPL script, then, how can I change SDP parameter (I want to use media proxy ) in the reply message (200 OK) ?
regards, daniel -- Daniel Grotti ________________________ e-mail : d.grotti@gmail.com mailto:d.grotti@gmail.com
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Yes :)
because run_cpl_script creates the transaction when doing proxy. And the onreply route needs to be set before creating the transaction.
regards, bogdan
Daniel Grotti wrote:
Hi, Ok, so I have to set t_on_reply("1"), BEFORE calling CPL script Incoming ? I will have a try. thanks,
Regards, daniel
Bogdan-Andrei Iancu wrote:
Hi Daniel,
the cpl module sets an callback for the replies, but this does not affect the reply route. Are you sure you set the reply route before calling the cpl script and not after?
regards, bogdan
Daniel Grotti wrote:
Hi Bogdan, I've noticed that if I forward a call by <proxy> element , then the reply message is not handled by onreply-route. It seem that CPL handles (200 OK) instead of onreply route. regards, daniel
Bogdan-Andrei Iancu wrote:
Hi Daniel,
nothing special, just use the onreply route as so far.
regards, bogdan
Daniel wrote:
Hi all, if I use <PROXY> in a CPL script, then, how can I change SDP parameter (I want to use media proxy ) in the reply message (200 OK) ?
regards, daniel -- Daniel Grotti ________________________ e-mail : d.grotti@gmail.com mailto:d.grotti@gmail.com
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users