Raphael Coeffic writes: > Sorry Juha, we had to come up with something coherent for multiple > interfaces as well.
sure, no problem. in your two interface example, both were used both for signaling and media. if sems is behind sip proxy for signaling (which i common use case), there is no need to use internal interface for media and no need to use external interface for signaling. following your configuration style, "null" would need to be a valid value for sip_ip and media_ip: default interface: sip_ip = null media_ip = eth0 intern interface: sip_ip = lo media_ip = null -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
