Changed the ..._image_sdp routine to ..._udptl_image_sdp in preparation for

adding other kinds of image (specifically RTP and TCP/TPKT).
This commit is contained in:
Steve Underwood
2013-02-03 16:28:20 +08:00
parent f5f8e90f01
commit 5144700927
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1142,7 +1142,7 @@ int sofia_glue_toggle_hold(private_object_t *tech_pvt, int sendonly);
const char *sofia_state_string(int state);
switch_status_t sofia_glue_tech_set_codec(private_object_t *tech_pvt, int force);
void sofia_wait_for_reply(struct private_object *tech_pvt, nua_event_t event, uint32_t timeout);
void sofia_glue_set_image_sdp(private_object_t *tech_pvt, switch_t38_options_t *t38_options, int insist);
void sofia_glue_set_udptl_image_sdp(private_object_t *tech_pvt, switch_t38_options_t *t38_options, int insist);
/*
* Logging control functions