[svn-commits] oej: branch group/pinana-publish-1.4 r297074 - /team/group/pinana-publish-1.4...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 1 11:53:04 CST 2010


Author: oej
Date: Wed Dec  1 11:52:57 2010
New Revision: 297074

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=297074
Log:
Go back to creation of EPAs

Modified:
    team/group/pinana-publish-1.4/channels/chan_sip.c

Modified: team/group/pinana-publish-1.4/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/pinana-publish-1.4/channels/chan_sip.c?view=diff&rev=297074&r1=297073&r2=297074
==============================================================================
--- team/group/pinana-publish-1.4/channels/chan_sip.c (original)
+++ team/group/pinana-publish-1.4/channels/chan_sip.c Wed Dec  1 11:52:57 2010
@@ -9984,7 +9984,7 @@
 		/* Initiate stuff */
 		ao2_link(pub_dev, device);
 		publish_type = SIP_PUBLISH_INITIAL;
-		device->epa = create_epa_entry("dialog-info", pres_server->host);
+		device->epa = create_epa_entry("dialog", pres_server->host);
 
 		if (!(device->epa) ) {
 			ast_log(LOG_ERROR, "Cannot allocate sip_epa_entry!\n");




More information about the svn-commits mailing list